Lines Matching +full:google +full:- +full:authenticator

1 2025-10-05 03:00:59.253-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler
2 2025-10-05 03:00:59.305-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]
3 2025-10-05 03:00:59.482-0500 INFO t1 Indexer.runMain: Indexer version 1.14.3 (058998b40b5b9285f55952680aad57115422271a) running on Java version: 17.0.16+8-Ubuntu-0ubuntu122.04.1, name: OpenJDK 64-Bit Server VM, vendor: Ubuntu, arch: amd64 with properties: ncpu: 96, maxMemory: 12.0 GiB
4 2025-10-05 03:00:59.497-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}
5 2025-10-05 03:00:59.510-0500 FINE t1 Statistics.logIt: Finished command [/usr/local/bin/ctags --list-languages] in directory '/opengrok/src/openbmc' with exit code 0 (took 10 ms)
6 2025-10-05 03:00:59.511-0500 FINE t1 Executor.exec: Finished command [/usr/local/bin/ctags --list-languages] in directory '/opengrok/src/openbmc' with exit code 0
7 2025-10-05 03:00:59.513-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}
8 2025-10-05 03:00:59.518-0500 FINE t1 Statistics.logIt: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0 (took 4 ms)
9 2025-10-05 03:00:59.519-0500 FINE t1 Executor.exec: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0
10 2025-10-05 03:00:59.570-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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
11 2025-10-05 03:00:59.586-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
12 2025-10-05 03:00:59.589-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
13 2025-10-05 03:00:59.591-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
14 2025-10-05 03:00:59.593-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
15 2025-10-05 03:00:59.595-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
16 2025-10-05 03:00:59.597-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
17 2025-10-05 03:00:59.598-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
18 2025-10-05 03:00:59.600-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
19 2025-10-05 03:00:59.601-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
20 2025-10-05 03:00:59.603-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
21 2025-10-05 03:00:59.604-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
22 2025-10-05 03:00:59.605-0500 WARNING t34 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
23 2025-10-05 03:00:59.616-0500 FINEST t35 Ctags.trySplitSource: Re-read '/opengrok/src/ctagsValidation3699771236126508434.c'
24 2025-10-05 03:00:59.619-0500 FINE t1 Ctags.close: Destroying ctags command
25 2025-10-05 03:00:59.620-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}
26 2025-10-05 03:00:59.626-0500 FINE t1 Statistics.logIt: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0 (took 5 ms)
27 2025-10-05 03:00:59.628-0500 FINE t1 Executor.exec: Finished command [/usr/local/bin/ctags --version] in directory '/opengrok/src/openbmc' with exit code 0
28 2025-10-05 03:00:59.629-0500 INFO t1 RuntimeEnvironment.validateUniversalCtags: Using ctags: Universal Ctags 5.9.0(d9e8b205), Copyright (C) 2015-2022 Universal Ctags Team
30 Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert
33 Optional compiled features: +wildcards, +regex, +gnulib_regex, +iconv, +option-directory, +packcc, +optscript
34 2025-10-05 03:00:59.651-0500 INFO t1 Indexer.prepareIndexer: Scanning for repositories in [/opengrok/src/openbmc] (down to 3 levels below source root)
35 2025-10-05 03:00:59.661-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}
36 2025-10-05 03:00:59.665-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}
37 2025-10-05 03:00:59.668-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}
38 2025-10-05 03:00:59.671-0500 WARNING t38 PerforceRepository.isP4Working: Command 'p4' does not work. Some operations with Perforce repositories will fail as a result.
39 2025-10-05 03:00:59.745-0500 FINE t38 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
40 2025-10-05 03:00:59.747-0500 FINE t38 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
41 2025-10-05 03:00:59.748-0500 FINE t38 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA256withRSA, Serial:06:b6:05:7c:88:f8:3a:e9:84:f9:df:59:52:33:0e:e3, Subject:CN="Eclipse.org Foundation, Inc.", 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:1133913736, Valid from:7/21/24, 7:00 PM, Valid until:7/21/25, 6:59 PM
42 2025-10-05 03:00:59.751-0500 FINE t38 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA256withRSA, Serial:0b:ae:66:bc:5a:ba:7f:95:87:c6:f9:e9:04:e3:33:04, Subject:CN=DigiCert Timestamp 2024, O=DigiCert, C=US, Issuer:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, O="DigiCert, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:-360568100, Valid from:9/25/24, 7:00 PM, Valid until:11/25/35, 5:59 PM
43 2025-10-05 03:00:59.751-0500 FINE t38 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA256withRSA, Serial:07:36:37:b7:24:54:7c:d8:47:ac:fd:28:66:2a:5e:5b, Subject:CN=DigiCert Trusted G4 RSA4096 SHA256 TimeStamping CA, 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:-1087426625, Valid from:3/22/22, 7:00 PM, Valid until:3/22/37, 6:59 PM
44 2025-10-05 03:00:59.752-0500 FINE t38 EventHelper.logX509CertificateEvent: X509Certificate: Alg:SHA384withRSA, Serial:0e:9b:18:8e:f9:d0:2d:e7:ef:db:50:e2:08:40:18:5a, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:845088433, Valid from:7/31/22, 7:00 PM, Valid until:11/9/31, 5:59 PM
45 2025-10-05 03:00:59.875-0500 FINER t43 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libcper'
46 2025-10-05 03:00:59.876-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/libcper',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
47 2025-10-05 03:00:59.888-0500 FINER t44 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-health-monitor'
48 2025-10-05 03:00:59.889-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
49 2025-10-05 03:00:59.902-0500 FINER t45 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-webui'
50 2025-10-05 03:00:59.903-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-webui',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
51 2025-10-05 03:00:59.914-0500 FINER t46 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-user-manager'
52 2025-10-05 03:00:59.915-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
53 2025-10-05 03:00:59.930-0500 FINER t47 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/obmc-console'
54 2025-10-05 03:00:59.930-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/obmc-console',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
55 2025-10-05 03:00:59.939-0500 FINER t48 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/kcsbridge'
56 2025-10-05 03:00:59.940-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/kcsbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
57 2025-10-05 03:00:59.949-0500 FINER t49 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-event'
58 2025-10-05 03:00:59.950-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-event',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
59 2025-10-05 03:00:59.958-0500 FINER t50 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-post-code-manager'
60 2025-10-05 03:00:59.959-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
61 2025-10-05 03:00:59.969-0500 FINER t51 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-logging'
62 2025-10-05 03:00:59.969-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
63 2025-10-05 03:00:59.979-0500 FINER t52 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdbusplus'
64 2025-10-05 03:00:59.980-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/sdbusplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
65 2025-10-05 03:00:59.988-0500 FINER t53 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-logging'
66 2025-10-05 03:00:59.989-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ibm-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
67 2025-10-05 03:00:59.996-0500 FINER t54 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-buttons'
68 2025-10-05 03:00:59.997-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
69 2025-10-05 03:01:00.158-0500 FINER t55 GitRepository.rebuildTagList: Read tags count=1,472 for '/opengrok/src/openbmc/qemu'
70 2025-10-05 03:01:00.159-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
71 2025-10-05 03:01:00.178-0500 FINER t56 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/phosphor-ipmi-flash'
72 2025-10-05 03:01:00.179-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
73 2025-10-05 03:01:00.186-0500 FINER t57 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-hwmon'
74 2025-10-05 03:01:00.187-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
75 2025-10-05 03:01:00.194-0500 FINER t58 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-misc'
76 2025-10-05 03:01:00.195-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
77 2025-10-05 03:01:00.203-0500 FINER t59 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-power'
78 2025-10-05 03:01:00.204-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
79 2025-10-05 03:01:00.212-0500 FINER t60 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-virtual-sensor'
80 2025-10-05 03:01:00.213-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
81 2025-10-05 03:01:00.219-0500 FINER t61 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmbbridge'
82 2025-10-05 03:01:00.219-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ipmbbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
83 2025-10-05 03:01:00.226-0500 FINER t62 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdeventplus'
84 2025-10-05 03:01:00.227-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/sdeventplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
85 2025-10-05 03:01:00.233-0500 FINER t63 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pldm'
86 2025-10-05 03:01:00.234-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/pldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
87 2025-10-05 03:01:00.241-0500 FINER t64 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-settings-mgr'
88 2025-10-05 03:01:00.242-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
89 2025-10-05 03:01:00.248-0500 FINER t65 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/obmc-ikvm'
90 2025-10-05 03:01:00.249-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
91 2025-10-05 03:01:00.255-0500 FINER t66 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-debug-collector'
92 2025-10-05 03:01:00.256-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
93 2025-10-05 03:01:00.262-0500 FINER t67 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-pnor-code-mgmt'
94 2025-10-05 03:01:00.263-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
95 2025-10-05 03:01:00.270-0500 FINER t68 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/skeleton'
96 2025-10-05 03:01:00.270-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/skeleton',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
97 2025-10-05 03:01:00.277-0500 FINER t69 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-proc-control'
98 2025-10-05 03:01:00.277-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
99 2025-10-05 03:01:00.283-0500 FINER t70 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-flash'
100 2025-10-05 03:01:00.284-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
101 2025-10-05 03:01:00.290-0500 FINER t71 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-net-ipmid'
102 2025-10-05 03:01:00.291-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
103 2025-10-05 03:01:00.296-0500 FINER t72 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-postd'
104 2025-10-05 03:01:00.297-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
105 2025-10-05 03:01:00.303-0500 FINER t73 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pyphosphor'
106 2025-10-05 03:01:00.304-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/pyphosphor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
107 2025-10-05 03:01:00.310-0500 FINER t74 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/debug-trigger'
108 2025-10-05 03:01:00.311-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/debug-trigger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
109 2025-10-05 03:01:00.317-0500 FINER t75 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/entity-manager'
110 2025-10-05 03:01:00.317-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/entity-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
111 2025-10-05 03:01:00.323-0500 FINER t76 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-misc'
112 2025-10-05 03:01:00.324-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/google-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
113 2025-10-05 03:01:00.325-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/metrics-ipmi-blobs' is prohibited symlink
114 2025-10-05 03:01:00.325-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
115 2025-10-05 03:01:00.326-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/acpi-power-state-daemon' is prohibited symlink
116 2025-10-05 03:01:00.326-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
117 2025-10-05 03:01:00.326-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/espi-control' is prohibited symlink
118 2025-10-05 03:01:00.326-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
119 2025-10-05 03:01:00.327-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/bare-metal-host-monitor' is prohibited symlink
120 2025-10-05 03:01:00.327-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
121 2025-10-05 03:01:00.328-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/libcr51sign' is prohibited symlink
122 2025-10-05 03:01:00.328-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
123 2025-10-05 03:01:00.328-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/dhcp-done' is prohibited symlink
124 2025-10-05 03:01:00.328-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
125 2025-10-05 03:01:00.329-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/nemora-postd' is prohibited symlink
126 2025-10-05 03:01:00.329-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
127 2025-10-05 03:01:00.329-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/google-misc/ncsid' is prohibited symlink
128 2025-10-05 03:01:00.329-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
129 2025-10-05 03:01:00.336-0500 FINER t77 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bmcweb'
130 2025-10-05 03:01:00.337-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/bmcweb',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
131 2025-10-05 03:01:00.342-0500 FINER t78 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/witherspoon-pfault-analysis'
132 2025-10-05 03:01:00.342-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
133 2025-10-05 03:01:00.347-0500 FINER t79 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-inventory-manager'
134 2025-10-05 03:01:00.348-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
135 2025-10-05 03:01:00.353-0500 FINER t80 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-bmc-smm-error-logger'
136 2025-10-05 03:01:00.354-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
137 2025-10-05 03:01:00.359-0500 FINER t81 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/inarp'
138 2025-10-05 03:01:00.359-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/inarp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
139 2025-10-05 03:01:00.364-0500 FINER t82 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-ipmi-blobs'
140 2025-10-05 03:01:00.365-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
141 2025-10-05 03:01:00.369-0500 FINER t83 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/x86-power-control'
142 2025-10-05 03:01:00.370-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/x86-power-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
143 2025-10-05 03:01:00.375-0500 FINER t84 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmitool'
144 2025-10-05 03:01:00.376-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ipmitool',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
145 2025-10-05 03:01:00.381-0500 FINER t85 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-time-manager'
146 2025-10-05 03:01:00.382-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
147 2025-10-05 03:01:00.387-0500 FINER t86 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmi-fru-parser'
148 2025-10-05 03:01:00.388-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
149 2025-10-05 03:01:00.393-0500 FINER t87 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pam-ipmi'
150 2025-10-05 03:01:00.393-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/pam-ipmi',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
151 2025-10-05 03:01:00.398-0500 FINER t88 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-sbe-interface'
152 2025-10-05 03:01:00.399-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
153 2025-10-05 03:01:00.411-0500 FINER t89 GitRepository.rebuildTagList: Read tags count=11 for '/opengrok/src/openbmc/openbmc-test-automation'
154 2025-10-05 03:01:00.412-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
155 2025-10-05 03:01:00.418-0500 FINER t90 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/boost-dbus'
156 2025-10-05 03:01:00.419-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/boost-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
157 2025-10-05 03:01:00.426-0500 FINER t91 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-build-scripts'
158 2025-10-05 03:01:00.427-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
159 2025-10-05 03:01:00.433-0500 FINER t92 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-sysfs'
160 2025-10-05 03:01:00.434-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
161 2025-10-05 03:01:00.444-0500 FINER t93 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-interfaces'
162 2025-10-05 03:01:00.445-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
163 2025-10-05 03:01:00.450-0500 FINER t94 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-monitor'
164 2025-10-05 03:01:00.451-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
165 2025-10-05 03:01:00.462-0500 FINER t95 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-debug-collector'
166 2025-10-05 03:01:00.463-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
167 2025-10-05 03:01:00.471-0500 FINER t96 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-psu-code-mgmt'
168 2025-10-05 03:01:00.471-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
169 2025-10-05 03:01:00.480-0500 FINER t97 GitRepository.rebuildTagList: Read tags count=14 for '/opengrok/src/openbmc/libpldm'
170 2025-10-05 03:01:00.481-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/libpldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
171 2025-10-05 03:01:00.485-0500 FINER t98 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-oem'
172 2025-10-05 03:01:00.485-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
173 2025-10-05 03:01:00.490-0500 FINER t99 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/docs'
174 2025-10-05 03:01:00.490-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/docs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
175 2025-10-05 03:01:00.495-0500 FINER t100 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-pid-control'
176 2025-10-05 03:01:00.495-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
177 2025-10-05 03:01:00.500-0500 FINER t101 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-certificate-manager'
178 2025-10-05 03:01:00.501-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
179 2025-10-05 03:01:00.505-0500 FINER t102 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-manager'
180 2025-10-05 03:01:00.506-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
181 2025-10-05 03:01:00.510-0500 FINER t103 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/s2600wf-misc'
182 2025-10-05 03:01:00.511-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
183 2025-10-05 03:01:00.511-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/s2600wf-misc/hsbp-manager' is prohibited symlink
184 2025-10-05 03:01:00.511-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/s2600wf-misc/hsbp-manager': '/opengrok/src/openbmc/s2600wf-misc/hsbp-manager' is prohibited symlink
185 2025-10-05 03:01:00.511-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/s2600wf-misc/callback-manager' is prohibited symlink
186 2025-10-05 03:01:00.512-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/s2600wf-misc/callback-manager': '/opengrok/src/openbmc/s2600wf-misc/callback-manager' is prohibited symlink
187 2025-10-05 03:01:00.516-0500 FINER t104 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-ipmi-sys'
188 2025-10-05 03:01:00.516-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
189 2025-10-05 03:01:00.521-0500 FINER t105 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-watchdog'
190 2025-10-05 03:01:00.521-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
191 2025-10-05 03:01:00.526-0500 FINER t106 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-gpio-monitor'
192 2025-10-05 03:01:00.526-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
193 2025-10-05 03:01:00.532-0500 FINER t107 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-vpd-parser'
194 2025-10-05 03:01:00.532-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
195 2025-10-05 03:01:00.609-0500 FINER t108 GitRepository.rebuildTagList: Read tags count=308 for '/opengrok/src/openbmc/u-boot'
196 2025-10-05 03:01:00.609-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
197 2025-10-05 03:01:00.618-0500 FINER t109 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mrw-tools'
198 2025-10-05 03:01:00.619-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
199 2025-10-05 03:01:00.626-0500 FINER t110 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mboxd'
200 2025-10-05 03:01:00.627-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
201 2025-10-05 03:01:00.633-0500 FINER t111 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-dbus-interfaces'
202 2025-10-05 03:01:00.633-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
203 2025-10-05 03:01:00.641-0500 FINER t112 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/hiomapd'
204 2025-10-05 03:01:00.642-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/hiomapd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
205 2025-10-05 03:01:00.648-0500 FINER t113 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/fb-ipmi-oem'
206 2025-10-05 03:01:00.649-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
207 2025-10-05 03:01:00.656-0500 FINER t114 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-ipmid'
208 2025-10-05 03:01:00.657-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
209 2025-10-05 03:01:00.663-0500 FINER t115 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-bmc-code-mgmt'
210 2025-10-05 03:01:00.664-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
211 2025-10-05 03:01:00.670-0500 FINER t116 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-state-manager'
212 2025-10-05 03:01:00.671-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
213 2025-10-05 03:01:00.676-0500 FINER t117 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-networkd'
214 2025-10-05 03:01:00.677-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
215 2025-10-05 03:01:00.682-0500 FINER t118 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-settingsd'
216 2025-10-05 03:01:00.682-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
217 2025-10-05 03:01:00.687-0500 FINER t119 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/service-config-manager'
218 2025-10-05 03:01:00.687-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/service-config-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
219 2025-10-05 03:01:00.692-0500 FINER t120 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/btbridge'
220 2025-10-05 03:01:00.692-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/btbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
221 2025-10-05 03:01:00.697-0500 FINER t121 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/smbios-mdr'
222 2025-10-05 03:01:00.699-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/smbios-mdr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
223 2025-10-05 03:01:00.703-0500 FINER t122 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-objmgr'
224 2025-10-05 03:01:00.704-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
225 2025-10-05 03:01:00.709-0500 FINER t123 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-snmp'
226 2025-10-05 03:01:00.710-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
227 2025-10-05 03:01:00.715-0500 FINER t124 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-rest-server'
228 2025-10-05 03:01:00.716-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
229 2025-10-05 03:01:00.722-0500 FINER t125 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/telemetry'
230 2025-10-05 03:01:00.722-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/telemetry',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
231 2025-10-05 03:01:00.728-0500 FINER t126 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-tools'
232 2025-10-05 03:01:00.729-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
233 2025-10-05 03:01:00.735-0500 FINER t127 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/slpd-lite'
234 2025-10-05 03:01:00.736-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/slpd-lite',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
235 2025-10-05 03:01:00.741-0500 FINER t128 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/intel-ipmi-oem'
236 2025-10-05 03:01:00.742-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
237 2025-10-05 03:01:00.748-0500 FINER t129 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/dbus-sensors'
238 2025-10-05 03:01:00.748-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/dbus-sensors',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
239 2025-10-05 03:01:00.753-0500 FINER t130 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-inventory-upload'
240 2025-10-05 03:01:00.753-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
241 2025-10-05 03:01:00.758-0500 FINER t131 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/rest-dbus'
242 2025-10-05 03:01:00.758-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/rest-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
243 2025-10-05 03:01:00.762-0500 FINER t132 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-dbus-interfaces'
244 2025-10-05 03:01:00.763-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
245 2025-10-05 03:01:00.768-0500 FINER t133 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/gpioplus'
246 2025-10-05 03:01:00.769-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/gpioplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
247 2025-10-05 03:01:00.774-0500 FINER t134 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-occ-control'
248 2025-10-05 03:01:00.774-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
249 2025-10-05 03:01:00.780-0500 FINER t135 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-fan-presence'
250 2025-10-05 03:01:00.780-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
251 2025-10-05 03:01:00.785-0500 FINER t136 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/estoraged'
252 2025-10-05 03:01:00.786-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/estoraged',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
253 2025-10-05 03:01:00.791-0500 FINER t137 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libbej'
254 2025-10-05 03:01:00.792-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/libbej',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
255 2025-10-05 03:01:00.798-0500 FINER t138 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-hw-diags'
256 2025-10-05 03:01:00.799-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
257 2025-10-05 03:01:00.807-0500 FINER t139 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/libmctp'
258 2025-10-05 03:01:00.808-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/libmctp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
259 2025-10-05 03:01:00.861-0500 FINER t140 GitRepository.rebuildTagList: Read tags count=59 for '/opengrok/src/openbmc/openbmc'
260 2025-10-05 03:01:00.862-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
261 2025-10-05 03:01:00.863-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/openbmc/meta' is prohibited symlink
262 2025-10-05 03:01:00.863-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/openbmc/meta': '/opengrok/src/openbmc/openbmc/meta' is prohibited symlink
263 2025-10-05 03:01:00.864-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/openbmc/bitbake' is prohibited symlink
264 2025-10-05 03:01:00.864-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/openbmc/bitbake': '/opengrok/src/openbmc/openbmc/bitbake' is prohibited symlink
265 2025-10-05 03:01:00.864-0500 FINEST t38 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/openbmc/scripts' is prohibited symlink
266 2025-10-05 03:01:00.865-0500 WARNING t38 HistoryGuru.addRepositories: Could not create repository for '/opengrok/src/openbmc/openbmc/scripts': '/opengrok/src/openbmc/openbmc/scripts' is prohibited symlink
267 2025-10-05 03:01:00.870-0500 FINER t141 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc.github.io'
268 2025-10-05 03:01:00.870-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
269 2025-10-05 03:01:00.876-0500 FINER t142 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/webui-vue'
270 2025-10-05 03:01:00.877-0500 CONFIG t38 HistoryGuru.addRepositories: Adding repository {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
271 2025-10-05 03:01:00.878-0500 FINER t1 HistoryGuru.addRepositories: Discovered repositories: [{dir='/opengrok/src/openbmc/libcper',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-webui',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/obmc-console',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/kcsbridge',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-event',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-logging',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/sdbusplus',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/ibm-logging',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-misc',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-power',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/ipmbbridge',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/sdeventplus',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/pldm',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/skeleton',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/pyphosphor',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/debug-trigger',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/entity-manager',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/google-misc',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/bmcweb',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/inarp',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/x86-power-control',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/ipmitool',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/pam-ipmi',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/boost-dbus',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/libpldm',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/docs',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/hiomapd',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/service-config-manager',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/btbridge',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/smbios-mdr',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/telemetry',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openbmc-tools',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/slpd-lite',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/dbus-sensors',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/rest-dbus',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/gpioplus',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/estoraged',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/libbej',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/libmctp',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}, {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,annotationCache=off,tagsEnabled=on}]
272 2025-10-05 03:01:00.880-0500 INFO t1 Statistics.logIt: Done scanning for repositories, found 100 repositories (took 1.228 seconds)
273 2025-10-05 03:01:00.880-0500 INFO t1 Indexer.prepareIndexer: Generating history cache for all repositories ...
274 2025-10-05 03:01:00.896-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d0bd59eecc23b4f4bcdda09b6b73203977130fb2 for repository {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
275 2025-10-05 03:01:00.897-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision c3fb066bcea5e8a39d85c3a9754cf3d666a68d83 for repository {dir='/opengrok/src/openbmc/openbmc-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
276 2025-10-05 03:01:00.897-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision ad29e430cc6954e28ae2444c278cb9f326f0528b for repository {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
277 2025-10-05 03:01:00.897-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2b27b9618a5f6d1c5f27e696c8fdf9d592963917 for repository {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
278 2025-10-05 03:01:00.898-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e1420032fef78a490fb2be7b407c4a6bd82b1b02 for repository {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
279 2025-10-05 03:01:00.898-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d5cac5bfe7661be8bd2ed6d9b27077ca56b20b0d for repository {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
280 2025-10-05 03:01:00.898-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision fc018f947ee601a2ebd9cdce7721f10a4c6f4cc3 for repository {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
281 2025-10-05 03:01:00.898-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e16bb5c35893591eab048ae4ef646a9e5e2f7e94 for repository {dir='/opengrok/src/openbmc/phosphor-webui',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
282 2025-10-05 03:01:00.899-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d95de99fb8fa23c40828a3bb7632c0bd224ba331 for repository {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
283 2025-10-05 03:01:00.899-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision b08bcdd03a8fc324e3494d59e6718dba79305fbb for repository {dir='/opengrok/src/openbmc/docs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
284 2025-10-05 03:01:00.899-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 0662e607425838f3321aa13e25c718813fddec97 for repository {dir='/opengrok/src/openbmc/dbus-sensors',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
285 2025-10-05 03:01:00.900-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 73b8ab4379b724d8ab6abc0d21d6e272d95833f2 for repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
286 2025-10-05 03:01:00.900-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3d57f79cb13fa15efe95979730e26b8f46d906cc for repository {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
287 2025-10-05 03:01:00.900-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a0cb598e2f51e75a95418f0d87f783f9e35b39d6 for repository {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
288 2025-10-05 03:01:00.901-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a5b194ec18dadcf9d12d354b3628f5e3bcddca89 for repository {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
289 2025-10-05 03:01:00.901-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 48ed49f1813859fd9bbedb23ec06a0e72a8cd75c for repository {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
290 2025-10-05 03:01:00.901-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision de03ada04dd973c33eaf08b9354eb2f8ba146e54 for repository {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
291 2025-10-05 03:01:00.901-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 8c4332a53d8fee66f0cfd8680f9254e02fcb6053 for repository {dir='/opengrok/src/openbmc/libbej',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
292 2025-10-05 03:01:00.902-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 5a03ee485a9be552814c3b0768d6ecfe57bd9f5c for repository {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
293 2025-10-05 03:01:00.902-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a3902c83e3b65c3612e419cc1e616c56be65ff41 for repository {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
294 2025-10-05 03:01:00.902-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e8f2b0d5a6e31b4efb9d8c6ffff2872562db4e74 for repository {dir='/opengrok/src/openbmc/sdbusplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
295 2025-10-05 03:01:00.903-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a5d3fc35e5f1cf2fe6f4885f06d482138a3f5d42 for repository {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
296 2025-10-05 03:01:00.903-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision ede670e04c11647665ad96f0448f792263f1bf33 for repository {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
297 2025-10-05 03:01:00.903-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e5dd4999a035f11ce7bc4db0898235ae99227580 for repository {dir='/opengrok/src/openbmc/bmcweb',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
298 2025-10-05 03:01:00.903-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision adb587b3de8c740413d3c19eac328e3ff7656da6 for repository {dir='/opengrok/src/openbmc/phosphor-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
299 2025-10-05 03:01:00.904-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 489c97dbaf709eab3a691a6f3fca09504f3415f3 for repository {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
300 2025-10-05 03:01:00.904-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6d579909fc8e623e8a0dd6d4a32a4aee725c32f7 for repository {dir='/opengrok/src/openbmc/inarp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
301 2025-10-05 03:01:00.904-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 45d37094035d88813807b4387e01a5475cfac70f for repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
302 2025-10-05 03:01:00.905-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision b90c9a7c72e95dceedf651271b9672eb4e7b59d0 for repository {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
303 2025-10-05 03:01:00.905-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2bbe7f35edd385a42d43471c4587961b1bb3243d for repository {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
304 2025-10-05 03:01:00.905-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision dff839f1b376ee4e0853c4127aab1e0e9443ed66 for repository {dir='/opengrok/src/openbmc/pam-ipmi',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
305 2025-10-05 03:01:00.905-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2bc30901643297c874b9328a7dce56101af3f92e for repository {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
306 2025-10-05 03:01:00.906-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 8ced92d40b2ba81a2b29c751d2438356e403c84a for repository {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
307 2025-10-05 03:01:00.906-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3680a59367c2284f8b02ddc8607c3a615273ebef for repository {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
308 2025-10-05 03:01:00.906-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9f6b9b3aca29a022c597a87f445d487d8020fe51 for repository {dir='/opengrok/src/openbmc/libpldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
309 2025-10-05 03:01:00.906-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 96958ff370d1db9b35d5a7790a035c1e7ea5cdc4 for repository {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
310 2025-10-05 03:01:00.907-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3bfece8b562b2b52109a4dbe3c37a1d390a2997e for repository {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
311 2025-10-05 03:01:00.907-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 4954d029d2d7f892976fb19d3fa9c502d64e1d1e for repository {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
312 2025-10-05 03:01:00.907-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d3b84a7492a613719b35e959a6031cf581297592 for repository {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
313 2025-10-05 03:01:00.907-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision b04447c2d8c7d4659350a808ade9b1345794e3fc for repository {dir='/opengrok/src/openbmc/libmctp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
314 2025-10-05 03:01:00.907-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 738dbb9a3caa2f0ff76e92cdf42e0bebd2643bc1 for repository {dir='/opengrok/src/openbmc/skeleton',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
315 2025-10-05 03:01:00.908-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6272a39308bf6c1945edabf54891157c8079165a for repository {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
316 2025-10-05 03:01:00.908-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision dfdfd89ec9b36c115a98f589880fd757a162af19 for repository {dir='/opengrok/src/openbmc/ipmitool',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
317 2025-10-05 03:01:00.908-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 80126038a7045e3d0c09ac51432049aac43d3a5f for repository {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
318 2025-10-05 03:01:00.908-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision acdbdd141ece313f259ad6231e132f0a4bc3e062 for repository {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
319 2025-10-05 03:01:00.908-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 0ea214f2c8880dd3daa26527bc07826d22fedb99 for repository {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
320 2025-10-05 03:01:00.909-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e7d9bf3eeb4a5d80341303039214ad635c896149 for repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
321 2025-10-05 03:01:00.909-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 341e3cfa73af2dc87a1279e1189d03a61b8b8507 for repository {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
322 2025-10-05 03:01:00.909-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 92eb22223d414940cc09af7c029192473d1d385e for repository {dir='/opengrok/src/openbmc/debug-trigger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
323 2025-10-05 03:01:00.909-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9066ff65e9a3dd6322d984eae02d44443551ae3e for repository {dir='/opengrok/src/openbmc/estoraged',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
324 2025-10-05 03:01:00.909-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d972ab558efb5d23790c4638a3012de6c06a7fad for repository {dir='/opengrok/src/openbmc/obmc-console',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
325 2025-10-05 03:01:00.910-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 8b38b177315d40f1f9bc1e4d0784d45ea17cbd5c for repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
326 2025-10-05 03:01:00.910-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision ba85ffc68914e799250e644ce69e5eb1e040555f for repository {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
327 2025-10-05 03:01:00.910-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d645e7702005ee9302158a98c6c8cde5939ccf83 for repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
328 2025-10-05 03:01:00.910-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3c1b1fe7a8d2203473d9dd1268849bad736253d2 for repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
329 2025-10-05 03:01:00.910-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision c115852fb5aa0890373d8c2dfca9b9f7b1e06527 for repository {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
330 2025-10-05 03:01:00.911-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3ef588d54cddafc1f5777fef8653aa0388ca6d44 for repository {dir='/opengrok/src/openbmc/ipmbbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
331 2025-10-05 03:01:00.911-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3ed566dc78e4cdaec9ddef49e32ad6103a14ae84 for repository {dir='/opengrok/src/openbmc/phosphor-event',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
332 2025-10-05 03:01:00.912-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 4d684117da08fd48c61655bb9afbc0510be42917 for repository {dir='/opengrok/src/openbmc/x86-power-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
333 2025-10-05 03:01:00.912-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 0487ac11b4ee1abd186b73b9fe37f374ba43d101 for repository {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
334 2025-10-05 03:01:00.912-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e4a64ba768a675937bcb41c5e74098c26de1d5e2 for repository {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
335 2025-10-05 03:01:00.912-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 51ce6e39d3f2769cbec9f56b6256c5df750a3011 for repository {dir='/opengrok/src/openbmc/service-config-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
336 2025-10-05 03:01:00.912-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision fe257321c6e368f52eee449b17e6baae87c7fd14 for repository {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
337 2025-10-05 03:01:00.912-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 8eedaa6c9649d5513bbf884f20b8a361143914b0 for repository {dir='/opengrok/src/openbmc/pldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
338 2025-10-05 03:01:00.913-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 067d178bcc0c572afad75ceadf3c55f293639e8a for repository {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
339 2025-10-05 03:01:00.913-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 8e15f5c0b1e7b11296ae6c88b686e65d509237d0 for repository {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
340 2025-10-05 03:01:00.913-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6a2b8956487404dd2f7e4aa06055c24a2b7271e1 for repository {dir='/opengrok/src/openbmc/ibm-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
341 2025-10-05 03:01:00.913-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision f25863642da84ba8d73dca606475a1ebfe4f4ef7 for repository {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
342 2025-10-05 03:01:00.914-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6975122d3a63ed710ae1a871dca8268c8bea3338 for repository {dir='/opengrok/src/openbmc/gpioplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
343 2025-10-05 03:01:00.914-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision a5cc9a9227cdcb41dfdb1142990bf21f5804b553 for repository {dir='/opengrok/src/openbmc/libcper',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
344 2025-10-05 03:01:00.914-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 769024036f5a1e0949d0f2d0543b7c4547e8c988 for repository {dir='/opengrok/src/openbmc/rest-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
345 2025-10-05 03:01:00.914-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision ffb6321e9e5acd2823e19174c28683dee8140d95 for repository {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
346 2025-10-05 03:01:00.914-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 69ae808e213f2e3ce5a0fc7e805820026065064c for repository {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
347 2025-10-05 03:01:00.915-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 20297dfbd96709af18b6046db76c99c79c149d59 for repository {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
348 2025-10-05 03:01:00.915-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision c3fb820143af91bcaf8da9745c631c12cecf3353 for repository {dir='/opengrok/src/openbmc/sdeventplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
349 2025-10-05 03:01:00.915-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2ec80375259500c43f5a7c620cb34cd894f7836c for repository {dir='/opengrok/src/openbmc/boost-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
350 2025-10-05 03:01:00.915-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 4dc01a02e243a420d7e57f5c5e35a3c0d361d270 for repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
351 2025-10-05 03:01:00.915-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e3b51fb9f4a8a531129721c4b9b2888bf60216a3 for repository {dir='/opengrok/src/openbmc/hiomapd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
352 2025-10-05 03:01:00.915-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision e710a3677b03caf3be6a8c4c54c35652524f719e for repository {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
353 2025-10-05 03:01:00.916-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3887ab2d578be14583c03399abab6a1a781c9871 for repository {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
354 2025-10-05 03:01:00.916-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 995ebe7ef29c9890e87aa4c0e6772f7a586146da for repository {dir='/opengrok/src/openbmc/telemetry',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
355 2025-10-05 03:01:00.916-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision daf383307e49938e169743b391622f77caa55710 for repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
356 2025-10-05 03:01:00.916-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 3ee95fe004e0cb2504d54370504bdf3261a4d60f for repository {dir='/opengrok/src/openbmc/btbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
357 2025-10-05 03:01:00.916-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 656a163f869deb5db055c2cdbe693b8bbf73c933 for repository {dir='/opengrok/src/openbmc/slpd-lite',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
358 2025-10-05 03:01:00.916-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9fd25af597865f7e69bfb4f15338782370e61baa for repository {dir='/opengrok/src/openbmc/phosphor-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
359 2025-10-05 03:01:00.917-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9867112ceb0ae372851384f8c580ebea6ba67217 for repository {dir='/opengrok/src/openbmc/kcsbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
360 2025-10-05 03:01:00.917-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 93d664fc1b21f1aad6a6759c33b913060fcf94ba for repository {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
361 2025-10-05 03:01:00.917-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision ac4cb328365c7073a54da815c7f2362f1c64bf01 for repository {dir='/opengrok/src/openbmc/smbios-mdr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
362 2025-10-05 03:01:00.917-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 6b47d5a1da42dca58eff80c6f348eb4e719b427b for repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
363 2025-10-05 03:01:00.917-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision cb240aa1ed95799d2ea8bde951c6ed443839a7e0 for repository {dir='/opengrok/src/openbmc/pyphosphor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
364 2025-10-05 03:01:00.917-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 48aab98b3e2011f0bfe08295ea8bf75ad2ca66f7 for repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
365 2025-10-05 03:01:00.918-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision f0754817261a1486306dc6d1970a54939b6a656b for repository {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
366 2025-10-05 03:01:00.918-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision fc4f223cb730ae868732532c0bf85a5b62b84852 for repository {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
367 2025-10-05 03:01:00.918-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 1914831526f8e6bbb8e4c4c634e4918cecfaa81b for repository {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
368 2025-10-05 03:01:00.918-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision b86429c404528da10dbdfad8b8e38e1f550431e9 for repository {dir='/opengrok/src/openbmc/google-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
369 2025-10-05 03:01:00.918-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 840ac402dbe726469ad922d68f123d20b7e58e66 for repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
370 2025-10-05 03:01:00.918-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 2da0b485d52bd241f91268bc5cb21ad11fad3609 for repository {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
371 2025-10-05 03:01:00.918-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision d7feb08c808df23f3a4685ef4b7a29de7d31f57e for repository {dir='/opengrok/src/openbmc/entity-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
372 2025-10-05 03:01:00.919-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9c2f94e155b86ef234f2cc8aa39d4e18a15a0561 for repository {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
373 2025-10-05 03:01:00.919-0500 FINEST t1 HistoryGuru.createHistoryCacheReal: latest cached revision 9958f452b737790e90e654ef8f3cb2904ff23289 for repository {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
374 2025-10-05 03:01:00.919-0500 INFO t1 HistoryGuru.createHistoryCacheReal: Creating history cache for 100 repositories
375 2025-10-05 03:01:00.920-0500 INFO t143 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
376 2025-10-05 03:01:00.920-0500 INFO t144 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
377 2025-10-05 03:01:00.920-0500 INFO t146 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
378 2025-10-05 03:01:00.921-0500 INFO t148 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
379 2025-10-05 03:01:00.920-0500 INFO t145 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/kcsbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
380 2025-10-05 03:01:00.922-0500 INFO t153 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ipmitool',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
381 2025-10-05 03:01:00.922-0500 INFO t152 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/rest-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
382 2025-10-05 03:01:00.921-0500 INFO t151 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
383 2025-10-05 03:01:00.923-0500 FINER t148 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
384 2025-10-05 03:01:00.921-0500 INFO t150 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
385 2025-10-05 03:01:00.921-0500 INFO t149 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
386 2025-10-05 03:01:00.925-0500 INFO t165 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
387 2025-10-05 03:01:00.920-0500 INFO t147 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/inarp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
388 2025-10-05 03:01:00.925-0500 INFO t167 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-event',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
389 2025-10-05 03:01:00.925-0500 INFO t166 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-power',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
390 2025-10-05 03:01:00.925-0500 FINER t149 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
391 2025-10-05 03:01:00.926-0500 FINE t149 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
392 2025-10-05 03:01:00.924-0500 INFO t164 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/btbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
393 2025-10-05 03:01:00.927-0500 INFO t174 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
394 2025-10-05 03:01:00.924-0500 FINER t150 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
395 2025-10-05 03:01:00.928-0500 INFO t176 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
396 2025-10-05 03:01:00.924-0500 INFO t163 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/sdbusplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
397 2025-10-05 03:01:00.924-0500 INFO t162 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/slpd-lite',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
398 2025-10-05 03:01:00.924-0500 FINE t148 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
399 2025-10-05 03:01:00.929-0500 INFO t180 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-webui',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
400 2025-10-05 03:01:00.924-0500 INFO t161 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/dbus-sensors',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
401 2025-10-05 03:01:00.929-0500 INFO t182 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/libcper',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
402 2025-10-05 03:01:00.923-0500 FINER t151 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
403 2025-10-05 03:01:00.930-0500 INFO t185 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
404 2025-10-05 03:01:00.923-0500 INFO t159 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
405 2025-10-05 03:01:00.923-0500 FINER t145 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/kcsbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
406 2025-10-05 03:01:00.931-0500 FINE t145 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/kcsbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
407 2025-10-05 03:01:00.923-0500 FINER t152 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/rest-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
408 2025-10-05 03:01:00.932-0500 FINE t152 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/rest-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
409 2025-10-05 03:01:00.923-0500 INFO t160 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
410 2025-10-05 03:01:00.923-0500 FINER t146 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
411 2025-10-05 03:01:00.934-0500 FINE t146 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
412 2025-10-05 03:01:00.923-0500 FINER t143 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
413 2025-10-05 03:01:00.935-0500 FINE t143 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
414 2025-10-05 03:01:00.923-0500 FINER t144 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
415 2025-10-05 03:01:00.936-0500 INFO t204 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
416 2025-10-05 03:01:00.923-0500 FINER t153 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ipmitool',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
417 2025-10-05 03:01:00.923-0500 INFO t158 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/google-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
418 2025-10-05 03:01:00.923-0500 INFO t157 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
419 2025-10-05 03:01:00.922-0500 INFO t156 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
420 2025-10-05 03:01:00.922-0500 INFO t155 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
421 2025-10-05 03:01:00.938-0500 INFO t214 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
422 2025-10-05 03:01:00.922-0500 INFO t154 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
423 2025-10-05 03:01:00.939-0500 INFO t217 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
424 2025-10-05 03:01:00.939-0500 INFO t216 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
425 2025-10-05 03:01:00.939-0500 FINER t214 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
426 2025-10-05 03:01:00.940-0500 FINE t214 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
427 2025-10-05 03:01:00.938-0500 INFO t215 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
428 2025-10-05 03:01:00.938-0500 FINER t155 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
429 2025-10-05 03:01:00.938-0500 INFO t213 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/docs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
430 2025-10-05 03:01:00.938-0500 FINER t156 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
431 2025-10-05 03:01:00.942-0500 FINE t156 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
432 2025-10-05 03:01:00.938-0500 INFO t212 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/libmctp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
433 2025-10-05 03:01:00.937-0500 FINER t157 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
434 2025-10-05 03:01:00.937-0500 FINER t158 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/google-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
435 2025-10-05 03:01:00.937-0500 INFO t207 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/boost-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
436 2025-10-05 03:01:00.937-0500 FINE t153 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ipmitool',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
437 2025-10-05 03:01:00.936-0500 INFO t206 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
438 2025-10-05 03:01:00.936-0500 FINER t204 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
439 2025-10-05 03:01:00.936-0500 INFO t205 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/telemetry',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
440 2025-10-05 03:01:00.936-0500 FINE t144 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
441 2025-10-05 03:01:00.935-0500 INFO t203 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ibm-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
442 2025-10-05 03:01:00.946-0500 INFO t242 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
443 2025-10-05 03:01:00.935-0500 INFO t202 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/skeleton',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
444 2025-10-05 03:01:00.935-0500 INFO t201 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
445 2025-10-05 03:01:00.935-0500 INFO t200 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
446 2025-10-05 03:01:00.934-0500 INFO t199 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
447 2025-10-05 03:01:00.934-0500 INFO t198 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
448 2025-10-05 03:01:00.934-0500 INFO t197 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
449 2025-10-05 03:01:00.934-0500 FINER t160 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
450 2025-10-05 03:01:00.934-0500 INFO t196 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
451 2025-10-05 03:01:00.933-0500 INFO t195 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
452 2025-10-05 03:01:00.933-0500 INFO t194 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
453 2025-10-05 03:01:00.933-0500 INFO t193 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
454 2025-10-05 03:01:00.932-0500 INFO t192 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/libbej',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
455 2025-10-05 03:01:00.932-0500 INFO t191 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
456 2025-10-05 03:01:00.932-0500 INFO t190 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
457 2025-10-05 03:01:00.931-0500 INFO t189 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
458 2025-10-05 03:01:00.931-0500 INFO t188 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
459 2025-10-05 03:01:00.931-0500 FINER t159 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
460 2025-10-05 03:01:00.931-0500 INFO t187 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/sdeventplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
461 2025-10-05 03:01:00.931-0500 FINER t185 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
462 2025-10-05 03:01:00.930-0500 INFO t186 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
463 2025-10-05 03:01:00.930-0500 FINE t151 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
464 2025-10-05 03:01:00.930-0500 INFO t184 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/entity-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
465 2025-10-05 03:01:00.930-0500 FINER t182 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/libcper',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
466 2025-10-05 03:01:00.930-0500 INFO t183 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
467 2025-10-05 03:01:00.930-0500 FINER t161 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/dbus-sensors',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
468 2025-10-05 03:01:00.954-0500 FINE t161 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/dbus-sensors',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
469 2025-10-05 03:01:00.929-0500 FINER t180 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-webui',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
470 2025-10-05 03:01:00.929-0500 INFO t181 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
471 2025-10-05 03:01:00.929-0500 FINER t162 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/slpd-lite',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
472 2025-10-05 03:01:00.956-0500 FINE t162 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/slpd-lite',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
473 2025-10-05 03:01:00.928-0500 INFO t179 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/bmcweb',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
474 2025-10-05 03:01:00.928-0500 FINER t163 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/sdbusplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
475 2025-10-05 03:01:00.957-0500 FINE t163 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/sdbusplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
476 2025-10-05 03:01:00.928-0500 INFO t178 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/pldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
477 2025-10-05 03:01:00.928-0500 FINER t176 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
478 2025-10-05 03:01:00.928-0500 INFO t177 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/x86-power-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
479 2025-10-05 03:01:00.928-0500 FINER t174 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
480 2025-10-05 03:01:00.928-0500 FINE t150 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
481 2025-10-05 03:01:00.927-0500 INFO t175 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
482 2025-10-05 03:01:00.927-0500 FINER t164 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/btbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
483 2025-10-05 03:01:00.927-0500 INFO t173 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
484 2025-10-05 03:01:00.926-0500 INFO t172 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/libpldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
485 2025-10-05 03:01:00.960-0500 FINE t161 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/dbus-sensors',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
486 2025-10-05 03:01:00.926-0500 INFO t171 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
487 2025-10-05 03:01:00.926-0500 FINER t166 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-power',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
488 2025-10-05 03:01:00.926-0500 INFO t170 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
489 2025-10-05 03:01:00.926-0500 FINER t167 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-event',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
490 2025-10-05 03:01:00.962-0500 FINE t167 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-event',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
491 2025-10-05 03:01:00.925-0500 INFO t169 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
492 2025-10-05 03:01:00.925-0500 INFO t168 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
493 2025-10-05 03:01:00.925-0500 FINER t147 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/inarp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
494 2025-10-05 03:01:00.963-0500 FINE t147 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/inarp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
495 2025-10-05 03:01:00.925-0500 FINER t165 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
496 2025-10-05 03:01:00.963-0500 FINER t168 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
497 2025-10-05 03:01:00.963-0500 FINE t150 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
498 2025-10-05 03:01:00.963-0500 FINER t169 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
499 2025-10-05 03:01:00.963-0500 FINE t163 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/sdbusplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
500 2025-10-05 03:01:00.962-0500 FINER t170 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
501 2025-10-05 03:01:00.966-0500 FINE t170 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
502 2025-10-05 03:01:00.961-0500 FINE t166 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-power',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
503 2025-10-05 03:01:00.966-0500 FINE t167 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-event',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
504 2025-10-05 03:01:00.961-0500 FINER t171 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
505 2025-10-05 03:01:00.967-0500 FINE t171 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
506 2025-10-05 03:01:00.961-0500 FINE t162 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/slpd-lite',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
507 2025-10-05 03:01:00.968-0500 FINE t162 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
508 2025-10-05 03:01:00.961-0500 FINE t161 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
509 2025-10-05 03:01:00.960-0500 FINER t172 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/libpldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
510 2025-10-05 03:01:00.960-0500 FINER t173 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
511 2025-10-05 03:01:00.960-0500 FINE t164 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/btbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
512 2025-10-05 03:01:00.959-0500 FINER t175 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
513 2025-10-05 03:01:00.958-0500 FINE t174 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
514 2025-10-05 03:01:00.958-0500 FINE t151 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
515 2025-10-05 03:01:00.970-0500 FINE t151 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
516 2025-10-05 03:01:00.958-0500 FINER t177 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/x86-power-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
517 2025-10-05 03:01:00.971-0500 FINE t177 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/x86-power-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
518 2025-10-05 03:01:00.958-0500 FINE t176 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
519 2025-10-05 03:01:00.957-0500 FINER t178 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/pldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
520 2025-10-05 03:01:00.972-0500 FINE t178 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/pldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
521 2025-10-05 03:01:00.957-0500 FINER t179 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/bmcweb',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
522 2025-10-05 03:01:00.973-0500 FINE t179 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/bmcweb',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
523 2025-10-05 03:01:00.955-0500 FINER t181 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
524 2025-10-05 03:01:00.955-0500 FINE t180 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-webui',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
525 2025-10-05 03:01:00.954-0500 FINER t183 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
526 2025-10-05 03:01:00.974-0500 FINE t183 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
527 2025-10-05 03:01:00.954-0500 FINE t182 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/libcper',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
528 2025-10-05 03:01:00.953-0500 FINER t184 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/entity-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
529 2025-10-05 03:01:00.975-0500 FINE t184 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/entity-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
530 2025-10-05 03:01:00.953-0500 FINER t186 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
531 2025-10-05 03:01:00.976-0500 FINE t186 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
532 2025-10-05 03:01:00.952-0500 FINE t185 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
533 2025-10-05 03:01:00.952-0500 FINER t187 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/sdeventplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
534 2025-10-05 03:01:00.977-0500 FINE t187 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/sdeventplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
535 2025-10-05 03:01:00.952-0500 FINE t159 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
536 2025-10-05 03:01:00.951-0500 FINER t188 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
537 2025-10-05 03:01:00.978-0500 FINE t188 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
538 2025-10-05 03:01:00.951-0500 FINER t189 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
539 2025-10-05 03:01:00.978-0500 FINE t189 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
540 2025-10-05 03:01:00.951-0500 FINE t144 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
541 2025-10-05 03:01:00.979-0500 FINE t144 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
542 2025-10-05 03:01:00.950-0500 FINER t190 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
543 2025-10-05 03:01:00.950-0500 FINE t153 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ipmitool',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
544 2025-10-05 03:01:00.980-0500 FINE t153 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
545 2025-10-05 03:01:00.950-0500 FINER t191 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
546 2025-10-05 03:01:00.980-0500 FINE t191 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
547 2025-10-05 03:01:00.950-0500 FINER t192 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/libbej',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
548 2025-10-05 03:01:00.949-0500 FINER t193 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
549 2025-10-05 03:01:00.981-0500 FINE t193 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
550 2025-10-05 03:01:00.949-0500 FINER t194 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
551 2025-10-05 03:01:00.982-0500 FINE t194 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
552 2025-10-05 03:01:00.949-0500 FINER t195 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
553 2025-10-05 03:01:00.982-0500 FINE t195 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
554 2025-10-05 03:01:00.948-0500 FINER t196 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
555 2025-10-05 03:01:00.983-0500 FINE t196 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
556 2025-10-05 03:01:00.948-0500 FINE t160 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
557 2025-10-05 03:01:00.948-0500 FINER t197 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
558 2025-10-05 03:01:00.984-0500 FINE t197 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
559 2025-10-05 03:01:00.947-0500 FINER t198 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
560 2025-10-05 03:01:00.984-0500 FINE t198 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
561 2025-10-05 03:01:00.947-0500 FINER t199 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
562 2025-10-05 03:01:00.947-0500 FINER t200 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
563 2025-10-05 03:01:00.985-0500 FINE t200 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
564 2025-10-05 03:01:00.946-0500 FINER t201 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
565 2025-10-05 03:01:00.986-0500 FINE t201 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
566 2025-10-05 03:01:00.946-0500 FINER t202 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/skeleton',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
567 2025-10-05 03:01:00.986-0500 FINE t202 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/skeleton',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
568 2025-10-05 03:01:00.946-0500 FINER t242 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
569 2025-10-05 03:01:00.987-0500 FINE t242 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
570 2025-10-05 03:01:00.946-0500 FINER t203 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ibm-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
571 2025-10-05 03:01:00.988-0500 FINE t203 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ibm-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
572 2025-10-05 03:01:00.945-0500 INFO t241 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
573 2025-10-05 03:01:00.988-0500 FINE t196 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
574 2025-10-05 03:01:00.945-0500 FINER t205 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/telemetry',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
575 2025-10-05 03:01:00.989-0500 FINE t205 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/telemetry',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
576 2025-10-05 03:01:00.945-0500 INFO t240 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
577 2025-10-05 03:01:00.945-0500 INFO t239 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/gpioplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
578 2025-10-05 03:01:00.945-0500 FINE t204 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
579 2025-10-05 03:01:00.944-0500 INFO t238 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
580 2025-10-05 03:01:00.990-0500 FINE t198 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
581 2025-10-05 03:01:00.990-0500 FINER t238 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
582 2025-10-05 03:01:00.944-0500 FINER t206 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
583 2025-10-05 03:01:00.991-0500 FINE t206 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
584 2025-10-05 03:01:00.944-0500 INFO t237 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
585 2025-10-05 03:01:00.944-0500 FINE t149 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 17 ms)
586 2025-10-05 03:01:00.992-0500 FINER t237 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
587 2025-10-05 03:01:00.944-0500 INFO t236 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
588 2025-10-05 03:01:00.944-0500 FINER t207 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/boost-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
589 2025-10-05 03:01:00.944-0500 INFO t235 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
590 2025-10-05 03:01:00.943-0500 FINE t146 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 9 ms)
591 2025-10-05 03:01:00.993-0500 FINE t146 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
592 2025-10-05 03:01:00.943-0500 FINE t152 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/rest-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 10 ms)
593 2025-10-05 03:01:00.994-0500 FINE t152 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
594 2025-10-05 03:01:00.943-0500 FINE t148 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 14 ms)
595 2025-10-05 03:01:00.994-0500 FINE t148 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
596 2025-10-05 03:01:00.943-0500 FINE t143 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 8 ms)
597 2025-10-05 03:01:00.994-0500 FINE t143 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
598 2025-10-05 03:01:00.943-0500 FINE t145 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/kcsbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 11 ms)
599 2025-10-05 03:01:00.995-0500 FINE t145 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
600 2025-10-05 03:01:00.943-0500 FINE t214 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 3 ms)
601 2025-10-05 03:01:00.995-0500 FINE t214 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
602 2025-10-05 03:01:00.995-0500 FINEST t214 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d645e7702005ee9302158a98c6c8cde5939ccf83, null)
603 2025-10-05 03:01:00.943-0500 INFO t234 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
604 2025-10-05 03:01:00.943-0500 FINE t158 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/google-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
605 2025-10-05 03:01:00.943-0500 INFO t233 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
606 2025-10-05 03:01:00.943-0500 INFO t232 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/debug-trigger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
607 2025-10-05 03:01:00.943-0500 FINE t157 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
608 2025-10-05 03:01:00.942-0500 INFO t231 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
609 2025-10-05 03:01:00.942-0500 FINER t212 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/libmctp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
610 2025-10-05 03:01:00.998-0500 FINE t212 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/libmctp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
611 2025-10-05 03:01:00.942-0500 INFO t230 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/obmc-console',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
612 2025-10-05 03:01:00.942-0500 INFO t229 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/pyphosphor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
613 2025-10-05 03:01:00.942-0500 INFO t228 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/service-config-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
614 2025-10-05 03:01:00.941-0500 INFO t227 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
615 2025-10-05 03:01:00.941-0500 FINER t213 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/docs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
616 2025-10-05 03:01:01.000-0500 FINE t213 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/docs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
617 2025-10-05 03:01:00.941-0500 INFO t226 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
618 2025-10-05 03:01:00.941-0500 FINE t155 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
619 2025-10-05 03:01:00.941-0500 INFO t225 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
620 2025-10-05 03:01:00.941-0500 INFO t224 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/pam-ipmi',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
621 2025-10-05 03:01:01.002-0500 FINER t225 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
622 2025-10-05 03:01:00.940-0500 FINER t215 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
623 2025-10-05 03:01:00.940-0500 INFO t223 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/hiomapd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
624 2025-10-05 03:01:00.940-0500 INFO t222 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
625 2025-10-05 03:01:00.940-0500 INFO t221 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
626 2025-10-05 03:01:00.940-0500 FINER t216 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
627 2025-10-05 03:01:01.004-0500 FINE t216 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
628 2025-10-05 03:01:00.939-0500 INFO t220 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/estoraged',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
629 2025-10-05 03:01:00.939-0500 INFO t219 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
630 2025-10-05 03:01:00.939-0500 FINER t217 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
631 2025-10-05 03:01:01.005-0500 FINE t217 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
632 2025-10-05 03:01:00.939-0500 INFO t218 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
633 2025-10-05 03:01:00.939-0500 FINER t154 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
634 2025-10-05 03:01:01.006-0500 FINER t218 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
635 2025-10-05 03:01:01.006-0500 FINE t213 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/docs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
636 2025-10-05 03:01:01.007-0500 FINE t213 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
637 2025-10-05 03:01:01.005-0500 FINE t155 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 3 ms)
638 2025-10-05 03:01:01.007-0500 FINE t155 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
639 2025-10-05 03:01:01.005-0500 FINER t219 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
640 2025-10-05 03:01:01.008-0500 FINE t219 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
641 2025-10-05 03:01:01.005-0500 FINER t220 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/estoraged',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
642 2025-10-05 03:01:01.009-0500 FINE t220 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/estoraged',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
643 2025-10-05 03:01:01.003-0500 FINE t212 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/libmctp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
644 2025-10-05 03:01:01.003-0500 FINER t221 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
645 2025-10-05 03:01:01.009-0500 FINE t221 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
646 2025-10-05 03:01:01.003-0500 FINER t222 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
647 2025-10-05 03:01:01.010-0500 FINE t222 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
648 2025-10-05 03:01:01.003-0500 FINER t223 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/hiomapd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
649 2025-10-05 03:01:01.010-0500 FINE t223 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/hiomapd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
650 2025-10-05 03:01:01.003-0500 FINE t157 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
651 2025-10-05 03:01:01.011-0500 FINE t157 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
652 2025-10-05 03:01:01.002-0500 FINE t215 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
653 2025-10-05 03:01:01.002-0500 FINE t225 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
654 2025-10-05 03:01:01.002-0500 FINER t224 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/pam-ipmi',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
655 2025-10-05 03:01:01.012-0500 FINE t224 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/pam-ipmi',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
656 2025-10-05 03:01:01.001-0500 FINER t243 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-flash'
657 2025-10-05 03:01:01.001-0500 FINER t226 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
658 2025-10-05 03:01:01.000-0500 FINE t158 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/google-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 3 ms)
659 2025-10-05 03:01:01.000-0500 FINER t227 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
660 2025-10-05 03:01:01.014-0500 FINE t227 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
661 2025-10-05 03:01:00.999-0500 FINER t228 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/service-config-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
662 2025-10-05 03:01:00.999-0500 FINER t229 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/pyphosphor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
663 2025-10-05 03:01:01.015-0500 FINE t229 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/pyphosphor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
664 2025-10-05 03:01:00.999-0500 FINER t230 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/obmc-console',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
665 2025-10-05 03:01:01.015-0500 FINE t230 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/obmc-console',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
666 2025-10-05 03:01:00.998-0500 FINER t231 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
667 2025-10-05 03:01:01.016-0500 FINE t231 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
668 2025-10-05 03:01:00.997-0500 FINER t232 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/debug-trigger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
669 2025-10-05 03:01:01.017-0500 FINE t232 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/debug-trigger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
670 2025-10-05 03:01:00.997-0500 FINER t233 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
671 2025-10-05 03:01:01.017-0500 FINE t233 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
672 2025-10-05 03:01:00.997-0500 FINER t234 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
673 2025-10-05 03:01:01.018-0500 FINE t234 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
674 2025-10-05 03:01:00.996-0500 FINE t204 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
675 2025-10-05 03:01:00.996-0500 FINE t206 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
676 2025-10-05 03:01:00.995-0500 FINEST t145 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9867112ceb0ae372851384f8c580ebea6ba67217, null)
677 2025-10-05 03:01:00.995-0500 FINE t242 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 7 ms)
678 2025-10-05 03:01:00.995-0500 FINE t202 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/skeleton',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 7 ms)
679 2025-10-05 03:01:01.020-0500 FINE t202 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
680 2025-10-05 03:01:00.995-0500 FINEST t143 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (5a03ee485a9be552814c3b0768d6ecfe57bd9f5c, null)
681 2025-10-05 03:01:00.994-0500 FINEST t148 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (8ced92d40b2ba81a2b29c751d2438356e403c84a, null)
682 2025-10-05 03:01:00.994-0500 FINEST t152 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (769024036f5a1e0949d0f2d0543b7c4547e8c988, null)
683 2025-10-05 03:01:00.993-0500 FINEST t146 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (ede670e04c11647665ad96f0448f792263f1bf33, null)
684 2025-10-05 03:01:00.993-0500 FINE t205 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/telemetry',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
685 2025-10-05 03:01:00.993-0500 FINER t235 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
686 2025-10-05 03:01:01.022-0500 FINE t235 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
687 2025-10-05 03:01:00.993-0500 FINE t203 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ibm-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
688 2025-10-05 03:01:01.022-0500 FINE t203 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
689 2025-10-05 03:01:00.993-0500 FINE t207 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/boost-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
690 2025-10-05 03:01:00.993-0500 FINE t201 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
691 2025-10-05 03:01:01.023-0500 FINE t201 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
692 2025-10-05 03:01:00.992-0500 FINER t236 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
693 2025-10-05 03:01:01.024-0500 FINE t236 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
694 2025-10-05 03:01:00.992-0500 FINE t237 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
695 2025-10-05 03:01:00.992-0500 FINE t149 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
696 2025-10-05 03:01:00.991-0500 FINE t238 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
697 2025-10-05 03:01:00.990-0500 FINE t198 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
698 2025-10-05 03:01:00.990-0500 FINE t160 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
699 2025-10-05 03:01:01.025-0500 FINE t160 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
700 2025-10-05 03:01:00.990-0500 FINER t239 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/gpioplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
701 2025-10-05 03:01:01.026-0500 FINE t239 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/gpioplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
702 2025-10-05 03:01:00.989-0500 FINER t240 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
703 2025-10-05 03:01:01.027-0500 FINE t240 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
704 2025-10-05 03:01:00.989-0500 FINE t197 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
705 2025-10-05 03:01:01.027-0500 FINE t197 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
706 2025-10-05 03:01:00.989-0500 FINER t241 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
707 2025-10-05 03:01:01.028-0500 FINE t241 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
708 2025-10-05 03:01:00.989-0500 FINE t196 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
709 2025-10-05 03:01:00.988-0500 FINE t200 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 2 ms)
710 2025-10-05 03:01:00.988-0500 FINE t195 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
711 2025-10-05 03:01:00.987-0500 FINE t194 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
712 2025-10-05 03:01:01.029-0500 FINE t194 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
713 2025-10-05 03:01:00.987-0500 FINE t193 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
714 2025-10-05 03:01:00.985-0500 FINE t191 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
715 2025-10-05 03:01:00.985-0500 FINE t199 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
716 2025-10-05 03:01:00.984-0500 FINE t189 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
717 2025-10-05 03:01:01.030-0500 FINE t189 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
718 2025-10-05 03:01:00.983-0500 FINE t156 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 41 ms)
719 2025-10-05 03:01:00.983-0500 FINE t188 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
720 2025-10-05 03:01:01.031-0500 FINE t188 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
721 2025-10-05 03:01:00.983-0500 FINE t159 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
722 2025-10-05 03:01:00.982-0500 FINE t186 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
723 2025-10-05 03:01:00.982-0500 FINE t187 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/sdeventplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
724 2025-10-05 03:01:00.981-0500 FINE t179 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/bmcweb',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 8 ms)
725 2025-10-05 03:01:01.032-0500 FINE t179 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
726 2025-10-05 03:01:00.981-0500 FINE t184 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/entity-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
727 2025-10-05 03:01:01.033-0500 FINE t241 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
728 2025-10-05 03:01:00.981-0500 FINE t185 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
729 2025-10-05 03:01:00.981-0500 FINE t192 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/libbej',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
730 2025-10-05 03:01:00.980-0500 FINE t183 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
731 2025-10-05 03:01:01.034-0500 FINE t183 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
732 2025-10-05 03:01:00.980-0500 FINE t182 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/libcper',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
733 2025-10-05 03:01:00.980-0500 FINEST t153 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (dfdfd89ec9b36c115a98f589880fd757a162af19, null)
734 2025-10-05 03:01:00.980-0500 FINE t190 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
735 2025-10-05 03:01:00.979-0500 FINE t176 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 7 ms)
736 2025-10-05 03:01:01.035-0500 FINE t176 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
737 2025-10-05 03:01:00.979-0500 FINEST t144 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (ffb6321e9e5acd2823e19174c28683dee8140d95, null)
738 2025-10-05 03:01:00.979-0500 FINE t180 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-webui',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
739 2025-10-05 03:01:00.979-0500 FINE t178 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/pldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
740 2025-10-05 03:01:00.976-0500 FINE t177 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/x86-power-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
741 2025-10-05 03:01:01.036-0500 FINE t177 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
742 2025-10-05 03:01:00.975-0500 FINE t174 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
743 2025-10-05 03:01:00.974-0500 FINE t164 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/btbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
744 2025-10-05 03:01:00.973-0500 FINE t181 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
745 2025-10-05 03:01:00.973-0500 FINE t171 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
746 2025-10-05 03:01:01.037-0500 FINE t171 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
747 2025-10-05 03:01:00.972-0500 FINE t166 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-power',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
748 2025-10-05 03:01:01.038-0500 FINE t166 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
749 2025-10-05 03:01:00.972-0500 FINE t170 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
750 2025-10-05 03:01:01.038-0500 FINE t170 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
751 2025-10-05 03:01:00.971-0500 FINEST t151 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a0cb598e2f51e75a95418f0d87f783f9e35b39d6, null)
752 2025-10-05 03:01:00.970-0500 FINE t175 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
753 2025-10-05 03:01:00.969-0500 FINE t173 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
754 2025-10-05 03:01:00.969-0500 FINE t172 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/libpldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
755 2025-10-05 03:01:00.968-0500 FINEST t161 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (0662e607425838f3321aa13e25c718813fddec97, null)
756 2025-10-05 03:01:00.968-0500 FINEST t162 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (656a163f869deb5db055c2cdbe693b8bbf73c933, null)
757 2025-10-05 03:01:00.968-0500 FINE t147 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/inarp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
758 2025-10-05 03:01:00.967-0500 FINE t167 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
759 2025-10-05 03:01:01.040-0500 FINEST t167 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3ed566dc78e4cdaec9ddef49e32ad6103a14ae84, null)
760 2025-10-05 03:01:00.965-0500 FINE t163 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
761 2025-10-05 03:01:00.965-0500 FINE t169 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
762 2025-10-05 03:01:00.965-0500 FINE t150 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
763 2025-10-05 03:01:00.964-0500 FINE t168 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
764 2025-10-05 03:01:00.964-0500 FINE t165 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
765 2025-10-05 03:01:01.041-0500 FINEST t150 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3680a59367c2284f8b02ddc8607c3a615273ebef, null)
766 2025-10-05 03:01:01.041-0500 FINEST t163 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e8f2b0d5a6e31b4efb9d8c6ffff2872562db4e74, null)
767 2025-10-05 03:01:01.040-0500 FINE t147 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
768 2025-10-05 03:01:01.043-0500 FINEST t147 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6d579909fc8e623e8a0dd6d4a32a4aee725c32f7, null)
769 2025-10-05 03:01:01.039-0500 FINE t190 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
770 2025-10-05 03:01:01.043-0500 FINE t190 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
771 2025-10-05 03:01:01.038-0500 FINEST t170 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e1420032fef78a490fb2be7b407c4a6bd82b1b02, null)
772 2025-10-05 03:01:01.038-0500 FINE t192 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/libbej',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
773 2025-10-05 03:01:01.044-0500 FINE t192 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
774 2025-10-05 03:01:01.038-0500 FINEST t166 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (8b38b177315d40f1f9bc1e4d0784d45ea17cbd5c, null)
775 2025-10-05 03:01:01.037-0500 FINEST t171 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (489c97dbaf709eab3a691a6f3fca09504f3415f3, null)
776 2025-10-05 03:01:01.037-0500 FINE t164 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
777 2025-10-05 03:01:01.045-0500 FINEST t164 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3ee95fe004e0cb2504d54370504bdf3261a4d60f, null)
778 2025-10-05 03:01:01.037-0500 FINE t174 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
779 2025-10-05 03:01:01.036-0500 FINEST t177 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (4d684117da08fd48c61655bb9afbc0510be42917, null)
780 2025-10-05 03:01:01.036-0500 FINE t178 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
781 2025-10-05 03:01:01.036-0500 FINE t180 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
782 2025-10-05 03:01:01.035-0500 FINEST t176 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (4dc01a02e243a420d7e57f5c5e35a3c0d361d270, null)
783 2025-10-05 03:01:01.035-0500 FINE t199 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
784 2025-10-05 03:01:01.047-0500 FINE t199 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
785 2025-10-05 03:01:01.034-0500 FINE t182 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
786 2025-10-05 03:01:01.034-0500 FINEST t183 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6b47d5a1da42dca58eff80c6f348eb4e719b427b, null)
787 2025-10-05 03:01:01.033-0500 FINE t185 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
788 2025-10-05 03:01:01.033-0500 FINE t241 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
789 2025-10-05 03:01:01.033-0500 FINE t184 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
790 2025-10-05 03:01:01.033-0500 FINEST t179 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e5dd4999a035f11ce7bc4db0898235ae99227580, null)
791 2025-10-05 03:01:01.032-0500 FINE t187 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
792 2025-10-05 03:01:01.032-0500 FINE t240 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
793 2025-10-05 03:01:01.032-0500 FINE t186 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
794 2025-10-05 03:01:01.032-0500 FINE t159 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
795 2025-10-05 03:01:01.050-0500 FINEST t159 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (80126038a7045e3d0c09ac51432049aac43d3a5f, null)
796 2025-10-05 03:01:01.031-0500 FINEST t188 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (c3fb066bcea5e8a39d85c3a9754cf3d666a68d83, null)
797 2025-10-05 03:01:01.031-0500 FINE t239 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/gpioplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
798 2025-10-05 03:01:01.031-0500 FINE t156 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
799 2025-10-05 03:01:01.031-0500 FINEST t189 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (341e3cfa73af2dc87a1279e1189d03a61b8b8507, null)
800 2025-10-05 03:01:01.030-0500 FINE t238 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
801 2025-10-05 03:01:01.051-0500 FINE t238 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
802 2025-10-05 03:01:01.030-0500 FINE t191 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
803 2025-10-05 03:01:01.030-0500 FINE t193 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
804 2025-10-05 03:01:01.030-0500 FINE t237 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
805 2025-10-05 03:01:01.029-0500 FINE t236 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
806 2025-10-05 03:01:01.029-0500 FINEST t194 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (f25863642da84ba8d73dca606475a1ebfe4f4ef7, null)
807 2025-10-05 03:01:01.029-0500 FINE t195 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
808 2025-10-05 03:01:01.029-0500 FINE t200 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
809 2025-10-05 03:01:01.029-0500 FINEST t196 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (69ae808e213f2e3ce5a0fc7e805820026065064c, null)
810 2025-10-05 03:01:01.028-0500 FINE t207 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/boost-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
811 2025-10-05 03:01:01.028-0500 FINEST t197 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e710a3677b03caf3be6a8c4c54c35652524f719e, null)
812 2025-10-05 03:01:01.028-0500 FINER t248 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-proc-control'
813 2025-10-05 03:01:01.028-0500 FINER t247 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-debug-collector'
814 2025-10-05 03:01:01.027-0500 FINE t235 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
815 2025-10-05 03:01:01.055-0500 FINE t146 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-debug-collector' (took 61 ms)
816 2025-10-05 03:01:01.027-0500 FINER t246 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/kcsbridge'
817 2025-10-05 03:01:01.027-0500 FINER t244 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/rest-dbus'
818 2025-10-05 03:01:01.027-0500 FINER t245 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-postd'
819 2025-10-05 03:01:01.026-0500 FINEST t160 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e4a64ba768a675937bcb41c5e74098c26de1d5e2, null)
820 2025-10-05 03:01:01.025-0500 FINEST t198 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (45d37094035d88813807b4387e01a5475cfac70f, null)
821 2025-10-05 03:01:01.025-0500 FINEST t149 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (4954d029d2d7f892976fb19d3fa9c502d64e1d1e, null)
822 2025-10-05 03:01:01.023-0500 FINE t234 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
823 2025-10-05 03:01:01.023-0500 FINEST t201 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9c2f94e155b86ef234f2cc8aa39d4e18a15a0561, null)
824 2025-10-05 03:01:01.023-0500 FINE t233 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
825 2025-10-05 03:01:01.022-0500 FINEST t203 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6a2b8956487404dd2f7e4aa06055c24a2b7271e1, null)
826 2025-10-05 03:01:01.021-0500 FINE t205 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
827 2025-10-05 03:01:01.021-0500 FINE t232 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/debug-trigger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 3 ms)
828 2025-10-05 03:01:01.059-0500 FINE t232 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
829 2025-10-05 03:01:01.021-0500 FINE t230 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/obmc-console',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
830 2025-10-05 03:01:01.060-0500 FINE t230 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
831 2025-10-05 03:01:01.020-0500 FINEST t202 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (738dbb9a3caa2f0ff76e92cdf42e0bebd2643bc1, null)
832 2025-10-05 03:01:01.060-0500 FINER t270 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-bmc-smm-error-logger'
833 2025-10-05 03:01:01.019-0500 FINE t242 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
834 2025-10-05 03:01:01.019-0500 FINE t229 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/pyphosphor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
835 2025-10-05 03:01:01.019-0500 FINE t227 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
836 2025-10-05 03:01:01.019-0500 FINE t206 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
837 2025-10-05 03:01:01.018-0500 FINE t204 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
838 2025-10-05 03:01:01.017-0500 FINE t225 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
839 2025-10-05 03:01:01.062-0500 FINE t225 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
840 2025-10-05 03:01:01.016-0500 FINE t215 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
841 2025-10-05 03:01:01.016-0500 FINE t223 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/hiomapd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
842 2025-10-05 03:01:01.015-0500 FINE t224 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/pam-ipmi',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 2 ms)
843 2025-10-05 03:01:01.063-0500 FINE t224 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
844 2025-10-05 03:01:01.015-0500 FINE t222 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
845 2025-10-05 03:01:01.063-0500 FINER t273 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-fan-presence'
846 2025-10-05 03:01:01.014-0500 FINE t228 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/service-config-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
847 2025-10-05 03:01:01.014-0500 FINE t220 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/estoraged',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
848 2025-10-05 03:01:01.013-0500 FINE t158 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
849 2025-10-05 03:01:01.082-0500 FINEST t158 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (b86429c404528da10dbdfad8b8e38e1f550431e9, null)
850 2025-10-05 03:01:01.013-0500 FINE t226 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
851 2025-10-05 03:01:01.013-0500 FINE t214 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-host-ipmi-flash' (took 17 ms)
852 2025-10-05 03:01:01.013-0500 FINE t219 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
853 2025-10-05 03:01:01.012-0500 FINE t221 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 2 ms)
854 2025-10-05 03:01:01.011-0500 FINEST t157 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d3b84a7492a613719b35e959a6031cf581297592, null)
855 2025-10-05 03:01:01.010-0500 FINE t217 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
856 2025-10-05 03:01:01.009-0500 FINE t216 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
857 2025-10-05 03:01:01.009-0500 FINE t212 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
858 2025-10-05 03:01:01.084-0500 FINEST t212 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (b04447c2d8c7d4659350a808ade9b1345794e3fc, null)
859 2025-10-05 03:01:01.008-0500 FINEST t155 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d0bd59eecc23b4f4bcdda09b6b73203977130fb2, null)
860 2025-10-05 03:01:01.007-0500 FINEST t213 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (b08bcdd03a8fc324e3494d59e6718dba79305fbb, null)
861 2025-10-05 03:01:01.007-0500 FINE t218 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
862 2025-10-05 03:01:01.006-0500 FINE t154 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
863 2025-10-05 03:01:01.085-0500 FINER t277 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/skeleton'
864 2025-10-05 03:01:01.084-0500 FINE t216 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
865 2025-10-05 03:01:01.086-0500 FINEST t216 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (48ed49f1813859fd9bbedb23ec06a0e72a8cd75c, null)
866 2025-10-05 03:01:01.084-0500 FINE t217 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
867 2025-10-05 03:01:01.087-0500 FINEST t217 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d95de99fb8fa23c40828a3bb7632c0bd224ba331, null)
868 2025-10-05 03:01:01.083-0500 FINER t276 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-interfaces'
869 2025-10-05 03:01:01.083-0500 FINE t221 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
870 2025-10-05 03:01:01.083-0500 FINE t219 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
871 2025-10-05 03:01:01.083-0500 FINE t214 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-host-ipmi-flash
872 2025-10-05 03:01:01.082-0500 FINER t275 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-monitor'
873 2025-10-05 03:01:01.082-0500 FINE t231 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 65 ms)
874 2025-10-05 03:01:01.082-0500 FINE t220 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
875 2025-10-05 03:01:01.089-0500 FINEST t220 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9066ff65e9a3dd6322d984eae02d44443551ae3e, null)
876 2025-10-05 03:01:01.089-0500 FINER t279 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmi-fru-parser'
877 2025-10-05 03:01:01.081-0500 FINER t274 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mrw-tools'
878 2025-10-05 03:01:01.090-0500 FINE t149 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-mrw-tools' (took 64 ms)
879 2025-10-05 03:01:01.064-0500 FINE t198 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-fan-presence' (took 38 ms)
880 2025-10-05 03:01:01.090-0500 FINE t198 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-fan-presence
881 2025-10-05 03:01:01.063-0500 FINER t272 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-logging'
882 2025-10-05 03:01:01.063-0500 FINE t222 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
883 2025-10-05 03:01:01.091-0500 FINEST t222 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a5b194ec18dadcf9d12d354b3628f5e3bcddca89, null)
884 2025-10-05 03:01:01.063-0500 FINEST t224 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (dff839f1b376ee4e0853c4127aab1e0e9443ed66, null)
885 2025-10-05 03:01:01.091-0500 FINE t181 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 53 ms)
886 2025-10-05 03:01:01.063-0500 FINE t223 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
887 2025-10-05 03:01:01.062-0500 FINE t215 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
888 2025-10-05 03:01:01.062-0500 FINEST t225 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (fc018f947ee601a2ebd9cdce7721f10a4c6f4cc3, null)
889 2025-10-05 03:01:01.062-0500 FINER t264 GitRepository.rebuildTagList: Read tags count=11 for '/opengrok/src/openbmc/openbmc-test-automation'
890 2025-10-05 03:01:01.062-0500 FINEST t204 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (de03ada04dd973c33eaf08b9354eb2f8ba146e54, null)
891 2025-10-05 03:01:01.062-0500 FINEST t206 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (daf383307e49938e169743b391622f77caa55710, null)
892 2025-10-05 03:01:01.061-0500 FINE t227 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
893 2025-10-05 03:01:01.094-0500 FINEST t227 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (93d664fc1b21f1aad6a6759c33b913060fcf94ba, null)
894 2025-10-05 03:01:01.061-0500 FINE t229 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
895 2025-10-05 03:01:01.095-0500 FINEST t229 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (cb240aa1ed95799d2ea8bde951c6ed443839a7e0, null)
896 2025-10-05 03:01:01.061-0500 FINEST t242 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (b90c9a7c72e95dceedf651271b9672eb4e7b59d0, null)
897 2025-10-05 03:01:01.061-0500 FINER t271 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-ipmi-sys'
898 2025-10-05 03:01:01.061-0500 FINE t197 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/bios-bmc-smm-error-logger' (took 32 ms)
899 2025-10-05 03:01:01.060-0500 FINER t269 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/s2600wf-misc'
900 2025-10-05 03:01:01.060-0500 FINEST t230 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d972ab558efb5d23790c4638a3012de6c06a7fad, null)
901 2025-10-05 03:01:01.059-0500 FINEST t232 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (92eb22223d414940cc09af7c029192473d1d385e, null)
902 2025-10-05 03:01:01.059-0500 FINEST t205 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (995ebe7ef29c9890e87aa4c0e6772f7a586146da, null)
903 2025-10-05 03:01:01.059-0500 FINE t233 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
904 2025-10-05 03:01:01.098-0500 FINEST t233 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (adb587b3de8c740413d3c19eac328e3ff7656da6, null)
905 2025-10-05 03:01:01.058-0500 FINER t268 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bmcweb'
906 2025-10-05 03:01:01.058-0500 FINE t234 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
907 2025-10-05 03:01:01.098-0500 FINEST t234 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (0ea214f2c8880dd3daa26527bc07826d22fedb99, null)
908 2025-10-05 03:01:01.058-0500 FINER t267 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-hwmon'
909 2025-10-05 03:01:01.058-0500 FINER t266 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-sysfs'
910 2025-10-05 03:01:01.057-0500 FINE t143 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-host-postd' (took 62 ms)
911 2025-10-05 03:01:01.100-0500 FINE t143 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-host-postd
912 2025-10-05 03:01:01.057-0500 FINER t265 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-tools'
913 2025-10-05 03:01:01.057-0500 FINE t152 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/rest-dbus' (took 62 ms)
914 2025-10-05 03:01:01.056-0500 FINE t145 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/kcsbridge' (took 61 ms)
915 2025-10-05 03:01:01.056-0500 FINE t146 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-debug-collector
916 2025-10-05 03:01:01.055-0500 FINE t235 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
917 2025-10-05 03:01:01.055-0500 FINER t263 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-ipmid'
918 2025-10-05 03:01:01.055-0500 FINE t148 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-proc-control' (took 60 ms)
919 2025-10-05 03:01:01.102-0500 FINE t183 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-host-ipmid' (took 68 ms)
920 2025-10-05 03:01:01.054-0500 FINE t207 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
921 2025-10-05 03:01:01.053-0500 FINEST t200 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3d57f79cb13fa15efe95979730e26b8f46d906cc, null)
922 2025-10-05 03:01:01.053-0500 FINEST t195 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3887ab2d578be14583c03399abab6a1a781c9871, null)
923 2025-10-05 03:01:01.052-0500 FINER t262 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/x86-power-control'
924 2025-10-05 03:01:01.052-0500 FINE t236 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
925 2025-10-05 03:01:01.052-0500 FINE t237 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
926 2025-10-05 03:01:01.052-0500 FINEST t193 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (0487ac11b4ee1abd186b73b9fe37f374ba43d101, null)
927 2025-10-05 03:01:01.052-0500 FINER t261 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-power'
928 2025-10-05 03:01:01.052-0500 FINEST t191 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (96958ff370d1db9b35d5a7790a035c1e7ea5cdc4, null)
929 2025-10-05 03:01:01.052-0500 FINER t260 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-watchdog'
930 2025-10-05 03:01:01.052-0500 FINEST t238 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (acdbdd141ece313f259ad6231e132f0a4bc3e062, null)
931 2025-10-05 03:01:01.051-0500 FINER t259 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/btbridge'
932 2025-10-05 03:01:01.051-0500 FINER t258 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/webui-vue'
933 2025-10-05 03:01:01.051-0500 FINEST t156 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3c1b1fe7a8d2203473d9dd1268849bad736253d2, null)
934 2025-10-05 03:01:01.051-0500 FINE t239 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
935 2025-10-05 03:01:01.108-0500 FINEST t239 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6975122d3a63ed710ae1a871dca8268c8bea3338, null)
936 2025-10-05 03:01:01.050-0500 FINER t257 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdbusplus'
937 2025-10-05 03:01:01.049-0500 FINEST t186 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (840ac402dbe726469ad922d68f123d20b7e58e66, null)
938 2025-10-05 03:01:01.049-0500 FINE t240 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
939 2025-10-05 03:01:01.109-0500 FINEST t240 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d5cac5bfe7661be8bd2ed6d9b27077ca56b20b0d, null)
940 2025-10-05 03:01:01.049-0500 FINER t256 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/inarp'
941 2025-10-05 03:01:01.049-0500 FINEST t187 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (c3fb820143af91bcaf8da9745c631c12cecf3353, null)
942 2025-10-05 03:01:01.048-0500 FINEST t184 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (d7feb08c808df23f3a4685ef4b7a29de7d31f57e, null)
943 2025-10-05 03:01:01.048-0500 FINEST t241 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a5d3fc35e5f1cf2fe6f4885f06d482138a3f5d42, null)
944 2025-10-05 03:01:01.048-0500 FINEST t185 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (fe257321c6e368f52eee449b17e6baae87c7fd14, null)
945 2025-10-05 03:01:01.047-0500 FINEST t182 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a5cc9a9227cdcb41dfdb1142990bf21f5804b553, null)
946 2025-10-05 03:01:01.112-0500 FINER t302 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-inventory-manager'
947 2025-10-05 03:01:01.047-0500 FINER t255 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-dbus-interfaces'
948 2025-10-05 03:01:01.047-0500 FINE t169 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
949 2025-10-05 03:01:01.113-0500 FINE t150 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ibm-dbus-interfaces' (took 71 ms)
950 2025-10-05 03:01:01.047-0500 FINE t168 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
951 2025-10-05 03:01:01.047-0500 FINEST t199 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (20297dfbd96709af18b6046db76c99c79c149d59, null)
952 2025-10-05 03:01:01.047-0500 FINE t165 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
953 2025-10-05 03:01:01.046-0500 FINER t254 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/dbus-sensors'
954 2025-10-05 03:01:01.046-0500 FINEST t180 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e16bb5c35893591eab048ae4ef646a9e5e2f7e94, null)
955 2025-10-05 03:01:01.046-0500 FINEST t178 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (8eedaa6c9649d5513bbf884f20b8a361143914b0, null)
956 2025-10-05 03:01:01.046-0500 FINER t253 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-event'
957 2025-10-05 03:01:01.046-0500 FINER t252 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/slpd-lite'
958 2025-10-05 03:01:01.116-0500 FINER t307 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-settings-mgr'
959 2025-10-05 03:01:01.046-0500 FINER t251 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-build-scripts'
960 2025-10-05 03:01:01.046-0500 FINEST t174 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (ba85ffc68914e799250e644ce69e5eb1e040555f, null)
961 2025-10-05 03:01:01.045-0500 FINE t172 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/libpldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
962 2025-10-05 03:01:01.045-0500 FINE t175 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
963 2025-10-05 03:01:01.117-0500 FINER t308 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/entity-manager'
964 2025-10-05 03:01:01.044-0500 FINEST t192 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (8c4332a53d8fee66f0cfd8680f9254e02fcb6053, null)
965 2025-10-05 03:01:01.044-0500 FINE t173 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 5 ms)
966 2025-10-05 03:01:01.118-0500 FINE t173 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
967 2025-10-05 03:01:01.118-0500 FINEST t173 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (48aab98b3e2011f0bfe08295ea8bf75ad2ca66f7, null)
968 2025-10-05 03:01:01.043-0500 FINEST t190 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2bc30901643297c874b9328a7dce56101af3f92e, null)
969 2025-10-05 03:01:01.042-0500 FINER t250 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-occ-control'
970 2025-10-05 03:01:01.042-0500 FINER t249 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmitool'
971 2025-10-05 03:01:01.119-0500 FINE t144 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-occ-control' (took 139 ms)
972 2025-10-05 03:01:01.118-0500 FINER t310 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/obmc-ikvm'
973 2025-10-05 03:01:01.118-0500 FINER t309 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libcper'
974 2025-10-05 03:01:01.117-0500 FINE t184 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/entity-manager' (took 68 ms)
975 2025-10-05 03:01:01.117-0500 FINER t311 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-post-code-manager'
976 2025-10-05 03:01:01.117-0500 FINE t175 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
977 2025-10-05 03:01:01.121-0500 FINEST t175 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9fd25af597865f7e69bfb4f15338782370e61baa, null)
978 2025-10-05 03:01:01.117-0500 FINE t172 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
979 2025-10-05 03:01:01.116-0500 FINE t151 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc-build-scripts' (took 145 ms)
980 2025-10-05 03:01:01.116-0500 FINER t306 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdeventplus'
981 2025-10-05 03:01:01.116-0500 FINE t241 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/bios-settings-mgr' (took 67 ms)
982 2025-10-05 03:01:01.122-0500 FINE t241 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/bios-settings-mgr
983 2025-10-05 03:01:01.116-0500 FINE t162 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/slpd-lite' (took 147 ms)
984 2025-10-05 03:01:01.115-0500 FINE t167 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-event' (took 74 ms)
985 2025-10-05 03:01:01.115-0500 FINER t305 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-manager'
986 2025-10-05 03:01:01.114-0500 FINE t161 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/dbus-sensors' (took 145 ms)
987 2025-10-05 03:01:01.113-0500 FINE t165 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
988 2025-10-05 03:01:01.124-0500 FINEST t165 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (6272a39308bf6c1945edabf54891157c8079165a, null)
989 2025-10-05 03:01:01.113-0500 FINE t168 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
990 2025-10-05 03:01:01.124-0500 FINEST t168 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9958f452b737790e90e654ef8f3cb2904ff23289, null)
991 2025-10-05 03:01:01.113-0500 FINE t150 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ibm-dbus-interfaces
992 2025-10-05 03:01:01.113-0500 FINER t304 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/gpioplus'
993 2025-10-05 03:01:01.113-0500 FINE t169 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
994 2025-10-05 03:01:01.112-0500 FINE t191 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-inventory-manager' (took 60 ms)
995 2025-10-05 03:01:01.111-0500 FINER t303 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mboxd'
996 2025-10-05 03:01:01.110-0500 FINE t147 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/inarp' (took 67 ms)
997 2025-10-05 03:01:01.127-0500 FINE t147 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/inarp
998 2025-10-05 03:01:01.110-0500 FINER t301 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-hw-diags'
999 2025-10-05 03:01:01.109-0500 FINER t300 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-psu-code-mgmt'
1000 2025-10-05 03:01:01.127-0500 FINER t317 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-logging'
1001 2025-10-05 03:01:01.109-0500 FINE t163 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/sdbusplus' (took 67 ms)
1002 2025-10-05 03:01:01.128-0500 FINE t163 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/sdbusplus
1003 2025-10-05 03:01:01.107-0500 FINE t170 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/webui-vue' (took 69 ms)
1004 2025-10-05 03:01:01.107-0500 FINER t299 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc.github.io'
1005 2025-10-05 03:01:01.107-0500 FINE t164 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/btbridge' (took 61 ms)
1006 2025-10-05 03:01:01.106-0500 FINE t171 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-watchdog' (took 68 ms)
1007 2025-10-05 03:01:01.105-0500 FINE t166 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-power' (took 67 ms)
1008 2025-10-05 03:01:01.105-0500 FINER t296 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/obmc-console'
1009 2025-10-05 03:01:01.104-0500 FINER t298 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/witherspoon-pfault-analysis'
1010 2025-10-05 03:01:01.104-0500 FINEST t237 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2bbe7f35edd385a42d43471c4587961b1bb3243d, null)
1011 2025-10-05 03:01:01.104-0500 FINEST t236 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3bfece8b562b2b52109a4dbe3c37a1d390a2997e, null)
1012 2025-10-05 03:01:01.104-0500 FINE t177 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/x86-power-control' (took 67 ms)
1013 2025-10-05 03:01:01.131-0500 FINE t177 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/x86-power-control
1014 2025-10-05 03:01:01.103-0500 FINER t297 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-misc'
1015 2025-10-05 03:01:01.103-0500 FINER t293 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/phosphor-ipmi-flash'
1016 2025-10-05 03:01:01.103-0500 FINEST t207 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2ec80375259500c43f5a7c620cb34cd894f7836c, null)
1017 2025-10-05 03:01:01.103-0500 FINE t183 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-host-ipmid
1018 2025-10-05 03:01:01.102-0500 FINE t148 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-proc-control
1019 2025-10-05 03:01:01.102-0500 FINER t295 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/telemetry'
1020 2025-10-05 03:01:01.102-0500 FINER t294 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/debug-trigger'
1021 2025-10-05 03:01:01.102-0500 FINEST t235 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (fc4f223cb730ae868732532c0bf85a5b62b84852, null)
1022 2025-10-05 03:01:01.134-0500 FINE t232 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/debug-trigger' (took 74 ms)
1023 2025-10-05 03:01:01.102-0500 INFO t146 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 181 ms)
1024 2025-10-05 03:01:01.101-0500 FINE t145 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/kcsbridge
1025 2025-10-05 03:01:01.135-0500 INFO t145 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/kcsbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 214 ms)
1026 2025-10-05 03:01:01.101-0500 FINE t152 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/rest-dbus
1027 2025-10-05 03:01:01.101-0500 FINER t292 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pyphosphor'
1028 2025-10-05 03:01:01.101-0500 FINE t188 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc-tools' (took 69 ms)
1029 2025-10-05 03:01:01.100-0500 INFO t143 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-host-postd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 180 ms)
1030 2025-10-05 03:01:01.136-0500 FINER t320 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-vpd-parser'
1031 2025-10-05 03:01:01.100-0500 FINER t291 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-objmgr'
1032 2025-10-05 03:01:01.100-0500 FINE t159 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-led-sysfs' (took 50 ms)
1033 2025-10-05 03:01:01.100-0500 FINER t290 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-oem'
1034 2025-10-05 03:01:01.100-0500 FINE t189 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-hwmon' (took 68 ms)
1035 2025-10-05 03:01:01.099-0500 FINER t289 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/intel-ipmi-oem'
1036 2025-10-05 03:01:01.098-0500 FINE t179 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/bmcweb' (took 65 ms)
1037 2025-10-05 03:01:01.097-0500 FINER t288 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-time-manager'
1038 2025-10-05 03:01:01.097-0500 FINE t196 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/s2600wf-misc' (took 67 ms)
1039 2025-10-05 03:01:01.096-0500 FINER t287 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-gpio-monitor'
1040 2025-10-05 03:01:01.096-0500 FINER t286 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pam-ipmi'
1041 2025-10-05 03:01:01.096-0500 FINE t197 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/bios-bmc-smm-error-logger
1042 2025-10-05 03:01:01.140-0500 INFO t197 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/bios-bmc-smm-error-logger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 205 ms)
1043 2025-10-05 03:01:01.096-0500 FINE t194 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/google-ipmi-sys' (took 66 ms)
1044 2025-10-05 03:01:01.140-0500 FINE t194 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/google-ipmi-sys
1045 2025-10-05 03:01:01.094-0500 FINER t285 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/estoraged'
1046 2025-10-05 03:01:01.094-0500 FINE t176 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc-test-automation' (took 58 ms)
1047 2025-10-05 03:01:01.093-0500 FINER t281 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/libmctp'
1048 2025-10-05 03:01:01.093-0500 FINER t284 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/fb-ipmi-oem'
1049 2025-10-05 03:01:01.092-0500 FINER t283 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-pnor-code-mgmt'
1050 2025-10-05 03:01:01.092-0500 FINEST t215 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (f0754817261a1486306dc6d1970a54939b6a656b, null)
1051 2025-10-05 03:01:01.091-0500 FINEST t223 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e3b51fb9f4a8a531129721c4b9b2888bf60216a3, null)
1052 2025-10-05 03:01:01.091-0500 FINE t181 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1053 2025-10-05 03:01:01.142-0500 FINEST t181 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (e7d9bf3eeb4a5d80341303039214ad635c896149, null)
1054 2025-10-05 03:01:01.091-0500 FINE t203 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ibm-logging' (took 68 ms)
1055 2025-10-05 03:01:01.143-0500 FINE t203 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ibm-logging
1056 2025-10-05 03:01:01.091-0500 FINER t282 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/docs'
1057 2025-10-05 03:01:01.090-0500 INFO t198 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-fan-presence',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 156 ms)
1058 2025-10-05 03:01:01.090-0500 FINE t154 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
1059 2025-10-05 03:01:01.144-0500 FINE t154 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1060 2025-10-05 03:01:01.090-0500 FINE t149 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-mrw-tools
1061 2025-10-05 03:01:01.090-0500 FINER t280 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-sbe-interface'
1062 2025-10-05 03:01:01.089-0500 FINE t157 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ipmi-fru-parser' (took 78 ms)
1063 2025-10-05 03:01:01.089-0500 FINE t226 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
1064 2025-10-05 03:01:01.146-0500 FINE t226 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1065 2025-10-05 03:01:01.089-0500 FINE t218 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 3 ms)
1066 2025-10-05 03:01:01.089-0500 FINE t231 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1067 2025-10-05 03:01:01.147-0500 FINEST t231 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (8e15f5c0b1e7b11296ae6c88b686e65d509237d0, null)
1068 2025-10-05 03:01:01.088-0500 FINE t201 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-dbus-monitor' (took 65 ms)
1069 2025-10-05 03:01:01.147-0500 FINE t201 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-dbus-monitor
1070 2025-10-05 03:01:01.088-0500 FINER t278 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-misc'
1071 2025-10-05 03:01:01.088-0500 INFO t214 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-host-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 149 ms)
1072 2025-10-05 03:01:01.088-0500 FINEST t219 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2b27b9618a5f6d1c5f27e696c8fdf9d592963917, null)
1073 2025-10-05 03:01:01.087-0500 FINEST t221 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (1914831526f8e6bbb8e4c4c634e4918cecfaa81b, null)
1074 2025-10-05 03:01:01.087-0500 FINE t160 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-dbus-interfaces' (took 61 ms)
1075 2025-10-05 03:01:01.086-0500 FINE t202 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/skeleton' (took 66 ms)
1076 2025-10-05 03:01:01.085-0500 FINE t228 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/service-config-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 21 ms)
1077 2025-10-05 03:01:01.149-0500 FINE t202 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/skeleton
1078 2025-10-05 03:01:01.149-0500 FINE t160 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-dbus-interfaces
1079 2025-10-05 03:01:01.148-0500 FINER t324 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-buttons'
1080 2025-10-05 03:01:01.148-0500 FINE t158 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/google-misc' (took 65 ms)
1081 2025-10-05 03:01:01.147-0500 INFO t201 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-dbus-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 212 ms)
1082 2025-10-05 03:01:01.147-0500 FINE t218 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1083 2025-10-05 03:01:01.146-0500 FINEST t226 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (2da0b485d52bd241f91268bc5cb21ad11fad3609, null)
1084 2025-10-05 03:01:01.146-0500 FINE t157 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ipmi-fru-parser
1085 2025-10-05 03:01:01.151-0500 INFO t157 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ipmi-fru-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 228 ms)
1086 2025-10-05 03:01:01.146-0500 FINE t155 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-sbe-interface' (took 138 ms)
1087 2025-10-05 03:01:01.151-0500 FINE t155 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-sbe-interface
1088 2025-10-05 03:01:01.145-0500 INFO t149 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-mrw-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 224 ms)
1089 2025-10-05 03:01:01.144-0500 FINEST t154 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (73b8ab4379b724d8ab6abc0d21d6e272d95833f2, null)
1090 2025-10-05 03:01:01.144-0500 FINE t213 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/docs' (took 136 ms)
1091 2025-10-05 03:01:01.143-0500 INFO t203 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ibm-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 207 ms)
1092 2025-10-05 03:01:01.142-0500 FINE t216 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-pnor-code-mgmt' (took 55 ms)
1093 2025-10-05 03:01:01.141-0500 FINE t217 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/fb-ipmi-oem' (took 54 ms)
1094 2025-10-05 03:01:01.141-0500 FINE t212 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libmctp' (took 56 ms)
1095 2025-10-05 03:01:01.141-0500 FINE t176 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc-test-automation
1096 2025-10-05 03:01:01.153-0500 FINER t326 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-dbus-interfaces'
1097 2025-10-05 03:01:01.141-0500 FINE t220 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/estoraged' (took 51 ms)
1098 2025-10-05 03:01:01.140-0500 INFO t194 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/google-ipmi-sys',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 207 ms)
1099 2025-10-05 03:01:01.140-0500 INFO t197 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1100 2025-10-05 03:01:01.139-0500 FINE t224 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/pam-ipmi' (took 76 ms)
1101 2025-10-05 03:01:01.139-0500 FINE t222 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-gpio-monitor' (took 48 ms)
1102 2025-10-05 03:01:01.154-0500 FINE t222 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-gpio-monitor
1103 2025-10-05 03:01:01.139-0500 FINER t323 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-debug-collector'
1104 2025-10-05 03:01:01.139-0500 FINE t196 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/s2600wf-misc
1105 2025-10-05 03:01:01.139-0500 FINE t225 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-time-manager' (took 76 ms)
1106 2025-10-05 03:01:01.138-0500 FINE t179 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/bmcweb
1107 2025-10-05 03:01:01.155-0500 INFO t179 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/bmcweb',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 226 ms)
1108 2025-10-05 03:01:01.138-0500 FINE t204 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/intel-ipmi-oem' (took 75 ms)
1109 2025-10-05 03:01:01.156-0500 FINE t204 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/intel-ipmi-oem
1110 2025-10-05 03:01:01.138-0500 FINER t322 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/boost-dbus'
1111 2025-10-05 03:01:01.137-0500 FINE t189 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-hwmon
1112 2025-10-05 03:01:01.137-0500 FINE t206 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-host-ipmi-oem' (took 75 ms)
1113 2025-10-05 03:01:01.137-0500 FINE t159 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-led-sysfs
1114 2025-10-05 03:01:01.137-0500 FINE t227 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-objmgr' (took 42 ms)
1115 2025-10-05 03:01:01.136-0500 FINE t237 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-vpd-parser' (took 32 ms)
1116 2025-10-05 03:01:01.136-0500 FINER t321 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-pid-control'
1117 2025-10-05 03:01:01.136-0500 INFO t143 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1118 2025-10-05 03:01:01.136-0500 FINE t188 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc-tools
1119 2025-10-05 03:01:01.136-0500 FINE t229 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/pyphosphor' (took 40 ms)
1120 2025-10-05 03:01:01.135-0500 INFO t152 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/rest-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 213 ms)
1121 2025-10-05 03:01:01.135-0500 INFO t145 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/smbios-mdr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1122 2025-10-05 03:01:01.134-0500 INFO t146 HistoryGuru.createHistoryCache: Creating history cache for {dir='/opengrok/src/openbmc/ipmbbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1123 2025-10-05 03:01:01.134-0500 FINE t232 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/debug-trigger
1124 2025-10-05 03:01:01.133-0500 FINE t205 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/telemetry' (took 74 ms)
1125 2025-10-05 03:01:01.160-0500 FINE t205 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/telemetry
1126 2025-10-05 03:01:01.133-0500 INFO t148 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-proc-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 212 ms)
1127 2025-10-05 03:01:01.133-0500 INFO t183 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-host-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 202 ms)
1128 2025-10-05 03:01:01.132-0500 FINE t242 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-ipmi-flash' (took 71 ms)
1129 2025-10-05 03:01:01.132-0500 FINE t233 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-misc' (took 34 ms)
1130 2025-10-05 03:01:01.131-0500 INFO t177 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/x86-power-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 203 ms)
1131 2025-10-05 03:01:01.130-0500 FINE t234 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/witherspoon-pfault-analysis' (took 31 ms)
1132 2025-10-05 03:01:01.130-0500 FINE t230 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/obmc-console' (took 70 ms)
1133 2025-10-05 03:01:01.130-0500 FINER t319 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-networkd'
1134 2025-10-05 03:01:01.129-0500 FINE t166 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-power
1135 2025-10-05 03:01:01.129-0500 FINE t171 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-watchdog
1136 2025-10-05 03:01:01.129-0500 FINER t318 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-virtual-sensor'
1137 2025-10-05 03:01:01.129-0500 FINE t164 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/btbridge
1138 2025-10-05 03:01:01.129-0500 FINE t200 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc.github.io' (took 75 ms)
1139 2025-10-05 03:01:01.163-0500 FINE t200 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc.github.io
1140 2025-10-05 03:01:01.128-0500 FINE t170 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/webui-vue
1141 2025-10-05 03:01:01.128-0500 INFO t163 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/sdbusplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 204 ms)
1142 2025-10-05 03:01:01.128-0500 FINE t175 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-logging' (took 6 ms)
1143 2025-10-05 03:01:01.128-0500 FINE t195 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-psu-code-mgmt' (took 74 ms)
1144 2025-10-05 03:01:01.164-0500 FINE t195 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-psu-code-mgmt
1145 2025-10-05 03:01:01.127-0500 FINE t193 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-hw-diags' (took 75 ms)
1146 2025-10-05 03:01:01.127-0500 INFO t147 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/inarp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 206 ms)
1147 2025-10-05 03:01:01.126-0500 FINE t238 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-mboxd' (took 74 ms)
1148 2025-10-05 03:01:01.126-0500 FINE t191 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-inventory-manager
1149 2025-10-05 03:01:01.126-0500 FINEST t169 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (a3902c83e3b65c3612e419cc1e616c56be65ff41, null)
1150 2025-10-05 03:01:01.126-0500 FINE t239 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/gpioplus' (took 17 ms)
1151 2025-10-05 03:01:01.125-0500 INFO t150 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ibm-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 203 ms)
1152 2025-10-05 03:01:01.124-0500 FINER t316 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-settingsd'
1153 2025-10-05 03:01:01.124-0500 FINE t161 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/dbus-sensors
1154 2025-10-05 03:01:01.166-0500 INFO t161 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/dbus-sensors',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 242 ms)
1155 2025-10-05 03:01:01.123-0500 FINE t240 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-led-manager' (took 14 ms)
1156 2025-10-05 03:01:01.123-0500 FINE t167 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-event
1157 2025-10-05 03:01:01.123-0500 FINE t162 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/slpd-lite
1158 2025-10-05 03:01:01.166-0500 INFO t162 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/slpd-lite',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 242 ms)
1159 2025-10-05 03:01:01.123-0500 INFO t241 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/bios-settings-mgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 177 ms)
1160 2025-10-05 03:01:01.122-0500 FINE t187 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/sdeventplus' (took 73 ms)
1161 2025-10-05 03:01:01.167-0500 FINE t187 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/sdeventplus
1162 2025-10-05 03:01:01.122-0500 FINER t314 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libbej'
1163 2025-10-05 03:01:01.122-0500 FINE t151 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc-build-scripts
1164 2025-10-05 03:01:01.168-0500 INFO t151 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc-build-scripts',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 246 ms)
1165 2025-10-05 03:01:01.122-0500 FINER t315 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-ipmi-blobs'
1166 2025-10-05 03:01:01.122-0500 FINEST t172 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (9f6b9b3aca29a022c597a87f445d487d8020fe51, null)
1167 2025-10-05 03:01:01.121-0500 FINE t199 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-post-code-manager' (took 73 ms)
1168 2025-10-05 03:01:01.121-0500 FINE t184 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/entity-manager
1169 2025-10-05 03:01:01.121-0500 FINE t182 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libcper' (took 73 ms)
1170 2025-10-05 03:01:01.120-0500 FINE t185 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/obmc-ikvm' (took 72 ms)
1171 2025-10-05 03:01:01.169-0500 FINE t185 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/obmc-ikvm
1172 2025-10-05 03:01:01.120-0500 FINER t313 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pldm'
1173 2025-10-05 03:01:01.120-0500 FINE t144 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-occ-control
1174 2025-10-05 03:01:01.170-0500 INFO t144 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-occ-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 249 ms)
1175 2025-10-05 03:01:01.120-0500 FINER t312 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-webui'
1176 2025-10-05 03:01:01.119-0500 FINE t153 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ipmitool' (took 139 ms)
1177 2025-10-05 03:01:01.170-0500 FINE t180 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-webui' (took 123 ms)
1178 2025-10-05 03:01:01.170-0500 FINE t178 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/pldm' (took 123 ms)
1179 2025-10-05 03:01:01.171-0500 FINE t178 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/pldm
1180 2025-10-05 03:01:01.169-0500 INFO t185 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/obmc-ikvm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 238 ms)
1181 2025-10-05 03:01:01.169-0500 FINE t182 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libcper
1182 2025-10-05 03:01:01.171-0500 INFO t182 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/libcper',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 241 ms)
1183 2025-10-05 03:01:01.169-0500 INFO t184 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/entity-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 238 ms)
1184 2025-10-05 03:01:01.169-0500 FINE t199 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-post-code-manager
1185 2025-10-05 03:01:01.172-0500 INFO t199 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-post-code-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 237 ms)
1186 2025-10-05 03:01:01.168-0500 FINE t174 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-ipmi-blobs' (took 122 ms)
1187 2025-10-05 03:01:01.172-0500 FINE t174 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-ipmi-blobs
1188 2025-10-05 03:01:01.167-0500 FINE t192 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libbej' (took 122 ms)
1189 2025-10-05 03:01:01.167-0500 INFO t187 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/sdeventplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 236 ms)
1190 2025-10-05 03:01:01.166-0500 INFO t167 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-event',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 241 ms)
1191 2025-10-05 03:01:01.166-0500 FINE t240 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-led-manager
1192 2025-10-05 03:01:01.166-0500 FINE t190 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-settingsd' (took 122 ms)
1193 2025-10-05 03:01:01.165-0500 FINE t239 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/gpioplus
1194 2025-10-05 03:01:01.165-0500 INFO t191 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-inventory-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 232 ms)
1195 2025-10-05 03:01:01.164-0500 FINE t238 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-mboxd
1196 2025-10-05 03:01:01.174-0500 INFO t238 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-mboxd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 229 ms)
1197 2025-10-05 03:01:01.164-0500 FINE t193 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-hw-diags
1198 2025-10-05 03:01:01.164-0500 INFO t195 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-psu-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 230 ms)
1199 2025-10-05 03:01:01.163-0500 FINE t175 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-logging
1200 2025-10-05 03:01:01.175-0500 INFO t175 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-logging',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 247 ms)
1201 2025-10-05 03:01:01.163-0500 INFO t170 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 237 ms)
1202 2025-10-05 03:01:01.163-0500 INFO t200 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc.github.io',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 228 ms)
1203 2025-10-05 03:01:01.162-0500 INFO t164 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/btbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 238 ms)
1204 2025-10-05 03:01:01.162-0500 FINE t165 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-virtual-sensor' (took 38 ms)
1205 2025-10-05 03:01:01.162-0500 INFO t171 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-watchdog',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 235 ms)
1206 2025-10-05 03:01:01.162-0500 INFO t166 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-power',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 236 ms)
1207 2025-10-05 03:01:01.161-0500 FINE t168 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-networkd' (took 37 ms)
1208 2025-10-05 03:01:01.176-0500 FINE t168 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-networkd
1209 2025-10-05 03:01:01.161-0500 FINE t230 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/obmc-console
1210 2025-10-05 03:01:01.161-0500 FINE t234 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/witherspoon-pfault-analysis
1211 2025-10-05 03:01:01.160-0500 FINE t233 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-misc
1212 2025-10-05 03:01:01.160-0500 FINE t242 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-ipmi-flash
1213 2025-10-05 03:01:01.160-0500 INFO t205 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/telemetry',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 223 ms)
1214 2025-10-05 03:01:01.159-0500 INFO t232 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/debug-trigger',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 216 ms)
1215 2025-10-05 03:01:01.159-0500 FINER t146 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/ipmbbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1216 2025-10-05 03:01:01.159-0500 FINER t145 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/smbios-mdr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1217 2025-10-05 03:01:01.179-0500 FINE t145 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/smbios-mdr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1218 2025-10-05 03:01:01.158-0500 FINE t229 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/pyphosphor
1219 2025-10-05 03:01:01.158-0500 INFO t188 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc-tools',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 227 ms)
1220 2025-10-05 03:01:01.158-0500 FINER t143 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1221 2025-10-05 03:01:01.180-0500 FINE t143 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1222 2025-10-05 03:01:01.158-0500 FINE t236 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-pid-control' (took 53 ms)
1223 2025-10-05 03:01:01.180-0500 FINE t236 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-pid-control
1224 2025-10-05 03:01:01.158-0500 FINER t331 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-user-manager'
1225 2025-10-05 03:01:01.157-0500 FINER t330 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-certificate-manager'
1226 2025-10-05 03:01:01.157-0500 FINE t237 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-vpd-parser
1227 2025-10-05 03:01:01.157-0500 FINER t329 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-health-monitor'
1228 2025-10-05 03:01:01.157-0500 FINE t227 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-objmgr
1229 2025-10-05 03:01:01.182-0500 INFO t227 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-objmgr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 240 ms)
1230 2025-10-05 03:01:01.157-0500 INFO t159 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-led-sysfs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 233 ms)
1231 2025-10-05 03:01:01.157-0500 FINE t206 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-host-ipmi-oem
1232 2025-10-05 03:01:01.156-0500 INFO t189 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-hwmon',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 224 ms)
1233 2025-10-05 03:01:01.156-0500 FINER t328 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-state-manager'
1234 2025-10-05 03:01:01.156-0500 FINE t207 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/boost-dbus' (took 53 ms)
1235 2025-10-05 03:01:01.156-0500 INFO t204 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/intel-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 220 ms)
1236 2025-10-05 03:01:01.155-0500 FINE t225 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-time-manager
1237 2025-10-05 03:01:01.184-0500 INFO t225 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-time-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 242 ms)
1238 2025-10-05 03:01:01.155-0500 INFO t196 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/s2600wf-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 221 ms)
1239 2025-10-05 03:01:01.155-0500 FINE t235 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-debug-collector' (took 53 ms)
1240 2025-10-05 03:01:01.155-0500 INFO t222 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-gpio-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 214 ms)
1241 2025-10-05 03:01:01.154-0500 FINE t224 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/pam-ipmi
1242 2025-10-05 03:01:01.154-0500 FINER t197 BoundaryChangesets.<init>: using history cache chunks with 65,536 entries for repository {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1243 2025-10-05 03:01:01.154-0500 FINE t220 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/estoraged
1244 2025-10-05 03:01:01.154-0500 FINE t221 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-dbus-interfaces' (took 66 ms)
1245 2025-10-05 03:01:01.153-0500 FINER t327 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-snmp'
1246 2025-10-05 03:01:01.153-0500 INFO t176 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc-test-automation',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 225 ms)
1247 2025-10-05 03:01:01.186-0500 FINE t219 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-snmp' (took 97 ms)
1248 2025-10-05 03:01:01.153-0500 FINE t212 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libmctp
1249 2025-10-05 03:01:01.186-0500 INFO t212 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/libmctp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 248 ms)
1250 2025-10-05 03:01:01.153-0500 FINE t217 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/fb-ipmi-oem
1251 2025-10-05 03:01:01.186-0500 INFO t217 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/fb-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 247 ms)
1252 2025-10-05 03:01:01.153-0500 FINE t216 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-pnor-code-mgmt
1253 2025-10-05 03:01:01.187-0500 INFO t216 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-pnor-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 248 ms)
1254 2025-10-05 03:01:01.152-0500 FINE t213 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/docs
1255 2025-10-05 03:01:01.151-0500 INFO t155 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-sbe-interface',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 229 ms)
1256 2025-10-05 03:01:01.150-0500 FINEST t218 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (c115852fb5aa0890373d8c2dfca9b9f7b1e06527, null)
1257 2025-10-05 03:01:01.150-0500 FINE t158 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/google-misc
1258 2025-10-05 03:01:01.188-0500 INFO t158 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/google-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 264 ms)
1259 2025-10-05 03:01:01.150-0500 FINER t325 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/hiomapd'
1260 2025-10-05 03:01:01.150-0500 FINE t215 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-buttons' (took 58 ms)
1261 2025-10-05 03:01:01.149-0500 INFO t160 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 226 ms)
1262 2025-10-05 03:01:01.149-0500 INFO t202 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/skeleton',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 214 ms)
1263 2025-10-05 03:01:01.149-0500 FINE t228 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1264 2025-10-05 03:01:01.189-0500 FINE t215 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-buttons
1265 2025-10-05 03:01:01.188-0500 FINE t223 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/hiomapd' (took 96 ms)
1266 2025-10-05 03:01:01.187-0500 INFO t213 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/docs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 249 ms)
1267 2025-10-05 03:01:01.186-0500 FINE t219 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-snmp
1268 2025-10-05 03:01:01.185-0500 FINE t145 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/smbios-mdr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 6 ms)
1269 2025-10-05 03:01:01.185-0500 FINE t221 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-dbus-interfaces
1270 2025-10-05 03:01:01.190-0500 INFO t221 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-dbus-interfaces',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 250 ms)
1271 2025-10-05 03:01:01.185-0500 INFO t220 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/estoraged',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 245 ms)
1272 2025-10-05 03:01:01.185-0500 FINE t197 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1273 2025-10-05 03:01:01.184-0500 INFO t224 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/pam-ipmi',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 243 ms)
1274 2025-10-05 03:01:01.184-0500 FINE t143 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
1275 2025-10-05 03:01:01.184-0500 FINE t235 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-debug-collector
1276 2025-10-05 03:01:01.184-0500 FINE t173 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history): 1 directories
1277 2025-10-05 03:01:01.184-0500 FINE t186 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history): 1 directories
1278 2025-10-05 03:01:01.183-0500 FINE t207 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/boost-dbus
1279 2025-10-05 03:01:01.182-0500 INFO t206 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-host-ipmi-oem',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 246 ms)
1280 2025-10-05 03:01:01.182-0500 FINE t226 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-health-monitor' (took 35 ms)
1281 2025-10-05 03:01:01.194-0500 FINE t226 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-health-monitor
1282 2025-10-05 03:01:01.181-0500 INFO t237 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 236 ms)
1283 2025-10-05 03:01:01.181-0500 FINE t154 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-user-manager' (took 36 ms)
1284 2025-10-05 03:01:01.194-0500 FINE t154 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-user-manager
1285 2025-10-05 03:01:01.180-0500 INFO t236 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 236 ms)
1286 2025-10-05 03:01:01.179-0500 INFO t229 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/pyphosphor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 237 ms)
1287 2025-10-05 03:01:01.178-0500 FINE t146 BoundaryChangesets.getBoundaryChangesetIDs: getting boundary changesets for {dir='/opengrok/src/openbmc/ipmbbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1288 2025-10-05 03:01:01.178-0500 INFO t242 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-ipmi-flash',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 231 ms)
1289 2025-10-05 03:01:01.177-0500 INFO t233 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-misc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 234 ms)
1290 2025-10-05 03:01:01.177-0500 INFO t234 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/witherspoon-pfault-analysis',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 233 ms)
1291 2025-10-05 03:01:01.177-0500 FINER t334 GitRepository.rebuildTagList: Read tags count=14 for '/opengrok/src/openbmc/libpldm'
1292 2025-10-05 03:01:01.177-0500 INFO t230 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/obmc-console',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 234 ms)
1293 2025-10-05 03:01:01.177-0500 INFO t168 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-networkd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 251 ms)
1294 2025-10-05 03:01:01.176-0500 FINE t165 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-virtual-sensor
1295 2025-10-05 03:01:01.174-0500 INFO t193 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-hw-diags',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 241 ms)
1296 2025-10-05 03:01:01.174-0500 INFO t239 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/gpioplus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 228 ms)
1297 2025-10-05 03:01:01.173-0500 FINE t190 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-settingsd
1298 2025-10-05 03:01:01.173-0500 INFO t240 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-led-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 228 ms)
1299 2025-10-05 03:01:01.173-0500 FINE t192 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libbej
1300 2025-10-05 03:01:01.172-0500 INFO t174 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-ipmi-blobs',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 245 ms)
1301 2025-10-05 03:01:01.171-0500 FINER t333 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-bmc-code-mgmt'
1302 2025-10-05 03:01:01.171-0500 INFO t178 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/pldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 242 ms)
1303 2025-10-05 03:01:01.199-0500 FINE t169 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-bmc-code-mgmt' (took 72 ms)
1304 2025-10-05 03:01:01.171-0500 FINE t180 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-webui
1305 2025-10-05 03:01:01.170-0500 FINE t153 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ipmitool
1306 2025-10-05 03:01:01.199-0500 INFO t180 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-webui',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 270 ms)
1307 2025-10-05 03:01:01.199-0500 FINE t169 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-bmc-code-mgmt
1308 2025-10-05 03:01:01.199-0500 FINE t146 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/ipmbbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 3 ms)
1309 2025-10-05 03:01:01.200-0500 FINE t146 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1310 2025-10-05 03:01:01.198-0500 INFO t192 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/libbej',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 265 ms)
1311 2025-10-05 03:01:01.197-0500 INFO t190 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-settingsd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 265 ms)
1312 2025-10-05 03:01:01.197-0500 INFO t165 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-virtual-sensor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 272 ms)
1313 2025-10-05 03:01:01.196-0500 FINE t172 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/libpldm' (took 74 ms)
1314 2025-10-05 03:01:01.195-0500 FINE t197 Statistics.logIt: Done getting boundary changesets for {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (0 entries) (took 4 ms)
1315 2025-10-05 03:01:01.194-0500 INFO t154 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-user-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 272 ms)
1316 2025-10-05 03:01:01.194-0500 INFO t226 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-health-monitor',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 252 ms)
1317 2025-10-05 03:01:01.193-0500 INFO t207 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/boost-dbus',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 256 ms)
1318 2025-10-05 03:01:01.193-0500 FINE t186 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history) (took 9 ms)
1319 2025-10-05 03:01:01.202-0500 FINE t186 FileHistoryCache.store: Storing history for 1 regular files in repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} till end of history
1320 2025-10-05 03:01:01.192-0500 FINE t173 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history) (took 8 ms)
1321 2025-10-05 03:01:01.192-0500 FINER t337 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-inventory-upload'
1322 2025-10-05 03:01:01.192-0500 INFO t235 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-debug-collector',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 247 ms)
1323 2025-10-05 03:01:01.191-0500 FINE t143 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1324 2025-10-05 03:01:01.190-0500 FINE t145 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1325 2025-10-05 03:01:01.203-0500 FINEST t145 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (ac4cb328365c7073a54da815c7f2362f1c64bf01, null)
1326 2025-10-05 03:01:01.190-0500 INFO t219 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-snmp',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 250 ms)
1327 2025-10-05 03:01:01.189-0500 FINE t223 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/hiomapd
1328 2025-10-05 03:01:01.204-0500 INFO t223 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/hiomapd',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 263 ms)
1329 2025-10-05 03:01:01.189-0500 INFO t215 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-buttons',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 250 ms)
1330 2025-10-05 03:01:01.189-0500 FINEST t228 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (51ce6e39d3f2769cbec9f56b6256c5df750a3011, null)
1331 2025-10-05 03:01:01.203-0500 FINEST t143 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (067d178bcc0c572afad75ceadf3c55f293639e8a, null)
1332 2025-10-05 03:01:01.203-0500 FINE t218 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openpower-inventory-upload' (took 52 ms)
1333 2025-10-05 03:01:01.202-0500 FINE t173 FileHistoryCache.store: Storing history for 1 regular files in repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} till end of history
1334 2025-10-05 03:01:01.201-0500 FINE t197 RepositoryWithHistoryTraversal.doCreateCache: boundary changesets: [null]
1335 2025-10-05 03:01:01.201-0500 FINE t172 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/libpldm
1336 2025-10-05 03:01:01.200-0500 FINEST t146 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (3ef588d54cddafc1f5777fef8653aa0388ca6d44, null)
1337 2025-10-05 03:01:01.199-0500 INFO t169 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-bmc-code-mgmt',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 274 ms)
1338 2025-10-05 03:01:01.199-0500 INFO t153 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ipmitool',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 277 ms)
1339 2025-10-05 03:01:01.205-0500 INFO t172 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/libpldm',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 278 ms)
1340 2025-10-05 03:01:01.205-0500 FINEST t197 RepositoryWithHistoryTraversal.doCreateCache: storing history cache for revision range (ad29e430cc6954e28ae2444c278cb9f326f0528b, null)
1341 2025-10-05 03:01:01.204-0500 FINE t218 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openpower-inventory-upload
1342 2025-10-05 03:01:01.206-0500 INFO t218 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openpower-inventory-upload',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 267 ms)
1343 2025-10-05 03:01:01.208-0500 FINER t338 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/smbios-mdr'
1344 2025-10-05 03:01:01.208-0500 FINEST t339 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-state-manager/host_state_manager.hpp': [eaaaff51a5445d9bfef1728706e9a60132c82c37]
1345 2025-10-05 03:01:01.208-0500 FINEST t340 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/phosphor-certificate-manager/dist/meson.build': [b4ac23d003f99ee98e4e1d8892ef8c12b90cdf33]
1346 2025-10-05 03:01:01.208-0500 FINE t145 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/smbios-mdr' (took 4 ms)
1347 2025-10-05 03:01:01.208-0500 FINER t341 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/service-config-manager'
1348 2025-10-05 03:01:01.209-0500 FINE t145 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/smbios-mdr
1349 2025-10-05 03:01:01.209-0500 FINE t228 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/service-config-manager' (took 19 ms)
1350 2025-10-05 03:01:01.209-0500 INFO t145 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/smbios-mdr',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 74 ms)
1351 2025-10-05 03:01:01.209-0500 FINE t228 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/service-config-manager
1352 2025-10-05 03:01:01.209-0500 INFO t228 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/service-config-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 267 ms)
1353 2025-10-05 03:01:01.209-0500 FINER t342 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-net-ipmid'
1354 2025-10-05 03:01:01.210-0500 FINE t143 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-net-ipmid' (took 6 ms)
1355 2025-10-05 03:01:01.210-0500 FINER t343 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmbbridge'
1356 2025-10-05 03:01:01.210-0500 FINE t143 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-net-ipmid
1357 2025-10-05 03:01:01.211-0500 FINE t146 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/ipmbbridge' (took 10 ms)
1358 2025-10-05 03:01:01.211-0500 INFO t143 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-net-ipmid',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 74 ms)
1359 2025-10-05 03:01:01.211-0500 FINE t146 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/ipmbbridge
1360 2025-10-05 03:01:01.211-0500 INFO t146 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/ipmbbridge',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 76 ms)
1361 2025-10-05 03:01:01.211-0500 FINER t344 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-rest-server'
1362 2025-10-05 03:01:01.212-0500 FINE t197 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-rest-server' (took 6 ms)
1363 2025-10-05 03:01:01.212-0500 FINE t197 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-rest-server
1364 2025-10-05 03:01:01.212-0500 INFO t197 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-rest-server',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 71 ms)
1365 2025-10-05 03:01:01.219-0500 FINER t336 GitRepository.rebuildTagList: Read tags count=59 for '/opengrok/src/openbmc/openbmc'
1366 2025-10-05 03:01:01.221-0500 FINE t181 FileHistoryCache.createDirectoriesForFiles: Starting directory creation for {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history): 9 directories
1367 2025-10-05 03:01:01.221-0500 FINE t181 Statistics.logIt: Done creating directories for {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (regular files for history till end of history) (took 0 ms)
1368 2025-10-05 03:01:01.221-0500 FINE t181 FileHistoryCache.store: Storing history for 9 regular files in repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} till end of history
1369 2025-10-05 03:01:01.222-0500 FINEST t345 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc': [10cd6c10699fdbce705cbba5cc27670c8d9ece3b]
1370 2025-10-05 03:01:01.222-0500 FINEST t346 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb': [0ddff4f77265f3f746143736bda80d2506f13568]
1371 2025-10-05 03:01:01.223-0500 FINEST t348 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb': [07755247e1c5830af4cd76dc41efec35879a06e0]
1372 2025-10-05 03:01:01.222-0500 FINEST t347 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb': [7df0860effef9e3512337bed8acbfe119713d062]
1373 2025-10-05 03:01:01.223-0500 FINEST t350 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb': [9c9e215f2278a483c08ced18596eb04669811077]
1374 2025-10-05 03:01:01.223-0500 FINEST t349 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb': [8dd953fbf0bfd22dc60d1af5c1635802ed96b6b6]
1375 2025-10-05 03:01:01.224-0500 FINEST t353 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc': [03c781cc3c1a1419500235a39f57f6c5c515bcdd, 636160285b8d7a18a332d9ad5ce8e3cc1ba286a5]
1376 2025-10-05 03:01:01.224-0500 FINEST t352 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb': [9205ce590ddd6164c49299769383823a31036dbb]
1377 2025-10-05 03:01:01.223-0500 FINEST t351 FileHistoryCache.storeFile: writing history entries to '/opengrok/data/historycache/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb': [e4aadd07b6e0afe796a35a72e5c3c4ca13709526]
1378 2025-10-05 03:01:01.231-0500 FINER t335 GitRepository.rebuildTagList: Read tags count=308 for '/opengrok/src/openbmc/u-boot'
1379 2025-10-05 03:01:01.231-0500 FINE t231 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/u-boot' (took 84 ms)
1380 2025-10-05 03:01:01.231-0500 FINE t231 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/u-boot
1381 2025-10-05 03:01:01.232-0500 INFO t231 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 289 ms)
1382 2025-10-05 03:01:01.249-0500 FINER t332 GitRepository.rebuildTagList: Read tags count=1,472 for '/opengrok/src/openbmc/qemu'
1383 2025-10-05 03:01:01.249-0500 FINE t156 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/qemu' (took 198 ms)
1384 2025-10-05 03:01:01.249-0500 FINE t156 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/qemu
1385 2025-10-05 03:01:01.249-0500 INFO t156 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 326 ms)
1386 2025-10-05 03:01:01.531-0500 FINE t173 FileHistoryCache.store: Stored history for 1 regular files in repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1387 2025-10-05 03:01:01.534-0500 FINEST t173 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision b4ac23d003f99ee98e4e1d8892ef8c12b90cdf33 for repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1388 2025-10-05 03:01:01.535-0500 FINE t173 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-certificate-manager' (took 416 ms)
1389 2025-10-05 03:01:01.535-0500 FINE t173 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-certificate-manager
1390 2025-10-05 03:01:01.536-0500 INFO t173 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 608 ms)
1391 2025-10-05 03:01:01.552-0500 FINE t186 FileHistoryCache.store: Stored history for 1 regular files in repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1392 2025-10-05 03:01:01.553-0500 FINEST t186 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision eaaaff51a5445d9bfef1728706e9a60132c82c37 for repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1393 2025-10-05 03:01:01.554-0500 FINE t186 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/phosphor-state-manager' (took 504 ms)
1394 2025-10-05 03:01:01.554-0500 FINE t186 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/phosphor-state-manager
1395 2025-10-05 03:01:01.554-0500 INFO t186 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 623 ms)
1396 2025-10-05 03:01:01.588-0500 FINE t181 FileHistoryCache.store: Stored history for 9 regular files in repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1397 2025-10-05 03:01:01.588-0500 FINEST t181 FileHistoryCache.storeLatestCachedRevision: stored latest cached revision 03c781cc3c1a1419500235a39f57f6c5c515bcdd for repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on}
1398 2025-10-05 03:01:01.588-0500 FINE t181 Statistics.logIt: Finished chunk 1/1 of history cache for repository '/opengrok/src/openbmc/openbmc' (took 445 ms)
1399 2025-10-05 03:01:01.588-0500 FINE t181 Repository.createCache: Done storing history cache for repository /opengrok/src/openbmc/openbmc
1400 2025-10-05 03:01:01.588-0500 INFO t181 Statistics.logIt: Done history cache for {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} (took 659 ms)
1401 2025-10-05 03:01:01.589-0500 INFO t1 Statistics.logIt: Done history cache for all repositories (took 706 ms)
1402 2025-10-05 03:01:01.589-0500 INFO t1 Indexer.prepareIndexer: Done generating history cache
1403 2025-10-05 03:01:01.589-0500 FINE t1 HistoryGuru.invalidateRepositories: invalidating 100 repositories
1404 2025-10-05 03:01:01.600-0500 FINER t367 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/kcsbridge'
1405 2025-10-05 03:01:01.600-0500 FINER t369 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-event'
1406 2025-10-05 03:01:01.600-0500 FINER t371 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libcper'
1407 2025-10-05 03:01:01.600-0500 FINER t366 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/obmc-console'
1408 2025-10-05 03:01:01.601-0500 FINER t373 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-logging'
1409 2025-10-05 03:01:01.601-0500 FINER t372 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-webui'
1410 2025-10-05 03:01:01.601-0500 FINER t370 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-user-manager'
1411 2025-10-05 03:01:01.600-0500 FINER t368 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-health-monitor'
1412 2025-10-05 03:01:01.602-0500 FINER t377 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdbusplus'
1413 2025-10-05 03:01:01.602-0500 FINER t376 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-logging'
1414 2025-10-05 03:01:01.602-0500 FINER t375 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-buttons'
1415 2025-10-05 03:01:01.601-0500 FINER t374 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-post-code-manager'
1416 2025-10-05 03:01:01.605-0500 FINER t378 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-misc'
1417 2025-10-05 03:01:01.607-0500 FINER t379 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-power'
1418 2025-10-05 03:01:01.607-0500 FINER t382 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-virtual-sensor'
1419 2025-10-05 03:01:01.608-0500 FINER t381 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-hwmon'
1420 2025-10-05 03:01:01.609-0500 FINER t383 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmbbridge'
1421 2025-10-05 03:01:01.609-0500 FINER t385 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/sdeventplus'
1422 2025-10-05 03:01:01.609-0500 FINER t384 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-pnor-code-mgmt'
1423 2025-10-05 03:01:01.610-0500 FINER t386 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-settings-mgr'
1424 2025-10-05 03:01:01.610-0500 FINER t380 GitRepository.rebuildTagList: Read tags count=1 for '/opengrok/src/openbmc/phosphor-ipmi-flash'
1425 2025-10-05 03:01:01.610-0500 FINER t387 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/obmc-ikvm'
1426 2025-10-05 03:01:01.611-0500 FINER t388 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pldm'
1427 2025-10-05 03:01:01.611-0500 FINER t389 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-debug-collector'
1428 2025-10-05 03:01:01.612-0500 FINER t390 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/skeleton'
1429 2025-10-05 03:01:01.613-0500 FINER t392 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-proc-control'
1430 2025-10-05 03:01:01.613-0500 FINER t391 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pyphosphor'
1431 2025-10-05 03:01:01.614-0500 FINER t393 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-flash'
1432 2025-10-05 03:01:01.616-0500 FINER t394 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-postd'
1433 2025-10-05 03:01:01.616-0500 FINER t396 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-net-ipmid'
1434 2025-10-05 03:01:01.616-0500 FINER t395 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/debug-trigger'
1435 2025-10-05 03:01:01.617-0500 FINER t397 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-misc'
1436 2025-10-05 03:01:01.617-0500 FINER t398 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/inarp'
1437 2025-10-05 03:01:01.617-0500 FINER t399 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-inventory-manager'
1438 2025-10-05 03:01:01.618-0500 FINER t400 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/entity-manager'
1439 2025-10-05 03:01:01.618-0500 FINER t401 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/witherspoon-pfault-analysis'
1440 2025-10-05 03:01:01.619-0500 FINER t402 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bios-bmc-smm-error-logger'
1441 2025-10-05 03:01:01.620-0500 FINER t403 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/bmcweb'
1442 2025-10-05 03:01:01.621-0500 FINER t404 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-ipmi-blobs'
1443 2025-10-05 03:01:01.621-0500 FINER t405 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/pam-ipmi'
1444 2025-10-05 03:01:01.621-0500 FINER t406 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-sbe-interface'
1445 2025-10-05 03:01:01.622-0500 FINER t407 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/x86-power-control'
1446 2025-10-05 03:01:01.623-0500 FINER t408 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-time-manager'
1447 2025-10-05 03:01:01.623-0500 FINER t410 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmitool'
1448 2025-10-05 03:01:01.624-0500 FINER t409 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ipmi-fru-parser'
1449 2025-10-05 03:01:01.624-0500 FINER t411 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-build-scripts'
1450 2025-10-05 03:01:01.625-0500 FINER t412 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-sysfs'
1451 2025-10-05 03:01:01.625-0500 FINER t413 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/boost-dbus'
1452 2025-10-05 03:01:01.625-0500 FINER t414 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-monitor'
1453 2025-10-05 03:01:01.627-0500 FINER t415 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-debug-collector'
1454 2025-10-05 03:01:01.627-0500 FINER t417 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-psu-code-mgmt'
1455 2025-10-05 03:01:01.627-0500 FINER t418 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-dbus-interfaces'
1456 2025-10-05 03:01:01.629-0500 FINER t419 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-host-ipmi-oem'
1457 2025-10-05 03:01:01.629-0500 FINER t421 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/s2600wf-misc'
1458 2025-10-05 03:01:01.629-0500 FINER t422 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-pid-control'
1459 2025-10-05 03:01:01.630-0500 FINER t423 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-certificate-manager'
1460 2025-10-05 03:01:01.631-0500 FINER t424 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/docs'
1461 2025-10-05 03:01:01.631-0500 FINER t416 GitRepository.rebuildTagList: Read tags count=11 for '/opengrok/src/openbmc/openbmc-test-automation'
1462 2025-10-05 03:01:01.631-0500 FINER t425 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/google-ipmi-sys'
1463 2025-10-05 03:01:01.631-0500 FINER t426 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-led-manager'
1464 2025-10-05 03:01:01.632-0500 FINER t427 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-watchdog'
1465 2025-10-05 03:01:01.632-0500 FINER t428 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-gpio-monitor'
1466 2025-10-05 03:01:01.633-0500 FINER t420 GitRepository.rebuildTagList: Read tags count=14 for '/opengrok/src/openbmc/libpldm'
1467 2025-10-05 03:01:01.634-0500 FINER t429 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mrw-tools'
1468 2025-10-05 03:01:01.634-0500 FINER t430 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-vpd-parser'
1469 2025-10-05 03:01:01.635-0500 FINER t431 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-mboxd'
1470 2025-10-05 03:01:01.635-0500 FINER t432 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-dbus-interfaces'
1471 2025-10-05 03:01:01.636-0500 FINER t433 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-bmc-code-mgmt'
1472 2025-10-05 03:01:01.637-0500 FINER t434 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-state-manager'
1473 2025-10-05 03:01:01.637-0500 FINER t436 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/fb-ipmi-oem'
1474 2025-10-05 03:01:01.638-0500 FINER t437 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-settingsd'
1475 2025-10-05 03:01:01.638-0500 FINER t438 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-networkd'
1476 2025-10-05 03:01:01.639-0500 FINER t440 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-host-ipmid'
1477 2025-10-05 03:01:01.639-0500 FINER t435 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/hiomapd'
1478 2025-10-05 03:01:01.639-0500 FINER t439 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/service-config-manager'
1479 2025-10-05 03:01:01.639-0500 FINER t441 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/btbridge'
1480 2025-10-05 03:01:01.641-0500 FINER t443 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/smbios-mdr'
1481 2025-10-05 03:01:01.641-0500 FINER t442 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-objmgr'
1482 2025-10-05 03:01:01.641-0500 FINER t445 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-rest-server'
1483 2025-10-05 03:01:01.641-0500 FINER t444 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-snmp'
1484 2025-10-05 03:01:01.642-0500 FINER t446 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/telemetry'
1485 2025-10-05 03:01:01.643-0500 FINER t447 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc-tools'
1486 2025-10-05 03:01:01.643-0500 FINER t448 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-inventory-upload'
1487 2025-10-05 03:01:01.644-0500 FINER t449 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/slpd-lite'
1488 2025-10-05 03:01:01.644-0500 FINER t450 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/dbus-sensors'
1489 2025-10-05 03:01:01.645-0500 FINER t452 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/intel-ipmi-oem'
1490 2025-10-05 03:01:01.645-0500 FINER t451 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/ibm-dbus-interfaces'
1491 2025-10-05 03:01:01.646-0500 FINER t453 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/rest-dbus'
1492 2025-10-05 03:01:01.646-0500 FINER t454 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-occ-control'
1493 2025-10-05 03:01:01.646-0500 FINER t455 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/gpioplus'
1494 2025-10-05 03:01:01.647-0500 FINER t456 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/phosphor-fan-presence'
1495 2025-10-05 03:01:01.647-0500 FINER t457 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/libbej'
1496 2025-10-05 03:01:01.648-0500 FINER t458 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openpower-hw-diags'
1497 2025-10-05 03:01:01.649-0500 FINER t460 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/openbmc.github.io'
1498 2025-10-05 03:01:01.649-0500 FINER t461 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/estoraged'
1499 2025-10-05 03:01:01.651-0500 FINER t459 GitRepository.rebuildTagList: Read tags count=2 for '/opengrok/src/openbmc/libmctp'
1500 2025-10-05 03:01:01.653-0500 FINER t463 GitRepository.rebuildTagList: Read tags count=0 for '/opengrok/src/openbmc/webui-vue'
1501 2025-10-05 03:01:01.698-0500 FINER t464 GitRepository.rebuildTagList: Read tags count=59 for '/opengrok/src/openbmc/openbmc'
1502 2025-10-05 03:01:01.715-0500 FINER t465 GitRepository.rebuildTagList: Read tags count=308 for '/opengrok/src/openbmc/u-boot'
1503 2025-10-05 03:01:01.727-0500 FINER t462 GitRepository.rebuildTagList: Read tags count=1,472 for '/opengrok/src/openbmc/qemu'
1504 2025-10-05 03:01:01.730-0500 INFO t1 Statistics.logIt: Done invalidating repositories (100 valid, 100 working) (took 140 ms)
1505 2025-10-05 03:01:01.740-0500 INFO t1 Indexer.doIndexerExecution: Starting indexing
1506 2025-10-05 03:01:01.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: traversing the documents in MMapDirectory@/opengrok/data/index/openbmc lockFactory=org.apache.lucene.store.NoLockFactory@781b6bac to collect uids of deleted documents
1507 2025-10-05 03:01:01.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/MAINTAINERS' (0) at 20210308005002984
1508 2025-10-05 03:01:01.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle-b.json' (1) at 20210308005046409
1509 2025-10-05 03:01:01.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/StaticGateway/Create.interface.yaml' (2) at 20240509080019296
1510 2025-10-05 03:01:01.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest-send-results' (3) at 20240301090012483
1511 2025-10-05 03:01:01.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/id-button-pressed.service' (4) at 20210307205553702
1512 2025-10-05 03:01:01.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/altera/clk-arria10.c' (5) at 20210308005003340
1513 2025-10-05 03:01:01.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/rpu-ready-deassert@.service' (6) at 20240912080013426
1514 2025-10-05 03:01:01.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/phal-export-devtree@.service.in' (7) at 20230513080022442
1515 2025-10-05 03:01:01.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de212/core-isa.h' (8) at 20210308005046349
1516 2025-10-05 03:01:01.980-0500 FINEST t466 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' (9) at 20230919080013958
1517 2025-10-05 03:01:01.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/event_notifier-win32.c' (10) at 20221215040039402
1518 2025-10-05 03:01:01.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_start_gt_end.cpp' (11) at 20210308005108645
1519 2025-10-05 03:01:01.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.AMCC-eval-boards-cleanup' (12) at 20210308005003288
1520 2025-10-05 03:01:01.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/ntopng.service' (13) at 20210307205553846
1521 2025-10-05 03:01:01.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/Makefile' (14) at 20210308005003008
1522 2025-10-05 03:01:01.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/bios-verify.sh' (15) at 20230428080015190
1523 2025-10-05 03:01:01.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arc-common' (16) at 20230317080013829
1524 2025-10-05 03:01:01.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/11-cve-2014-8141-getzip64data.patch' (17) at 20210307205554574
1525 2025-10-05 03:01:01.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/MAINTAINERS' (18) at 20210308005003016
1526 2025-10-05 03:01:01.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qtree.c' (19) at 20230426080043964
1527 2025-10-05 03:01:01.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/edminiv2/MAINTAINERS' (20) at 20210308005002904
1528 2025-10-05 03:01:01.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/rootfs.py' (21) at 20240124090012258
1529 2025-10-05 03:01:01.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tb100.h' (22) at 20210308005003620
1530 2025-10-05 03:01:01.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/pr-helper.rst' (23) at 20210308005045801
1531 2025-10-05 03:01:01.984-0500 FINEST t466 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' (24) at 20241221090017576
1532 2025-10-05 03:01:01.984-0500 FINEST t466 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' (25) at 20240413080012651
1533 2025-10-05 03:01:01.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/meson.build' (26) at 20240106090017253
1534 2025-10-05 03:01:01.984-0500 FINEST t466 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' (27) at 20241221090017512
1535 2025-10-05 03:01:01.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/optee/Kconfig' (28) at 20210308005003708
1536 2025-10-05 03:01:01.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/scripts/generate-machine-list' (29) at 20240905080011586
1537 2025-10-05 03:01:01.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (30) at 20230412080023460
1538 2025-10-05 03:01:01.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/trace-events' (31) at 20210927100127201
1539 2025-10-05 03:01:01.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/interval-tree.c' (32) at 20230925080040113
1540 2025-10-05 03:01:01.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/045.out' (33) at 20210308005046437
1541 2025-10-05 03:01:01.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/leptonica/leptonica_1.85.0.bb' (34) at 20241221090017528
1542 2025-10-05 03:01:01.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/coroutine-ucontext.c' (35) at 20240326080039754
1543 2025-10-05 03:01:01.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun5i.h' (36) at 20210308005003620
1544 2025-10-05 03:01:01.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/readonly.hpp' (37) at 20230511080034627
1545 2025-10-05 03:01:01.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/firmware/ti,sci.txt' (38) at 20210308005003304
1546 2025-10-05 03:01:01.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/pam-webserver' (39) at 20221019030003903
1547 2025-10-05 03:01:01.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrhassel' (40) at 20210307205553786
1548 2025-10-05 03:01:01.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Battery_LocationCode.json' (41) at 20221213040036917
1549 2025-10-05 03:01:01.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rx/rx62n.h' (42) at 20240906080037340
1550 2025-10-05 03:01:01.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/libdns_conf_fix.patch' (43) at 20230706080014769
1551 2025-10-05 03:01:01.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch' (44) at 20241221090017676
1552 2025-10-05 03:01:01.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.env.intel' (45) at 20240424080035076
1553 2025-10-05 03:01:01.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rcar-gen3-base.h' (46) at 20210308005002768
1554 2025-10-05 03:01:01.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/pkix_asn1_tab.c.inc' (47) at 20240906080037580
1555 2025-10-05 03:01:01.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.14.bb' (48) at 20241221090017544
1556 2025-10-05 03:01:01.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/amcore/Kconfig' (49) at 20210308005003056
1557 2025-10-05 03:01:01.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/code_standards_check.md' (50) at 20221209040018563
1558 2025-10-05 03:01:01.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/sign_package_feed.bbclass' (51) at 20220910030013393
1559 2025-10-05 03:01:01.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32h7/stm32.h' (52) at 20210308005002664
1560 2025-10-05 03:01:01.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/209' (53) at 20220429100100910
1561 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/i2c.c' (54) at 20241219090010504
1562 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-purge.service.in' (55) at 20231027080017022
1563 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_fcntl.h' (56) at 20210308005046089
1564 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stih407-clks.h' (57) at 20210308005003632
1565 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libucontext_1.2.bb' (58) at 20220402030016155
1566 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-inet-d978-rev2.dts' (59) at 20210308005002624
1567 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy25-93.0W' (60) at 20210307205553762
1568 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/qts/iocsr_config.h' (61) at 20210308005003044
1569 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/tests/test_sensorcommands.cpp' (62) at 20240829080009334
1570 2025-10-05 03:01:01.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ag101p/MAINTAINERS' (63) at 20210308005002900
1571 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/ldflags.patch' (64) at 20210307205553874
1572 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-MountLeinster' (65) at 20210307205553774
1573 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb' (66) at 20240106090017237
1574 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/dropbear/dropbear_%.bbappend' (67) at 20210807000017354
1575 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libfann/libfann_git.bb' (68) at 20240301090012427
1576 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-neo.dts' (69) at 20210308005002624
1577 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/sound.txt' (70) at 20210308005003304
1578 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kobol/helios4/MAINTAINERS' (71) at 20210308005003012
1579 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/rtas.c' (72) at 20221215040039374
1580 2025-10-05 03:01:01.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0005-Don-t-require-internet-connection-during-build.patch' (73) at 20230211040012643
1581 2025-10-05 03:01:01.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_auto.c' (74) at 20210308005003448
1582 2025-10-05 03:01:01.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/OWNERS' (75) at 20240110090012776
1583 2025-10-05 03:01:01.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/wic/emmc-fvp.wks.in' (76) at 20240507080014346
1584 2025-10-05 03:01:01.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_oem.c' (77) at 20210308004938828
1585 2025-10-05 03:01:01.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi_table.h' (78) at 20210308005002876
1586 2025-10-05 03:01:01.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-extended/shadow/shadow_%.bbappend' (79) at 20220402030016075
1587 2025-10-05 03:01:01.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (80) at 20241206090014202
1588 2025-10-05 03:01:01.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/lcsr.decode' (81) at 20230925080040041
1589 2025-10-05 03:01:01.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/sections.h' (82) at 20210308005002824
1590 2025-10-05 03:01:01.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/Makefile' (83) at 20210308005003032
1591 2025-10-05 03:01:01.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/030.out' (84) at 20210308005046437
1592 2025-10-05 03:01:01.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nandif.c' (85) at 20210308005003556
1593 2025-10-05 03:01:01.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/slt_ast2600/Kconfig' (86) at 20210308005002916
1594 2025-10-05 03:01:01.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-linux.patch' (87) at 20210307205553810
1595 2025-10-05 03:01:01.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx53-kp.dts' (88) at 20210308005002580
1596 2025-10-05 03:01:01.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/sor.c' (89) at 20210308005003536
1597 2025-10-05 03:01:01.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-perl/perl/lib-perl_0.63.bb' (90) at 20241221090017580
1598 2025-10-05 03:01:01.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/persistent_json_storage.hpp' (91) at 20230125040034502
1599 2025-10-05 03:01:01.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/spl_a10.c' (92) at 20210308005002780
1600 2025-10-05 03:01:01.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Olkamangi' (93) at 20210307205553790
1601 2025-10-05 03:01:01.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/skeleton.dtsi' (94) at 20210308005002872
1602 2025-10-05 03:01:01.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch' (95) at 20241221090017656
1603 2025-10-05 03:01:01.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3128.h' (96) at 20210308005002660
1604 2025-10-05 03:01:01.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AggregationService.v1_0_3.json' (97) at 20240619080002940
1605 2025-10-05 03:01:01.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-miqi.dts' (98) at 20210308005002604
1606 2025-10-05 03:01:01.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-sensor-inventory-mrw/openpower-config.yaml' (99) at 20210307205554054
1607 2025-10-05 03:01:01.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap-cache.c' (100) at 20210308005002756
1608 2025-10-05 03:01:01.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/test_version.cpp' (101) at 20240829080033127
1609 2025-10-05 03:01:02.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mac.c' (102) at 20220802100038573
1610 2025-10-05 03:01:02.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sc_sps_1_defconfig' (103) at 20210308005003280
1611 2025-10-05 03:01:02.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/setjmp.S' (104) at 20210308005002708
1612 2025-10-05 03:01:02.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/device-manager.rst' (105) at 20240309090012808
1613 2025-10-05 03:01:02.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/dhry_2.c' (106) at 20210308005003696
1614 2025-10-05 03:01:02.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc.inc' (107) at 20220502030010096
1615 2025-10-05 03:01:02.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/m68k/Makefile.target' (108) at 20240906080037576
1616 2025-10-05 03:01:02.000-0500 FINEST t466 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' (109) at 20240309090012804
1617 2025-10-05 03:01:02.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-As' (110) at 20210307205553778
1618 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu-qom.h' (111) at 20240906080037472
1619 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/no-Trondelag_Stjordal' (112) at 20210307205553778
1620 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/.gitignore' (113) at 20240710080015177
1621 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/nlrequest.c_packet-too-small_fix.patch' (114) at 20230706080014741
1622 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service' (115) at 20231205090013449
1623 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_mulu.c' (116) at 20210308005046529
1624 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_resource.h' (117) at 20221215040039202
1625 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/Kconfig' (118) at 20210308005003012
1626 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/run-ptest' (119) at 20210316000012725
1627 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/Kconfig' (120) at 20210308005003088
1628 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/relocatable.bbclass' (121) at 20220910030013393
1629 2025-10-05 03:01:02.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/run-ptest' (122) at 20230317080013825
1630 2025-10-05 03:01:02.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/swap_case.c' (123) at 20210308005003400
1631 2025-10-05 03:01:02.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/mock_terminus_manager.hpp' (124) at 20240903080027143
1632 2025-10-05 03:01:02.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_h.c' (125) at 20210308005046521
1633 2025-10-05 03:01:02.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap121/Makefile' (126) at 20210308005003028
1634 2025-10-05 03:01:02.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/entity_name.cpp' (127) at 20240820080007197
1635 2025-10-05 03:01:02.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/dk-YouSee' (128) at 20210307205553758
1636 2025-10-05 03:01:02.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/error_logging_utils_tests.cpp' (129) at 20210903000106255
1637 2025-10-05 03:01:02.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/GeoIP.conf' (130) at 20210307205553838
1638 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_one_plus_defconfig' (131) at 20210308005003272
1639 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-3.conf' (132) at 20210307205554082
1640 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/systemd-journald-override.conf' (133) at 20210307205553694
1641 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/conf/layer.conf' (134) at 20241221090017576
1642 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb' (135) at 20241221090017540
1643 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SL' (136) at 20241221090017616
1644 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-master.c' (137) at 20210308005003348
1645 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/test_data.py' (138) at 20210528000029731
1646 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/fcvt.c' (139) at 20240906080037576
1647 2025-10-05 03:01:02.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/aspell/aspell_0.60.8.1.bb' (140) at 20241221090017692
1648 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/sdram.c' (141) at 20210308005002856
1649 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonpointer/run-ptest' (142) at 20230401080011971
1650 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/.gitignore' (143) at 20220625030006048
1651 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/ffdc.hpp' (144) at 20220301040028073
1652 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/builder.py' (145) at 20210308005003756
1653 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/fwlw' (146) at 20241221090017620
1654 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-dbus-proxy/xdg-dbus-proxy_0.1.6.bb' (147) at 20241221090017544
1655 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/10-cve-2014-8140-test-compr-eb.patch' (148) at 20210307205554574
1656 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/system-c-ares.patch' (149) at 20241221090017512
1657 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/common/cfam_reset.cpp' (150) at 20230512080029401
1658 2025-10-05 03:01:02.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/pcie_bifurcation_unittest.cpp' (151) at 20220525015711018
1659 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/x86_64/Makefile' (152) at 20210308005002860
1660 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-topic-miamilite.dts' (153) at 20210308005002632
1661 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/malta64_defconfig' (154) at 20210308005003268
1662 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/B_component_ids.json' (155) at 20220511030417199
1663 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/nftables/files/nft-configure.sh' (156) at 20230606080013598
1664 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ipu_disp.c' (157) at 20210308005003528
1665 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/dts/ae350_64.dts' (158) at 20210308005002844
1666 2025-10-05 03:01:02.005-0500 FINEST t466 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' (159) at 20231011080016574
1667 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/lvm.conf' (160) at 20210307205553982
1668 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-utoo-p66.dts' (161) at 20210308005002620
1669 2025-10-05 03:01:02.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-custom-env.patch' (162) at 20241221090017512
1670 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/gpio.h' (163) at 20210308005003636
1671 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/207.out' (164) at 20220429100100910
1672 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc/defconfig' (165) at 20230406080015457
1673 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/config-olympus-nuvoton.json' (166) at 20210307205554094
1674 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/arndale_spl.c' (167) at 20210308005003040
1675 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/runtime_monitor.cpp' (168) at 20220728030043355
1676 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/dvipdfm' (169) at 20211006000025246
1677 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/vdso-asmoffset.h' (170) at 20240326080039562
1678 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.flake8' (171) at 20220314030038292
1679 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Valsjobyn' (172) at 20210307205553794
1680 2025-10-05 03:01:02.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/0001-Remove-bionic-specific-calls.patch' (173) at 20210307205553894
1681 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_sensor/malformed/sensor_pdr.json' (174) at 20210921100049070
1682 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/settings/phosphor-settings-manager/chassis-capabilities.override.yml' (175) at 20220126110011868
1683 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-test/pacbti/files/pacbti.c' (176) at 20231207090015258
1684 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-cubieboard2.dts' (177) at 20210308005002624
1685 2025-10-05 03:01:02.007-0500 FINEST t466 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' (178) at 20240113090014536
1686 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_siginfo.h' (179) at 20221215040039066
1687 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-inventory-example-native.bb' (180) at 20241206090014274
1688 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/run-ptest' (181) at 20210528000029747
1689 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (182) at 20241206090014230
1690 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_d.c' (183) at 20210308005046517
1691 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/keyboard-uclass.c' (184) at 20210308005003384
1692 2025-10-05 03:01:02.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-list.err' (185) at 20210308005046409
1693 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-hash64.h' (186) at 20240906080037516
1694 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/.gitignore' (187) at 20211027100037435
1695 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_mmc_rd.py' (188) at 20210308005003744
1696 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/Kconfig' (189) at 20210308005002788
1697 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lovanger' (190) at 20210307205553786
1698 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-1R-45.0W' (191) at 20210307205553762
1699 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/include/mach/ddr.h' (192) at 20210308005002824
1700 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77990-ebisu-u-boot.dts' (193) at 20210308005002604
1701 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/conf/layer.conf' (194) at 20241221090017576
1702 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP2.interface.yaml' (195) at 20220315030032659
1703 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcmnsp/reset.c' (196) at 20210308005002552
1704 2025-10-05 03:01:02.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/fbida_git.bb' (197) at 20241206090014254
1705 2025-10-05 03:01:02.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/max77686.c' (198) at 20210308005003468
1706 2025-10-05 03:01:02.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.esbc_validate' (199) at 20210308005003292
1707 2025-10-05 03:01:02.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d2_ptc_ek.h' (200) at 20210308005003612
1708 2025-10-05 03:01:02.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-non-file.err' (201) at 20210308005046409
1709 2025-10-05 03:01:02.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3368-cru.h' (202) at 20210308005003632
1710 2025-10-05 03:01:02.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miamilite/ps7_regs.txt' (203) at 20210308005003080
1711 2025-10-05 03:01:02.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-client-conf-Add-allow-autospawn-for-root.patch' (204) at 20210307205554606
1712 2025-10-05 03:01:02.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_sleep.py' (205) at 20210308005003744
1713 2025-10-05 03:01:02.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_samus/MAINTAINERS' (206) at 20210308005003004
1714 2025-10-05 03:01:02.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.14.0.bb' (207) at 20241221090017504
1715 2025-10-05 03:01:02.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_d.c' (208) at 20210308005046517
1716 2025-10-05 03:01:02.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ast_i2c.h' (209) at 20210308005003380
1717 2025-10-05 03:01:02.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/net_utils.c' (210) at 20210308005003708
1718 2025-10-05 03:01:02.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.c' (211) at 20210308005003368
1719 2025-10-05 03:01:02.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/string.h' (212) at 20210308005002816
1720 2025-10-05 03:01:02.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/Access.metadata.yaml' (213) at 20220430030026016
1721 2025-10-05 03:01:02.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset-ti-sci.c' (214) at 20210308005003496
1722 2025-10-05 03:01:02.010-0500 FINEST t466 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' (215) at 20240106090017233
1723 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/qos.c' (216) at 20210308005003040
1724 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.gitignore' (217) at 20220204210413341
1725 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/chassis_state_manager.hpp' (218) at 20240723080028240
1726 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/0001-reduce-build-to-conversion-tools-for-native-build.patch' (219) at 20210608000015799
1727 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netspace_mini_v2_defconfig' (220) at 20210308005003272
1728 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/turbostat/turbostat/COPYING' (221) at 20210307205553958
1729 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/libtasn1/dont-depend-on-help2man.patch' (222) at 20220204040022688
1730 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/phosphor-logging.wrap' (223) at 20230602080035412
1731 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/pcm052.dts' (224) at 20210308005002600
1732 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/directives/role-table.html' (225) at 20210308005107065
1733 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb' (226) at 20210307205554386
1734 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/README' (227) at 20210308005002980
1735 2025-10-05 03:01:02.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/unionfs-fuse/files/0001-support-cross-compiling.patch' (228) at 20240413080012635
1736 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/mv88e61xx.c' (229) at 20210308005003440
1737 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (230) at 20230712080014010
1738 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ts4800_defconfig' (231) at 20210308005003284
1739 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Abstyles' (232) at 20211006000025226
1740 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/dynamic-layers/nuvoton-layer/recipes-kernel/linux/linux-nuvoton_%.bbappend' (233) at 20240727080014098
1741 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spl_minimal.c' (234) at 20210308005002828
1742 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf-sane' (235) at 20210307205554466
1743 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/reloc_ia32_efi.c' (236) at 20210308005002884
1744 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AGPL-1.0-or-later' (237) at 20211006000025226
1745 2025-10-05 03:01:02.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/hpe_soc.inc' (238) at 20210908000029103
1746 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/data_interface_mock.hpp' (239) at 20240417080025475
1747 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-highbank/Kconfig' (240) at 20210308005002724
1748 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/simple_panel.c' (241) at 20210308005003532
1749 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/conf/machine/include/amd-nohost.inc' (242) at 20240307090019084
1750 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/trace-events' (243) at 20240906080037496
1751 2025-10-05 03:01:02.013-0500 FINEST t466 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' (244) at 20240106090017233
1752 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/vlock_pam' (245) at 20210307205553934
1753 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_gpio.h' (246) at 20210308005002680
1754 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-luks.h' (247) at 20210308005045773
1755 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/firmware/nvidia,tegra186-bpmp.txt' (248) at 20210308005003304
1756 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/to_short_enum.hpp' (249) at 20230524080039233
1757 2025-10-05 03:01:02.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850.dtsi' (250) at 20210308005002576
1758 2025-10-05 03:01:02.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging-callouts-example-native.bb' (251) at 20241206090014274
1759 2025-10-05 03:01:02.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/dbus-vmstate-test.c' (252) at 20221215040039370
1760 2025-10-05 03:01:02.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.err' (253) at 20210308005046401
1761 2025-10-05 03:01:02.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/hvm/params.h' (254) at 20240326080039546
1762 2025-10-05 03:01:02.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/2001-fix-luaL-checkint.patch' (255) at 20230114040015494
1763 2025-10-05 03:01:02.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/pt' (256) at 20210308005046149
1764 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb' (257) at 20241221090017536
1765 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/netboot/README.md' (258) at 20221209040019091
1766 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/libvhost-user-glib.h' (259) at 20210927100127357
1767 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ScheduledTime.metadata.yaml' (260) at 20220430030026016
1768 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/netserver_permissions.patch' (261) at 20220721030015841
1769 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/journald.conf' (262) at 20210307205554490
1770 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/read-only-rootfs-hook.sh' (263) at 20240301090012459
1771 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tools-only_defconfig' (264) at 20210308005003284
1772 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/blob.py' (265) at 20210308005003748
1773 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5.dtsi' (266) at 20210308005002580
1774 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/m54451evb.c' (267) at 20210308005002972
1775 2025-10-05 03:01:02.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/default-ca-dev/default-ca-dev.bb' (268) at 20241206090014226
1776 2025-10-05 03:01:02.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-kernel/linux/files/gbmc-dev.cfg' (269) at 20230429080018629
1777 2025-10-05 03:01:02.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.github/pull_request_template.md' (270) at 20210308005002536
1778 2025-10-05 03:01:02.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/spandsp/makefile.patch' (271) at 20240413080012639
1779 2025-10-05 03:01:02.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/Makefile' (272) at 20210308005002548
1780 2025-10-05 03:01:02.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/evb_rv1108.c' (273) at 20210308005003040
1781 2025-10-05 03:01:02.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-5.1.rst' (274) at 20241221090017592
1782 2025-10-05 03:01:02.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ast_i2c.c' (275) at 20220520100030260
1783 2025-10-05 03:01:02.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/thunderx_88xx_defconfig' (276) at 20210308005003284
1784 2025-10-05 03:01:02.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/Makefile' (277) at 20210308005003356
1785 2025-10-05 03:01:02.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/Kconfig' (278) at 20210308005002856
1786 2025-10-05 03:01:02.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/Kconfig' (279) at 20210308005002964
1787 2025-10-05 03:01:02.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/Kconfig' (280) at 20210308005003448
1788 2025-10-05 03:01:02.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/Kconfig' (281) at 20210308005002976
1789 2025-10-05 03:01:02.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/pandora.h' (282) at 20210308005003028
1790 2025-10-05 03:01:02.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_movhi.c' (283) at 20210308005046529
1791 2025-10-05 03:01:02.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-pinfunc.h' (284) at 20210308005002584
1792 2025-10-05 03:01:02.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/requester/dbus_to_file_handler.hpp' (285) at 20240815080045040
1793 2025-10-05 03:01:02.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_systeminfo_parameters.robot' (286) at 20240628080017117
1794 2025-10-05 03:01:02.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/iohub.c' (287) at 20241211090212326
1795 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_spd.c' (288) at 20210308005003368
1796 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-clang.patch' (289) at 20230706080014761
1797 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP4.interface.yaml' (290) at 20220315030032659
1798 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d3_xplained.h' (291) at 20210308005003612
1799 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-controller.html' (292) at 20210308005107065
1800 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/170' (293) at 20210927100127489
1801 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/0001-conf2struct-Use-the-right-perl.patch' (294) at 20241206090014226
1802 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/config.h' (295) at 20210308005002824
1803 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6dl.cfg' (296) at 20210308005003088
1804 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/README.md' (297) at 20221209040033703
1805 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/event_message.proto' (298) at 20230629131804627
1806 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (299) at 20241206090014278
1807 2025-10-05 03:01:02.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sll.dtsi' (300) at 20210308005002588
1808 2025-10-05 03:01:02.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0001-Do-not-include-linux-fs.h.patch' (301) at 20220910030013417
1809 2025-10-05 03:01:02.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.1.bb' (302) at 20210812000025178
1810 2025-10-05 03:01:02.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/__init__.py' (303) at 20241206090014306
1811 2025-10-05 03:01:02.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/10-bmc-bond0.netdev' (304) at 20220126110011868
1812 2025-10-05 03:01:02.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/syscallhdr.sh' (305) at 20241211090212382
1813 2025-10-05 03:01:02.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_esdhc.h' (306) at 20210308005003648
1814 2025-10-05 03:01:02.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uddevalla_Herrestad' (307) at 20210307205553794
1815 2025-10-05 03:01:02.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_rcw_sd_ifc.cfg' (308) at 20210308005002964
1816 2025-10-05 03:01:02.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/Makefile' (309) at 20210308005002916
1817 2025-10-05 03:01:02.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/Kconfig' (310) at 20210308005002996
1818 2025-10-05 03:01:02.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/cpu.c' (311) at 20210308005002856
1819 2025-10-05 03:01:02.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8548CDS_legacy_defconfig' (312) at 20210308005003240
1820 2025-10-05 03:01:02.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/include_sys_types.patch' (313) at 20240113090014536
1821 2025-10-05 03:01:02.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtry-tiny-perl_0.32.bb' (314) at 20241221090017664
1822 2025-10-05 03:01:02.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/atomic.h' (315) at 20210308005002884
1823 2025-10-05 03:01:02.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sulvik' (316) at 20210307205553790
1824 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tsi148.h' (317) at 20210308005003688
1825 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/pch-uclass.c' (318) at 20210308005003448
1826 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/transport.cpp' (319) at 20240606080010044
1827 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/isic/files/configure_fix.patch' (320) at 20230706080014769
1828 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader/meson.build' (321) at 20240326080039750
1829 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3188.c' (322) at 20210308005003352
1830 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_bcm283x_mu.c' (323) at 20210308005003484
1831 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/058_x86_ucode_spl_needs_retry.dts' (324) at 20210308005003752
1832 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_2.1.0b1.bb' (325) at 20241221090017564
1833 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zbar/zbar/0001-qt-Create-subdir-in-Makefile.patch' (326) at 20230706080014761
1834 2025-10-05 03:01:02.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/NIC.interface.yaml' (327) at 20241213090041954
1835 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0011-replace-__FILE__-with-__FILE_NAME__.patch' (328) at 20241206090014258
1836 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77990-u-boot.dtsi' (329) at 20210308005002604
1837 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/test-environment.json' (330) at 20231126090012777
1838 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_SECURE_BOOT_defconfig' (331) at 20210308005003244
1839 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/crt.S' (332) at 20221215040039390
1840 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fwcall.c' (333) at 20210308005002560
1841 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_tree.h' (334) at 20231021080010534
1842 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-lsx.xml' (335) at 20240906080037184
1843 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__with_awaitable_senders.hpp' (336) at 20241219090033968
1844 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/subprojects/CLI11.wrap' (337) at 20230908080022614
1845 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/format-yaml/LICENSE' (338) at 20210308005111457
1846 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/armada100.h' (339) at 20210308005002636
1847 2025-10-05 03:01:02.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-a2wsgi/run-ptest' (340) at 20241221090017548
1848 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.2.4.bb' (341) at 20241206090014238
1849 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gose_defconfig' (342) at 20210308005003260
1850 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dnet.c' (343) at 20210308005003428
1851 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ve8313/MAINTAINERS' (344) at 20210308005003168
1852 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sr1500.dts' (345) at 20210308005002612
1853 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/config.c' (346) at 20210308005003208
1854 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/internal/sys.hpp' (347) at 20220507030031385
1855 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console_%.bbappend' (348) at 20241206090014286
1856 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/plugin.S' (349) at 20210308005002984
1857 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MMIXware' (350) at 20241221090017616
1858 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_ctypes.test_find-skip-without-tools-sdk.patch' (351) at 20241221090017668
1859 2025-10-05 03:01:02.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/fail2ban/files/run-ptest' (352) at 20220612030016735
1860 2025-10-05 03:01:02.025-0500 FINEST t466 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' (353) at 20230131040012031
1861 2025-10-05 03:01:02.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_monitor.cpp' (354) at 20240904080029670
1862 2025-10-05 03:01:02.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/groff-not-search-fonts-on-build-host.patch' (355) at 20230919080013990
1863 2025-10-05 03:01:02.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.qspi' (356) at 20210308005002556
1864 2025-10-05 03:01:02.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/msl_verify.hpp' (357) at 20240820080019550
1865 2025-10-05 03:01:02.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/simpletrace_stap.py' (358) at 20210308005046245
1866 2025-10-05 03:01:02.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/0001-setserial.c-Add-needed-system-headers-for-ioctl-and-.patch' (359) at 20220910030013405
1867 2025-10-05 03:01:02.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/asf.h' (360) at 20210308004938836
1868 2025-10-05 03:01:02.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-install-testfs.sh' (361) at 20220612030016755
1869 2025-10-05 03:01:02.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi.h' (362) at 20230629131804623
1870 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/imximage.cfg' (363) at 20210308005002676
1871 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_wriop.c' (364) at 20210308005003436
1872 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/device_callouts_test.cpp' (365) at 20240926080026490
1873 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/conf-notes.txt' (366) at 20221116040016723
1874 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/logo/OpenBMC-Logo.svg' (367) at 20210308004941080
1875 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/mux.c' (368) at 20210308005002904
1876 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/176' (369) at 20220429100100910
1877 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ccu.h' (370) at 20210308005002664
1878 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/tegra.h' (371) at 20210308005002672
1879 2025-10-05 03:01:02.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/fdt.c' (372) at 20210308005002760
1880 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/imx_rgpio2p.c' (373) at 20210308005003376
1881 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/malloc.h' (374) at 20210308005003672
1882 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/XSL' (375) at 20210307205554426
1883 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/bootstrap.sh' (376) at 20210308005047061
1884 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/php-fpm.conf' (377) at 20210307205553906
1885 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-gru-bob.dts' (378) at 20210308005002608
1886 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/base-files/base-files_%.bbappend' (379) at 20220402030016127
1887 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/draak/MAINTAINERS' (380) at 20210308005003032
1888 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/umountnfs.sh' (381) at 20220405030025645
1889 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-lite.dts' (382) at 20210308005002624
1890 2025-10-05 03:01:02.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr8.inc' (383) at 20210905000020581
1891 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77965.dtsi' (384) at 20210308005002604
1892 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12206a7_00000029.dtsi' (385) at 20210308005002872
1893 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/data_interface.hpp' (386) at 20220617100002355
1894 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/psu_init_gpl.h' (387) at 20210308005002796
1895 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/COPYING.apache-2.0' (388) at 20210307205553670
1896 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/meson.build' (389) at 20240906080037352
1897 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/watchdog.c' (390) at 20210308005002848
1898 2025-10-05 03:01:02.028-0500 FINEST t466 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' (391) at 20241221090017488
1899 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuppc64/machconfig' (392) at 20210407000018114
1900 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/Kconfig' (393) at 20210308005002908
1901 2025-10-05 03:01:02.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/automount.rules' (394) at 20210307205554494
1902 2025-10-05 03:01:02.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/asi.h' (395) at 20240906080037536
1903 2025-10-05 03:01:02.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_network_manager.cpp' (396) at 20240822080023969
1904 2025-10-05 03:01:02.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner_git.bb' (397) at 20240301090012427
1905 2025-10-05 03:01:02.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/gui_header/test_obmc_gui_ip_refresh_check.robot' (398) at 20210308005007104
1906 2025-10-05 03:01:02.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field6.decode' (399) at 20210308005046389
1907 2025-10-05 03:01:02.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Nordrhein-Westfalen' (400) at 20210307205553766
1908 2025-10-05 03:01:02.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d-pinfunc.h' (401) at 20210308005002588
1909 2025-10-05 03:01:02.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Keighley' (402) at 20210307205553798
1910 2025-10-05 03:01:02.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana_git.bb' (403) at 20241206090014254
1911 2025-10-05 03:01:02.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb' (404) at 20220409030017471
1912 2025-10-05 03:01:02.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-phosphor/fans/phosphor-pid-control/config.json' (405) at 20231206090033953
1913 2025-10-05 03:01:02.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.2.bb' (406) at 20241206090014246
1914 2025-10-05 03:01:02.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/boot_opensbi.h' (407) at 20241211090212362
1915 2025-10-05 03:01:02.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pch_common.h' (408) at 20210308005002880
1916 2025-10-05 03:01:02.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gw_ventana.h' (409) at 20210308005003596
1917 2025-10-05 03:01:02.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_compare_bytes_action_tests.cpp' (410) at 20210308005405938
1918 2025-10-05 03:01:02.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/templates/default/bblayers.conf.sample' (411) at 20240712080022837
1919 2025-10-05 03:01:02.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv7.h' (412) at 20210308005002672
1920 2025-10-05 03:01:02.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-no-base.err' (413) at 20220429100100882
1921 2025-10-05 03:01:02.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/socket-helpers.h' (414) at 20221215040039390
1922 2025-10-05 03:01:02.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/fanctldump' (415) at 20221213040024897
1923 2025-10-05 03:01:02.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpdecc/vpdecc_support.h' (416) at 20240618080023329
1924 2025-10-05 03:01:02.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LicenseService.v1_1_2.json' (417) at 20240619080002948
1925 2025-10-05 03:01:02.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Processor.v1_20_1.json' (418) at 20240824080002938
1926 2025-10-05 03:01:02.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/start.S' (419) at 20210308005002844
1927 2025-10-05 03:01:02.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx6_src.h' (420) at 20210308005046021
1928 2025-10-05 03:01:02.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-data/xcursor-themes_1.0.7.bb' (421) at 20240106090017237
1929 2025-10-05 03:01:02.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_startimage_return.c' (422) at 20210308005003704
1930 2025-10-05 03:01:02.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/Makefile' (423) at 20210308005002980
1931 2025-10-05 03:01:02.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.github/workflows/deploy-docs-to-gh-pages.yml' (424) at 20221215040043186
1932 2025-10-05 03:01:02.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/rtc.c' (425) at 20210308005003720
1933 2025-10-05 03:01:02.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/setuptools.patch' (426) at 20220402030015903
1934 2025-10-05 03:01:02.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/board.c' (427) at 20210308005002908
1935 2025-10-05 03:01:02.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-i586.inc' (428) at 20210905000020581
1936 2025-10-05 03:01:02.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/always_syslog.patch' (429) at 20210307205553818
1937 2025-10-05 03:01:02.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/float_convs.ref' (430) at 20210308005046489
1938 2025-10-05 03:01:02.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun4i.h' (431) at 20210308005002664
1939 2025-10-05 03:01:02.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/templates/default/bblayers.conf.sample' (432) at 20230901080018206
1940 2025-10-05 03:01:02.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/misc.c' (433) at 20230925080040097
1941 2025-10-05 03:01:02.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/Kconfig' (434) at 20210308005003524
1942 2025-10-05 03:01:02.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/bmc-reboot-controller.html' (435) at 20210308005107077
1943 2025-10-05 03:01:02.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_cpu_queries.py' (436) at 20241211090212538
1944 2025-10-05 03:01:02.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/flextronics_s-1100adu00-201_psu.json' (437) at 20220601030005865
1945 2025-10-05 03:01:02.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/Makefile' (438) at 20210308005002724
1946 2025-10-05 03:01:02.036-0500 FINEST t466 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' (439) at 20230706080014761
1947 2025-10-05 03:01:02.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/README' (440) at 20240301090012439
1948 2025-10-05 03:01:02.036-0500 FINEST t466 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' (441) at 20240413080012623
1949 2025-10-05 03:01:02.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/Makefile' (442) at 20210308005002968
1950 2025-10-05 03:01:02.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/exceptions.py' (443) at 20231126090012809
1951 2025-10-05 03:01:02.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Langshyttan' (444) at 20210307205553786
1952 2025-10-05 03:01:02.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qobject-output-visitor.h' (445) at 20220429100100586
1953 2025-10-05 03:01:02.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Truskmore' (446) at 20210307205553774
1954 2025-10-05 03:01:02.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (447) at 20240809080014478
1955 2025-10-05 03:01:02.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_table_redfish.json' (448) at 20220414030024568
1956 2025-10-05 03:01:02.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-micro.dts' (449) at 20210308005002624
1957 2025-10-05 03:01:02.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/iomux.h' (450) at 20210308005002648
1958 2025-10-05 03:01:02.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/payload.c' (451) at 20210308005002856
1959 2025-10-05 03:01:02.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ltp_compliance.py' (452) at 20210307205554442
1960 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P1010RDB.h' (453) at 20210308005003580
1961 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/images/obmc-phosphor-image.bbappend' (454) at 20210812000025162
1962 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-install-netscsid-to-bin-for-nativesdk.patch' (455) at 20210608000015803
1963 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_deadlock-skip-problematic-test.patch' (456) at 20241221090017668
1964 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Muenchen' (457) at 20210307205553758
1965 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/open/Makefile.am' (458) at 20210308004938836
1966 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Oxford' (459) at 20210307205553798
1967 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-parallel.h' (460) at 20210308005045997
1968 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench-backup.py' (461) at 20210927100127349
1969 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_b.S' (462) at 20210308005046529
1970 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/nl-Ziggo' (463) at 20210307205553758
1971 2025-10-05 03:01:02.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/COPYING.apache-2.0' (464) at 20210307205553674
1972 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/255.out' (465) at 20220429100100914
1973 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld4.c' (466) at 20210308005002792
1974 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/brppt1_mmc_defconfig' (467) at 20210308005003252
1975 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc' (468) at 20230114040015550
1976 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/file_system_wrapper.cpp' (469) at 20230719080007815
1977 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/packagegroups/packagegroup-hpe-apps.bb' (470) at 20240216090011898
1978 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-colibri.dts' (471) at 20210308005002632
1979 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/beaglebonetarget.py' (472) at 20220402030016127
1980 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ids8313.h' (473) at 20210308005003596
1981 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/boot.c' (474) at 20210308005002844
1982 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/oe-init-build-env' (475) at 20240301090012479
1983 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-handle-.dynstr-located-in-separate-segment.patch' (476) at 20240301090012459
1984 2025-10-05 03:01:02.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/OWNERS' (477) at 20220726030039055
1985 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/intro.rst' (478) at 20240413080012675
1986 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/LICENSE' (479) at 20210706231659765
1987 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/sh7752evb.c' (480) at 20210308005003036
1988 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/templates/default/conf-notes.txt' (481) at 20220913030020492
1989 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack-example-tools_4.bb' (482) at 20241221090017532
1990 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/alerts.scss' (483) at 20210308005107073
1991 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_emmc.h' (484) at 20210308005003624
1992 2025-10-05 03:01:02.040-0500 FINEST t466 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' (485) at 20230503080014591
1993 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/wm8994.h' (486) at 20210308005003488
1994 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_server_led.robot' (487) at 20210308005007108
1995 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.34/index.html' (488) at 20210307205554250
1996 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_d.c' (489) at 20210308005046509
1997 2025-10-05 03:01:02.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace-events' (490) at 20241211090212554
1998 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/u-boot/u-boot-nuvoton/yosemite4.cfg' (491) at 20241126090011759
1999 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/Makefile' (492) at 20210308005003076
2000 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/nexys4ddr.dts' (493) at 20210308005002816
2001 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/intel-hda.h' (494) at 20240326080039426
2002 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/Kconfig' (495) at 20210308005003040
2003 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/Kconfig' (496) at 20210308005002976
2004 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.aserver.typeid.hpp.mako' (497) at 20241026080029479
2005 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-scripts.inc' (498) at 20210812000025330
2006 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-Drop-libdl-references.patch' (499) at 20240301090012423
2007 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1.dts' (500) at 20210308005002616
2008 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/021' (501) at 20210927100127473
2009 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/Makefile' (502) at 20210308005002716
2010 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/motherboard' (503) at 20210307205554078
2011 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/oem-ibm-header-compat.cocci' (504) at 20240908080010098
2012 2025-10-05 03:01:02.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/eeprom.md' (505) at 20240807080019546
2013 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mpmath_1.3.0.bb' (506) at 20240302090018210
2014 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/MAINTAINERS' (507) at 20210308005002988
2015 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/0001-Replace-std-ptr_fun-for-c-17.patch' (508) at 20230131040012023
2016 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/fail-monitor/.gitignore' (509) at 20210308004939436
2017 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/reproducibility-fixed-path-to-posix-shell.patch' (510) at 20230706080014741
2018 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_syscon.c' (511) at 20210308005003496
2019 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/i2c.h' (512) at 20210308005002656
2020 2025-10-05 03:01:02.042-0500 FINEST t466 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' (513) at 20210307205554086
2021 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/read-only-rootfs.rst' (514) at 20230114040015514
2022 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/unaligned.h' (515) at 20210308005002828
2023 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/sockbits.h' (516) at 20210308005046073
2024 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/sdbusplus.wrap' (517) at 20220525020545509
2025 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/0001-libipvs-Include-missing-sys-types.h.patch' (518) at 20230610080017603
2026 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/bsc9131rdb.c' (519) at 20210308005002956
2027 2025-10-05 03:01:02.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/misc/pvpanic.h' (520) at 20240906080037348
2028 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/run_test.sh' (521) at 20210308005046397
2029 2025-10-05 03:01:02.043-0500 FINEST t466 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' (522) at 20241206090014246
2030 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-balloon-test.c' (523) at 20241211090212550
2031 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/dont-use-internal-configs.patch' (524) at 20230503080014579
2032 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/goldfish_pic.h' (525) at 20230426080043760
2033 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-twr-duart.dts' (526) at 20210308005002596
2034 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-export-rootfs' (527) at 20230114040015554
2035 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh' (528) at 20240326080016514
2036 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/softSurfer' (529) at 20241221090017620
2037 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/bootp.c' (530) at 20210308005003716
2038 2025-10-05 03:01:02.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/blkcache.c' (531) at 20210308005003208
2039 2025-10-05 03:01:02.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/setup.py' (532) at 20221209040036307
2040 2025-10-05 03:01:02.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_errors.cpp' (533) at 20241106090023554
2041 2025-10-05 03:01:02.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/time.h' (534) at 20210308005003672
2042 2025-10-05 03:01:02.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/pinmux.c' (535) at 20210308005002788
2043 2025-10-05 03:01:02.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/.markdownlint.yaml' (536) at 20221213040016740
2044 2025-10-05 03:01:02.045-0500 FINEST t466 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' (537) at 20230610080017603
2045 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-32bit-virtual.xml' (538) at 20210308005045817
2046 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/Kconfig' (539) at 20210308005003172
2047 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/eth.c' (540) at 20210308005002992
2048 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlsoup_0.9.1.bb' (541) at 20230610080017607
2049 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/spl.c' (542) at 20210308005002752
2050 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/example/fans.yaml' (543) at 20220923030023309
2051 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/noexec.c.inc' (544) at 20221215040039390
2052 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/crownbay.h' (545) at 20210308005003592
2053 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/slot.hpp' (546) at 20231102080046425
2054 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/psci.S' (547) at 20210308005002560
2055 2025-10-05 03:01:02.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m2_plus_h3_defconfig' (548) at 20210308005003248
2056 2025-10-05 03:01:02.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/Average.interface.yaml' (549) at 20221207040023627
2057 2025-10-05 03:01:02.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-uniphier.c' (550) at 20210308005003480
2058 2025-10-05 03:01:02.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/mx53cx9020_video.c' (551) at 20210308005002920
2059 2025-10-05 03:01:02.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/boot0.h' (552) at 20210308005002636
2060 2025-10-05 03:01:02.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mbox.h' (553) at 20210308005108641
2061 2025-10-05 03:01:02.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/trace.h' (554) at 20210308005045877
2062 2025-10-05 03:01:02.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch' (555) at 20240413080012651
2063 2025-10-05 03:01:02.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/libpldm.wrap' (556) at 20221013030032131
2064 2025-10-05 03:01:02.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/MAINTAINERS' (557) at 20210308005003032
2065 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ihs_video_out.c' (558) at 20210308005003528
2066 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/emacs_29.1.bb' (559) at 20240309090012804
2067 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm63268-clock.h' (560) at 20210308005003632
2068 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/clock.c' (561) at 20210308005002788
2069 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cpu_common.h' (562) at 20210308005002880
2070 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/.gitignore' (563) at 20220330030021482
2071 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/gbmc_eth_access.json' (564) at 20231027080017022
2072 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/docs/OEMExtensions.md' (565) at 20241114091008828
2073 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libmediaart/libmediaart-2.0_1.9.6.bb' (566) at 20231126090012785
2074 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/0004-Add-a-new-distro-feature-ptest.patch' (567) at 20241221090017648
2075 2025-10-05 03:01:02.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power-domain-uclass.h' (568) at 20210308005003680
2076 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-amc/db-88f6820-amc.c' (569) at 20210308005002904
2077 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/deploy.py' (570) at 20240301090012483
2078 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-pcduino3-nano.dts' (571) at 20210308005002624
2079 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_fcntl.h' (572) at 20210308005046069
2080 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/t2080.c' (573) at 20210308005003432
2081 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dns325.h' (574) at 20210308005003592
2082 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/libpwmtach.h' (575) at 20210308005111465
2083 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-name.json' (576) at 20210308005046405
2084 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb' (577) at 20241206090014258
2085 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/hosts' (578) at 20230401080011967
2086 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/gp_padctrl.h' (579) at 20210308005002672
2087 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/twl4030_omap3.dtsi' (580) at 20210308005002632
2088 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/run-ptest' (581) at 20210307205554610
2089 2025-10-05 03:01:02.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/MAINTAINERS' (582) at 20210308005003080
2090 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/boot_mode.c' (583) at 20210308005002772
2091 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-virt-machine.c' (584) at 20221215040039374
2092 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/WTFPL' (585) at 20211006000025246
2093 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/event.cpp' (586) at 20240822080006720
2094 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/main_nl.cpp' (587) at 20230516080019606
2095 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/zoned' (588) at 20230925080040093
2096 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/event.cpp.mako' (589) at 20241118090037903
2097 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/buffer.c' (590) at 20210308005046557
2098 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/write-threshold.h' (591) at 20230426080043756
2099 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4-Clause-Shortened' (592) at 20211006000025230
2100 2025-10-05 03:01:02.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Kconfig' (593) at 20210308005002756
2101 2025-10-05 03:01:02.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/controlcenterd.h' (594) at 20210308005003592
2102 2025-10-05 03:01:02.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vaala' (595) at 20210307205553774
2103 2025-10-05 03:01:02.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-variant-MIT-disclaimer-rev' (596) at 20241221090017616
2104 2025-10-05 03:01:02.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/ehci-ci.h' (597) at 20210308005003688
2105 2025-10-05 03:01:02.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/eth.c' (598) at 20210308005002996
2106 2025-10-05 03:01:02.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/tlb.c' (599) at 20210308005002976
2107 2025-10-05 03:01:02.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/lowlevel_init.S' (600) at 20210308005003036
2108 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/write_window_dirty_erase.c' (601) at 20210308005108645
2109 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-3.0-DE' (602) at 20211006000025230
2110 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_elf.h' (603) at 20221215040039202
2111 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/trace.h' (604) at 20241211090212338
2112 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Idre' (605) at 20210307205553782
2113 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier.h' (606) at 20210308005003468
2114 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common-musl' (607) at 20241206090014314
2115 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/lowlevel_init.S' (608) at 20210308005003036
2116 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/294' (609) at 20210927100127501
2117 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/Makefile' (610) at 20210308005003044
2118 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_sl50_defconfig' (611) at 20210308005003248
2119 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libmctp/files/default' (612) at 20210909000019093
2120 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console@.socket.in' (613) at 20230415080011757
2121 2025-10-05 03:01:02.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/signal.c' (614) at 20240906080037360
2122 2025-10-05 03:01:02.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/openpic.h' (615) at 20240326080039538
2123 2025-10-05 03:01:02.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/chronyd.service' (616) at 20240819080009954
2124 2025-10-05 03:01:02.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubiumount-rw@.service' (617) at 20210308005102829
2125 2025-10-05 03:01:02.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/files/starting-fix.patch' (618) at 20210307205553950
2126 2025-10-05 03:01:02.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/Kconfig' (619) at 20210308005002944
2127 2025-10-05 03:01:02.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemumips.conf' (620) at 20210905000020585
2128 2025-10-05 03:01:02.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-01' (621) at 20220412030005129
2129 2025-10-05 03:01:02.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sleep.h' (622) at 20210308005002960
2130 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-4u_associations.json' (623) at 20241212090014007
2131 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/fuse.conf' (624) at 20210307205553738
2132 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/firmware-list.js' (625) at 20210308005107069
2133 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-xinetd' (626) at 20210307205553822
2134 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch' (627) at 20210307205554462
2135 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/Kconfig' (628) at 20210308005003024
2136 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/cmd.tcl' (629) at 20210308005007108
2137 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/.gitignore' (630) at 20210308005003008
2138 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/features.rst' (631) at 20241211090212234
2139 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7s-warp.dts' (632) at 20210308005002592
2140 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LZMA-SDK-9.11-to-9.20' (633) at 20241221090017616
2141 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/MAINTAINERS' (634) at 20210308005002968
2142 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/files/0001-udevil-0.4.3-fix-compile-with-gcc6.patch' (635) at 20230706080014733
2143 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/nvidia,tegra186-gpio.txt' (636) at 20210308005003304
2144 2025-10-05 03:01:02.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__connect_awaitable.hpp' (637) at 20241219090033964
2145 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-module.c' (638) at 20210308005046553
2146 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target.h' (639) at 20241211090212218
2147 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/overlay-fdt-boot.txt' (640) at 20210308005003332
2148 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/s390-time.h' (641) at 20210308005046185
2149 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/arch-ag101/ag101.h' (642) at 20210308005002824
2150 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb' (643) at 20240302090018242
2151 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-kernel/linux/linux-aspeed_%.bbappend' (644) at 20210911000017986
2152 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/170.out' (645) at 20210308005046453
2153 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/image/obmc-phosphor-image.bbappend' (646) at 20210819000021018
2154 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/volatiles.03_syslog-ng' (647) at 20210307205553998
2155 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/0001-tests-Fix-callback-prototype.patch' (648) at 20230919080013958
2156 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/bufferiszero.c' (649) at 20240906080037592
2157 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/libdbi/libdbi_0.9.0.bb' (650) at 20241221090017508
2158 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-pci-modern.h' (651) at 20210308005046481
2159 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-esdk.in' (652) at 20210307205554542
2160 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/mon.h' (653) at 20210308005002732
2161 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/MAINTAINERS' (654) at 20210308005003040
2162 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/machine/romed8hm3.conf' (655) at 20240413080012631
2163 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-KnockMore' (656) at 20210307205553798
2164 2025-10-05 03:01:02.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/phy_api.h' (657) at 20220215040051512
2165 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/crc32.c' (658) at 20210610190030293
2166 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/spartan2.c' (659) at 20210308005003376
2167 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/sandbox.c' (660) at 20210308005003340
2168 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/log-controller.js' (661) at 20210308005107077
2169 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/zynq_gpio.c' (662) at 20210308005003380
2170 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_tcpd_blacklist.patch' (663) at 20241221090017680
2171 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/Makefile' (664) at 20210308005002976
2172 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/login-utilities.cfg' (665) at 20241221090017636
2173 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/arm64-support.patch' (666) at 20231011080016574
2174 2025-10-05 03:01:02.055-0500 FINEST t466 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' (667) at 20241221090017540
2175 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/Kconfig' (668) at 20210308005003048
2176 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iot_devkit_defconfig' (669) at 20210308005003260
2177 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PD_SPIFLASH_defconfig' (670) at 20210308005003240
2178 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/remove_muldiv64.cocci' (671) at 20210308005046237
2179 2025-10-05 03:01:02.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3188.h' (672) at 20210308005002660
2180 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/XFree86-1.1' (673) at 20210307205554426
2181 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb' (674) at 20241206090014298
2182 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/malloc-pc.c' (675) at 20221215040039374
2183 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/benchmark-crypto-hash.c' (676) at 20241211090212530
2184 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rusksele' (677) at 20210307205553790
2185 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ADSL' (678) at 20211006000025226
2186 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-aspeed.c' (679) at 20210308005003512
2187 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest.bbclass' (680) at 20241221090017608
2188 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/genindex.rst' (681) at 20210307205554234
2189 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/clean-header-guards.pl' (682) at 20221215040039266
2190 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6q_icore_nand_defconfig' (683) at 20210308005003260
2191 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_qbman.h' (684) at 20210308005003652
2192 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dalstuga' (685) at 20210307205553778
2193 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9g45.h' (686) at 20210308005002716
2194 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/config.h' (687) at 20210308005002848
2195 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/rsa_oem_fitimage_key.crt' (688) at 20210519100046557
2196 2025-10-05 03:01:02.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/stat.h' (689) at 20210308005003668
2197 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.21.0.bb' (690) at 20241221090017548
2198 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/049_x86_ucode_spl.dts' (691) at 20210308005003752
2199 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/Makefile' (692) at 20210308005002784
2200 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/sdbusplus.wrap' (693) at 20240815080028259
2201 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/combo-layer' (694) at 20240301090012479
2202 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/fan-watchdog.service' (695) at 20230512080018777
2203 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/10-adbd-configfs.conf' (696) at 20210307205553894
2204 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/pmu.c' (697) at 20210308005002884
2205 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb' (698) at 20241206090014326
2206 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_w.c' (699) at 20210308005046521
2207 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/cve-tou' (700) at 20241221090017620
2208 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_gfx.h' (701) at 20241211090212362
2209 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/cmd_mon.c' (702) at 20210308005002732
2210 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/phase_fault_detection.cpp' (703) at 20240817080031296
2211 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0003-dev_setup.sh-Remove-the-TERM-dependency.patch' (704) at 20210307205553802
2212 2025-10-05 03:01:02.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mpc83xx_clk.h' (705) at 20210308005003348
2213 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/bitops.h' (706) at 20210308005002836
2214 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/nds32.lds' (707) at 20210308005003544
2215 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-37xx.dts' (708) at 20210308005002596
2216 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/xscreensaver_6.04.bb' (709) at 20241221090017528
2217 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (710) at 20240730080012557
2218 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lcd.h' (711) at 20210308005003656
2219 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/libsdl2/libsdl2_%.bbappend' (712) at 20210812000025266
2220 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/263.out' (713) at 20210308005046465
2221 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/addrspace.h' (714) at 20210308005002884
2222 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/cache.c' (715) at 20210308005002888
2223 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/global_nvs.h' (716) at 20210308005002876
2224 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/Makefile' (717) at 20210308004941068
2225 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/SECURITY.md' (718) at 20241221090017484
2226 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/qos.h' (719) at 20210308005003040
2227 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/amlogic,meson-gxbb-reset.h' (720) at 20210308005003640
2228 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_44.1.bb' (721) at 20241221090017488
2229 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/benchmark-crypto-cipher.c' (722) at 20241211090212530
2230 2025-10-05 03:01:02.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tee.h' (723) at 20210308005003688
2231 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/20010114-2.c' (724) at 20210308005003720
2232 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/188' (725) at 20240906080037564
2233 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d36ek_cmp_nandflash_defconfig' (726) at 20210308005003276
2234 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/043_intel-cmc.dts' (727) at 20210308005003752
2235 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/aspeed-fsi.c' (728) at 20210308005003396
2236 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_one_defconfig' (729) at 20210308005003272
2237 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/KeyClearStore.js' (730) at 20241004080035963
2238 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/README.md' (731) at 20221208040015386
2239 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/musl-__wordsize.patch' (732) at 20240113090014532
2240 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/ti_qspi.c' (733) at 20210308005003496
2241 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/meson.build' (734) at 20230925080039989
2242 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Chassis_LocationCode.json' (735) at 20221213040036917
2243 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-usb.cfg' (736) at 20220804030014671
2244 2025-10-05 03:01:02.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_config.in' (737) at 20220713030018122
2245 2025-10-05 03:01:02.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb' (738) at 20241206090014238
2246 2025-10-05 03:01:02.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sllevk_plugin_defconfig' (739) at 20210308005003268
2247 2025-10-05 03:01:02.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9_smc.h' (740) at 20210308005002716
2248 2025-10-05 03:01:02.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mcelog/run-ptest' (741) at 20230503080014587
2249 2025-10-05 03:01:02.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/scu.h' (742) at 20210308005002668
2250 2025-10-05 03:01:02.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_nand_defconfig' (743) at 20210308005003284
2251 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/rcu.rst' (744) at 20241211090212234
2252 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_sessions_sub_menu.robot' (745) at 20240628080017113
2253 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am4372-generic-u-boot.dtsi' (746) at 20210308005002564
2254 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/dbus/xyz.openbmc_project.ObjectMapper.service' (747) at 20230215040032675
2255 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/sections.h' (748) at 20210308005002852
2256 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mdio.h' (749) at 20210308005003668
2257 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m7240651_0000001c.dtsi' (750) at 20210308005002872
2258 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/cert.pem' (751) at 20210308004941620
2259 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/fw_cfg-interface.c' (752) at 20210308005045925
2260 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/Makefile' (753) at 20210308005002552
2261 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/Makefile' (754) at 20210308005002952
2262 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/charset.c' (755) at 20210308005003696
2263 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/fan' (756) at 20210307205554086
2264 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xcb-proto/0001-xcb-proto.pc.in-reinstate-libdir.patch' (757) at 20220721030015881
2265 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb' (758) at 20241221090017680
2266 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/uuid.h' (759) at 20240326080039550
2267 2025-10-05 03:01:02.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am571x-idk.dts' (760) at 20210308005002564
2268 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_presence.pass' (761) at 20241206090014310
2269 2025-10-05 03:01:02.062-0500 FINEST t466 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' (762) at 20240904080027738
2270 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pic32_eth.h' (763) at 20210308005003444
2271 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/init-relay' (764) at 20210608000015795
2272 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/kdump.service' (765) at 20210307205554598
2273 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/cz' (766) at 20210308005046145
2274 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (767) at 20230721080014366
2275 2025-10-05 03:01:02.062-0500 FINEST t466 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' (768) at 20221003030013261
2276 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/tinyxml2.wrap' (769) at 20211018000005692
2277 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm-secureboot.yml' (770) at 20241206090014206
2278 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4860qds.c' (771) at 20210308005002956
2279 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorsele_Nalovardo' (772) at 20210307205553790
2280 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/PostCodeLogs/index.js' (773) at 20220105012522995
2281 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-cubieboard.dts' (774) at 20210308005002616
2282 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/spl_boot.c' (775) at 20210308005003028
2283 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestPatch.test_cve_tag_format.fail' (776) at 20241206090014310
2284 2025-10-05 03:01:02.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/customrecipe.js' (777) at 20210307205554278
2285 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/Makefile' (778) at 20210308005003020
2286 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_PCI_33_defconfig' (779) at 20210308005003280
2287 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb' (780) at 20241221090017548
2288 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio_configs.c' (781) at 20241010080036049
2289 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/subprojects/sdbusplus.wrap' (782) at 20230720080010758
2290 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-Avoid-variable-definition-in-header-files.patch' (783) at 20210307205553934
2291 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/Makefile' (784) at 20210308005002552
2292 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/Makefile' (785) at 20210308005002944
2293 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot_41.0.bb' (786) at 20231126090012781
2294 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5253.h' (787) at 20210308005002804
2295 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/console/obmc-console/obmc-console.conf' (788) at 20230512080018777
2296 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hemson' (789) at 20210307205553782
2297 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VolumeCollection.json' (790) at 20240824080002938
2298 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/057_unknown_contents.dts' (791) at 20210308005003752
2299 2025-10-05 03:01:02.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm' (792) at 20210307205554590
2300 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/267.out' (793) at 20240906080037564
2301 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-omap.c' (794) at 20210308005003516
2302 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32f469-discovery.h' (795) at 20210308005003616
2303 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-int.json' (796) at 20210308005046401
2304 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/mach-types.h' (797) at 20210308005002824
2305 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475GFE_defconfig' (798) at 20210308005003236
2306 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/templates/default/bblayers.conf.sample' (799) at 20240323080013549
2307 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smdkv310.h' (800) at 20210308005003616
2308 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_lanp.c' (801) at 20210308004938828
2309 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-0.42-tftpboot.patch' (802) at 20210307205553822
2310 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/296' (803) at 20240326080039734
2311 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-input.c' (804) at 20240326080039754
2312 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/store-insert-al16.h.inc' (805) at 20240906080037184
2313 2025-10-05 03:01:02.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/templates/default/bblayers.conf.sample' (806) at 20240906080012379
2314 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/sci.h' (807) at 20210308005002640
2315 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CMU-Mach-nodoc' (808) at 20241221090017616
2316 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/OWNERS' (809) at 20231223090014411
2317 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/posix_types.h' (810) at 20210308005002544
2318 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_config_table.c' (811) at 20210308005003704
2319 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/immap_83xx.h' (812) at 20210308005002840
2320 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC837XEMDS_HOST_defconfig' (813) at 20210308005003236
2321 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/nmi_main.cpp' (814) at 20230512080029401
2322 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/033.out' (815) at 20210308005046437
2323 2025-10-05 03:01:02.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/multi-with-loadables.its' (816) at 20210308005003332
2324 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NIST-PD-fallback' (817) at 20211006000025238
2325 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb' (818) at 20241206090014338
2326 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/layerBtn.js' (819) at 20210307205554278
2327 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/systemd/system/mctp-demux.service' (820) at 20210622100026533
2328 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/conditional.mako.cpp' (821) at 20210308005108057
2329 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/onenand.c' (822) at 20210308005003044
2330 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xcb-proto/0001-Fix-install-conflict-when-enable-multilib.patch' (823) at 20230401080011979
2331 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/clk.h' (824) at 20210308005002644
2332 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7.dtsi' (825) at 20210308005002576
2333 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb' (826) at 20241221090017528
2334 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/sdram.c' (827) at 20210308005003020
2335 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/efi.c' (828) at 20210308005003700
2336 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-future_1.0.0.bb' (829) at 20241206090014266
2337 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/conf/include/non-repro-meta-webserver.inc' (830) at 20241206090014270
2338 2025-10-05 03:01:02.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/efi-x86_app_defconfig' (831) at 20210308005003256
2339 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-empire-electronix-d709.dts' (832) at 20210308005002620
2340 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/rpmrc' (833) at 20210308004938816
2341 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/287.out' (834) at 20210927100127501
2342 2025-10-05 03:01:02.067-0500 FINEST t466 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' (835) at 20241221090017464
2343 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp-r5/Kconfig' (836) at 20210308005002796
2344 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kokkola' (837) at 20210307205553770
2345 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/Makefile' (838) at 20210308005002540
2346 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/spl.c' (839) at 20210308005002560
2347 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/loongarch64-linux' (840) at 20230317080013833
2348 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/mosquitto.init' (841) at 20231011080016574
2349 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/syscall.tbl' (842) at 20241211090212374
2350 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd_git.bb' (843) at 20241206090014274
2351 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gt90h_v4_defconfig' (844) at 20210308005003260
2352 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlshamn' (845) at 20210307205553786
2353 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/clearfog/README' (846) at 20210308005003052
2354 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-unknown.json' (847) at 20241207090009635
2355 2025-10-05 03:01:02.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/dsdt.asl' (848) at 20210308005003008
2356 2025-10-05 03:01:02.067-0500 FINEST t466 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' (849) at 20210307205554094
2357 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-480p.bb' (850) at 20241206090014238
2358 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/mmc-boot-mode.c' (851) at 20210308005002796
2359 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.default.css' (852) at 20210307205554270
2360 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968580xref/bcm968580xref.c' (853) at 20210308005002940
2361 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/allwinner-wdt.h' (854) at 20230925080039933
2362 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/302.out' (855) at 20230426080043944
2363 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/id_button.hpp' (856) at 20241209090018856
2364 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/pamu_table.c' (857) at 20210308005002836
2365 2025-10-05 03:01:02.068-0500 FINEST t466 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' (858) at 20240904080027734
2366 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/spike.h' (859) at 20230426080043768
2367 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/rsa-mod-exp.h' (860) at 20210308005003688
2368 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts-native.bb' (861) at 20231126090012773
2369 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/davinci_i2c.h' (862) at 20210308005003380
2370 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/law.c' (863) at 20210308005002960
2371 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mcx.h' (864) at 20210308005003604
2372 2025-10-05 03:01:02.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/configure.ac' (865) at 20231030080010096
2373 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-explorer-20.json' (866) at 20230224040018089
2374 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/fuse-allow-other.out' (867) at 20210927100127505
2375 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skroven' (868) at 20210307205553790
2376 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap4-cpu-thermal.dtsi' (869) at 20210308005002600
2377 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/vsftpd.ftpusers' (870) at 20210307205553822
2378 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/arptables.service' (871) at 20210307205553834
2379 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch' (872) at 20241221090017680
2380 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/mocked_utils.hpp' (873) at 20241204090033135
2381 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/head.S' (874) at 20210308005003032
2382 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/149.out' (875) at 20240326080039730
2383 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/mte_user_helper.c' (876) at 20240906080037356
2384 2025-10-05 03:01:02.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/davinci_mmc.c' (877) at 20210308005003400
2385 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/eif.h' (878) at 20241211090212262
2386 2025-10-05 03:01:02.070-0500 FINEST t466 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' (879) at 20210307205553874
2387 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9261_matrix.h' (880) at 20210308005002716
2388 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/irq_helper.h' (881) at 20210308005002872
2389 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/eth_b4860qds.c' (882) at 20210308005002956
2390 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-geekbox-u-boot.dtsi' (883) at 20210308005002608
2391 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-interface.cpp' (884) at 20240829080022538
2392 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.service' (885) at 20220612030016723
2393 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/clk_rk3328.c' (886) at 20210308005002776
2394 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-contained-offset-read.c' (887) at 20230421080019768
2395 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/aquantia.c' (888) at 20210308005003440
2396 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/main.cpp' (889) at 20221005030030502
2397 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/ppc64/host/cpuinfo.h' (890) at 20230925080039853
2398 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/intel_broadwell_gpio.c' (891) at 20210308005003376
2399 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/093' (892) at 20240326080039726
2400 2025-10-05 03:01:02.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-ip-monitor.bb' (893) at 20241206090014226
2401 2025-10-05 03:01:02.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Power.v1_7_3.json' (894) at 20240619080002952
2402 2025-10-05 03:01:02.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Elog.errors.yaml' (895) at 20210308005049145
2403 2025-10-05 03:01:02.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/pxa27x_udc.c' (896) at 20210308005003508
2404 2025-10-05 03:01:02.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/cmd_ddrmphy.c' (897) at 20210308005002792
2405 2025-10-05 03:01:02.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cls.c' (898) at 20210308005003208
2406 2025-10-05 03:01:02.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/cache.c' (899) at 20210308005002808
2407 2025-10-05 03:01:02.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/micrel_ksz90x1.c' (900) at 20210308005003440
2408 2025-10-05 03:01:02.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-old.service.in' (901) at 20240326080016518
2409 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue' (902) at 20241005080042593
2410 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit/stdc-predef.patch' (903) at 20241221090017664
2411 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (904) at 20210903000032571
2412 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mac_api.h' (905) at 20220215040051508
2413 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ucRobotics/bubblegum_96/bubblegum_96.c' (906) at 20210308005003088
2414 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_w.c' (907) at 20210308005046517
2415 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vmstate-static-checker-data/dump2.json' (908) at 20210927100127649
2416 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-container.bbclass' (909) at 20220910030013385
2417 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables_git.bb' (910) at 20241206090014242
2418 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/Kconfig' (911) at 20210308005003044
2419 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/dsdt.asl' (912) at 20210308005003008
2420 2025-10-05 03:01:02.072-0500 FINEST t466 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' (913) at 20220204040022424
2421 2025-10-05 03:01:02.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_bcm283x_pl011.c' (914) at 20210308005003484
2422 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/exiftool_12.89.bb' (915) at 20241221090017512
2423 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/recipes.txt' (916) at 20210307205553690
2424 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/net_iface_mock.cpp' (917) at 20230919080007046
2425 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-error-report.c' (918) at 20230426080043956
2426 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/.clang-format' (919) at 20240904080027106
2427 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-ccw-test.c' (920) at 20240326080039738
2428 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config/ampere_gpio_utils.sh' (921) at 20231017080014762
2429 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/libdvdcss_1.4.3.bb' (922) at 20231126090012781
2430 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/reset.c' (923) at 20210308005002548
2431 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dc-scm-v1/Kconfig' (924) at 20220708100032823
2432 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/config.h' (925) at 20210308005002828
2433 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (926) at 20230810080021387
2434 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings/merge_settings.py' (927) at 20220308040011936
2435 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ivybridge_igd.c' (928) at 20210308005003528
2436 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/__init__.py' (929) at 20210307205554266
2437 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-beagle-x15-common.dtsi' (930) at 20210308005002564
2438 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6q.cfg' (931) at 20210308005003088
2439 2025-10-05 03:01:02.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/types.h' (932) at 20210308005002824
2440 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-controller.js' (933) at 20210308005107065
2441 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/record_manager.hpp' (934) at 20230511080035563
2442 2025-10-05 03:01:02.074-0500 FINEST t466 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' (935) at 20240904080027738
2443 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SWL' (936) at 20211006000025242
2444 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/075' (937) at 20210927100127477
2445 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/cxl.h' (938) at 20240326080039530
2446 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/bios-update.sh' (939) at 20230428080015190
2447 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kylin_rk3036.h' (940) at 20210308005003600
2448 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/058.out' (941) at 20210308005046441
2449 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig' (942) at 20210308005003240
2450 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-no-invariants-or-later' (943) at 20211006000025234
2451 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_mul16.S' (944) at 20210308005046533
2452 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/TriggersCollection.json' (945) at 20240619080002956
2453 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/ddr.c' (946) at 20210308005003172
2454 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/zynqmpimage.h' (947) at 20210308005003776
2455 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/gSOAP-1' (948) at 20210307205554430
2456 2025-10-05 03:01:02.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (949) at 20230512080018777
2457 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd.socket' (950) at 20241206090014310
2458 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_variables.c' (951) at 20210308005003704
2459 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/pwm.h' (952) at 20210308005002776
2460 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smartweb.h' (953) at 20210308005003616
2461 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/068' (954) at 20220429100100886
2462 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/Makefile' (955) at 20210308005003512
2463 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/gpio.h' (956) at 20210308005002776
2464 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory/static-inventory.yaml' (957) at 20230909080012743
2465 2025-10-05 03:01:02.075-0500 FINEST t466 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' (958) at 20241221090017464
2466 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/rt5677.c' (959) at 20210308005003488
2467 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/Makefile' (960) at 20210308004922932
2468 2025-10-05 03:01:02.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb' (961) at 20241206090014234
2469 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/remove-install-as-user.patch' (962) at 20210307205553738
2470 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nameval.h' (963) at 20210308005003556
2471 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/Kconfig' (964) at 20210308005003716
2472 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-hotplug.rst' (965) at 20220429100100422
2473 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_round.S' (966) at 20230426080043952
2474 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/MAINTAINERS' (967) at 20210308005002988
2475 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sendmail' (968) at 20211006000025242
2476 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/MAINTAINERS' (969) at 20210308005003028
2477 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vxeh2_vstrs.c' (970) at 20240326080039746
2478 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (971) at 20211015100030976
2479 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/basic/fixdep.c' (972) at 20210308005003724
2480 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/network.conf' (973) at 20230801080016105
2481 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Torsby_Bada' (974) at 20210307205553794
2482 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx27lite-common.h' (975) at 20210308005003596
2483 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/packagefiles/valijson/meson.build' (976) at 20240628080018949
2484 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp803.dtsi' (977) at 20210308005002572
2485 2025-10-05 03:01:02.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/fix-tar-command-with-DIST.patch' (978) at 20210307205554106
2486 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/Kconfig' (979) at 20240326080039438
2487 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/.clang-format' (980) at 20210308005114857
2488 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/reginfo.c' (981) at 20210308005003216
2489 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/MAINTAINERS' (982) at 20210308005002972
2490 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/Makefile' (983) at 20210308005002732
2491 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/ftpmu010.c' (984) at 20210308005003468
2492 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/eth.c' (985) at 20210308005002944
2493 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Degerfors' (986) at 20210307205553778
2494 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f469-disco-u-boot.dtsi' (987) at 20210308005002616
2495 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-3.0' (988) at 20210307205554418
2496 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/gpio.h' (989) at 20210308005002796
2497 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/config.h' (990) at 20210308005002640
2498 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (991) at 20240612080013182
2499 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/text.py' (992) at 20210308005003748
2500 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/channel_config.json' (993) at 20241106090019922
2501 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/smbus_master.h' (994) at 20210308005046013
2502 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77965-u-boot.dtsi' (995) at 20210308005002604
2503 2025-10-05 03:01:02.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/images-r0.txt' (996) at 20220804030014667
2504 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/fcvt.ref' (997) at 20240906080037576
2505 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mips' (998) at 20210308005003296
2506 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/host.tcl' (999) at 20210308005007112
2507 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/fan-table-init.sh' (1,000) at 20230428080015190
2508 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/Kconfig' (1,001) at 20210308005002716
2509 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/helper.hpp' (1,002) at 20240817080027248
2510 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/0001-Remove-unsuitble-part-for-cross-compile.patch' (1,003) at 20230811080018302
2511 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/templates/default/bblayers.conf.sample' (1,004) at 20240323080013549
2512 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch' (1,005) at 20241221090017644
2513 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/fdtdec.c' (1,006) at 20210308005003704
2514 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ddr.c' (1,007) at 20210308005002756
2515 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/flash_size.cpp' (1,008) at 20240820080007197
2516 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/50-rp_filter.conf' (1,009) at 20210307205554058
2517 2025-10-05 03:01:02.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ppp_on_boot' (1,010) at 20210307205554466
2518 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-account_0.12.1.bb' (1,011) at 20241206090014266
2519 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/u-boot.lds' (1,012) at 20210308005002920
2520 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/pldm/pldm_%.bbappend' (1,013) at 20240712080022837
2521 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-publish-sdk' (1,014) at 20211006000025282
2522 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/microbit_i2c.h' (1,015) at 20210308005046013
2523 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/firefly/firefly-rk3288/Kconfig' (1,016) at 20210308005002956
2524 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-not.err' (1,017) at 20220429100100882
2525 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/dfi-bt700-q7x-151.dts' (1,018) at 20210308005002860
2526 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/semihost.ld' (1,019) at 20221215040039390
2527 2025-10-05 03:01:02.079-0500 FINEST t466 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' (1,020) at 20241221090017496
2528 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/test/logger_test.cpp' (1,021) at 20210308005059173
2529 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/tee-uclass.c' (1,022) at 20210308005003496
2530 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/viosrp.h' (1,023) at 20230426080043736
2531 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-opts-visitor.c' (1,024) at 20210927100127645
2532 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (1,025) at 20240326080016518
2533 2025-10-05 03:01:02.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_sysfw_ovmf-stubs.c' (1,026) at 20210927100127133
2534 2025-10-05 03:01:02.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/video.c' (1,027) at 20210308005003016
2535 2025-10-05 03:01:02.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pflash-cfi02-test.c' (1,028) at 20240326080039738
2536 2025-10-05 03:01:02.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-vmstate.c' (1,029) at 20240906080037584
2537 2025-10-05 03:01:02.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_min.S' (1,030) at 20210308005046533
2538 2025-10-05 03:01:02.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/dts/Makefile' (1,031) at 20210308005003540
2539 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/shakti_uart.h' (1,032) at 20210927100127233
2540 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/228' (1,033) at 20220429100100910
2541 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A13-OLinuXino_defconfig' (1,034) at 20210308005003232
2542 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/trace-events' (1,035) at 20221215040039326
2543 2025-10-05 03:01:02.081-0500 FINEST t466 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' (1,036) at 20210307205553810
2544 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/Makefile' (1,037) at 20210308005002812
2545 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_lwx.c' (1,038) at 20210308005046505
2546 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-ocelot.c' (1,039) at 20210308005003456
2547 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/login/controllers/login-controller.js' (1,040) at 20210308005107077
2548 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ns87308.c' (1,041) at 20210308005003400
2549 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Alajarvi' (1,042) at 20210307205553766
2550 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/248' (1,043) at 20210927100127497
2551 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/nmi_interface.cpp' (1,044) at 20220726100019890
2552 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/env/bmcweb' (1,045) at 20210701100031467
2553 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps-native_02.01.18.bb' (1,046) at 20230802080024722
2554 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/078' (1,047) at 20210927100127477
2555 2025-10-05 03:01:02.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/dmc-rk3368.c' (1,048) at 20210308005003476
2556 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addsc.c' (1,049) at 20210308005046501
2557 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/feature-microblaze-versions.inc' (1,050) at 20240301090012451
2558 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb.h' (1,051) at 20230426080043724
2559 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Rosneath' (1,052) at 20210307205553798
2560 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pnp_def.h' (1,053) at 20210308005002880
2561 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/wic' (1,054) at 20220721030015889
2562 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/oe-find-native-sysroot' (1,055) at 20230919080013998
2563 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet-3f.dts' (1,056) at 20210308005002616
2564 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UMich-Merit' (1,057) at 20241221090017616
2565 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.5.rst' (1,058) at 20240302090018222
2566 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-array-branch.json' (1,059) at 20220429100100882
2567 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_errno_defs.h' (1,060) at 20210927100127265
2568 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mkimage.h' (1,061) at 20210308005003768
2569 2025-10-05 03:01:02.082-0500 FINEST t466 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' (1,062) at 20220126040017519
2570 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensors.hpp' (1,063) at 20220727030028313
2571 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/generate-ubi' (1,064) at 20221210040020210
2572 2025-10-05 03:01:02.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pcalign-a64.c' (1,065) at 20220429100100938
2573 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/MAINTAINERS' (1,066) at 20210308005003008
2574 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Hastings' (1,067) at 20210307205553798
2575 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-rlp_2.1.0.bb' (1,068) at 20240413080012663
2576 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4.3RENO' (1,069) at 20241221090017612
2577 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/upm_table.h' (1,070) at 20210308005003052
2578 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/MAINTAINERS' (1,071) at 20210308005002924
2579 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/File.errors.yaml' (1,072) at 20210610000035106
2580 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/ctype.h' (1,073) at 20210308005046045
2581 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cramfs.c' (1,074) at 20210308005003208
2582 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/envlist.c' (1,075) at 20241211090212558
2583 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-scsi.c' (1,076) at 20221215040039374
2584 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/gcc-6.patch' (1,077) at 20230706080014745
2585 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/owserver' (1,078) at 20210307205553738
2586 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/strings.c' (1,079) at 20210308005003220
2587 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/xor_regs.h' (1,080) at 20210308005003368
2588 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/trace-events' (1,081) at 20240326080039386
2589 2025-10-05 03:01:02.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ipmi_utils.py' (1,082) at 20240316080013820
2590 2025-10-05 03:01:02.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/mmc_host_def.h' (1,083) at 20210308005002732
2591 2025-10-05 03:01:02.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/clk.c' (1,084) at 20210308005002548
2592 2025-10-05 03:01:02.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/quirks-ftdi-ids.h' (1,085) at 20220429100100538
2593 2025-10-05 03:01:02.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu106-revA/psu_init_gpl.c' (1,086) at 20210308005003200
2594 2025-10-05 03:01:02.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/koelsch.h' (1,087) at 20210308005003600
2595 2025-10-05 03:01:02.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/serial.h' (1,088) at 20210308005003684
2596 2025-10-05 03:01:02.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ib62x0.h' (1,089) at 20210308005003596
2597 2025-10-05 03:01:02.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Merrii_A80_Optimus_defconfig' (1,090) at 20210308005003240
2598 2025-10-05 03:01:02.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GD' (1,091) at 20211006000025234
2599 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_36BIT_NAND_defconfig' (1,092) at 20210308005003240
2600 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/jr2/Kconfig' (1,093) at 20210308005003020
2601 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/subprojects/phosphor-dbus-interfaces.wrap' (1,094) at 20220525020433159
2602 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2e_evm_defconfig' (1,095) at 20210308005003260
2603 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/ffs.h' (1,096) at 20210308005100993
2604 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend' (1,097) at 20240507080014346
2605 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/tools/sst-compare-redfish-os.py' (1,098) at 20230821192414188
2606 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bblock.py' (1,099) at 20231014080011731
2607 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/urls.py' (1,100) at 20231014080011727
2608 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-presence-config/swift/config.yaml' (1,101) at 20240904080027730
2609 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0003-wayland-Add-Wayland-example.patch' (1,102) at 20230706080014765
2610 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/irqs.h' (1,103) at 20210308005002768
2611 2025-10-05 03:01:02.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc233c/core-isa.h' (1,104) at 20210308005046349
2612 2025-10-05 03:01:02.085-0500 FINEST t466 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' (1,105) at 20241206090014254
2613 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/test/test_updater.cpp' (1,106) at 20241114091025397
2614 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-iesy' (1,107) at 20210307205553758
2615 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-at91.c' (1,108) at 20210308005003460
2616 2025-10-05 03:01:02.086-0500 FINEST t466 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' (1,109) at 20230706080014745
2617 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/pwm-imx-util.h' (1,110) at 20210308005003472
2618 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/PowerOnHours.interface.yaml' (1,111) at 20221207040023631
2619 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/efi-x86_payload.h' (1,112) at 20210308005003592
2620 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb' (1,113) at 20241221090017536
2621 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun9i.h' (1,114) at 20210308005003620
2622 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/run-ptest' (1,115) at 20210905000020565
2623 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/keymaps/files/keymap.sh' (1,116) at 20220405030025645
2624 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/0001-wireshark-src-improve-reproducibility.patch' (1,117) at 20240113090014536
2625 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_strerror.c' (1,118) at 20210308005003708
2626 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/special-errno.h' (1,119) at 20220429100100642
2627 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx8.c' (1,120) at 20210308005003460
2628 2025-10-05 03:01:02.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/161.out' (1,121) at 20210927100127489
2629 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475CFE_defconfig' (1,122) at 20210308005003236
2630 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/pf0100_otp.inc' (1,123) at 20210308005003084
2631 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/helper.c' (1,124) at 20210308005003364
2632 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/MAINTAINERS' (1,125) at 20210308005002900
2633 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-sabreauto-u-boot.dtsi' (1,126) at 20210308005002584
2634 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/rsk7269.c' (1,127) at 20210308005003036
2635 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/0001-ffi-Insert-a-replacable-anchor-for-find_library.patch' (1,128) at 20241221090017668
2636 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ct5361/Makefile' (1,129) at 20210308005002948
2637 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Thaicom2_C-78.5E' (1,130) at 20210307205553762
2638 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/mctp.inc' (1,131) at 20231012080014468
2639 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/network-sh.bb' (1,132) at 20241206090014226
2640 2025-10-05 03:01:02.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raspberrypi/rpi/rpi.c' (1,133) at 20210308005003032
2641 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/events/stateSensorPdrs.json' (1,134) at 20240223090029990
2642 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb' (1,135) at 20241221090017656
2643 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/clock.c' (1,136) at 20210308005002552
2644 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Espoo' (1,137) at 20210307205553766
2645 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/machine/x570d4u.conf' (1,138) at 20240413080012631
2646 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/superio.h' (1,139) at 20210308005003008
2647 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/common/Makefile' (1,140) at 20210308005003168
2648 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/subprojects/phosphor-logging.wrap' (1,141) at 20240501080016543
2649 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968580xref/MAINTAINERS' (1,142) at 20210308005002940
2650 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-lager.dts' (1,143) at 20210308005002600
2651 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mxs_ocotp.c' (1,144) at 20210308005003400
2652 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm.dts' (1,145) at 20210308005002596
2653 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++_2.00a.bb' (1,146) at 20240301090012423
2654 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/interrupts.c' (1,147) at 20210308005002844
2655 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (1,148) at 20240110090012776
2656 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/kwbimage-lschl.cfg' (1,149) at 20210308005002944
2657 2025-10-05 03:01:02.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini.dts' (1,150) at 20210308005002636
2658 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/io.h' (1,151) at 20210308005003560
2659 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/propertywatchgentest/watchone.yaml' (1,152) at 20221209040030339
2660 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-neo-air.dts' (1,153) at 20210308005002624
2661 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/set_sync_fsi_clock_mode.cpp' (1,154) at 20210308005103637
2662 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-make-Add-PREFIX-knob.patch' (1,155) at 20220502030010104
2663 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_tlv.h' (1,156) at 20210308005045921
2664 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-subdir/devtool-test-subdir.tar.gz' (1,157) at 20210307205554386
2665 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1046a_serdes.c' (1,158) at 20210308005002556
2666 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__intrusive_ptr.hpp' (1,159) at 20241219090033964
2667 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ci_udc.h' (1,160) at 20210308005003504
2668 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/720240501dca0b4eacc3295665d7ced8719e11d2.patch' (1,161) at 20230811080018306
2669 2025-10-05 03:01:02.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/IPAddresses.v1_1_5.json' (1,162) at 20240619080002948
2670 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/iomux-mx51.h' (1,163) at 20210308005002648
2671 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-aarch64.txt' (1,164) at 20240113090014532
2672 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-u-boot.dtsi' (1,165) at 20210308005002600
2673 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-kernel/linux/linux-aspeed_git.bbappend' (1,166) at 20230128040012702
2674 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/lm4549.c' (1,167) at 20240906080037200
2675 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/policy_find.hpp' (1,168) at 20210308005117205
2676 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/signal.c' (1,169) at 20240906080037360
2677 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-httpd' (1,170) at 20210307205554470
2678 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imx_sip.h' (1,171) at 20210308005003652
2679 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/gpi.h' (1,172) at 20210308005003676
2680 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc233c.c' (1,173) at 20230426080043928
2681 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/MAINTAINERS' (1,174) at 20210308005002976
2682 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (1,175) at 20230211040012635
2683 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa/libdvbcsa.pc' (1,176) at 20210307205553798
2684 2025-10-05 03:01:02.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/LICENSE' (1,177) at 20210308005051509
2685 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-hcd.c' (1,178) at 20210308005003512
2686 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.init' (1,179) at 20210307205554554
2687 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/twl4030_led.c' (1,180) at 20210308005003400
2688 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/ddr.h' (1,181) at 20210308005002992
2689 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh2.h' (1,182) at 20210308005002848
2690 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/cmdline.py' (1,183) at 20210308005003748
2691 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-bin-stream.cpp' (1,184) at 20230516080019606
2692 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/0001-parser-yang-Define-_DEFAULT_SOURCE.patch' (1,185) at 20221003030013285
2693 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/request_high_version.c' (1,186) at 20210308005100993
2694 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/crownbay.dts' (1,187) at 20210308005002860
2695 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p5040_serdes.c' (1,188) at 20210308005002832
2696 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/sclp.c' (1,189) at 20241211090212442
2697 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/h2200-header.S' (1,190) at 20210308005003004
2698 2025-10-05 03:01:02.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/Zone.interface.yaml' (1,191) at 20230920080021028
2699 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/cpuinfo_utils.hpp' (1,192) at 20230821192414184
2700 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-include-missing-array-header.patch' (1,193) at 20220502030010100
2701 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.16.bb' (1,194) at 20241221090017488
2702 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Storage.interface.yaml' (1,195) at 20210630000024658
2703 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block.h' (1,196) at 20230426080043752
2704 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/client.2200.conf.in' (1,197) at 20230512080017665
2705 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot.bb' (1,198) at 20241206090014226
2706 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vpmpyh.S' (1,199) at 20230426080043952
2707 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/templates/default/conf-notes.txt' (1,200) at 20220913030020496
2708 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xkbutils_1.0.6.bb' (1,201) at 20241206090014258
2709 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ddr.h' (1,202) at 20210308005002968
2710 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/remote.c' (1,203) at 20210308005003540
2711 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_patch_resize.cpp' (1,204) at 20220922030007675
2712 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioredis_2.0.1.bb' (1,205) at 20230609080014395
2713 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/aintc_defs.h' (1,206) at 20210308005002720
2714 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/cache.c' (1,207) at 20210308005002836
2715 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/warp.h' (1,208) at 20210308005003624
2716 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_proc.h' (1,209) at 20240326080039562
2717 2025-10-05 03:01:02.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPL/README.am335x-network' (1,210) at 20210308005003300
2718 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1337.c' (1,211) at 20210308005003480
2719 2025-10-05 03:01:02.093-0500 FINEST t466 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' (1,212) at 20230706080014733
2720 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/diu.c' (1,213) at 20210308005002992
2721 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_h.c' (1,214) at 20210308005046513
2722 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment/ti/spi.h' (1,215) at 20210308005003644
2723 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t102xqds.c' (1,216) at 20210308005002992
2724 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nuorgam_Njallavaara' (1,217) at 20210307205553770
2725 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/284' (1,218) at 20240906080037564
2726 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/stm32f7_i2c.c' (1,219) at 20210308005003384
2727 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/xen.yml' (1,220) at 20241221090017464
2728 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/cper.cpp' (1,221) at 20241125090040576
2729 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-bytedance/usb-network/usb-network.bb' (1,222) at 20241206090014218
2730 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/util.py' (1,223) at 20221215040039258
2731 2025-10-05 03:01:02.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/Makefile' (1,224) at 20210308005003084
2732 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/zlib.h' (1,225) at 20210308005003688
2733 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h743.dtsi' (1,226) at 20210308005002616
2734 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/phosphor-logging.wrap' (1,227) at 20220516100042300
2735 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py' (1,228) at 20241221090017592
2736 2025-10-05 03:01:02.094-0500 FINEST t466 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' (1,229) at 20240904080027738
2737 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7-colibri-emmc.dts' (1,230) at 20210308005002588
2738 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_ext.c' (1,231) at 20210308005003340
2739 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_canhandle_unittest.cpp' (1,232) at 20210308005120353
2740 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/demo-shape.c' (1,233) at 20210308005003372
2741 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/048_x86-start16-spl.dts' (1,234) at 20210308005003752
2742 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Vrm.interface.yaml' (1,235) at 20240403080025882
2743 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/bats/bats_1.11.1.bb' (1,236) at 20241221090017544
2744 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-BanskaBystrica' (1,237) at 20210307205553794
2745 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (1,238) at 20240105090012010
2746 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/iosb.h' (1,239) at 20240326080039538
2747 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/cases/example/data.json' (1,240) at 20210307205554434
2748 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_ofplatdata.py' (1,241) at 20210308005003744
2749 2025-10-05 03:01:02.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/jffs2_nand_private.h' (1,242) at 20210308005003548
2750 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/MAINTAINERS' (1,243) at 20210308005002972
2751 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/stm32mp1-resets.h' (1,244) at 20210308005003640
2752 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/edp_rk3288.h' (1,245) at 20210308005002660
2753 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/conf/machine/include/inventec.inc' (1,246) at 20221014100013247
2754 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/parsec.py' (1,247) at 20230503080014591
2755 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4_pbi.cfg' (1,248) at 20210308005002996
2756 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/musl.patch' (1,249) at 20210307205553874
2757 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.json' (1,250) at 20210308005046401
2758 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/033_x86-start16.dts' (1,251) at 20210308005003752
2759 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/timezone/tzdata.bbappend' (1,252) at 20211118040014640
2760 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fbstp.c' (1,253) at 20210308005046497
2761 2025-10-05 03:01:02.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_cyclone5_defconfig' (1,254) at 20210308005003280
2762 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/data_proc.tcl' (1,255) at 20210308005007108
2763 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/micrel_ksz8xxx.c' (1,256) at 20210308005003440
2764 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/spl.c' (1,257) at 20210308005002964
2765 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/yocto-project-compatible.rst' (1,258) at 20230114040015526
2766 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitpublish' (1,259) at 20210308005045717
2767 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6358-reset.h' (1,260) at 20210308005003640
2768 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.7.bb' (1,261) at 20231126090012797
2769 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp/authorized-keys-comp.sh' (1,262) at 20230606080013598
2770 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/stm32image.c' (1,263) at 20210308005003772
2771 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/debug.c' (1,264) at 20210308005003420
2772 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oescripts.py' (1,265) at 20241221090017632
2773 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-ppc.c' (1,266) at 20240906080037592
2774 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pm8916_gpio.c' (1,267) at 20210308005003380
2775 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/verify-bmc-image.sh' (1,268) at 20230606080013598
2776 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/reboot.h' (1,269) at 20210308005002816
2777 2025-10-05 03:01:02.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ns_access.h' (1,270) at 20210308005002640
2778 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/0001-cpuburn-a8.S-Remove-.func-.endfunc.patch' (1,271) at 20210307205553870
2779 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic-uclass.c' (1,272) at 20210308005003468
2780 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/interrupts.c' (1,273) at 20210308005002840
2781 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.14.1.bb' (1,274) at 20231126090012781
2782 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bitcnt.c' (1,275) at 20210927100127641
2783 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpopcode.h' (1,276) at 20210308005046069
2784 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am574x-idk.dts' (1,277) at 20210308005002564
2785 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/mfp.h' (1,278) at 20210308005002636
2786 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/iomux-mx23.h' (1,279) at 20210308005002656
2787 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/uniphier-gpio.h' (1,280) at 20210308005003636
2788 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/Kconfig' (1,281) at 20210308005003020
2789 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2202.conf' (1,282) at 20230606080013598
2790 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9263_matrix.h' (1,283) at 20210308005002716
2791 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_elf.h' (1,284) at 20210308005046097
2792 2025-10-05 03:01:02.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/strider_cpu_dp_defconfig' (1,285) at 20210308005003280
2793 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/crypto/clmul.h' (1,286) at 20240326080039410
2794 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.27/index.html' (1,287) at 20210307205554246
2795 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gurnard_defconfig' (1,288) at 20210308005003260
2796 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/dropbear/dropbear/dropbear.default' (1,289) at 20210330000027000
2797 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/syscall.tbl' (1,290) at 20241211090212378
2798 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp-tools_42.1.bb' (1,291) at 20231126090012781
2799 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-utils.bb' (1,292) at 20230503080014615
2800 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/edk2-build.config' (1,293) at 20241211090212454
2801 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_bootmode.h' (1,294) at 20210308005002880
2802 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_meson.c' (1,295) at 20210308005003484
2803 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-3.0-IGO' (1,296) at 20241221090017616
2804 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/mksunxi_fit_atf.sh' (1,297) at 20210308005003056
2805 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/mtfsf.c' (1,298) at 20221215040039390
2806 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-p10bmc.dts' (1,299) at 20230310090043279
2807 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vcksm.c' (1,300) at 20230925080040101
2808 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/monitor.json' (1,301) at 20240918080013376
2809 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/warp7.c' (1,302) at 20210308005003168
2810 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.err' (1,303) at 20221215040039362
2811 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmcweb_security.robot' (1,304) at 20240628080017121
2812 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/3270-ccw.h' (1,305) at 20210308005046029
2813 2025-10-05 03:01:02.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/float_convd.ref' (1,306) at 20221215040039390
2814 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/imximage.cfg' (1,307) at 20210308005002984
2815 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/termbits.h' (1,308) at 20210308005046097
2816 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (1,309) at 20241206090014218
2817 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4_xplained_mmc_defconfig' (1,310) at 20210308005003276
2818 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/254.out' (1,311) at 20210927100127497
2819 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_centralization.h' (1,312) at 20210308005003364
2820 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/README' (1,313) at 20210308005111457
2821 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_prctl.h' (1,314) at 20220429100100634
2822 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test_1.0.bb' (1,315) at 20241206090014286
2823 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0002-meson-fix-invalid-positional-argument.patch' (1,316) at 20231011080016570
2824 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/sh7750_regnames.c' (1,317) at 20220429100100530
2825 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/ccache.bbclass' (1,318) at 20230919080013978
2826 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/MAINTAINERS' (1,319) at 20210308005003056
2827 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/mpc8308_p1m.c' (1,320) at 20210308005003020
2828 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/meson.build' (1,321) at 20230925080039909
2829 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7752evb.h' (1,322) at 20210308005003616
2830 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-i12-tvbox.dts' (1,323) at 20210308005002624
2831 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/meson.options' (1,324) at 20231101080040778
2832 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/MAINTAINERS' (1,325) at 20210308005002944
2833 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/stream.hpp' (1,326) at 20230516080019606
2834 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/meson.build' (1,327) at 20210524100135851
2835 2025-10-05 03:01:02.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/local.conf.sample' (1,328) at 20241221090017476
2836 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/detail_pagination_bottom.html' (1,329) at 20210307205554282
2837 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/hrcon.h' (1,330) at 20210308005003596
2838 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km8309-common.h' (1,331) at 20210308005003600
2839 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Bmc_LocationCode.json' (1,332) at 20221213040036917
2840 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec_lpc.c' (1,333) at 20210308005003396
2841 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/Makefile' (1,334) at 20210308005002984
2842 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Slussfors' (1,335) at 20210307205553790
2843 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/test-add-output-in-the-format-result-testname.patch' (1,336) at 20210307205554570
2844 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/netlink.hpp' (1,337) at 20230802080038882
2845 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/host-poweroff.service' (1,338) at 20231224090010777
2846 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/COPYING.MIT' (1,339) at 20210525000021199
2847 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/Kconfig' (1,340) at 20210308005003388
2848 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3xek/Makefile' (1,341) at 20210308005002920
2849 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_crypto.h' (1,342) at 20210308005003704
2850 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/test-qht-par.c' (1,343) at 20210308005046537
2851 2025-10-05 03:01:02.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-check-host-state.service' (1,344) at 20210401000030013
2852 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk322x.h' (1,345) at 20210308005002660
2853 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/u-boot-spl.lds' (1,346) at 20210308005002560
2854 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/u-boot.lds' (1,347) at 20210308005002884
2855 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/it-All' (1,348) at 20210307205553774
2856 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/peach-pi_defconfig' (1,349) at 20210308005003272
2857 2025-10-05 03:01:02.101-0500 FINEST t466 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' (1,350) at 20241206090014246
2858 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/broadcom/pinctrl-bcm6838.c' (1,351) at 20210308005003456
2859 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/puma-rk3399_defconfig' (1,352) at 20210308005003276
2860 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_h.c' (1,353) at 20210308005046513
2861 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/create-spdx-image-3.0.bbclass' (1,354) at 20241221090017608
2862 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-event.html' (1,355) at 20210308005107069
2863 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/ipcompliance.md' (1,356) at 20220823030015959
2864 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-quanta/network/usb-network/00-bmc-usb0.network' (1,357) at 20210307205554086
2865 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Slot.interface.yaml' (1,358) at 20220414030029756
2866 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py' (1,359) at 20241221090017592
2867 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/proxy_params' (1,360) at 20210307205554034
2868 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/system.h' (1,361) at 20210308005002724
2869 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_d.c' (1,362) at 20210308005046517
2870 2025-10-05 03:01:02.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb' (1,363) at 20220204040022624
2871 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/thingsboard-gateway.service' (1,364) at 20210307205553850
2872 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0007-invoking-mount-with-infinite-timeout.patch' (1,365) at 20240413080012663
2873 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-SpencerGulf' (1,366) at 20210307205553766
2874 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console-ssh.socket.in' (1,367) at 20210308005047573
2875 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NLOD-2.0' (1,368) at 20211006000025238
2876 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/validate-memory-counts.py' (1,369) at 20241211090212550
2877 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1043a_serdes.c' (1,370) at 20210308005002556
2878 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/meson-gxl.c' (1,371) at 20210308005003440
2879 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/netif.h' (1,372) at 20240326080039546
2880 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric.cpp' (1,373) at 20241219090021944
2881 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/100-use-xtools.patch' (1,374) at 20230706080014745
2882 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4x12-pinctrl.dtsi' (1,375) at 20210308005002580
2883 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.15/index.html' (1,376) at 20210307205554246
2884 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-qcom-dc-scm-v1.dts' (1,377) at 20220708100032823
2885 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Billsjo' (1,378) at 20210307205553778
2886 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/boost.wrap' (1,379) at 20240402080040066
2887 2025-10-05 03:01:02.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Goteborg_Brudaremossen' (1,380) at 20210307205553782
2888 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/i2c.h' (1,381) at 20230426080043760
2889 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/stm32-adc.c' (1,382) at 20210308005003332
2890 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (1,383) at 20241214090210267
2891 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/apalis_t30.c' (1,384) at 20210308005003080
2892 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/highbank_defconfig' (1,385) at 20210308005003260
2893 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pci.h' (1,386) at 20210308005002880
2894 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/208.out' (1,387) at 20210308005046457
2895 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/lowlevel_init.S' (1,388) at 20210308005002768
2896 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi.bb' (1,389) at 20241206090014270
2897 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/lpc32xximage.c' (1,390) at 20210308005003768
2898 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/Makefile.target' (1,391) at 20241211090212550
2899 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7m/tune-cortexm4.inc' (1,392) at 20210905000020581
2900 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.1.0.bb' (1,393) at 20241221090017496
2901 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/report.py' (1,394) at 20241206090014350
2902 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/obsolete_automake_macros.patch' (1,395) at 20210307205554586
2903 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98095.h' (1,396) at 20210308005003488
2904 2025-10-05 03:01:02.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/psci-dt.c' (1,397) at 20210308005002708
2905 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ast2600_i2c_global.h' (1,398) at 20220802100038577
2906 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/tripwire.sh' (1,399) at 20210307205554122
2907 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/two.c' (1,400) at 20210308005003720
2908 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/libpwquality/libpwquality_%.bbappend' (1,401) at 20230505080015455
2909 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-sopine.dtsi' (1,402) at 20210308005002616
2910 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_resource.h' (1,403) at 20220429100100642
2911 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/CVE-2022-24407.patch' (1,404) at 20220721030015845
2912 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/siteinfo.bbclass' (1,405) at 20241206090014302
2913 2025-10-05 03:01:02.104-0500 FINEST t466 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' (1,406) at 20241221090017524
2914 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/env_flags.c' (1,407) at 20210308005003760
2915 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/theadorable-x86-dfi-bt700.dts' (1,408) at 20210308005002872
2916 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/.gitignore' (1,409) at 20240423080031711
2917 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-r40-ccu.h' (1,410) at 20210308005003640
2918 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_plug_in_utils.py' (1,411) at 20221209040018567
2919 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/cpu.h' (1,412) at 20210308005002560
2920 2025-10-05 03:01:02.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (1,413) at 20220920100015248
2921 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ddconvnotrunc/ddconvnotrunc' (1,414) at 20221209040019091
2922 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/pmbus.cpp' (1,415) at 20240820080038646
2923 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/u-boot_logo.svg' (1,416) at 20210308005003768
2924 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/timer.h' (1,417) at 20210308005002644
2925 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/vhost-user.rst' (1,418) at 20240906080037180
2926 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/bios-update/config-bios.json' (1,419) at 20240405080013746
2927 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/MAINTAINERS' (1,420) at 20210308005003172
2928 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/elf_riscv32_efi.lds' (1,421) at 20210308005002844
2929 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgts.c' (1,422) at 20210308005046529
2930 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-qom.h' (1,423) at 20240326080039662
2931 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_pwm_bl.c' (1,424) at 20210308005003524
2932 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/014.out' (1,425) at 20210308005046429
2933 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb' (1,426) at 20241206090014242
2934 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/eeprom_layout.h' (1,427) at 20210308005003644
2935 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/kvmvapic.S' (1,428) at 20210308005046177
2936 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/SECURITY.md' (1,429) at 20241221090017564
2937 2025-10-05 03:01:02.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-kernel/linux/linux-aspeed_%.bbappend' (1,430) at 20230930080011588
2938 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/xhci-omap.h' (1,431) at 20210308005003672
2939 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am65-main.dtsi' (1,432) at 20210308005002592
2940 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (1,433) at 20230114040015462
2941 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/classes/juce.bbclass' (1,434) at 20210812000025174
2942 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_%.bbappend' (1,435) at 20220223040020636
2943 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/pinctrl_ich6.c' (1,436) at 20210308005002884
2944 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/kudo.sh' (1,437) at 20230329080014768
2945 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/inventory-sensor-example.yaml' (1,438) at 20221209040032879
2946 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/Makefile' (1,439) at 20210308005003496
2947 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/genimage/genimage_18.bb' (1,440) at 20241221090017536
2948 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra71-evm.dts' (1,441) at 20210308005002576
2949 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-io.c' (1,442) at 20240906080037160
2950 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/scons.py' (1,443) at 20220910030013401
2951 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/linux_boot_done_unittest.cpp' (1,444) at 20230713080008188
2952 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config.bb' (1,445) at 20241206090014218
2953 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/broadwell_i2s.c' (1,446) at 20210308005003488
2954 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/tlb.c' (1,447) at 20210308005003012
2955 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/076' (1,448) at 20210927100127477
2956 2025-10-05 03:01:02.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/mux.c' (1,449) at 20210308005003080
2957 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/gic.h' (1,450) at 20210308005002676
2958 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (1,451) at 20241206090014226
2959 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/clk_rk3128.c' (1,452) at 20210308005002772
2960 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3128-evb.dts' (1,453) at 20210308005002604
2961 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network/00-bmc-usb0.network' (1,454) at 20230412080023456
2962 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h' (1,455) at 20210308005002756
2963 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/timer.hpp' (1,456) at 20210617000043812
2964 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_help.py' (1,457) at 20210308005003744
2965 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/Makefile' (1,458) at 20210308005003088
2966 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/libgpiod.wrap' (1,459) at 20230602080035412
2967 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libev/libev_4.33.bb' (1,460) at 20241221090017504
2968 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftsdc010.h' (1,461) at 20210308005003648
2969 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/overview.txt' (1,462) at 20210307205554110
2970 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuS/eb_cpu5282/MAINTAINERS' (1,463) at 20210308005002904
2971 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/jtagconsole' (1,464) at 20210308005003764
2972 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/allarch.bbclass' (1,465) at 20240124090012258
2973 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear600_usbtty_nand_defconfig' (1,466) at 20210308005003280
2974 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/tgec.c' (1,467) at 20210308005003432
2975 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/fsl_hash.h' (1,468) at 20210308005003356
2976 2025-10-05 03:01:02.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/liteboard.h' (1,469) at 20210308005003600
2977 2025-10-05 03:01:02.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (1,470) at 20230511080017319
2978 2025-10-05 03:01:02.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Measat3_C-91.5E' (1,471) at 20210307205553762
2979 2025-10-05 03:01:02.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sdr.h' (1,472) at 20210308004938820
2980 2025-10-05 03:01:02.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.47.1.bb' (1,473) at 20231126090012781
2981 2025-10-05 03:01:02.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-sipe-consider-64bit-time_t-when-printing.patch' (1,474) at 20210307205553990
2982 2025-10-05 03:01:02.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Endpoint.v1_8_2.json' (1,475) at 20240619080002944
2983 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EDL-1.0' (1,476) at 20210307205554418
2984 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/emif.c' (1,477) at 20210308005002760
2985 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/dockstar.c' (1,478) at 20210308005002908
2986 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm644x.c' (1,479) at 20210308005002720
2987 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/x86-chromebook.h' (1,480) at 20210308005003624
2988 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/.shellcheck-ignore' (1,481) at 20221209040018555
2989 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/ulpi.h' (1,482) at 20210308005003692
2990 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/TableIpv4.vue' (1,483) at 20241004080035975
2991 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-base-board.dts' (1,484) at 20210308005002592
2992 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-1' (1,485) at 20210307205554426
2993 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_w.c' (1,486) at 20210308005046509
2994 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/harmony/harmony.c' (1,487) at 20210308005003024
2995 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PD' (1,488) at 20210307205554426
2996 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/hikey.h' (1,489) at 20210308005003596
2997 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/waf.bbclass' (1,490) at 20240302090018226
2998 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libva/libva-utils_2.22.0.bb' (1,491) at 20241221090017684
2999 2025-10-05 03:01:02.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/0001-rename-grub2-editenv-to-grub-editenv.patch' (1,492) at 20230114040015470
3000 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ci_udc.c' (1,493) at 20210308005003504
3001 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmievd.init.debian' (1,494) at 20210308004938816
3002 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.sh' (1,495) at 20220208110015322
3003 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-mx5.c' (1,496) at 20210308005003512
3004 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/files/lkrg.scc' (1,497) at 20220409030017491
3005 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oepydevshell-internal.py' (1,498) at 20220910030013437
3006 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/max77686.txt' (1,499) at 20210308005003308
3007 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-hostctl/control_host_obj.c' (1,500) at 20241010080036061
3008 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/config.json' (1,501) at 20231213090027098
3009 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/sys_proto.h' (1,502) at 20210308005002796
3010 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mvebu/Kconfig' (1,503) at 20210308005003216
3011 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite/0001-Remove-defining-const-as-nothing.patch' (1,504) at 20241221090017488
3012 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/toggle-font.diff' (1,505) at 20210307205553938
3013 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mtk_image.h' (1,506) at 20210308005003768
3014 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu1.json' (1,507) at 20230627080016966
3015 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/dram_timings_sun4i.h' (1,508) at 20210308005003056
3016 2025-10-05 03:01:02.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_ecc.c' (1,509) at 20210308005003552
3017 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/ubi/ubi.cfg' (1,510) at 20230210040014334
3018 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatcc/flatcc_git.bb' (1,511) at 20240301090012423
3019 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/internal/sys.cpp' (1,512) at 20220507030031385
3020 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9g45/Makefile' (1,513) at 20210308005003040
3021 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/Makefile' (1,514) at 20210308005003040
3022 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/xfce-app.bbclass' (1,515) at 20210307205554038
3023 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unicode-DFS-2015' (1,516) at 20211006000025246
3024 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp.h' (1,517) at 20210308005003368
3025 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/bmcctl/Makefile' (1,518) at 20210308004922932
3026 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/free/ifnullfree.cocci' (1,519) at 20210308005003724
3027 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-mk802.dts' (1,520) at 20210308005002620
3028 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/0001-locate.c-Include-attr.h.patch' (1,521) at 20230131040012063
3029 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/136.out' (1,522) at 20210308005046449
3030 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/Makefile' (1,523) at 20210308005003044
3031 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qapi-util.c' (1,524) at 20210927100127645
3032 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/bblayers.conf.sample' (1,525) at 20230209040014205
3033 2025-10-05 03:01:02.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-m68k.rst' (1,526) at 20210308005045809
3034 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/dp.c' (1,527) at 20210308005003536
3035 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0001-team_basic_test.py-switch-to-python3.patch' (1,528) at 20220204040022528
3036 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/Kconfig' (1,529) at 20210308005002976
3037 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/servalt/servalt.c' (1,530) at 20210308005003020
3038 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lekvattnet' (1,531) at 20210307205553786
3039 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Suomussalmi_Ammansaari' (1,532) at 20210307205553774
3040 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb' (1,533) at 20240301090012419
3041 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/lowlevel_init.S' (1,534) at 20210308005003044
3042 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear320/MAINTAINERS' (1,535) at 20210308005003052
3043 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/davinci_emac.c' (1,536) at 20210308005003448
3044 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/fix_linux_4.15_compile.patch' (1,537) at 20210307205553834
3045 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.err' (1,538) at 20210308005046401
3046 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__type_traits.hpp' (1,539) at 20241217090453707
3047 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-pcap/README.md' (1,540) at 20221209040019091
3048 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/x1205.c' (1,541) at 20210308005003480
3049 2025-10-05 03:01:02.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/images/security-tpm-image.bb' (1,542) at 20210307205554114
3050 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Hessen' (1,543) at 20210307205553766
3051 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/Makefile' (1,544) at 20210308005003332
3052 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/libretech-cc_defconfig' (1,545) at 20210308005003264
3053 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_timer.S' (1,546) at 20221215040039390
3054 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_setup.c' (1,547) at 20210308005003700
3055 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libbytesize/libbytesize_2.11.bb' (1,548) at 20241221090017536
3056 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-rcu-list.c' (1,549) at 20230426080043956
3057 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fs_internal.c' (1,550) at 20210308005003548
3058 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968580xref/Kconfig' (1,551) at 20210308005002940
3059 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_lpc.c' (1,552) at 20210308005108641
3060 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/mscc-common.h' (1,553) at 20210308005003456
3061 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/Makefile' (1,554) at 20210308005003036
3062 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-11-43.0W' (1,555) at 20210307205553762
3063 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensors.conf' (1,556) at 20210307205553874
3064 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bb-perf/buildstats.sh' (1,557) at 20210307205554630
3065 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/xwayland.weston-start' (1,558) at 20220721030015881
3066 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t4240_serdes.c' (1,559) at 20210308005002832
3067 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-clock.h' (1,560) at 20210927100127241
3068 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kmc/kzm9g/Makefile' (1,561) at 20210308005003012
3069 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M52277EVB_stmicro_defconfig' (1,562) at 20210308005003236
3070 2025-10-05 03:01:02.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/rtnetlink_server.hpp' (1,563) at 20240325080028330
3071 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/custom_toaster_append.sh_sample' (1,564) at 20210307205554262
3072 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/klcc-cross-accept-clang-options.patch' (1,565) at 20220502030010100
3073 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/lldpd.default' (1,566) at 20210307205553818
3074 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Python-2.0.1' (1,567) at 20241221090017616
3075 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/meson.build' (1,568) at 20240908080002950
3076 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/spear3xx_evb.h' (1,569) at 20210308005003616
3077 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector_git.bb' (1,570) at 20211111040019555
3078 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-host.c' (1,571) at 20240906080037164
3079 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-authz-list.c' (1,572) at 20210927100127641
3080 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/emmc-reset.txt' (1,573) at 20210308005003304
3081 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/u-boot.h' (1,574) at 20210308005002804
3082 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/log_phase_fault_action.hpp' (1,575) at 20230511080035559
3083 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/0001-Migrate-to-use-g_memdup2.patch' (1,576) at 20210420000021562
3084 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-enable-clearvolatile@.service' (1,577) at 20230511080022135
3085 2025-10-05 03:01:02.114-0500 FINEST t466 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' (1,578) at 20230706080014733
3086 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm23550_w1d/Kconfig' (1,579) at 20210308005002924
3087 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ts4600.h' (1,580) at 20210308005003620
3088 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/README.md' (1,581) at 20230720080010754
3089 2025-10-05 03:01:02.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_syscall.h' (1,582) at 20210927100127049
3090 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0005-Fix-pyext_PATTERN-for-cross-compilation.patch' (1,583) at 20240113090014532
3091 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-nuvoton_2023.10.bb' (1,584) at 20240502080013187
3092 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_abs.S' (1,585) at 20230426080043952
3093 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/subprojects/phosphor-logging.wrap' (1,586) at 20230428080030950
3094 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0001-Fixed-missing-include-for-std-find_if.patch' (1,587) at 20240301090012423
3095 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-aptwebserver.cc-Include-array.patch' (1,588) at 20220402030016159
3096 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/odroid-c2.c' (1,589) at 20210308005002912
3097 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/Makefile' (1,590) at 20210308005003084
3098 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-pending.svg' (1,591) at 20210308005107069
3099 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6sx-clock.h' (1,592) at 20210308005003632
3100 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sphinx/yocto-vars.py' (1,593) at 20220612030016747
3101 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/ppc64/safe-syscall.inc.S' (1,594) at 20220429100100406
3102 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update/noverify-bmc-verify.service' (1,595) at 20210307205554066
3103 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear300_usbtty_nand_defconfig' (1,596) at 20210308005003280
3104 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/0001-Make-the-code-C-17-compliant.patch' (1,597) at 20230131040012063
3105 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ap325rxa_defconfig' (1,598) at 20210308005003248
3106 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/hr-B.net' (1,599) at 20210307205553758
3107 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/md5.c' (1,600) at 20210308004938836
3108 2025-10-05 03:01:02.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/meson.build' (1,601) at 20210308005053425
3109 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/p2a.cpp' (1,602) at 20230718080031796
3110 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network.bb' (1,603) at 20241206090014226
3111 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/clamav.service' (1,604) at 20210307205554126
3112 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/init-manager-mdev-busybox.inc' (1,605) at 20241221090017612
3113 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/start.S' (1,606) at 20210308005002948
3114 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_w.c' (1,607) at 20210308005046517
3115 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/ls1043.c' (1,608) at 20210308005003432
3116 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/OperatingConfigCollection.json' (1,609) at 20240619080002952
3117 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am65x_evm_a53_defconfig' (1,610) at 20210308005003248
3118 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NIST-PD' (1,611) at 20211006000025238
3119 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx31/gpio.h' (1,612) at 20210308005002644
3120 2025-10-05 03:01:02.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi' (1,613) at 20210308005002612
3121 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.json' (1,614) at 20210308005046405
3122 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.16.bb' (1,615) at 20240413080012655
3123 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/pim435/pim435_git.bb' (1,616) at 20241221090017508
3124 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012ardb_tfa_SECURE_BOOT_defconfig' (1,617) at 20210308005003264
3125 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/arch-generic/clk.h' (1,618) at 20210308005002844
3126 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_b.c' (1,619) at 20210308005046517
3127 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/elog.cpp' (1,620) at 20210308005108057
3128 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lorem_0.1.1.bb' (1,621) at 20241221090017556
3129 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/Makefile' (1,622) at 20210308005003444
3130 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/gzip.c' (1,623) at 20210308005003704
3131 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/phosphor-dbus-interfaces.wrap' (1,624) at 20220603030022985
3132 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/files/static-passwd-meta-multimedia' (1,625) at 20231014080011723
3133 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/unistd.h' (1,626) at 20210308005046065
3134 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/local.conf.sample' (1,627) at 20241221090017480
3135 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb' (1,628) at 20230503080014591
3136 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/bbparse-torture.py' (1,629) at 20210307205554230
3137 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_d.c' (1,630) at 20210308005046517
3138 2025-10-05 03:01:02.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Bratislava' (1,631) at 20210307205553794
3139 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashlsi3.S' (1,632) at 20210308005002852
3140 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-chroot-py.sh' (1,633) at 20210307205554130
3141 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/hotswap-power-cycle/files/hotswap-power-cycle.service' (1,634) at 20220416030014758
3142 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-test.c' (1,635) at 20220429100100938
3143 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch' (1,636) at 20241221090017540
3144 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/vr3032u/MAINTAINERS' (1,637) at 20210308005002948
3145 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/LICENSE' (1,638) at 20240712080022833
3146 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/global_data.h' (1,639) at 20210308005002828
3147 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_w.c' (1,640) at 20210308005046517
3148 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/distro-feed-configs.bb' (1,641) at 20240413080012647
3149 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/README.lanplus' (1,642) at 20210308004938836
3150 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/u-boot.lds' (1,643) at 20210308005002944
3151 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/ddr.c' (1,644) at 20210308005002960
3152 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/realview_gic.h' (1,645) at 20210308005046017
3153 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/create_action_map.hpp' (1,646) at 20220210040033214
3154 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemux86.txt' (1,647) at 20240106090017261
3155 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/spl.h' (1,648) at 20210308005002880
3156 2025-10-05 03:01:02.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.10.bb' (1,649) at 20240413080012655
3157 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/ms7750se.c' (1,650) at 20210308005003020
3158 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPL-1.02' (1,651) at 20210307205554422
3159 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircd.service' (1,652) at 20210307205554098
3160 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p2771-0000.h' (1,653) at 20210308005003608
3161 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0003-Add-config-option-without-valgrind.patch' (1,654) at 20240113090014532
3162 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_syscall.h' (1,655) at 20220429100100646
3163 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_SDCARD_defconfig' (1,656) at 20210308005003240
3164 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/runfvp.py' (1,657) at 20231126090012777
3165 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev-opts.c' (1,658) at 20210308005045817
3166 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/metric_value_helpers.hpp' (1,659) at 20230524080039233
3167 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sdhci.c' (1,660) at 20210308005003408
3168 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/buildhistory.py' (1,661) at 20240301090012455
3169 2025-10-05 03:01:02.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/bitops.h' (1,662) at 20210308005002844
3170 2025-10-05 03:01:02.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/mpc86xx_ddr.c' (1,663) at 20210308005003360
3171 2025-10-05 03:01:02.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PortMetrics.v1_7_0.json' (1,664) at 20240918080002724
3172 2025-10-05 03:01:02.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/Makefile' (1,665) at 20220802100038577
3173 2025-10-05 03:01:02.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/temporary_file_test.cpp' (1,666) at 20230607080026569
3174 2025-10-05 03:01:02.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/periph.h' (1,667) at 20210308005002724
3175 2025-10-05 03:01:02.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-highbank/timer.c' (1,668) at 20210308005002724
3176 2025-10-05 03:01:02.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Connector/Slot.interface.yaml' (1,669) at 20240618080025501
3177 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_journal.c' (1,670) at 20210308005003544
3178 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_microzed_defconfig' (1,671) at 20210308005003288
3179 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/0001-configure-Fix-checks-for-system-headers.patch' (1,672) at 20221003030013273
3180 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_alert.scss' (1,673) at 20220105012522983
3181 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/README' (1,674) at 20210308004938816
3182 2025-10-05 03:01:02.121-0500 FINEST t466 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' (1,675) at 20230401080011943
3183 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halleviksstrand' (1,676) at 20210307205553782
3184 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_gadget_ep0.c' (1,677) at 20210308005003520
3185 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/first.S' (1,678) at 20210927100127517
3186 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a83t.c' (1,679) at 20210308005002784
3187 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/socfpga.c' (1,680) at 20210308005003072
3188 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/crc-ccitt.h' (1,681) at 20241211090212366
3189 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootz.c' (1,682) at 20230310090043279
3190 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/fb-powerctrl_0.1.bb' (1,683) at 20241206090014222
3191 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/spl_boot.c' (1,684) at 20210308005003048
3192 2025-10-05 03:01:02.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch' (1,685) at 20230706080014749
3193 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_cgu.h' (1,686) at 20210308005002664
3194 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-util.c' (1,687) at 20240326080039554
3195 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/MAINTAINERS' (1,688) at 20210308005002908
3196 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch' (1,689) at 20230706080014757
3197 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-04' (1,690) at 20210908000010395
3198 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb' (1,691) at 20240106090017237
3199 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/start.S' (1,692) at 20210308005003008
3200 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/mman.h' (1,693) at 20220429100100610
3201 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/cli11.wrap' (1,694) at 20220819030023853
3202 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/law.c' (1,695) at 20210308005002988
3203 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/tegra-kbc.c' (1,696) at 20210308005003384
3204 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/README.da850' (1,697) at 20210308005002952
3205 2025-10-05 03:01:02.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/config.json' (1,698) at 20231213090027094
3206 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/tlb.c' (1,699) at 20210308005002992
3207 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/testthread.c' (1,700) at 20210308005046529
3208 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/toaster.bbclass' (1,701) at 20220910030013393
3209 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/0001-configure.ac-add-py-3.10-support.patch' (1,702) at 20241221090017524
3210 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher/0001-add-support-for-cross-compilation.patch' (1,703) at 20241221090017504
3211 2025-10-05 03:01:02.123-0500 FINEST t466 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' (1,704) at 20240301090012419
3212 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/traps.c' (1,705) at 20210308005002836
3213 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/x530_defconfig' (1,706) at 20210308005003284
3214 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/x509_modsign.crt' (1,707) at 20210307205554110
3215 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/include/compiler.h' (1,708) at 20240906080037344
3216 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/clamav-milter.conf.sample' (1,709) at 20210307205554126
3217 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/vrm-control/vrm-control@.service' (1,710) at 20220514030009396
3218 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_elf.h' (1,711) at 20240326080039562
3219 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/timer.h' (1,712) at 20210308005002716
3220 2025-10-05 03:01:02.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/sifive_spi.h' (1,713) at 20230426080043768
3221 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Storeton' (1,714) at 20210307205553798
3222 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-single.c' (1,715) at 20210308005003460
3223 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/qsort.c' (1,716) at 20210308005003712
3224 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/gdbstub.c' (1,717) at 20241211090212478
3225 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/soc/ti/ti_sci_protocol.h' (1,718) at 20210308005003668
3226 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sched' (1,719) at 20210308005003296
3227 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cmp.c' (1,720) at 20210308005003720
3228 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/gcc-stack-usage.sh' (1,721) at 20210308005003732
3229 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/da8xx-fb.h' (1,722) at 20210308005003524
3230 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/0001-Use-setuptools-instead-of-distutils.patch' (1,723) at 20240113090014536
3231 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/vhost_types.h' (1,724) at 20240906080037348
3232 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/lpc32xx_gpio.c' (1,725) at 20210308005003376
3233 2025-10-05 03:01:02.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-argh_0.31.3.bb' (1,726) at 20241221090017548
3234 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/.gitignore' (1,727) at 20241211090212454
3235 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/ventana/Kconfig' (1,728) at 20210308005003024
3236 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/block-status-cache' (1,729) at 20220429100100930
3237 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf' (1,730) at 20210307205554466
3238 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/snort.service' (1,731) at 20230811080018298
3239 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/spl.c' (1,732) at 20210308005002788
3240 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/section_factory.cpp' (1,733) at 20210308005049137
3241 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/util.hpp' (1,734) at 20220913100029753
3242 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/core_manager.hpp' (1,735) at 20241129090023557
3243 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5315u/Kconfig' (1,736) at 20210308005002948
3244 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr4f.inc' (1,737) at 20210905000020581
3245 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APSL-1.0' (1,738) at 20210307205554414
3246 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/group.hpp' (1,739) at 20230201040022463
3247 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/dbusPropertiesServer.cpp' (1,740) at 20210308005114857
3248 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/tlb.c' (1,741) at 20210308005002980
3249 2025-10-05 03:01:02.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery.cookie.js' (1,742) at 20210307205554278
3250 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/semihosting.c' (1,743) at 20240906080037576
3251 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/i12-tvbox_defconfig' (1,744) at 20210308005003260
3252 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/s2mps11.c' (1,745) at 20210308005003472
3253 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host.metadata.yaml' (1,746) at 20220430030026016
3254 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/registerfields.h' (1,747) at 20221215040039186
3255 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-kernel/linux/linux-nuvoton_%.bbappend' (1,748) at 20210807000017354
3256 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/serial-howto.txt' (1,749) at 20210308005003328
3257 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/spi-nor-ids.c' (1,750) at 20230720080043539
3258 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt' (1,751) at 20210308005003304
3259 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/035' (1,752) at 20210927100127473
3260 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/ihs_phys.h' (1,753) at 20210308005003000
3261 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/busconfig/phosphor-authority-cert-config.conf' (1,754) at 20230831080022083
3262 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/022_image_name.dts' (1,755) at 20210308005003752
3263 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/.gitignore' (1,756) at 20220708100026731
3264 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood.dtsi' (1,757) at 20210308005002596
3265 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.qemu-mips' (1,758) at 20210308005003296
3266 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/kudo-lib.sh' (1,759) at 20220728030014974
3267 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm23550_w1d/Makefile' (1,760) at 20210308005002924
3268 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Elog.metadata.yaml' (1,761) at 20221213040029821
3269 2025-10-05 03:01:02.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/Makefile' (1,762) at 20210308005003036
3270 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/ppc64/host-signal.h' (1,763) at 20220429100100642
3271 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/case.py' (1,764) at 20210528000029731
3272 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-constantly_23.10.4.bb' (1,765) at 20240302090018206
3273 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun7i-a20-ccu.h' (1,766) at 20210308005003636
3274 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/ddr_calibrate.c' (1,767) at 20210308005002820
3275 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stout_defconfig' (1,768) at 20210308005003280
3276 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/eth.c' (1,769) at 20210308005002988
3277 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/slre.c' (1,770) at 20210308005003712
3278 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/README' (1,771) at 20210308005003040
3279 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmo_Haukela' (1,772) at 20210307205553770
3280 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grasmyr' (1,773) at 20210307205553782
3281 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/fixed_defined_warnings.patch' (1,774) at 20230706080014765
3282 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_xthead.c.inc' (1,775) at 20240906080037524
3283 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager.h' (1,776) at 20210308005002780
3284 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t35/Makefile' (1,777) at 20210308005002948
3285 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/lpc32xx_dma.c' (1,778) at 20210308005003372
3286 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/shakti-c.rst' (1,779) at 20220429100100426
3287 2025-10-05 03:01:02.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.service.in' (1,780) at 20210307205554590
3288 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-kernel/linux/linux-aspeed_%.bbappend' (1,781) at 20220111040017380
3289 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric_config.hpp' (1,782) at 20240307090027676
3290 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/util.hpp' (1,783) at 20240817080005771
3291 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/059' (1,784) at 20240326080039726
3292 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/flow.h' (1,785) at 20210308005002672
3293 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/Makefile' (1,786) at 20210308005002560
3294 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/libacpi_fix_for_x32.patch' (1,787) at 20241221090017632
3295 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ddr_sdram.h' (1,788) at 20210308005003648
3296 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/binconfig-disabled.bbclass' (1,789) at 20220910030013385
3297 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (1,790) at 20210814000014902
3298 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx28evk_spi_defconfig' (1,791) at 20210308005003268
3299 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/fakes/clock_fake.hpp' (1,792) at 20220412175720090
3300 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-salvator-x.dts' (1,793) at 20210308005002600
3301 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/processor-flags.h' (1,794) at 20210308005002880
3302 2025-10-05 03:01:02.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-websock.h' (1,795) at 20210308005046037
3303 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (1,796) at 20240730080012557
3304 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/Makefile' (1,797) at 20210308005003052
3305 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/Kconfig' (1,798) at 20210308005003168
3306 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/LICENSE' (1,799) at 20210308005054069
3307 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/propertywatchgentest.mako.hpp' (1,800) at 20210308005108057
3308 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/Kconfig' (1,801) at 20210308005003444
3309 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/detail/watch_timeout.hpp' (1,802) at 20210308005114857
3310 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835.dtsi' (1,803) at 20210308005002572
3311 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria10.dtsi' (1,804) at 20210308005002612
3312 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/README.skeleton' (1,805) at 20210729000029124
3313 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm-sf2-eth.c' (1,806) at 20210308005003424
3314 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9m10g45ek_mmc_defconfig' (1,807) at 20210308005003248
3315 2025-10-05 03:01:02.129-0500 FINEST t466 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' (1,808) at 20210307205553758
3316 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/lib/ignore-filter' (1,809) at 20221207040016311
3317 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/monitor.c' (1,810) at 20210308005046297
3318 2025-10-05 03:01:02.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-Use-correct-printf-format-for-__fsblkcnt_t.patch' (1,811) at 20230114040015474
3319 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg_20230501.bb' (1,812) at 20230520080014480
3320 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/soc.c' (1,813) at 20210308005002728
3321 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf-nettle.c' (1,814) at 20241211090212230
3322 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/network/persistent-net-name.bb' (1,815) at 20241211090147013
3323 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit/0001-Fixed-swig-host-contamination-issue.patch' (1,816) at 20240302090018206
3324 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/cutils.h' (1,817) at 20230426080043840
3325 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lilla_Edet' (1,818) at 20210307205553786
3326 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/LICENSE' (1,819) at 20240709145403765
3327 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml' (1,820) at 20241120090018888
3328 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd_3.26.1.bb' (1,821) at 20241206090014242
3329 2025-10-05 03:01:02.130-0500 FINEST t466 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' (1,822) at 20240904080027734
3330 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/sys_proto.h' (1,823) at 20210308005002708
3331 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py' (1,824) at 20210307205554266
3332 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jamjo' (1,825) at 20210307205553782
3333 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS7.conf' (1,826) at 20240310080021376
3334 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/rpmb.c' (1,827) at 20210308005003404
3335 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util.inc' (1,828) at 20221120040010738
3336 2025-10-05 03:01:02.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/musb.h' (1,829) at 20210308005002656
3337 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-controller.js' (1,830) at 20210308005107065
3338 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/iothread.c' (1,831) at 20210927100127641
3339 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x35.dtsi' (1,832) at 20210308005002572
3340 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/nvme.c' (1,833) at 20210308005003448
3341 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/zfs_lzjb.c' (1,834) at 20210308005003556
3342 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/initramfs-kexecboot-klibc-image.bb' (1,835) at 20210307205553750
3343 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/files/bmc-verify.sh' (1,836) at 20230428080015190
3344 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/plocate/plocate_1.1.23.bb' (1,837) at 20241221090017520
3345 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/qts/pinmux_config.h' (1,838) at 20210308005002912
3346 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/posix_types.h' (1,839) at 20210308005002840
3347 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.0.1' (1,840) at 20211006000025242
3348 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/README.libretech-cc' (1,841) at 20210308005002912
3349 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/MultiFactorAuthConfiguration.interface.yaml' (1,842) at 20240913080021481
3350 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-fan-config.bbappend' (1,843) at 20210812000025166
3351 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-kernel/linux/linux-aspeed_%.bbappend' (1,844) at 20240712080022837
3352 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/MAINTAINERS' (1,845) at 20210308005002992
3353 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smdkv310_defconfig' (1,846) at 20210308005003280
3354 2025-10-05 03:01:02.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/exynos_lcd.h' (1,847) at 20210308005003644
3355 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versatile/timer.c' (1,848) at 20210308005002796
3356 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ansi2html_1.9.2.bb' (1,849) at 20241221090017548
3357 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_wip.c' (1,850) at 20210308005003708
3358 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/opalkelly/zynq/Makefile' (1,851) at 20210308005003028
3359 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/memalign.h' (1,852) at 20220429100100586
3360 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Protection' (1,853) at 20211006000025230
3361 2025-10-05 03:01:02.132-0500 FINEST t466 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' (1,854) at 20240413080012643
3362 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-int.err' (1,855) at 20210308005046401
3363 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/st_smi.h' (1,856) at 20210308005003668
3364 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5249evb/Makefile' (1,857) at 20210308005002972
3365 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (1,858) at 20241001080014404
3366 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb' (1,859) at 20240301090012423
3367 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-systemd_235.bb' (1,860) at 20241221090017560
3368 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d3xek.h' (1,861) at 20210308005003612
3369 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/sy8106a.c' (1,862) at 20210308005003472
3370 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/kvm/meson.build' (1,863) at 20240326080039694
3371 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/combo-layer-hook-default.sh' (1,864) at 20220910030013433
3372 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-serial.cfg' (1,865) at 20220804030014671
3373 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/clocks.rst' (1,866) at 20241211090212234
3374 2025-10-05 03:01:02.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kzm9g_defconfig' (1,867) at 20210308005003264
3375 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2/0001-Remove-the-access-to-entities-checked-private-symbol.patch' (1,868) at 20230811080018302
3376 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/COPYING.MIT' (1,869) at 20210307205553690
3377 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lirc.tmpfiles' (1,870) at 20210307205553850
3378 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/MAINTAINERS' (1,871) at 20210308005002988
3379 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps_git.bb' (1,872) at 20240301090012435
3380 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pch_gbe.c' (1,873) at 20210308005003440
3381 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/sm.c' (1,874) at 20210308005002752
3382 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/console/obmc-console/obmc-console.conf' (1,875) at 20230512080018777
3383 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ag101p/adp-ag101p.c' (1,876) at 20210308005002900
3384 2025-10-05 03:01:02.133-0500 FINEST t466 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' (1,877) at 20230609080014395
3385 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/fix-libusb-paths.patch' (1,878) at 20230609080014391
3386 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/10m50_defconfig' (1,879) at 20210308005003232
3387 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_de0_nano_soc.h' (1,880) at 20210308005003616
3388 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/hostconsole.conf' (1,881) at 20230114040015462
3389 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/groups_1p.json' (1,882) at 20241108090014316
3390 2025-10-05 03:01:02.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch' (1,883) at 20241221090017680
3391 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sysma_Liikola' (1,884) at 20210307205553774
3392 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/136' (1,885) at 20210927100127485
3393 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Turksat-42.0E' (1,886) at 20210307205553762
3394 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/reboot/reboot.sh' (1,887) at 20210308005111465
3395 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/Kconfig' (1,888) at 20210308005003076
3396 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/294.out' (1,889) at 20210308005046469
3397 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_ph.c' (1,890) at 20210308005046505
3398 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/kudo_uart_mux_ctrl.sh' (1,891) at 20220422030010210
3399 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/files/power-target.sh' (1,892) at 20230421080020940
3400 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_secboot_err.h' (1,893) at 20210308005003652
3401 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/.readthedocs.yaml' (1,894) at 20231126090012765
3402 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/__init__.py' (1,895) at 20210307205554390
3403 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/emif4.c' (1,896) at 20210308005002756
3404 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/eth.c' (1,897) at 20210308005002992
3405 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/signal.c' (1,898) at 20240906080037356
3406 2025-10-05 03:01:02.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/Makefile' (1,899) at 20210308005003004
3407 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/0001-fontforgeexe-Use-env-to-find-fontforge.patch' (1,900) at 20220721030015845
3408 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/atomic.h' (1,901) at 20210308005002836
3409 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/create-pull-request' (1,902) at 20230919080013994
3410 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb' (1,903) at 20230706080014765
3411 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tesseract/tesseract_5.5.0.bb' (1,904) at 20241221090017528
3412 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/timer.hpp' (1,905) at 20241219090033968
3413 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/fmopl.c' (1,906) at 20240326080039426
3414 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_fwsram.h' (1,907) at 20210308005003020
3415 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/cairo/cairo_%.bbappend' (1,908) at 20210812000025266
3416 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/bootm-fdt.c' (1,909) at 20210308005002708
3417 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/056_name_prefix.dts' (1,910) at 20210308005003752
3418 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ikaalinen_Riitiala' (1,911) at 20210307205553770
3419 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-13.conf' (1,912) at 20230412080023460
3420 2025-10-05 03:01:02.135-0500 FINEST t466 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' (1,913) at 20240904080027738
3421 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/cadence_sdhci.h' (1,914) at 20210308005046029
3422 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/0003-Use-native-tools-to-build-docs.patch' (1,915) at 20230706080014749
3423 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/0003-aspeed-add-gpio-support.patch' (1,916) at 20210307205554222
3424 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/fvp.env' (1,917) at 20240507080014346
3425 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/devpts.sh' (1,918) at 20220405030025645
3426 2025-10-05 03:01:02.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ibm-logging/policyTable.json' (1,919) at 20210307205553710
3427 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (1,920) at 20231126090012785
3428 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-1.3' (1,921) at 20211006000025242
3429 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/kwbimage.cfg' (1,922) at 20210308005002904
3430 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/swap_muldiv64.cocci' (1,923) at 20210308005046237
3431 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/sdkbuildproject.py' (1,924) at 20210307205554446
3432 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/usb_network.service.m4' (1,925) at 20220406030020161
3433 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stih410/sdhci.h' (1,926) at 20210308005002664
3434 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/bitsperlong.h' (1,927) at 20210308005046065
3435 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/MAINTAINERS' (1,928) at 20210308005002976
3436 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/test/test-sh.bb' (1,929) at 20241206090014226
3437 2025-10-05 03:01:02.136-0500 FINEST t466 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' (1,930) at 20230317080013793
3438 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tee/optee_ta_avb.h' (1,931) at 20210308005003688
3439 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/otg.h' (1,932) at 20210308005003672
3440 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.16/index.html' (1,933) at 20210307205554246
3441 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw_3.3.10.bb' (1,934) at 20241221090017536
3442 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-cadence.txt' (1,935) at 20210308005003324
3443 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/e2220-1170.h' (1,936) at 20210308005003592
3444 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_monitor.cpp' (1,937) at 20240820080031614
3445 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/keyboard.h' (1,938) at 20210308005003656
3446 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CAL-1.0-Combined-Work-Exception' (1,939) at 20211006000025230
3447 2025-10-05 03:01:02.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/samsung_sound.c' (1,940) at 20210308005003488
3448 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/Makefile' (1,941) at 20210308005003440
3449 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/mx6q_4x_mt41j128.cfg' (1,942) at 20210308005002920
3450 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos7420-espresso7420.dts' (1,943) at 20210308005002580
3451 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/edb93xx.c' (1,944) at 20210308005002944
3452 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/phosphor-ipmi-blobs.wrap' (1,945) at 20211029000047258
3453 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/fancontrol.init' (1,946) at 20210307205553874
3454 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/gpio-shutdown.bb' (1,947) at 20241206090014278
3455 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-v3s-ccu.h' (1,948) at 20210308005003636
3456 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/Kconfig' (1,949) at 20210308005003500
3457 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/curses_keys.h' (1,950) at 20230925080040105
3458 2025-10-05 03:01:02.137-0500 FINEST t466 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' (1,951) at 20230706080014745
3459 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0002-wayland-Add-support-for-the-Wayland-winsys.patch' (1,952) at 20230706080014765
3460 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/block/fdc.h' (1,953) at 20240906080037328
3461 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/cache.c' (1,954) at 20210308005002804
3462 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/README' (1,955) at 20210308005003080
3463 2025-10-05 03:01:02.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/depends.py' (1,956) at 20210307205554434
3464 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/index.js' (1,957) at 20210308005107065
3465 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mvmfp.c' (1,958) at 20210308005003376
3466 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/litesom.h' (1,959) at 20210308005002648
3467 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/.gitignore' (1,960) at 20230622080035935
3468 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init.bb' (1,961) at 20241226090016123
3469 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/08a32b2379fb5582f4312e59bf51a2823df56276.patch' (1,962) at 20241221090017532
3470 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53loco.h' (1,963) at 20210308005003604
3471 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/meson.build' (1,964) at 20240906080037248
3472 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850-evm.dts' (1,965) at 20210308005002576
3473 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_NAND_defconfig' (1,966) at 20210308005003240
3474 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/libexecinfo/0001-makefile-Fix-build-on-linux.patch' (1,967) at 20230706080014749
3475 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-ftpm_%.bbappend' (1,968) at 20241206090014214
3476 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/README' (1,969) at 20210308005003048
3477 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/logging/phosphor-hostlogger/daytonax/ttyVUART0.conf' (1,970) at 20240308090017907
3478 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Storuman' (1,971) at 20210307205553790
3479 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-linux.h' (1,972) at 20240326080039574
3480 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/MAINTAINERS' (1,973) at 20210308005002908
3481 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch' (1,974) at 20230706080014757
3482 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/README' (1,975) at 20210308005003168
3483 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/trace.h' (1,976) at 20210308005045725
3484 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/macro.h' (1,977) at 20210308005002824
3485 2025-10-05 03:01:02.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sks-kinkel/sksimx6/Makefile' (1,978) at 20210308005003052
3486 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7574.patch' (1,979) at 20210307205553942
3487 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_bios_cmd.hpp' (1,980) at 20210311201857434
3488 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791.dtsi' (1,981) at 20210308005002600
3489 2025-10-05 03:01:02.139-0500 FINEST t466 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' (1,982) at 20240106090017233
3490 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ippool_usl_timer.patch' (1,983) at 20210307205553818
3491 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-static-endpoints' (1,984) at 20240828080010887
3492 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Soundex' (1,985) at 20241221090017616
3493 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dca/dcadec/0001-define-BASELIB-make-variable.patch' (1,986) at 20210307205553754
3494 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb' (1,987) at 20241206090014250
3495 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sockit-u-boot.dtsi' (1,988) at 20210308005002612
3496 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-unknown.json' (1,989) at 20210308005046409
3497 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/Kconfig' (1,990) at 20210308005002796
3498 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iconnect_defconfig' (1,991) at 20210308005003260
3499 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/networking/files/mstpd.service' (1,992) at 20211026000019638
3500 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ebtables.service' (1,993) at 20210307205553826
3501 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/server-led-controller.js' (1,994) at 20210308005107077
3502 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/Kconfig' (1,995) at 20210308005003020
3503 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig' (1,996) at 20210308005003264
3504 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/processor.h' (1,997) at 20210308005002848
3505 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/Makefile' (1,998) at 20210308005003080
3506 2025-10-05 03:01:02.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/bufferiszero.c.inc' (1,999) at 20240906080037184
3507 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/kernel.h' (2,000) at 20210308005003656
3508 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/gxbb-aoclkc.h' (2,001) at 20210308005003640
3509 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsisa64r6el-linux' (2,002) at 20241206090014350
3510 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hovfjallet' (2,003) at 20210307205553782
3511 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/MAINTAINERS' (2,004) at 20210308005003084
3512 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fdtgrep.c' (2,005) at 20210308005003764
3513 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/i2c-howto.txt' (2,006) at 20210308005003328
3514 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/gadget-start' (2,007) at 20230520080014480
3515 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.7.bb' (2,008) at 20241206090014258
3516 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/aio_notify_bug.promela' (2,009) at 20210308005045805
3517 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console_%.bbappend' (2,010) at 20241206090014202
3518 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/tlb.c' (2,011) at 20210308005002900
3519 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/install_test.patch' (2,012) at 20210307205553830
3520 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/aspeed_ahbc.c' (2,013) at 20210421100236122
3521 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds' (2,014) at 20210308005002552
3522 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/.gitignore' (2,015) at 20210308005108057
3523 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/cryptErase.hpp' (2,016) at 20220525020545505
3524 2025-10-05 03:01:02.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lcd.c' (2,017) at 20210308005003228
3525 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/ashrdi3.S' (2,018) at 20210308005002708
3526 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/Kconfig' (2,019) at 20210308005045729
3527 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/mp_init.c' (2,020) at 20210308005002856
3528 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/spl.c' (2,021) at 20210308005002796
3529 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/tmu.txt' (2,022) at 20210308005003304
3530 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1254-revA.dts' (2,023) at 20210308005002636
3531 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_core.h' (2,024) at 20210308005003452
3532 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/LICENSE' (2,025) at 20221122040015511
3533 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/subtree.md' (2,026) at 20221209040006399
3534 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/0001-Disable-annobin-plugin.patch' (2,027) at 20230811080018298
3535 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/Makefile' (2,028) at 20210308005002992
3536 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_windowed.S' (2,029) at 20210308005046533
3537 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-reference-design-tablet.dtsi' (2,030) at 20210308005002628
3538 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/snps,creg-gpio.txt' (2,031) at 20210308005003304
3539 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_SPIFLASH_defconfig' (2,032) at 20210308005003240
3540 2025-10-05 03:01:02.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_PCI_66_PCIE_defconfig' (2,033) at 20210308005003280
3541 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s900.dtsi' (2,034) at 20210308005002608
3542 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/zconf.y' (2,035) at 20210308005003736
3543 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Express-3A-11.0W' (2,036) at 20210307205553762
3544 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/0001-sata.c-Declare-ata_get_powermode-prototype.patch' (2,037) at 20221003030013285
3545 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_acpi.c' (2,038) at 20210308005003700
3546 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/googletest.wrap' (2,039) at 20210507000042347
3547 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c' (2,040) at 20210308005046509
3548 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/trace-events' (2,041) at 20210927100127289
3549 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/arm_sleep.c' (2,042) at 20210308005002960
3550 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/cg3100d/Makefile' (2,043) at 20210308005003024
3551 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm_ep_board.h' (2,044) at 20210308005003588
3552 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/path.md' (2,045) at 20240807080019546
3553 2025-10-05 03:01:02.142-0500 FINEST t466 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' (2,046) at 20241221090017680
3554 2025-10-05 03:01:02.142-0500 FINEST t466 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' (2,047) at 20241221090017488
3555 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/hwinit-common.c' (2,048) at 20210308005002552
3556 2025-10-05 03:01:02.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-cmds.h' (2,049) at 20241219090010504
3557 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_table.json' (2,050) at 20211022000023454
3558 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/IP/Create.interface.yaml' (2,051) at 20221209040038051
3559 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/Makefile' (2,052) at 20210308005003004
3560 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/templates/default/local.conf.sample' (2,053) at 20241221090017484
3561 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/cpu.h' (2,054) at 20210308005002788
3562 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmcygnus/Kconfig' (2,055) at 20210308005002940
3563 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/Makefile' (2,056) at 20210308005003036
3564 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/chassisstate' (2,057) at 20210308005059705
3565 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/0002-Update-autotools-macro.patch' (2,058) at 20230706080014749
3566 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx25pdk.h' (2,059) at 20210308005003604
3567 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/snapper/snapper/0002-Use-statvfs-instead-of-statvfs64.patch' (2,060) at 20241221090017544
3568 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/Makefile' (2,061) at 20210308005003500
3569 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/gpio.h' (2,062) at 20210308005002672
3570 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_SPIFLASH_defconfig' (2,063) at 20210308005003240
3571 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/entity-manager/blacklist.json' (2,064) at 20231107090016217
3572 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/logs/.gitignore' (2,065) at 20231014080011727
3573 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-inventory-sel-mrw-native.bb' (2,066) at 20241206090014274
3574 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/utmi-armada100.c' (2,067) at 20210308005003516
3575 2025-10-05 03:01:02.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger_%.bbappend' (2,068) at 20241206090014202
3576 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/actions.cpp' (2,069) at 20240820080023682
3577 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mudflap.json' (2,070) at 20231117090006519
3578 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board_k2l.c' (2,071) at 20210308005003076
3579 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/udev/rules.d/debug-trigger-kcs1.rules' (2,072) at 20210616125333493
3580 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/sdl2-2d.c' (2,073) at 20240906080037588
3581 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Latex2e' (2,074) at 20211006000025238
3582 2025-10-05 03:01:02.144-0500 FINEST t466 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' (2,075) at 20241221090017496
3583 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/Kconfig' (2,076) at 20210308005002940
3584 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/gpio.h' (2,077) at 20220215040051612
3585 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/atd.service' (2,078) at 20210307205554558
3586 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gillhov' (2,079) at 20210307205553782
3587 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/init' (2,080) at 20210307205553874
3588 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/MAINTAINERS' (2,081) at 20210308005002908
3589 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/kwbimage.cfg' (2,082) at 20210308005002908
3590 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/iomux.h' (2,083) at 20210308005002656
3591 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/jhash.h' (2,084) at 20210308005046045
3592 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/example/example.cpp' (2,085) at 20230511080029875
3593 2025-10-05 03:01:02.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwmmc.h' (2,086) at 20210308005003644
3594 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_fb.c' (2,087) at 20210308005003524
3595 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/package_manager.py' (2,088) at 20220910030013405
3596 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-rng.c' (2,089) at 20221215040039374
3597 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/bitops.h' (2,090) at 20210308005002824
3598 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/control.h' (2,091) at 20241219090010500
3599 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/float.idef' (2,092) at 20210927100127385
3600 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Do-not-init-tables-from-dpkg-configuration.patch' (2,093) at 20220910030013413
3601 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/progressbar.py' (2,094) at 20240302090018218
3602 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/fpu.h' (2,095) at 20210308005046529
3603 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-phosphor/packagegroups/packagegroup-bytedance-apps.bb' (2,096) at 20211105000026763
3604 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/0002-Add-debug-prefix-map-option.patch' (2,097) at 20230114040015542
3605 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/run_keyword.robot' (2,098) at 20240628080017113
3606 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_legacy_stub.c' (2,099) at 20240906080037296
3607 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/README' (2,100) at 20210812000025306
3608 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/common/spl.c' (2,101) at 20210308005002956
3609 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/abilis/tb100/tb100.c' (2,102) at 20210308005002908
3610 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/112.out' (2,103) at 20240326080039726
3611 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-mk-schema' (2,104) at 20220204040022680
3612 2025-10-05 03:01:02.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/auth.c' (2,105) at 20210308004938836
3613 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/float_helpers.h' (2,106) at 20240906080037576
3614 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c' (2,107) at 20210308005046509
3615 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update.bb' (2,108) at 20241221090017480
3616 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-9p.h' (2,109) at 20210308005046481
3617 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/OWNERS' (2,110) at 20210307205554222
3618 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/generic.c' (2,111) at 20210308005002548
3619 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_defconfig' (2,112) at 20210308005003240
3620 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-klogd.service.in' (2,113) at 20210307205554470
3621 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/utmi-armada100.h' (2,114) at 20210308005002636
3622 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/events.yaml' (2,115) at 20210307205553694
3623 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/conf/machine/include/intel.inc' (2,116) at 20221118040015026
3624 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/Makefile' (2,117) at 20210308005002548
3625 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/prepare' (2,118) at 20240326080039658
3626 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-include-missing-cstdint.patch' (2,119) at 20230211040012639
3627 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/MAINTAINERS' (2,120) at 20210308005002964
3628 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb' (2,121) at 20220402030015927
3629 2025-10-05 03:01:02.146-0500 FINEST t466 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' (2,122) at 20210307205553882
3630 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/sa_impl.h' (2,123) at 20210308005003692
3631 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/066_text.dts' (2,124) at 20210308005003752
3632 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.eslintignore' (2,125) at 20240714080004347
3633 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-magic_0.4.27.bb' (2,126) at 20240301090012471
3634 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/bitsperlong.h' (2,127) at 20240326080039554
3635 2025-10-05 03:01:02.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/gpio.h' (2,128) at 20210308005002848
3636 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/setup.h' (2,129) at 20210308005003044
3637 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/Kconfig' (2,130) at 20210308005002776
3638 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/Makefile' (2,131) at 20210308005003288
3639 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/.gitignore' (2,132) at 20210307205554230
3640 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/hre.h' (2,133) at 20210308005003000
3641 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/opcodes-sec.h' (2,134) at 20210308005002680
3642 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/html/layer_deps_modal.html' (2,135) at 20210307205554274
3643 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/func_test.py' (2,136) at 20210308005003772
3644 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1043aqds.h' (2,137) at 20210308005003600
3645 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/pldm_oem_cmds.hpp' (2,138) at 20210308005059705
3646 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_platform-arm.c' (2,139) at 20210308005002540
3647 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7790.h' (2,140) at 20210308005002768
3648 2025-10-05 03:01:02.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/fpga.c' (2,141) at 20210308005003072
3649 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/andestech/andes_pcu.h' (2,142) at 20210308005003560
3650 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljungdalen' (2,143) at 20210307205553786
3651 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-server_0.6.0.bb' (2,144) at 20240301090012419
3652 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Liden_Osterstrom' (2,145) at 20210307205553786
3653 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome_0.7.bb' (2,146) at 20241206090014310
3654 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/bdm/load-cobra_uboot' (2,147) at 20210308005002944
3655 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/NMI.interface.yaml' (2,148) at 20221207040023627
3656 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-clearfog.dts' (2,149) at 20210308005002568
3657 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_emmc_defconfig' (2,150) at 20210308005003264
3658 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/bonito.h' (2,151) at 20230426080043764
3659 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t-tbs-a711.dts' (2,152) at 20210308005002624
3660 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NPL-1.0' (2,153) at 20211006000025238
3661 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/0003-gen_def.patch' (2,154) at 20210307205554626
3662 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/cache.h' (2,155) at 20210308005002828
3663 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/kwbimage.cfg' (2,156) at 20210308005002908
3664 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/elgin/elgin_rv1108/Makefile' (2,157) at 20210308005002956
3665 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/skiboot/gard_git.bb' (2,158) at 20210812000025258
3666 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/bridge/ps8622.txt' (2,159) at 20210308005003328
3667 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/sdeventplus.wrap' (2,160) at 20220531100030248
3668 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/usb_a9263.h' (2,161) at 20210308005003624
3669 2025-10-05 03:01:02.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Furuseth' (2,162) at 20241221090017616
3670 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platdata.h' (2,163) at 20210308005003628
3671 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unlicense' (2,164) at 20210307205554426
3672 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_ibm/ibm.c' (2,165) at 20230310090043279
3673 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Pbmplus' (2,166) at 20241221090017616
3674 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/MAINTAINERS' (2,167) at 20210308005003008
3675 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-itead-core-common.dtsi' (2,168) at 20210308005002628
3676 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/Kconfig' (2,169) at 20210308005003332
3677 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/files/myapp/myapp.c' (2,170) at 20210307205554446
3678 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/snmp-policy.bb' (2,171) at 20241206090014230
3679 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/HW_CI_NETWORK' (2,172) at 20230411080016705
3680 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_elf.h' (2,173) at 20240326080039558
3681 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/Kconfig' (2,174) at 20210308005003080
3682 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_serdes.h' (2,175) at 20210308005002840
3683 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_nand_rmii_lowfreq_defconfig' (2,176) at 20210308005003236
3684 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HP-1989' (2,177) at 20241221090017616
3685 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Replace.interface.yaml' (2,178) at 20220315030032663
3686 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/ast2500-reset.h' (2,179) at 20210308005003640
3687 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/events.json' (2,180) at 20241106090019918
3688 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/Config.interface.yaml' (2,181) at 20221207040023631
3689 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/ivc.c' (2,182) at 20210308005002788
3690 2025-10-05 03:01:02.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/scan_manager.h' (2,183) at 20210308005002780
3691 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Valladolid' (2,184) at 20210307205553766
3692 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/Kconfig' (2,185) at 20210308005002844
3693 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/vduse-blk.c' (2,186) at 20241211090212210
3694 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/systemd-bootdisk.wks' (2,187) at 20210307205554638
3695 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target-con-str.h' (2,188) at 20240906080037544
3696 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/pon' (2,189) at 20210307205554466
3697 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts' (2,190) at 20210308005002596
3698 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/sbsa.rst' (2,191) at 20240906080037176
3699 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/emc.h' (2,192) at 20210308005002644
3700 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-b-plus.dts' (2,193) at 20210308005002572
3701 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac-glib.c' (2,194) at 20241211090212230
3702 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/i915_reg.h' (2,195) at 20210308005003528
3703 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/utility/aspeed.cpp' (2,196) at 20230511080009359
3704 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/boot-common.c' (2,197) at 20210308005002756
3705 2025-10-05 03:01:02.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bur_cfg_common.h' (2,198) at 20210308005003588
3706 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.marubun-pcmcia' (2,199) at 20210308005003296
3707 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/subprojects/phosphor-logging.wrap' (2,200) at 20220322030027284
3708 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock/run-ptest' (2,201) at 20241221090017560
3709 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EUPL-1.2' (2,202) at 20211006000025234
3710 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-nfs.bb' (2,203) at 20231011080016606
3711 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/create_write_window_v2.c' (2,204) at 20210308005108641
3712 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_indirect.c' (2,205) at 20210308005003452
3713 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/fuse.h' (2,206) at 20210308005002668
3714 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kalajoki' (2,207) at 20210307205553770
3715 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_sck.h' (2,208) at 20210308005002716
3716 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/218.out' (2,209) at 20210308005046461
3717 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-cp110-master.dtsi' (2,210) at 20210308005002568
3718 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc233c/xtensa-modules.c.inc' (2,211) at 20210308005046349
3719 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sunnemo' (2,212) at 20210307205553790
3720 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_start_gt_end.cpp' (2,213) at 20210308005100997
3721 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-member.json' (2,214) at 20210308005046405
3722 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0003-Remove-Werror-from-build.patch' (2,215) at 20230114040015486
3723 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/spi.h' (2,216) at 20210308005002724
3724 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/Makefile' (2,217) at 20210308005003056
3725 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/local.conf.sample' (2,218) at 20241221090017476
3726 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/oeqa-fvp.md' (2,219) at 20231011080016566
3727 2025-10-05 03:01:02.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-tempdir_2019.10.12.bb' (2,220) at 20241221090017560
3728 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/status_led.c' (2,221) at 20210308005003400
3729 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pro5.c' (2,222) at 20210308005002792
3730 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/mtrr.c' (2,223) at 20210308005002856
3731 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SDCARD_defconfig' (2,224) at 20210308005003240
3732 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/lpddr4_init.c' (2,225) at 20210308005003364
3733 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/clock.c' (2,226) at 20210308005002724
3734 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/setup.py' (2,227) at 20210308005048033
3735 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/yank.c' (2,228) at 20240906080037592
3736 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp81x.dtsi' (2,229) at 20210308005002572
3737 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/scancodes.hpp' (2,230) at 20210308005131905
3738 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-x86_defconfig' (2,231) at 20210308005003276
3739 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/spapr.h' (2,232) at 20241211090212362
3740 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board-spl.c' (2,233) at 20210308005002776
3741 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/.gitignore' (2,234) at 20210308005053385
3742 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_bist.h' (2,235) at 20210308005003364
3743 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/onenand_uboot.h' (2,236) at 20210308005003676
3744 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/0001-Makefile-fix-parallel-build-of-examples.patch' (2,237) at 20220910030013361
3745 2025-10-05 03:01:02.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/gadget.h' (2,238) at 20210308005003500
3746 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit/0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch' (2,239) at 20241221090017496
3747 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/io.h' (2,240) at 20210308005002804
3748 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/0002-run-dispmanx-fullscreen.patch' (2,241) at 20230317080013789
3749 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-x86/xen-x86_64.h' (2,242) at 20240326080039542
3750 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/classutils.py' (2,243) at 20220910030013393
3751 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverity-scan/run-coverity-scan' (2,244) at 20240906080037444
3752 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-power-good.service' (2,245) at 20240105090012010
3753 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb' (2,246) at 20230813080012852
3754 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/MAINTAINERS' (2,247) at 20210308005002952
3755 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/LocalTimezoneLabelMixin.js' (2,248) at 20241004080035963
3756 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0002-fix-build-on-gcc6.patch' (2,249) at 20230706080014753
3757 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_debug.c' (2,250) at 20210308005003364
3758 2025-10-05 03:01:02.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/yaffs2.c' (2,251) at 20210308005003220
3759 2025-10-05 03:01:02.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/gpio.h' (2,252) at 20210308005002644
3760 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/configs/com.ibm.Hardware.Chassis.Model.Rainier2U.json' (2,253) at 20240817080028024
3761 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/Makefile' (2,254) at 20210308005002708
3762 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/use-env-for-perl.patch' (2,255) at 20230706080014733
3763 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-r8.dtsi' (2,256) at 20210308005002620
3764 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/callbacktest.cpp' (2,257) at 20210308005108057
3765 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/Makefile.target' (2,258) at 20221215040039386
3766 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/norpath.patch' (2,259) at 20210307205554626
3767 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-rr.h' (2,260) at 20221215040039042
3768 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/MAINTAINERS' (2,261) at 20210308005002900
3769 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svartnas' (2,262) at 20210307205553790
3770 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/116' (2,263) at 20210927100127481
3771 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-data.err' (2,264) at 20210927100127473
3772 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smmap_6.0.0.bb' (2,265) at 20240301090012471
3773 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr600_mt47h64m16_3_333_cl5_psync.c' (2,266) at 20210308005002548
3774 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb' (2,267) at 20220823030015991
3775 2025-10-05 03:01:02.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/strace.c' (2,268) at 20240906080037160
3776 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/nlohmann_json.wrap' (2,269) at 20231212090017894
3777 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/watch.hpp' (2,270) at 20230511080022135
3778 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0008_models_bigautofield.py' (2,271) at 20220402030016103
3779 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/thread-context.h' (2,272) at 20221215040039194
3780 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/ide.c' (2,273) at 20210308005003340
3781 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/0001-tic-hang.patch' (2,274) at 20241206090014314
3782 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-unattended.inc' (2,275) at 20241221090017468
3783 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/ftrace.c' (2,276) at 20210308005046545
3784 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/omap_wdt.c' (2,277) at 20210308005003540
3785 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ngpixis.h' (2,278) at 20210308005002960
3786 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/net_target_increase.hpp' (2,279) at 20210903000055431
3787 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-esdk.in' (2,280) at 20210307205554542
3788 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_json_unittest.cpp' (2,281) at 20220108040030440
3789 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/arpwatch.conf' (2,282) at 20210307205554126
3790 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/eth_ls1088ardb.c' (2,283) at 20210308005002968
3791 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/openrisc/emulation.rst' (2,284) at 20221215040039082
3792 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7629-rfb.dts' (2,285) at 20210308005002596
3793 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Solleftea_Hallsta' (2,286) at 20210307205553790
3794 2025-10-05 03:01:02.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6ul-ddr.h' (2,287) at 20210308005002648
3795 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Duved' (2,288) at 20210307205553778
3796 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/pinmux.h' (2,289) at 20210308005002672
3797 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/wait_bit.h' (2,290) at 20210308005003692
3798 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/Kconfig' (2,291) at 20210308005003080
3799 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/pmic_bus.h' (2,292) at 20210308005002668
3800 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/core_manager_main.cpp' (2,293) at 20230614080025842
3801 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/semiheap.c' (2,294) at 20230925080040097
3802 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch3.h' (2,295) at 20210308005002640
3803 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/lktrace' (2,296) at 20221115040029411
3804 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/socket_manager.cpp' (2,297) at 20230717080006550
3805 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-ld4.c' (2,298) at 20210308005002792
3806 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_d.c' (2,299) at 20210308005046525
3807 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/dp501.c' (2,300) at 20210308005003000
3808 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/boot.h' (2,301) at 20210308005045841
3809 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/law.c' (2,302) at 20210308005002992
3810 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu-qom.h' (2,303) at 20240326080039674
3811 2025-10-05 03:01:02.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/Kconfig' (2,304) at 20210308005003016
3812 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-more.svg' (2,305) at 20210308005107069
3813 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/owl/clk_s900.c' (2,306) at 20210308005003352
3814 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_sfp.h' (2,307) at 20210308005003652
3815 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ve8313.h' (2,308) at 20210308005003624
3816 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vctv/reg_wdt.h' (2,309) at 20210308005003020
3817 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/Makefile' (2,310) at 20210308005003720
3818 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml' (2,311) at 20210728000103888
3819 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-inventory-sel-mrw/config.yaml' (2,312) at 20210307205554070
3820 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/docs/blacklist_configuration.md' (2,313) at 20231007080005096
3821 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/smp.cfg' (2,314) at 20210307205554390
3822 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend' (2,315) at 20240413080012683
3823 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mpc8308_p1m.h' (2,316) at 20210308005003604
3824 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (2,317) at 20221004030011410
3825 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-static-endpoints.conf' (2,318) at 20240828080010887
3826 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/s5m8767.c' (2,319) at 20210308005003472
3827 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/microvm.rst' (2,320) at 20210308005045809
3828 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/044.out' (2,321) at 20220429100100886
3829 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_w.c' (2,322) at 20210308005046501
3830 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_balloon.h' (2,323) at 20241211090212370
3831 2025-10-05 03:01:02.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/MEMORIAM' (2,324) at 20210307205554226
3832 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/215' (2,325) at 20240326080039730
3833 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/image-buildinfo.bbclass' (2,326) at 20230919080013978
3834 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Wobo_i5_defconfig' (2,327) at 20210308005003244
3835 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/083_compress.dts' (2,328) at 20210308005003752
3836 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/muldi3.S' (2,329) at 20210308005002708
3837 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/README.md' (2,330) at 20221209040007411
3838 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch' (2,331) at 20241221090017680
3839 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/README.md' (2,332) at 20241221090017468
3840 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_r_qb.c' (2,333) at 20210308005046509
3841 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2371-2180_defconfig' (2,334) at 20210308005003272
3842 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/msktutil/msktutil_1.2.1.bb' (2,335) at 20241221090017540
3843 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-core.c' (2,336) at 20210308005002552
3844 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_encoder_metadata.c' (2,337) at 20240821080009267
3845 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6338.h' (2,338) at 20210308005003588
3846 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/duovero_defconfig' (2,339) at 20210308005003256
3847 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-ptest-fast.bb' (2,340) at 20230503080014615
3848 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/trimslice/Makefile' (2,341) at 20210308005002948
3849 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8313ERDB_33_defconfig' (2,342) at 20210308005003236
3850 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.iscsi' (2,343) at 20210308005003296
3851 2025-10-05 03:01:02.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/io.h' (2,344) at 20210308005002852
3852 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/README.md' (2,345) at 20221209040020035
3853 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/tegra_gpio.c' (2,346) at 20210308005003380
3854 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/kc1.h' (2,347) at 20210308005002912
3855 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/eflash.c' (2,348) at 20210308005002712
3856 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/fancontrol' (2,349) at 20210307205553874
3857 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sifive/fu540/fu540.c' (2,350) at 20210308005003052
3858 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-Fix-type-of-single-bit-bitfields.patch' (2,351) at 20230211040012639
3859 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/MAINTAINERS' (2,352) at 20210308005002996
3860 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts' (2,353) at 20240413080012695
3861 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/embest/mx6boards/mx6boards.c' (2,354) at 20210308005002956
3862 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-common-ssh.c' (2,355) at 20240906080037436
3863 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/templates/default/bblayers.conf.sample' (2,356) at 20240323080013549
3864 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/intel-gma.txt' (2,357) at 20210308005003328
3865 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-live.sh' (2,358) at 20210307205554482
3866 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ManufacturerExt.interface.yaml' (2,359) at 20221207040023627
3867 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure_in_cross.patch' (2,360) at 20230401080011931
3868 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/d1.bb' (2,361) at 20210307205554250
3869 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/iface_test.cpp' (2,362) at 20230718080007968
3870 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/reset/reset.txt' (2,363) at 20210308005003308
3871 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-sample_controller/gdb-config.c.inc' (2,364) at 20210308005046361
3872 2025-10-05 03:01:02.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/001_invalid.dts' (2,365) at 20210308005003752
3873 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_samus/Makefile' (2,366) at 20210308005003004
3874 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/README.md' (2,367) at 20210307205553678
3875 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/types.h' (2,368) at 20210308005002880
3876 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-olinuxino.dts' (2,369) at 20210308005002616
3877 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/014_pack_overlap.dts' (2,370) at 20210308005003752
3878 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fdt_simplefb.h' (2,371) at 20210308005003648
3879 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/depends.py' (2,372) at 20210307205554434
3880 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/test/systemd_signal.cpp' (2,373) at 20240820080031618
3881 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (2,374) at 20210307205553662
3882 2025-10-05 03:01:02.161-0500 FINEST t466 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' (2,375) at 20241221090017528
3883 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/utils.cpp' (2,376) at 20240819080030255
3884 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/koelsch.c' (2,377) at 20210308005003036
3885 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lzma/LzmaDec.h' (2,378) at 20210308005003672
3886 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sbc8548.h' (2,379) at 20210308005003616
3887 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/axi.c' (2,380) at 20210308005003736
3888 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/fix-CATALOG-conditional-compile.patch' (2,381) at 20210307205554010
3889 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-copy.h' (2,382) at 20241211090212354
3890 2025-10-05 03:01:02.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-client/ivshmem-client.h' (2,383) at 20210308005045769
3891 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_lvds.c' (2,384) at 20210308005003532
3892 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4ek_spiflash_defconfig' (2,385) at 20210308005003276
3893 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8a.inc' (2,386) at 20210905000020581
3894 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/reboot-ping-pong/rpp' (2,387) at 20221206040017633
3895 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/sysmap-apq8096.h' (2,388) at 20210308005002776
3896 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-unknown-key.err' (2,389) at 20210308005046405
3897 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/generated.mako.hpp' (2,390) at 20220623100021364
3898 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/211' (2,391) at 20220429100100910
3899 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/phy/sun4i-usb-phy.txt' (2,392) at 20210308005003304
3900 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xtfpga.h' (2,393) at 20210308005003624
3901 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cross-canadian.bbclass' (2,394) at 20241221090017608
3902 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_flashif.h' (2,395) at 20210308005003552
3903 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mpc83xx_clk.c' (2,396) at 20210308005003348
3904 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/expectedJsonChecker/README.md' (2,397) at 20221209040019091
3905 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_avb.py' (2,398) at 20210308005003744
3906 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-image_0.4.1.bb' (2,399) at 20221120040010738
3907 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/usb/marvell.xhci-usb.txt' (2,400) at 20210308005003328
3908 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_SDCARD_defconfig' (2,401) at 20210308005003240
3909 2025-10-05 03:01:02.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/syscall_o32.tbl' (2,402) at 20241211090212378
3910 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Minpack' (2,403) at 20241221090017616
3911 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/qemu-ppce500/MAINTAINERS' (2,404) at 20210308005002988
3912 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/mux_data.h' (2,405) at 20210308005003080
3913 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/error_history_tests.cpp' (2,406) at 20210901000109343
3914 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/files/firewalld.init' (2,407) at 20220612030016723
3915 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3399.h' (2,408) at 20210308005002660
3916 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_journal.hpp' (2,409) at 20210308005405938
3917 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sabreauto_defconfig' (2,410) at 20210308005003268
3918 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/virtio-blk-handler.c' (2,411) at 20230426080043640
3919 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/layer.conf' (2,412) at 20241221090017604
3920 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.min.css.map' (2,413) at 20210307205554270
3921 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/hwinit-common.c' (2,414) at 20210308005002552
3922 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-router/intel-irq.h' (2,415) at 20210308005003636
3923 2025-10-05 03:01:02.163-0500 FINEST t466 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' (2,416) at 20210307205553762
3924 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/0001-linux-version-tweak.patch' (2,417) at 20210307205554390
3925 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/request_test.cpp' (2,418) at 20231207090046206
3926 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/NSS-806-40.5W' (2,419) at 20210307205553762
3927 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/tftf.yml' (2,420) at 20241206090014206
3928 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-px5-evb.dts' (2,421) at 20210308005002608
3929 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/packagegroups/packagegroup-olympus-nuvoton-apps.bb' (2,422) at 20231012080014472
3930 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/trace.h' (2,423) at 20210308005045873
3931 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm365_lowlevel.c' (2,424) at 20210308005002720
3932 2025-10-05 03:01:02.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pcm051.h' (2,425) at 20210308005003608
3933 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/cp-noerror' (2,426) at 20220910030013433
3934 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/Makefile.target' (2,427) at 20240906080037580
3935 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/tuning.hpp' (2,428) at 20221117040032476
3936 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_36BIT_NAND_defconfig' (2,429) at 20210308005003240
3937 2025-10-05 03:01:02.164-0500 FINEST t466 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' (2,430) at 20240413080012651
3938 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7d_rdc.h' (2,431) at 20210308005002652
3939 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/iomux-mx25.h' (2,432) at 20210308005002644
3940 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind_1.2.7.bb' (2,433) at 20241221090017680
3941 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/sockbits.h' (2,434) at 20210927100127269
3942 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/aaf28a4630af60496c9d33db1d06a7d7d8983422.patch' (2,435) at 20230811080018298
3943 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-uefi-test_git.bb' (2,436) at 20220910030013341
3944 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/mcextend.bbclass' (2,437) at 20220910030013393
3945 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_rcw_sd_qspi.cfg' (2,438) at 20210308005002968
3946 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips64r6.inc' (2,439) at 20210905000020581
3947 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/fdt.c' (2,440) at 20210308005002836
3948 2025-10-05 03:01:02.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/Makefile.am' (2,441) at 20210308004938832
3949 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/avoid-openldap-unless-wanted.patch' (2,442) at 20240113090014532
3950 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-setproctitle/run-ptest' (2,443) at 20241221090017560
3951 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/perl-dynloader.patch' (2,444) at 20241221090017664
3952 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/Makefile' (2,445) at 20210308005003024
3953 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock/Makefile' (2,446) at 20210308005003032
3954 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mk48t59.h' (2,447) at 20210308005003672
3955 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/MAINTAINERS' (2,448) at 20210308005002972
3956 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/exception/sdbus_error.cpp' (2,449) at 20240817080036824
3957 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu1-monitoring.service' (2,450) at 20230627080016966
3958 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/Makefile' (2,451) at 20210308005002900
3959 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/intel_front_panel.json' (2,452) at 20220601030005865
3960 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_rcc-test.c' (2,453) at 20240906080037572
3961 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bootcount.h' (2,454) at 20210308005003564
3962 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/064' (2,455) at 20220429100100886
3963 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/fscrypt/fscrypt_1.1.0.bb' (2,456) at 20241221090017580
3964 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/signal_save_restore_xer.c' (2,457) at 20221215040039390
3965 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xzoom' (2,458) at 20241221090017620
3966 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/Makefile' (2,459) at 20210308005002984
3967 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal.bb' (2,460) at 20210812000025330
3968 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libblkio.wrap' (2,461) at 20240326080039630
3969 2025-10-05 03:01:02.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bubblegum_96.dts' (2,462) at 20210308005002576
3970 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/sdram.c' (2,463) at 20210308005003000
3971 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/0001-strace-fix-reproducibilty-issues.patch' (2,464) at 20241206090014334
3972 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g25ek.dts' (2,465) at 20210308005002572
3973 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_cse_qspi_defconfig' (2,466) at 20210308005003288
3974 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-pro4.c' (2,467) at 20210308005002792
3975 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/espi-control/npcm7xx_espi_control.cpp' (2,468) at 20240817080006807 to deleted uid set
3976 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/.gitignore' (2,469) at 20210308005059169
3977 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/046_intel-vbt.dts' (2,470) at 20210308005003752
3978 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_addresses.c' (2,471) at 20210308005003708
3979 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_igep003x_defconfig' (2,472) at 20210308005003244
3980 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/ncplite-host-off@.service' (2,473) at 20230412080023460
3981 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Net-SNMP' (2,474) at 20211006000025238
3982 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-kernel/linux/linux-aspeed/vegman.cfg' (2,475) at 20220629100013632
3983 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/microcode-tool.py' (2,476) at 20210308005003768
3984 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Soderhamn' (2,477) at 20210307205553790
3985 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/releases/eglibc/index.html' (2,478) at 20210307205554250
3986 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service' (2,479) at 20210307205554554
3987 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/monitor-ipmi-power-transition.service' (2,480) at 20230920080013648
3988 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sg-regs.h' (2,481) at 20210308005002796
3989 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/icm.S' (2,482) at 20230925080040101
3990 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_prctl.h' (2,483) at 20240906080037356
3991 2025-10-05 03:01:02.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-virt-kvm.xml' (2,484) at 20230925080039849
3992 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/cbor-helpers.c' (2,485) at 20241211090212346
3993 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/dtc.wrap' (2,486) at 20230925080039997
3994 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb' (2,487) at 20230520080014504
3995 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/quickstart/store-anatomy.md' (2,488) at 20221215040043190
3996 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/host-s5-state.target' (2,489) at 20230629131804615
3997 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-1.conf' (2,490) at 20210307205554082
3998 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/clk_rk3368.c' (2,491) at 20210308005002776
3999 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/widgets.py' (2,492) at 20231014080011727
4000 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/logic/test_msa_or_v.c' (2,493) at 20210308005046521
4001 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/remove-bitmap-from-backing.out' (2,494) at 20210927100127505
4002 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/Makefile' (2,495) at 20240326080039606
4003 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revB_defconfig' (2,496) at 20210308005003288
4004 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ms7722se_defconfig' (2,497) at 20210308005003268
4005 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vsprintf.h' (2,498) at 20210308005003692
4006 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/qts/iocsr_config.h' (2,499) at 20210308005002952
4007 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/Kconfig' (2,500) at 20210308005003024
4008 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Apache-1.1' (2,501) at 20210307205554414
4009 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psus-manager.sh' (2,502) at 20230920080013648
4010 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/0001-configure.ac-Do-not-configure-build-aux.patch' (2,503) at 20230706080014741
4011 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear300_defconfig' (2,504) at 20210308005003280
4012 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opensync/wbxml2_0.10.8.bb' (2,505) at 20241221090017540
4013 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_defconfig' (2,506) at 20210308005003236
4014 2025-10-05 03:01:02.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sudo/sudo.inc' (2,507) at 20241221090017680
4015 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/50-qemu-gpu.json.in' (2,508) at 20210308005045773
4016 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/0001-Fix-buildpaths-warning.patch' (2,509) at 20230401080011939
4017 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/f1u12x25_hsbp.json' (2,510) at 20220601030005861
4018 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/vectors.S' (2,511) at 20210308005046533
4019 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sve-str.c' (2,512) at 20240326080039742
4020 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/imx-regs.h' (2,513) at 20210308005002644
4021 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/led.c' (2,514) at 20210308005002916
4022 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_dist.c' (2,515) at 20240906080037236
4023 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_app/Makefile' (2,516) at 20210308005002952
4024 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uec_phy.c' (2,517) at 20210308005003476
4025 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio.c' (2,518) at 20241112090049439
4026 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_ums.py' (2,519) at 20210308005003744
4027 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/OWNERS' (2,520) at 20220726030013070
4028 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cherryhill_defconfig' (2,521) at 20210308005003252
4029 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/0002-fix-comparison-between-pointer-and-zero-character-co.patch' (2,522) at 20220910030013349
4030 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/libpeci.wrap' (2,523) at 20230821192414188
4031 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/xhci.h' (2,524) at 20210308005046033
4032 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst' (2,525) at 20240413080012667
4033 2025-10-05 03:01:02.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/remove-tar-no-timestamp.patch' (2,526) at 20241221090017656
4034 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/etc-openct_usb.in-modify-UDEVINFO.patch' (2,527) at 20230131040012035
4035 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/aristainetos_defconfig' (2,528) at 20210308005003248
4036 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/cpm_8xx.h' (2,529) at 20210308005002836
4037 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/lzo.h' (2,530) at 20210308005003668
4038 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/Makefile' (2,531) at 20210308005002756
4039 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/toast.scss' (2,532) at 20210308005107073
4040 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm946es/cpu.c' (2,533) at 20210308005002552
4041 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (2,534) at 20230412080023460
4042 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/clock.c' (2,535) at 20210308005002728
4043 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-plain64.c' (2,536) at 20210308005045777
4044 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/Kconfig' (2,537) at 20210308005003736
4045 2025-10-05 03:01:02.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/Makefile.am' (2,538) at 20210308004938816
4046 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/arm_pl180_mmci.c' (2,539) at 20210308005003400
4047 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gpio_led.c' (2,540) at 20210308005003400
4048 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/logging.hpp' (2,541) at 20210308005059169
4049 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/service_files/org.open_power.OCC.Control.service' (2,542) at 20231109090034920
4050 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vinco.h' (2,543) at 20210308005003624
4051 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/phy.c' (2,544) at 20220617030036053
4052 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/core.c' (2,545) at 20210308005003416
4053 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_vpd_and_hw_status.robot' (2,546) at 20230713080018564
4054 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/ich.c' (2,547) at 20210308005003492
4055 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5ek.dtsi' (2,548) at 20210308005002572
4056 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/nvme-uclass.c' (2,549) at 20210308005003448
4057 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_SECURE_BOOT_defconfig' (2,550) at 20210308005003244
4058 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axc001.dtsi' (2,551) at 20210308005002544
4059 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Certificate.interface.yaml' (2,552) at 20240229090018787
4060 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/0001-build-use-autotools.patch' (2,553) at 20210920100029307
4061 2025-10-05 03:01:02.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c' (2,554) at 20210308005002836
4062 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/clock_init_exynos5.c' (2,555) at 20210308005002720
4063 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_w.c' (2,556) at 20210308005046505
4064 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/ampere-platform-init.service' (2,557) at 20241108090014316
4065 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev-throttle.h' (2,558) at 20240326080039410
4066 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/bletchley/gpio_desc.json' (2,559) at 20221207040007843
4067 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/coverage-summary.sh' (2,560) at 20210927100127345
4068 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/pytest.ini' (2,561) at 20210308005003736
4069 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/webpack.config.js' (2,562) at 20211109010052102
4070 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/chip.cpp' (2,563) at 20230511080009359
4071 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.sh_qspi_test' (2,564) at 20210308005003300
4072 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/configuration.hpp' (2,565) at 20240817080031292
4073 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/global_data.h' (2,566) at 20210308005002848
4074 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Assembly.v1_5_1.json' (2,567) at 20240619080002940
4075 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/fix_libtool_sysroot.patch' (2,568) at 20230706080014757
4076 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/byteorder.h' (2,569) at 20210308005002844
4077 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7796-cpg-mssr.h' (2,570) at 20210308005003632
4078 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s.dtsi' (2,571) at 20210308005002620
4079 2025-10-05 03:01:02.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-sys.c' (2,572) at 20230426080043652
4080 2025-10-05 03:01:02.171-0500 FINEST t466 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' (2,573) at 20240904080027738
4081 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/delayed_echo.cpp' (2,574) at 20230511080043139
4082 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (2,575) at 20210812000025162
4083 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/clk-pll.h' (2,576) at 20210308005003348
4084 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sdb-u-boot.dtsi' (2,577) at 20210308005002588
4085 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-903-34.5W' (2,578) at 20210307205553762
4086 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/logind.conf' (2,579) at 20210307205554490
4087 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/trace-events' (2,580) at 20240326080039470
4088 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-supermicro/packagegroups/packagegroup-supermicro-apps.bb' (2,581) at 20231012080014472
4089 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-singlehost/server.ttyS2.conf' (2,582) at 20241214090210267
4090 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_layerscape.h' (2,583) at 20210308005003452
4091 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/sh_pfc.c' (2,584) at 20210308005003380
4092 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs1_defconfig' (2,585) at 20210308005003248
4093 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/da' (2,586) at 20210308005046145
4094 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/paginate.scss' (2,587) at 20210308005107073
4095 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/alt_defconfig' (2,588) at 20210308005003244
4096 2025-10-05 03:01:02.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/controllers/testtargetloader.py' (2,589) at 20220910030013397
4097 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSupply.v1_6_0.json' (2,590) at 20240619080002952
4098 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet-shared.c' (2,591) at 20240906080037380
4099 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-3.0-DE' (2,592) at 20211006000025230
4100 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_empty_tree.c' (2,593) at 20210308005003708
4101 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ekb/ekb_git.bb' (2,594) at 20210701000026253
4102 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Kabel-Braunau' (2,595) at 20210307205553758
4103 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ingvallsbenning' (2,596) at 20210307205553782
4104 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UnixCrypt' (2,597) at 20241221090017616
4105 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/0002-make-Do-not-enforce-c99.patch' (2,598) at 20230131040012027
4106 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sh_mmcif.c' (2,599) at 20210308005003408
4107 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-balloon.h' (2,600) at 20210308005046481
4108 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_stat_unittest.cpp' (2,601) at 20210308005120361
4109 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold.events.yaml' (2,602) at 20241107090020905
4110 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosdown.service' (2,603) at 20231205090013449
4111 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-ttf/use.pkg-config.for.freetype2.patch' (2,604) at 20230706080014753
4112 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pwrseq.h' (2,605) at 20210308005003680
4113 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm_9.65.bb' (2,606) at 20241221090017676
4114 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/yaml/xyz/openbmc_project/Logging/Internal/Manager.interface.yaml' (2,607) at 20221213040029821
4115 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-world-pkgdata.bb' (2,608) at 20241221090017644
4116 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/act8846.c' (2,609) at 20210308005003468
4117 2025-10-05 03:01:02.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch1_1.0.bb' (2,610) at 20210307205554390
4118 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/fan53555.c' (2,611) at 20210308005003468
4119 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ext_common.h' (2,612) at 20210308005003644
4120 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_qspi_defconfig' (2,613) at 20210308005003264
4121 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_qspi_pbi.cfg' (2,614) at 20210308005002968
4122 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/machine.h' (2,615) at 20221215040039186
4123 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/mmvec/encode_ext.def' (2,616) at 20230925080040021
4124 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d36ek.dts' (2,617) at 20210308005002612
4125 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb' (2,618) at 20241206090014342
4126 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/.gitignore' (2,619) at 20210308005003008
4127 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.35/index.html' (2,620) at 20210307205554250
4128 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/uptime' (2,621) at 20210308005059705
4129 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (2,622) at 20240522080012568
4130 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm28155_ap_defconfig' (2,623) at 20210308005003252
4131 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/opengrok0.0.log' (2,624) at 20241229002655160
4132 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha1.its' (2,625) at 20210308005003744
4133 2025-10-05 03:01:02.174-0500 FINEST t466 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' (2,626) at 20231126090012769
4134 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/types.h' (2,627) at 20210308005002640
4135 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-ddr3-1866.dtsi' (2,628) at 20210308005002608
4136 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.8' (2,629) at 20210307205554574
4137 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/Kconfig' (2,630) at 20210308005003524
4138 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/board.h' (2,631) at 20210308005003048
4139 2025-10-05 03:01:02.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/LICENSE' (2,632) at 20210308005100989
4140 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/platform.asl' (2,633) at 20210308005002876
4141 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-powercycle-watchdog.service' (2,634) at 20210810100021256
4142 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/actl_nand.c' (2,635) at 20210308005003168
4143 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/dwc3-uniphier.c' (2,636) at 20210308005003500
4144 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/Device.interface.yaml' (2,637) at 20221207040023627
4145 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/MAINTAINERS' (2,638) at 20210308005002944
4146 2025-10-05 03:01:02.175-0500 FINEST t466 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' (2,639) at 20210307205554222
4147 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/xtensa_sim.h' (2,640) at 20210308005045993
4148 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Umgransele_Granselelund' (2,641) at 20210307205553794
4149 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/0001-configure-Respect-the-cflags-from-environment.patch' (2,642) at 20230520080014480
4150 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/shadowlock.hpp' (2,643) at 20230222020925387
4151 2025-10-05 03:01:02.175-0500 FINEST t466 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' (2,644) at 20210307205553846
4152 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/pch.c' (2,645) at 20210308005002852
4153 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_stratix10_defconfig' (2,646) at 20210308005003280
4154 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutboundConnection.v1_0_2.json' (2,647) at 20240619080002952
4155 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/pcie_unittest.cpp' (2,648) at 20211014000010487
4156 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/types.hpp' (2,649) at 20241127090024701
4157 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/0001-Fix-building-with-GCC-14.patch' (2,650) at 20241206090014246
4158 2025-10-05 03:01:02.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/sheevaplug.c' (2,651) at 20210308005002908
4159 2025-10-05 03:01:02.176-0500 FINEST t466 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' (2,652) at 20231011080016574
4160 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2.dts' (2,653) at 20210308005002592
4161 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/xen-9p-backend.c' (2,654) at 20240906080037184
4162 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/clock.h' (2,655) at 20210308005002640
4163 2025-10-05 03:01:02.176-0500 FINEST t466 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' (2,656) at 20240904080027738
4164 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/board.c' (2,657) at 20210308005002784
4165 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/funcmux.c' (2,658) at 20210308005002788
4166 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/magic-enum/magic-enum_0.9.7.bb' (2,659) at 20241221090017516
4167 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.json' (2,660) at 20210308005046413
4168 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/emsdp.dts' (2,661) at 20210308005002544
4169 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-sample_controller.c' (2,662) at 20230426080043928
4170 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/lc_common_dimm_params.c' (2,663) at 20210308005003360
4171 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy/nic-3.yaml' (2,664) at 20240504080013861
4172 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/multi-presence/gpio_presence.hpp' (2,665) at 20240817080025332
4173 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/disable-run-test-program-while-cross-compiling.patch' (2,666) at 20230317080013785
4174 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86-64/xorg.conf' (2,667) at 20210307205554390
4175 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/190.out' (2,668) at 20210308005046457
4176 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/README.md' (2,669) at 20221209040049176
4177 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BitstreamVera' (2,670) at 20210307205554418
4178 2025-10-05 03:01:02.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/qemu_elf.h' (2,671) at 20240906080037160
4179 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/dnf.py' (2,672) at 20221104030017453
4180 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/timer.c' (2,673) at 20210308005002544
4181 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/owl/Kconfig' (2,674) at 20210308005003352
4182 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-attr_0.3.2.bb' (2,675) at 20220823030015955
4183 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/mpddrc.c' (2,676) at 20210308005002716
4184 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/signal.c' (2,677) at 20210308005046085
4185 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_erst.rst' (2,678) at 20221215040039078
4186 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_state_manager.hpp' (2,679) at 20240618080040649
4187 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/main.cpp' (2,680) at 20240731164718595
4188 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/COPYING.apache-2.0' (2,681) at 20210307205553718
4189 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/Makefile-modify-CFLAGS-to-aviod-build-error.patch' (2,682) at 20230317080013785
4190 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac-nettle.c' (2,683) at 20241211090212230
4191 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/mrbsection.js' (2,684) at 20210307205554282
4192 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/pmu.h' (2,685) at 20210308005002672
4193 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Inventory/Decorator/Asset.interface.yaml' (2,686) at 20210610000035106
4194 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_compile_32r5el.sh' (2,687) at 20210308005046525
4195 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/ddr.h' (2,688) at 20210308005002996
4196 2025-10-05 03:01:02.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmvect1_defconfig' (2,689) at 20210308005003264
4197 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/init' (2,690) at 20210307205553878
4198 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/imximage.cfg' (2,691) at 20210308005002984
4199 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-spm-test3_%.bbappend' (2,692) at 20241206090014214
4200 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jyvaskyla_Vaajakoski' (2,693) at 20210307205553770
4201 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/types.h' (2,694) at 20210308005002840
4202 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sra_b.c' (2,695) at 20210308005046525
4203 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_elf.h' (2,696) at 20221215040039210
4204 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch' (2,697) at 20241221090017488
4205 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/power-domain.h' (2,698) at 20210308005002640
4206 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/bastille_3.2.1.bb' (2,699) at 20241221090017576
4207 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Mikkeli' (2,700) at 20210307205553770
4208 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_cpu.c' (2,701) at 20230426080043656
4209 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrdm_tfa_defconfig' (2,702) at 20210308005003264
4210 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/tb-flush.h' (2,703) at 20240326080039530
4211 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/Makefile' (2,704) at 20241221090017536
4212 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-idk-evm-u-boot.dtsi' (2,705) at 20210308005002564
4213 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/spl.c' (2,706) at 20210308005002796
4214 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_gendev.h' (2,707) at 20210308004938820
4215 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/etcd-new.path' (2,708) at 20230520080014480
4216 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-replace.svg' (2,709) at 20210308005107069
4217 2025-10-05 03:01:02.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/combo-layer.conf.example' (2,710) at 20210307205554630
4218 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/resetvec.S' (2,711) at 20210308005002832
4219 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/tegra/tegra186-clk.c' (2,712) at 20210308005003356
4220 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/155.out' (2,713) at 20210308005046453
4221 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/meson.build' (2,714) at 20240906080037212
4222 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8641HPCN_defconfig' (2,715) at 20210308005003240
4223 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/dynamic-layers/aspeed-layer/recipes-kernel/linux/linux-aspeed_%.bbappend' (2,716) at 20210807000017354
4224 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc_spl.c' (2,717) at 20210308005003012
4225 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/remote_logging_test_config.cpp' (2,718) at 20230715080024019
4226 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsi_sockio.h' (2,719) at 20230919080007046
4227 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend' (2,720) at 20241018080016394
4228 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/vis_helper.c' (2,721) at 20240906080037536
4229 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/phosphor-logging.wrap' (2,722) at 20220326030015450
4230 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aspeed-common.h' (2,723) at 20210625000132664
4231 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/lpc.c' (2,724) at 20210308005002852
4232 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/support/httpserver.py' (2,725) at 20210307205554250
4233 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/pl310.h' (2,726) at 20210308005002680
4234 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bch.h' (2,727) at 20210308005003656
4235 2025-10-05 03:01:02.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/Kconfig' (2,728) at 20210308005003016
4236 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmspack/libmspack_1.11.bb' (2,729) at 20241221090017580
4237 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/flash_erase.c' (2,730) at 20230809080010803
4238 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/gpio/gpio-ctrl/lib.sh' (2,731) at 20230606080013598
4239 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/io.h' (2,732) at 20210308005003500
4240 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/phal_service_actions.cpp' (2,733) at 20241029080027819
4241 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/level.hpp' (2,734) at 20210827000030536
4242 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Condor-1.1' (2,735) at 20211006000025234
4243 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-gpio-monitor@.service' (2,736) at 20210308005105441
4244 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/SystemdTarget.errors.yaml' (2,737) at 20210610000035154
4245 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/KeyClear/KeyClear.vue' (2,738) at 20241004080035967
4246 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Warszawa' (2,739) at 20210307205553778
4247 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/Makefile' (2,740) at 20210308005003168
4248 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb' (2,741) at 20241221090017544
4249 2025-10-05 03:01:02.180-0500 FINEST t466 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' (2,742) at 20241221090017540
4250 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0007-Remove-Makefile-hardcoded-arch-tune.patch' (2,743) at 20230706080014765
4251 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/arm_systemready_fedora_unattended.py' (2,744) at 20241221090017468
4252 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gunnarn_Sorsjoliden' (2,745) at 20210307205553782
4253 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3.c' (2,746) at 20230426080043928
4254 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/test-proc-mappings.py' (2,747) at 20241211090212550
4255 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-kernel/linux/linux_ima.inc' (2,748) at 20230813080012860
4256 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/dcu.c' (2,749) at 20210308005002964
4257 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/sock_channel.hpp' (2,750) at 20210308005055041
4258 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/venice2_defconfig' (2,751) at 20210308005003284
4259 2025-10-05 03:01:02.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0006-themes-Industrial-add-info-label-in-ui.patch' (2,752) at 20210307205553946
4260 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/LoadingBar.spec.js.snap' (2,753) at 20220105012523003
4261 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/__init__.py' (2,754) at 20210307205554250
4262 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec/0001-otptool-Define-value_start-in-rev_id-path.patch' (2,755) at 20240716080022815
4263 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/026' (2,756) at 20210927100127473
4264 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/Kconfig' (2,757) at 20210308005003384
4265 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/Makefile' (2,758) at 20210308005003412
4266 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (2,759) at 20220620100012713
4267 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/Kconfig' (2,760) at 20210308005002956
4268 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon.conf' (2,761) at 20210307205554098
4269 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958300k/MAINTAINERS' (2,762) at 20210308005002940
4270 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/LICENSE' (2,763) at 20210308005122217
4271 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi' (2,764) at 20210308005002580
4272 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/callouts/callouts-example.yaml' (2,765) at 20210308005049125
4273 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC11_C-131W' (2,766) at 20210307205553758
4274 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160RDB_defconfig' (2,767) at 20210308005003244
4275 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/boot0.h' (2,768) at 20210308005002640
4276 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-clk' (2,769) at 20210308005003292
4277 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitignore' (2,770) at 20221215040039038
4278 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_named_field.decode' (2,771) at 20230925080040085
4279 2025-10-05 03:01:02.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux_ti816x.h' (2,772) at 20210308005002636
4280 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/pmic.c' (2,773) at 20210308005003740
4281 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Brisbane' (2,774) at 20210307205553762
4282 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/Kconfig' (2,775) at 20210308005002992
4283 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386.c' (2,776) at 20240906080037576
4284 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-bsp/images/npcm7xx-igps-native_%.bbappend' (2,777) at 20210807000017354
4285 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-lat_fifo-Fix-cleanup-sequence.patch' (2,778) at 20230706080014741
4286 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/slicetimer.c' (2,779) at 20210308005002800
4287 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/snippets/pkg_dependencies_popover.html' (2,780) at 20210307205554286
4288 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/config/meson.build' (2,781) at 20241112090035822
4289 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/Makefile' (2,782) at 20210308005002924
4290 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/firmware-updates.target' (2,783) at 20210307205553682
4291 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/0002-use-BUFSIZ-as-buffer-size.patch' (2,784) at 20230211040012639
4292 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/fixed-factor-clock.txt' (2,785) at 20210308005003300
4293 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mc146818rtc.h' (2,786) at 20210308005003668
4294 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb' (2,787) at 20241206090014314
4295 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/bcm6348-iudma.c' (2,788) at 20210308005003372
4296 2025-10-05 03:01:02.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0007-Makefile-reorganize.patch' (2,789) at 20230211040012643
4297 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/aarch64/safe-syscall.inc.S' (2,790) at 20220429100100406
4298 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/0002-config-ast-common-set-fieldmode-to-true.patch' (2,791) at 20210307205554222
4299 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_defconfig' (2,792) at 20210308005003244
4300 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/fpga_ast2600/fpga_ast2600.c' (2,793) at 20210308005002916
4301 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-kernel/linux/linux-aspeed_%.bbappend' (2,794) at 20240113090014528
4302 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/davinci_misc.h' (2,795) at 20210308005002720
4303 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/templates/default/local.conf.sample' (2,796) at 20241221090017484
4304 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/html.py' (2,797) at 20210307205554630
4305 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitattributes' (2,798) at 20241211090212202
4306 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/kernel.ld' (2,799) at 20241211090212550
4307 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/sub-sub-module.json' (2,800) at 20210308005046413
4308 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/configure.ac' (2,801) at 20210308005111457
4309 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Manager.interface.yaml' (2,802) at 20230201040020919
4310 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/run-ninja-from-path.patch' (2,803) at 20230520080014484
4311 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/spring.h' (2,804) at 20210308005003616
4312 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_proc.h' (2,805) at 20240326080039566
4313 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-host-watchdog-reset.service' (2,806) at 20210819100023862
4314 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/.gitignore' (2,807) at 20221204040030281
4315 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun4i-a10-pll2.h' (2,808) at 20210308005003636
4316 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzimop.c.inc' (2,809) at 20240906080037524
4317 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/types.h' (2,810) at 20210308005003560
4318 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/copy-on-read.h' (2,811) at 20240326080039374
4319 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-hobbit-imx6ul_defconfig' (2,812) at 20210308005003276
4320 2025-10-05 03:01:02.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mbus.h' (2,813) at 20210308005003668
4321 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/timestamp.c' (2,814) at 20210308005002856
4322 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/tlb.c' (2,815) at 20210308005002832
4323 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/1862c6e57a308a05889c80c048dbc58bdc378dcb.patch' (2,816) at 20220721030015881
4324 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/Manufacturing' (2,817) at 20211123040021747
4325 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmiallowlist.hpp' (2,818) at 20231122090021669
4326 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/string.h' (2,819) at 20210308005002880
4327 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0001-mmal-Do-not-use-Werror.patch' (2,820) at 20220409030017483
4328 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/qca953x/ddr.c' (2,821) at 20210308005002820
4329 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/meson.build' (2,822) at 20240906080037244
4330 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cross.bbclass' (2,823) at 20220910030013385
4331 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx7_src.h' (2,824) at 20240326080039538
4332 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/obsolete_automake_macros.patch' (2,825) at 20220204040022520
4333 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (2,826) at 20230722080012861
4334 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/interrupts.c' (2,827) at 20210308005002800
4335 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zc5202.h' (2,828) at 20210308005003624
4336 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend' (2,829) at 20210812000025294
4337 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb' (2,830) at 20241206090014334
4338 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/ast_timer.c' (2,831) at 20210308005003496
4339 2025-10-05 03:01:02.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_fs.h' (2,832) at 20210308005046053
4340 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6s.cfg' (2,833) at 20210308005003088
4341 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/freeDiameter.conf' (2,834) at 20210307205553830
4342 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/dpcd.h' (2,835) at 20210308005046009
4343 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/r8152.c' (2,836) at 20210308005003504
4344 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65910.h' (2,837) at 20210308005003680
4345 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/templates/default/bblayers.conf.sample' (2,838) at 20220910030013373
4346 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_gtk_immodules_cache' (2,839) at 20210307205554642
4347 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-smdkv310.dts' (2,840) at 20210308005002576
4348 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/files/0001-Use-OE-specific-checks-for-ncurses.patch' (2,841) at 20230317080013793
4349 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mc13xxx-rtc.c' (2,842) at 20210308005003480
4350 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-crc.inc' (2,843) at 20210905000020581
4351 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/listfile.h' (2,844) at 20210927100127221
4352 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/list_sort.h' (2,845) at 20210308005003668
4353 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/valkey.conf' (2,846) at 20241221090017524
4354 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Keuruu' (2,847) at 20210307205553770
4355 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/xlnx-zynq.rst' (2,848) at 20240906080037180
4356 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc64-linux-glibc' (2,849) at 20220402030016247
4357 2025-10-05 03:01:02.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-h3-dramc.h' (2,850) at 20210308005046017
4358 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-q8-common.dtsi' (2,851) at 20210308005002624
4359 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/p10bmc/psu.json' (2,852) at 20210413000020813
4360 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/tlb.c' (2,853) at 20210308005002960
4361 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_evm_qspiboot_defconfig' (2,854) at 20210308005003248
4362 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/qtest.py' (2,855) at 20240326080039614
4363 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb' (2,856) at 20241221090017528
4364 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/rsk7203.c' (2,857) at 20210308005003036
4365 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-kernel/linux/linux-aspeed/ahe50dc.cfg' (2,858) at 20230128040012702
4366 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/debug' (2,859) at 20210307205554482
4367 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/rtc.py' (2,860) at 20230401080011963
4368 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_div.c' (2,861) at 20210308005046529
4369 2025-10-05 03:01:02.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/.travis.yml' (2,862) at 20221209040015315
4370 2025-10-05 03:01:02.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7791.c' (2,863) at 20210308005003460
4371 2025-10-05 03:01:02.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb' (2,864) at 20241206090014234
4372 2025-10-05 03:01:02.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/of.h' (2,865) at 20210308005003628
4373 2025-10-05 03:01:02.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Aareavaara' (2,866) at 20210307205553778
4374 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (2,867) at 20240206090017943
4375 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/larl.c' (2,868) at 20230925080040101
4376 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/PageTitle.spec.js' (2,869) at 20241004080035975
4377 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/conditiongentest.mako.hpp' (2,870) at 20210308005108057
4378 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrwy_qspi_SECURE_BOOT_defconfig' (2,871) at 20210308005003264
4379 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_yaffs1.h' (2,872) at 20210308005003556
4380 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2837.dtsi' (2,873) at 20210308005002572
4381 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/Nonnull.patch' (2,874) at 20231011080016574
4382 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/server.hpp' (2,875) at 20241002080038079
4383 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_signal.h' (2,876) at 20230426080043784
4384 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.1.bb' (2,877) at 20241221090017516
4385 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/0001-cmake-Use-GNUInstallDirs.patch' (2,878) at 20210307205553998
4386 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/sandbox_testproc.c' (2,879) at 20210308005003476
4387 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/memmap-gen3.c' (2,880) at 20210308005002772
4388 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.12.1.bb' (2,881) at 20231126090012781
4389 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p5020_serdes.c' (2,882) at 20210308005002832
4390 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vhost-vdpa-stub.c' (2,883) at 20221215040039222
4391 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/rockusb.c' (2,884) at 20210308005003216
4392 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/export.py' (2,885) at 20210307205554630
4393 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gaddede' (2,886) at 20210307205553782
4394 2025-10-05 03:01:02.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-nodrop-groups.sh' (2,887) at 20210307205554130
4395 2025-10-05 03:01:02.189-0500 FINEST t466 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' (2,888) at 20210307205553826
4396 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PhysicalContext.json' (2,889) at 20240918080002724
4397 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/MAINTAINERS' (2,890) at 20210308005003012
4398 2025-10-05 03:01:02.189-0500 FINEST t466 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' (2,891) at 20240413080012627
4399 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (2,892) at 20220219040012743
4400 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/elgin/elgin_rv1108/elgin_rv1108.c' (2,893) at 20210308005002956
4401 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/macros.def' (2,894) at 20240326080039658
4402 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/c/test_boot_to_main.c' (2,895) at 20230925080040101
4403 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-khadas-vim.dts' (2,896) at 20210308005002596
4404 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/OWNERS' (2,897) at 20220525020520492
4405 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/meson.build' (2,898) at 20240827080002182
4406 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/examples/config.json' (2,899) at 20221213040033301
4407 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_prctl.h' (2,900) at 20220429100100650
4408 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/0001-Add-system-reset-status-support.patch' (2,901) at 20210307205554222
4409 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/fsl_rsa.c' (2,902) at 20210308005003356
4410 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-antlr4-runtime_4.13.1.bb' (2,903) at 20231011080016582
4411 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/rsa_oem_fitimage_key.key' (2,904) at 20210519100046557
4412 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/run-ptest' (2,905) at 20211007100024299
4413 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/pppoe-server.init' (2,906) at 20210307205553834
4414 2025-10-05 03:01:02.189-0500 FINEST t466 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' (2,907) at 20240904080027734
4415 2025-10-05 03:01:02.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/0001-build-don-t-link-against-host-system-libraries.patch' (2,908) at 20221005030014098
4416 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5272C3_defconfig' (2,909) at 20210308005003236
4417 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog-config/watchdog.default' (2,910) at 20241221090017680
4418 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (2,911) at 20220622030015257
4419 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/unistd.h' (2,912) at 20241211090212374
4420 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/Makefile' (2,913) at 20210308005002756
4421 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/Bond.interface.yaml' (2,914) at 20240209090020373
4422 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/image-sparse.c' (2,915) at 20210308005003704
4423 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-e1000e-test.c' (2,916) at 20221215040039370
4424 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/config.mk' (2,917) at 20210308005003016
4425 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/fan_missing_error_delay.md' (2,918) at 20240807080019546
4426 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/providers.py' (2,919) at 20220502030010136
4427 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/eventBus.js' (2,920) at 20241004080035963
4428 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/setup.cfg' (2,921) at 20210308004922940
4429 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9x5_matrix.h' (2,922) at 20210308005002716
4430 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/rn5t567.c' (2,923) at 20210308005003472
4431 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/conflict-resolution.rst' (2,924) at 20210927100127069
4432 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iNet_D978_rev2_defconfig' (2,925) at 20210308005003260
4433 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/libcacard_2.8.1.bb' (2,926) at 20231207090015262
4434 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb' (2,927) at 20241221090017504
4435 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc83xx.ddrecc' (2,928) at 20210308005003296
4436 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.enetaddr' (2,929) at 20210308005003292
4437 2025-10-05 03:01:02.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-simple.json' (2,930) at 20210308005046409
4438 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/taskexp.py' (2,931) at 20230131040012043
4439 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/lzmadec.c' (2,932) at 20210308005003212
4440 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/Makefile' (2,933) at 20210308005002544
4441 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/proxy.h' (2,934) at 20230426080043768
4442 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/embest/mx6boards/MAINTAINERS' (2,935) at 20210308005002956
4443 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/cache.c' (2,936) at 20210308005002844
4444 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-B-1.1' (2,937) at 20211006000025242
4445 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_entity_association_pdr_add_check.yaml' (2,938) at 20240908080010098
4446 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-efuse-crc.c' (2,939) at 20220429100100502
4447 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord.inc' (2,940) at 20241206090014258
4448 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi6220-hikey-u-boot.dtsi' (2,941) at 20210308005002580
4449 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm963158/Makefile' (2,942) at 20210308005002940
4450 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Farjestaden_Algutsrum' (2,943) at 20210307205553782
4451 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig' (2,944) at 20240302090018202
4452 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-nuvoton_%.bbappend' (2,945) at 20210819000021014
4453 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/am43xx.h' (2,946) at 20210308005003636
4454 2025-10-05 03:01:02.191-0500 FINEST t466 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' (2,947) at 20241206090014274
4455 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/conf/multilib-example2.conf' (2,948) at 20210812000025294
4456 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-serialize.cpp' (2,949) at 20240828080025979
4457 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/espresso7420.h' (2,950) at 20210308005003592
4458 2025-10-05 03:01:02.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CompositionReservation.v1_0_2.json' (2,951) at 20240619080002944
4459 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cvb.c' (2,952) at 20240906080037580
4460 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8313ERDB.h' (2,953) at 20210308005003576
4461 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm64-secureboot.yml' (2,954) at 20241206090014206
4462 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/OWNERS' (2,955) at 20240619080014716
4463 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/heathrow_pic.h' (2,956) at 20210308005046017
4464 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Mackerras-3-Clause-acknowledgment' (2,957) at 20241221090017616
4465 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/Makefile' (2,958) at 20210308005002808
4466 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-config/entity-map.json' (2,959) at 20210307205554086
4467 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/fs.hpp' (2,960) at 20210308005120361
4468 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/proj/proj_9.3.1.bb' (2,961) at 20240301090012427
4469 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_SPIFLASH_defconfig' (2,962) at 20210308005003240
4470 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/trust_manager.hpp' (2,963) at 20210308005059169
4471 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/Makefile' (2,964) at 20210308005003036
4472 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio-paranoia_10.2+2.0.1.bb' (2,965) at 20241221090017532
4473 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen2.c' (2,966) at 20210308005003360
4474 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/timer.c' (2,967) at 20210308005002824
4475 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/lib/bootm.c' (2,968) at 20210308005002808
4476 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/aer-inject/aer-inject_1.0.bb' (2,969) at 20240413080012651
4477 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/buildimport.py' (2,970) at 20230919080013966
4478 2025-10-05 03:01:02.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/msa_helper.h.inc' (2,971) at 20210927100127409
4479 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_net.h' (2,972) at 20210308005003536
4480 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-ocpdebugcard-settings.override.yml' (2,973) at 20240210090012534
4481 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sheevaplug.h' (2,974) at 20210308005003616
4482 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/gnuplot' (2,975) at 20210307205553870
4483 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/quirks.h' (2,976) at 20240326080039498
4484 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/k3-am65.h' (2,977) at 20210308005003640
4485 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/bcm2835-dma-test.c' (2,978) at 20240326080039734
4486 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sysdeps.h' (2,979) at 20210308005003708
4487 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am33xx-clocks.dtsi' (2,980) at 20210308005002564
4488 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ati_radeon_fb.h' (2,981) at 20210308005003520
4489 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.json' (2,982) at 20210927100127469
4490 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/mock_syscall.hpp' (2,983) at 20221107040035979
4491 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/ui-qmp-cmds.c' (2,984) at 20240326080039754
4492 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1023RDB_defconfig' (2,985) at 20210308005003240
4493 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-util' (2,986) at 20241213090035010
4494 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/googletest.wrap' (2,987) at 20211029000047258
4495 2025-10-05 03:01:02.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/x530/MAINTAINERS' (2,988) at 20210308005002908
4496 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_sti_asc.c' (2,989) at 20210308005003484
4497 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_tagscompat.c' (2,990) at 20210308005003556
4498 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-l2tp_api-Included-needed-headers.patch' (2,991) at 20230706080014737
4499 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/0002-SConstruct-Fix-path-quoting-for-.def-generator.patch' (2,992) at 20210307205554626
4500 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target-reg-bits.h' (2,993) at 20230925080040077
4501 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/wrapper/files/test.awk' (2,994) at 20220721030015865
4502 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Astra-23.5E' (2,995) at 20210307205553758
4503 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-arm/MAINTAINERS' (2,996) at 20210308005002956
4504 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/snapper9260/Kconfig' (2,997) at 20210308005002924
4505 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/omap3-regs.h' (2,998) at 20210308005002656
4506 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/templates/default/local.conf.sample' (2,999) at 20241221090017480
4507 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd_1.9.25.bb' (3,000) at 20241221090017504
4508 2025-10-05 03:01:02.194-0500 FINEST t466 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' (3,001) at 20240413080012627
4509 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_A1000G_quad_defconfig' (3,002) at 20210308005003240
4510 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-380.dtsi' (3,003) at 20210308005002564
4511 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msk_0.4.0.bb' (3,004) at 20220721030015849
4512 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/comm_module.cpp' (3,005) at 20210731000041773
4513 2025-10-05 03:01:02.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service' (3,006) at 20220503030013244
4514 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/elf.h' (3,007) at 20210308005003644
4515 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libxmlb/libxmlb/run-ptest' (3,008) at 20231011080016614
4516 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/liblognorm/0001-Add-asprintf-to-autoconf-function-check-macro.patch' (3,009) at 20231207090015266
4517 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/st,stm32-fmc.txt' (3,010) at 20210308005003304
4518 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/il-All' (3,011) at 20210307205553774
4519 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-chuwi-v7-cw0825.dts' (3,012) at 20210308005002616
4520 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cdsg.c' (3,013) at 20230426080043952
4521 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb' (3,014) at 20240413080012639
4522 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/MAINTAINERS' (3,015) at 20210308005003000
4523 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-libretech-cc-u-boot.dtsi' (3,016) at 20210308005002596
4524 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/LICENSE' (3,017) at 20210308004923384
4525 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/Makefile' (3,018) at 20210308005002924
4526 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-gen.h' (3,019) at 20230925080039925
4527 2025-10-05 03:01:02.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/certificate_generate.md' (3,020) at 20230512080020573
4528 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/sysfs.cpp' (3,021) at 20240805080025236
4529 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/meson.build' (3,022) at 20210308005046061
4530 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_ut.py' (3,023) at 20210308005003744
4531 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/adox.c' (3,024) at 20230426080043952
4532 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/fruutils.cpp' (3,025) at 20231209090007705
4533 2025-10-05 03:01:02.196-0500 FINEST t466 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' (3,026) at 20241221090017504
4534 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/clock.h' (3,027) at 20210308005002776
4535 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/cherryhill.dts' (3,028) at 20210308005002860
4536 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7s.dtsi' (3,029) at 20210308005002592
4537 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/stdatomic.patch' (3,030) at 20231011080016578
4538 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/extract-cert/extract-cert_0.3.bb' (3,031) at 20230211040012639
4539 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/171.out' (3,032) at 20210308005046453
4540 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGL-UK-1.0' (3,033) at 20211006000025242
4541 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/org/open_power/Witherspoon/Fault.errors.yaml' (3,034) at 20221213040033297
4542 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/spl.c' (3,035) at 20210308005002712
4543 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc.txt' (3,036) at 20240106090017261
4544 2025-10-05 03:01:02.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/7seg.cpp' (3,037) at 20241120090021304
4545 2025-10-05 03:01:02.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/crm_regs.h' (3,038) at 20210308005002648
4546 2025-10-05 03:01:02.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/colo-failover.c' (3,039) at 20230426080043788
4547 2025-10-05 03:01:02.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_ime.c' (3,040) at 20210308004938828
4548 2025-10-05 03:01:02.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-platforms.inc' (3,041) at 20221003030013349
4549 2025-10-05 03:01:02.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/image.py' (3,042) at 20210308005003752
4550 2025-10-05 03:01:02.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb' (3,043) at 20220126040017547
4551 2025-10-05 03:01:02.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/adp-ag101p.h' (3,044) at 20210308005003584
4552 2025-10-05 03:01:02.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/syscall_nr.h' (3,045) at 20210308005045761
4553 2025-10-05 03:01:02.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/palmas.h' (3,046) at 20210308005003680
4554 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/verify.cpp' (3,047) at 20230520080021600
4555 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/no-scikit-build.patch' (3,048) at 20240106090017241
4556 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_davinci.c' (3,049) at 20210308005003340
4557 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-include.err' (3,050) at 20210308005046401
4558 2025-10-05 03:01:02.198-0500 FINEST t466 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' (3,051) at 20210307205554094
4559 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/init.c' (3,052) at 20210308005002752
4560 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x-board-spl.c' (3,053) at 20210308005002772
4561 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-serial.h' (3,054) at 20210308005046481
4562 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/microcode.c' (3,055) at 20210308005002856
4563 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/start.S' (3,056) at 20210308005002824
4564 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dp.h' (3,057) at 20210308005002724
4565 2025-10-05 03:01:02.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/cadence_uart.h' (3,058) at 20210308005046005
4566 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/sandbox-power-domain-test.c' (3,059) at 20210308005003468
4567 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7790-sysc.h' (3,060) at 20210308005003640
4568 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/readme.md' (3,061) at 20221215040043186
4569 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/asio/asio/0001-tests-Remove-blocking_adaptation.cpp.patch' (3,062) at 20241221090017532
4570 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/Makefile' (3,063) at 20210308005002988
4571 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/013' (3,064) at 20210927100127473
4572 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/brtargets.html' (3,065) at 20210307205554282
4573 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5235EVB_defconfig' (3,066) at 20210308005003236
4574 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/0001-Fix-build-with-meson-0.61.patch' (3,067) at 20220402030016023
4575 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0005-enable-out-of-source-tree-builds.patch' (3,068) at 20230706080014761
4576 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/config.json' (3,069) at 20231213090027094
4577 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/need_to_introspect.cpp' (3,070) at 20220915030038159
4578 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-x86/chassis/x86-power-control/power-config-host0.json' (3,071) at 20240319080012145
4579 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-38535.patch' (3,072) at 20241221090017576
4580 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-add-getrandom-syscall.patch' (3,073) at 20230706080014733
4581 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/khadas-vim_defconfig' (3,074) at 20210308005003260
4582 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/prebuilt-libraries.rst' (3,075) at 20240302090018218
4583 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt/org.openbmc.HostIpmi.service' (3,076) at 20210307205554066
4584 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/el/el6x/MAINTAINERS' (3,077) at 20210308005002956
4585 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/aio_task.c' (3,078) at 20241211090212210
4586 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/Kconfig' (3,079) at 20210308005002724
4587 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cbfs/Makefile' (3,080) at 20210308005003544
4588 2025-10-05 03:01:02.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-invariants-or-later' (3,081) at 20211006000025234
4589 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/ipmi-power-button-monitoring.sh' (3,082) at 20240905080011586
4590 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iNet_3W_defconfig' (3,083) at 20210308005003260
4591 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/max6900.c' (3,084) at 20210308005003480
4592 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/__init__.py' (3,085) at 20210307205554262
4593 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/disable-i3c-hub@.service' (3,086) at 20240827080011050
4594 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/remount' (3,087) at 20230401080011935
4595 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-pxs2.c' (3,088) at 20210308005002792
4596 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-reset-cold.service' (3,089) at 20210810100021256
4597 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (3,090) at 20230412080023460
4598 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_power_control_metrics.robot' (3,091) at 20210308005007124
4599 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/sandbox_i2c.c' (3,092) at 20210308005003384
4600 2025-10-05 03:01:02.200-0500 FINEST t466 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' (3,093) at 20241221090017464
4601 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/src/pam_ipmicheck/pam_ipmicheck.c' (3,094) at 20230804080023531
4602 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/files/CVE-2022-40704.patch' (3,095) at 20230317080013789
4603 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/spi_davinci.h' (3,096) at 20210308005003628
4604 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dps_w_ph.c' (3,097) at 20210308005046505
4605 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/dhcp_configuration.cpp' (3,098) at 20240822080023969
4606 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rsk7269.h' (3,099) at 20210308005003612
4607 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/cpu.c' (3,100) at 20210308005002856
4608 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/comphy/comphy_data.h' (3,101) at 20210308005003636
4609 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dump_utils.py' (3,102) at 20241029080012599
4610 2025-10-05 03:01:02.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb' (3,103) at 20240106090017237
4611 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-trimslice.dts' (3,104) at 20210308005002628
4612 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/create_rrds.sh' (3,105) at 20210308004938816
4613 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_console.h' (3,106) at 20210308005003692
4614 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/postfix.service' (3,107) at 20210307205553818
4615 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/error_reporter.hpp' (3,108) at 20240820080023694
4616 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/255' (3,109) at 20221215040039366
4617 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/clock.c' (3,110) at 20210308005002728
4618 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig' (3,111) at 20210308005003236
4619 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/rng-tools/rng-tools_%.bbappend' (3,112) at 20241206090014278
4620 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-charwidth-perl_0.04.bb' (3,113) at 20241221090017548
4621 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sa1100/bitfield.h' (3,114) at 20210308005002664
4622 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netspace_lite_v2_defconfig' (3,115) at 20210308005003272
4623 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/.gitignore' (3,116) at 20221210040039006
4624 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/Board_VINI.json' (3,117) at 20221213040036917
4625 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/gbmc_eth_config.json' (3,118) at 20231027080017022
4626 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-apq8096.c' (3,119) at 20210308005002776
4627 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-poky-img.svg' (3,120) at 20230706080014781
4628 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/import_devtree.cpp' (3,121) at 20230915080021805
4629 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/syslog.scss' (3,122) at 20210308005107081
4630 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parsimonious_0.10.0.bb' (3,123) at 20221003030013289
4631 2025-10-05 03:01:02.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_stream_id.h' (3,124) at 20210308005002644
4632 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/gpio.h' (3,125) at 20210308005002648
4633 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xtfpga_defconfig' (3,126) at 20210308005003288
4634 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_b.c' (3,127) at 20210308005046517
4635 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aio-win32.c' (3,128) at 20241211090212558
4636 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb' (3,129) at 20230811080018310
4637 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/dts/Makefile' (3,130) at 20210308005002824
4638 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch' (3,131) at 20230919080013954
4639 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/vsftpd-2.1.0-filter.patch' (3,132) at 20210905000020557
4640 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/contrib/git-hooks/sendemail-validate.sample' (3,133) at 20210307205554290
4641 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-Corretly-install-tmpfiles.d-configuration.patch' (3,134) at 20240309090012820
4642 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/init.h' (3,135) at 20210308005003652
4643 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-licenses.txt' (3,136) at 20210308005046129
4644 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_cpu.h' (3,137) at 20210308005046085
4645 2025-10-05 03:01:02.202-0500 FINEST t466 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' (3,138) at 20230706080014761
4646 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/tiny/dirsize.py' (3,139) at 20210307205554642
4647 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pirq_routing.h' (3,140) at 20210308005002880
4648 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/lowlevel_init.S' (3,141) at 20210308005002720
4649 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/130.out' (3,142) at 20210308005046449
4650 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-plug-in@.service' (3,143) at 20241107090014377
4651 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-ecc_defconfig' (3,144) at 20230720080043539
4652 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.at91' (3,145) at 20210308005003292
4653 2025-10-05 03:01:02.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_rcw_emmc.cfg' (3,146) at 20210308005002968
4654 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/cio.c' (3,147) at 20241211090212442
4655 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/mpc837xemds.c' (3,148) at 20210308005002976
4656 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/evbA3_emmc_patch.json' (3,149) at 20230110040015912
4657 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/.clang-format-c' (3,150) at 20210308005100989
4658 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/server.ttyS3.conf' (3,151) at 20230606080013598
4659 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/service_root/test_service_root.robot' (3,152) at 20240910080016938
4660 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/pdbg_utils.hpp' (3,153) at 20210911100021742
4661 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__write_env.hpp' (3,154) at 20240817080036820
4662 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/progress.cpp' (3,155) at 20230511080030375
4663 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/Makefile' (3,156) at 20210308005003700
4664 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/Kconfig' (3,157) at 20210308005003040
4665 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/Kconfig' (3,158) at 20210308005003052
4666 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/termbits.h' (3,159) at 20210308005046089
4667 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/Kconfig' (3,160) at 20210308005002948
4668 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/image-fuzzer/runner.py' (3,161) at 20210308005046393
4669 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils_0.9.18.bb' (3,162) at 20241221090017504
4670 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/abi_ptr.h' (3,163) at 20240906080037324
4671 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (3,164) at 20241108090014312
4672 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/debug.S' (3,165) at 20210308005002708
4673 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-kernel/linux/linux-aspeed/qualcomm.cfg' (3,166) at 20220819030014797
4674 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_h.c' (3,167) at 20210308005046513
4675 2025-10-05 03:01:02.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu.README' (3,168) at 20220910030013437
4676 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_strings.c' (3,169) at 20210308004938836
4677 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Bonnell.json' (3,170) at 20240518080026342
4678 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/time.py' (3,171) at 20221209040019095
4679 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/0001-Remove-timestamp-from-manpage.patch' (3,172) at 20210307205554562
4680 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx28evk_defconfig' (3,173) at 20210308005003268
4681 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-mips64el.txt' (3,174) at 20240113090014532
4682 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/giflib/giflib/0001-Makefile-fix-typo-in-soname-argument.patch' (3,175) at 20241221090017512
4683 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/barrier.h' (3,176) at 20210308005002844
4684 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/mon6_imximage_sd.cfg' (3,177) at 20210308005003016
4685 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77970-eagle-u-boot.dts' (3,178) at 20210308005002604
4686 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/include/compiler.h' (3,179) at 20240906080037344
4687 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/kvm-controller.html' (3,180) at 20210308005107077
4688 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/secure_boot_check.cpp' (3,181) at 20240820080031614
4689 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-whitelist-native.bb' (3,182) at 20210307205554054
4690 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/swtpm-wrappers-native.bb' (3,183) at 20220121040027607
4691 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/interrupts_64.c' (3,184) at 20210308005002708
4692 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_compile_64r6el.sh' (3,185) at 20210308005046525
4693 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/configuration/entity-manager/blacklist.json' (3,186) at 20241105090013647
4694 2025-10-05 03:01:02.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vhost-user-bridge.c' (3,187) at 20230426080043956
4695 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/saslauthd.service' (3,188) at 20220612030016727
4696 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-plus.svg' (3,189) at 20210308005107069
4697 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/RestrictionMode.interface.yaml' (3,190) at 20240209090020373
4698 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kristineberg' (3,191) at 20210307205553786
4699 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear310/spear310.c' (3,192) at 20210308005003052
4700 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-ThreeRock' (3,193) at 20210307205553774
4701 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-stop@.target' (3,194) at 20220301040040081
4702 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/DateTime/index.js' (3,195) at 20220105012522999
4703 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-cl-som-am57x.dts' (3,196) at 20210308005002564
4704 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/pixman-minimal.h' (3,197) at 20240326080039554
4705 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/adapter.h' (3,198) at 20240906080037340
4706 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8315ERDB_defconfig' (3,199) at 20210308005003236
4707 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/samsung_usb_phy.c' (3,200) at 20210308005003500
4708 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/get_mbox_info_v2.c' (3,201) at 20210308005108641
4709 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/mc34vr500_pmic.h' (3,202) at 20210308005003680
4710 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/atftp/atftp/atftpd.init' (3,203) at 20210407000018078
4711 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service' (3,204) at 20230920080013648
4712 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/devtool/test.py' (3,205) at 20210307205554386
4713 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/sh4eb-softmmu/default.mak' (3,206) at 20210927100127053
4714 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/.flake8-ignore' (3,207) at 20230214040017329
4715 2025-10-05 03:01:02.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rv1108.h' (3,208) at 20210308005002660
4716 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/0001-configure.ac-Do-not-demand-linker-hash-style.patch' (3,209) at 20230706080014753
4717 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/formfactor/formfactor_%.bbappend' (3,210) at 20210812000025266
4718 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/Power_on' (3,211) at 20211116040015975
4719 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/newcustomimage.html' (3,212) at 20210307205554286
4720 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/Kconfig' (3,213) at 20210308005002944
4721 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/law.c' (3,214) at 20210308005003012
4722 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/eth.cpp' (3,215) at 20240625080005992
4723 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/virtio_ring.h' (3,216) at 20210308005003692
4724 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/ping.c' (3,217) at 20210308005003720
4725 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power5.inc' (3,218) at 20210905000020581
4726 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/utils.py' (3,219) at 20241221090017592
4727 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/reset.c' (3,220) at 20210308005002552
4728 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/coding-standards/readme.md' (3,221) at 20221215040043186
4729 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_cleanup' (3,222) at 20231120090013292
4730 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded' (3,223) at 20230919080013974
4731 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb' (3,224) at 20241221090017528
4732 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/loads-stores.rst' (3,225) at 20241211090212234
4733 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/clock.h' (3,226) at 20210308005002668
4734 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso-32.so' (3,227) at 20240326080039562
4735 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-lex-yacc-Add-missing-function-prototypes.patch' (3,228) at 20221003030013261
4736 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/rm_work_and_downloads.bbclass' (3,229) at 20220910030013393
4737 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0002-Fix-printf-format-errors.patch' (3,230) at 20230503080014579
4738 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_cp110.c' (3,231) at 20210308005003452
4739 2025-10-05 03:01:02.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/Kconfig' (3,232) at 20210308005002992
4740 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/interrupts.c' (3,233) at 20210308005002884
4741 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/target-helpers.patch' (3,234) at 20230706080014757
4742 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_app/Kconfig' (3,235) at 20210308005002952
4743 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_common.h' (3,236) at 20210308005003524
4744 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (3,237) at 20241031080012183
4745 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/protocol.py' (3,238) at 20240326080039614
4746 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/cleanup.hpp' (3,239) at 20240817080027656
4747 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/microblazeel-softmmu/default.mak' (3,240) at 20241211090212222
4748 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_wrdsp.c' (3,241) at 20210308005046505
4749 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.gitignore' (3,242) at 20230721080038150
4750 2025-10-05 03:01:02.207-0500 FINEST t466 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' (3,243) at 20210307205553774
4751 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/unique_call.hpp' (3,244) at 20220412175720090
4752 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__run_loop.hpp' (3,245) at 20240817080036820
4753 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/temporary_file.cpp' (3,246) at 20240830080017495
4754 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb' (3,247) at 20240301090012423
4755 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/templates/default/bblayers.conf.sample' (3,248) at 20240323080013545
4756 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm7xx_rng.h' (3,249) at 20230426080043764
4757 2025-10-05 03:01:02.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/Kconfig' (3,250) at 20210308005002824
4758 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fat/fat.c' (3,251) at 20210308005003544
4759 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/Kconfig' (3,252) at 20210308005002764
4760 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-clang' (3,253) at 20210927100127465
4761 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/.gitignore' (3,254) at 20210507000042347
4762 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-neoversen2.inc' (3,255) at 20240301090012451
4763 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-clocks.dtsi' (3,256) at 20210308005002592
4764 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hornon' (3,257) at 20210307205553782
4765 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/clock.h' (3,258) at 20210308005002664
4766 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/bitops.h' (3,259) at 20210308005002824
4767 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/rockchip_dw_mmc.c' (3,260) at 20210308005003404
4768 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5275EVB.h' (3,261) at 20210308005003576
4769 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/multiplexed_log.css' (3,262) at 20210308005003744
4770 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/bmips_cpu.c' (3,263) at 20210308005003356
4771 2025-10-05 03:01:02.208-0500 FINEST t466 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' (3,264) at 20220402030016023
4772 2025-10-05 03:01:02.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb' (3,265) at 20241206090014246
4773 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/ethernut5_pwrman.h' (3,266) at 20210308005002956
4774 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vxeh2_vcvt.c' (3,267) at 20221215040039390
4775 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-stop-pre@.target' (3,268) at 20220301040040081
4776 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/chromebox_panther.dts' (3,269) at 20210308005002860
4777 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/lsxl.c' (3,270) at 20210308005002944
4778 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-mv784mp-gp/MAINTAINERS' (3,271) at 20210308005002904
4779 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio-scsi.c' (3,272) at 20241211090212442
4780 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/README' (3,273) at 20210308005002988
4781 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_wdt.h' (3,274) at 20210308005003020
4782 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/fs.hpp' (3,275) at 20210308005120353
4783 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-controller/irq.h' (3,276) at 20210308005003636
4784 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl_0.12.bb' (3,277) at 20241221090017548
4785 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb' (3,278) at 20240413080012663
4786 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmodplug/libmodplug/0001-fastmix-Drop-register-storage-class-keyword.patch' (3,279) at 20230131040012035
4787 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/psci_smp.S' (3,280) at 20210308005002792
4788 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/images/fb-tiogapass-phosphor-image.inc' (3,281) at 20231224090010777
4789 2025-10-05 03:01:02.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/binconfig.bbclass' (3,282) at 20220910030013385
4790 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mmu.h' (3,283) at 20210308005002640
4791 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/socfpga_dw_mmc.c' (3,284) at 20210308005003408
4792 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/spmi.c' (3,285) at 20210308005003740
4793 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerDiagnosticData.v1_2_3.json' (3,286) at 20240619080002948
4794 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liblocale/liblocale-gettext-perl_1.07.bb' (3,287) at 20241221090017548
4795 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino_MICRO_defconfig' (3,288) at 20210308005003232
4796 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/manage.py' (3,289) at 20220910030013377
4797 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.gitignore' (3,290) at 20241101080009591
4798 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand.c' (3,291) at 20210308005003412
4799 2025-10-05 03:01:02.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/imx/clk-imx8.c' (3,292) at 20210308005003348
4800 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/init-manager-none.inc' (3,293) at 20241221090017612
4801 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweron-failure@.service' (3,294) at 20241029080011443
4802 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cmpi.c' (3,295) at 20210308005003720
4803 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/008' (3,296) at 20210927100127473
4804 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/t4rdb.h' (3,297) at 20210308005002996
4805 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-cframe-reg.h' (3,298) at 20240906080037336
4806 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/format_utils.hpp' (3,299) at 20240809080033019
4807 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_t20_defconfig' (3,300) at 20210308005003252
4808 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb' (3,301) at 20241221090017508
4809 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control/power-config-host0.json' (3,302) at 20230706080014733
4810 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-list.err' (3,303) at 20220429100100882
4811 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/ventana_eeprom.h' (3,304) at 20210308005003000
4812 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mboxd/files/99-aspeed-lpc-ctrl.rules' (3,305) at 20210307205554070
4813 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-helios4.dts' (3,306) at 20210308005002568
4814 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/obmc-enable-host-watchdog@.service' (3,307) at 20210307205554074
4815 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/phosphor-health-monitor.service.in' (3,308) at 20230317080022933
4816 2025-10-05 03:01:02.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-core.xml' (3,309) at 20210308005045817
4817 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-ipmi-kcs/bare-metal-ipmi-kcs.bb' (3,310) at 20241206090014226
4818 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-ld11.c' (3,311) at 20210308005002792
4819 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Czestochowa' (3,312) at 20210307205553778
4820 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx-fix-pidfile.patch' (3,313) at 20210307205554034
4821 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmb.service' (3,314) at 20210308005119665
4822 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-copy.svg' (3,315) at 20210308005107069
4823 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/vss-debug.h' (3,316) at 20230925080039989
4824 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.h' (3,317) at 20210308005003524
4825 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/gpio.c' (3,318) at 20210308005002752
4826 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate/0001-rdate-define-logwtmp-on-libc-glibc.patch' (3,319) at 20230706080014737
4827 2025-10-05 03:01:02.212-0500 FINEST t466 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' (3,320) at 20210307205553882
4828 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-cursor_0.1.5.bb' (3,321) at 20241221090017684
4829 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38469-1.patch' (3,322) at 20240106090017265
4830 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Tpm.interface.yaml' (3,323) at 20210610000035134
4831 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/OWNERS' (3,324) at 20240913080036581
4832 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/vblade.service' (3,325) at 20210307205553822
4833 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/sensor-monitor/README.md' (3,326) at 20221213040025761
4834 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-avr.rst' (3,327) at 20210927100127081
4835 2025-10-05 03:01:02.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfleui.c' (3,328) at 20210308005046529
4836 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/stratixII.c' (3,329) at 20210308005003376
4837 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/syscounter.h' (3,330) at 20210308005002676
4838 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/index.scss' (3,331) at 20210308005107077
4839 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/helper.h' (3,332) at 20210308005046257
4840 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ddr4_dimm_params.c' (3,333) at 20210308005003360
4841 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/magic-enum/magic-enum/run-ptest' (3,334) at 20241221090017516
4842 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/build.py' (3,335) at 20220910030013401
4843 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x-rpi-usb-host.dtsi' (3,336) at 20210308005002576
4844 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/progress_meter.c' (3,337) at 20230426080043644
4845 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/witherspoon/avsbus-enable@.service' (3,338) at 20220514030009396
4846 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/southcluster.asl' (3,339) at 20210308005002876
4847 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-no-list.json' (3,340) at 20210308005046405
4848 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/posix_types.h' (3,341) at 20210308005002888
4849 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/ddr.c' (3,342) at 20210308005003048
4850 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/hashtable.c' (3,343) at 20210308005003740
4851 2025-10-05 03:01:02.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-3.0' (3,344) at 20210307205554418
4852 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tulip-test.c' (3,345) at 20221215040039382
4853 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-case.json' (3,346) at 20210927100127473
4854 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Turku' (3,347) at 20210307205553774
4855 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-opos6uldev.dts' (3,348) at 20210308005002588
4856 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpsr.h' (3,349) at 20210308005046069
4857 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mp.h' (3,350) at 20210308005002840
4858 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/normalize_mac_test.sh' (3,351) at 20230629131804623
4859 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.5.0.bb' (3,352) at 20241221090017684
4860 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/app-header.js' (3,353) at 20210308005107069
4861 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/Kconfig' (3,354) at 20210308005002756
4862 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mboxctl.c' (3,355) at 20210308005100993
4863 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/time.cpp' (3,356) at 20240822080031261
4864 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/gdb-config.c.inc' (3,357) at 20210308005046365
4865 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0005-pip-requirements-Don-t-install-requirements-with-pip.patch' (3,358) at 20210307205553802
4866 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/pl041.hx' (3,359) at 20210308005045841
4867 2025-10-05 03:01:02.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/attr/0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch' (3,360) at 20240106090017285
4868 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/Makefile' (3,361) at 20210308005002916
4869 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/test.c' (3,362) at 20210307205554438
4870 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/include/vegman.inc' (3,363) at 20230927080013514
4871 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/baytrail_som-db5800-som-6867.dts' (3,364) at 20210308005002860
4872 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/memory/Makefile' (3,365) at 20210308005003388
4873 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/serialize.cpp' (3,366) at 20240828080025979
4874 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fuse.h' (3,367) at 20210308005003652
4875 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/spa.h' (3,368) at 20210308005003692
4876 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/README.md' (3,369) at 20221209040011539
4877 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/as3722_regulator.c' (3,370) at 20210308005003472
4878 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ruovesi_Storminiemi' (3,371) at 20210307205553774
4879 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/rx-softmmu/default.mak' (3,372) at 20240906080037160
4880 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/link-with-ldflags.patch' (3,373) at 20230706080014741
4881 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/ubi.c' (3,374) at 20210308005003540
4882 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-hostname_1.0.bb' (3,375) at 20241206090014270
4883 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram.h' (3,376) at 20210308005002780
4884 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/Makefile' (3,377) at 20210308005003464
4885 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/panda_mux_data.h' (3,378) at 20210308005003080
4886 2025-10-05 03:01:02.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/types_test.cpp' (3,379) at 20230511080029431
4887 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Angebo' (3,380) at 20210307205553778
4888 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ssd2828.h' (3,381) at 20210308005003532
4889 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-sdio.c' (3,382) at 20210308005002552
4890 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/law.c' (3,383) at 20210308005003172
4891 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/0001-make-set-soname-on-liblmdb.patch' (3,384) at 20230706080014745
4892 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/0002-Fix-pyext_PATTERN-for-cross-compilation.patch' (3,385) at 20240113090014536
4893 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/linkage.h' (3,386) at 20210308005002844
4894 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/settings/phosphor-settings-manager/power-policy-set-default.override.yml' (3,387) at 20220211110019230
4895 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Linksprite_pcDuino_defconfig' (3,388) at 20210308005003236
4896 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (3,389) at 20241226090016127
4897 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/Makefile.libfdt' (3,390) at 20210308005003728
4898 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ptrace.h' (3,391) at 20210308005002708
4899 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_ipmi_sensor.pl' (3,392) at 20220720030027719
4900 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm911360_entphn_defconfig' (3,393) at 20210308005003252
4901 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.arm-caches' (3,394) at 20210308005003292
4902 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ep93xx_eth.c' (3,395) at 20210308005003428
4903 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/README' (3,396) at 20210308005002972
4904 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/openbmc-openpower.conf' (3,397) at 20210307205554046
4905 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/Kconfig' (3,398) at 20210308005003028
4906 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk-bootloader-config.cfg' (3,399) at 20210307205554634
4907 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/thrift/thrift/0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch' (3,400) at 20230520080014476
4908 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-dbus.c' (3,401) at 20240724080011687
4909 2025-10-05 03:01:02.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/index.scss' (3,402) at 20210308005107077
4910 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/rsa_caam.h' (3,403) at 20210308005003356
4911 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_hob.h' (3,404) at 20210308005002880
4912 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (3,405) at 20240209090013644
4913 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/bmc-update/config-bmc.json' (3,406) at 20240405080013750
4914 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/Kconfig' (3,407) at 20210308005003028
4915 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/MAINTAINERS' (3,408) at 20210308005002920
4916 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/qad/0001-Fix-warnings-found-by-clang-compiler.patch' (3,409) at 20230919080013958
4917 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport_dbus.c' (3,410) at 20230809080010803
4918 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/cache-pl310.c' (3,411) at 20210308005002708
4919 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/dsdt.asl' (3,412) at 20210308005002908
4920 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_labeled_tuple.cpp' (3,413) at 20230119040040606
4921 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Vitoria-Gasteiz' (3,414) at 20210307205553766
4922 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/snvs.c' (3,415) at 20210308005002728
4923 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/Nonnull.patch' (3,416) at 20231011080016574
4924 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer/swift/ucd90160.yaml' (3,417) at 20210307205553710
4925 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/subprojects/sdbusplus.wrap' (3,418) at 20220322030035936
4926 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Battery.interface.yaml' (3,419) at 20210610000035126
4927 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/0001-Unbolt-ubuntu-hack.patch' (3,420) at 20231011080016574
4928 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/rk3288.h' (3,421) at 20210308005003640
4929 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/axg-aoclkc.h' (3,422) at 20210308005003632
4930 2025-10-05 03:01:02.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/liblockfile-fix-install-so-to-man-dir.patch' (3,423) at 20230401080011935
4931 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/socfpga.c' (3,424) at 20210308005003072
4932 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0009-reduce-lifetime-value.patch' (3,425) at 20230706080014737
4933 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/vfio-iommufd.rst' (3,426) at 20240906080037176
4934 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_stat_unittest.cpp' (3,427) at 20220108040030440
4935 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_mac.h' (3,428) at 20210308005003288
4936 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/subprojects/sdbusplus.wrap' (3,429) at 20211221040045334
4937 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/provider.cpp' (3,430) at 20241211090212454
4938 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.uncmd_spl' (3,431) at 20210308005003724
4939 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/main.cpp' (3,432) at 20230629131804615
4940 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qtree.c' (3,433) at 20230426080043956
4941 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/settings/phosphor-settings-manager_%.bbapend' (3,434) at 20240110090012776
4942 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_mxc.h' (3,435) at 20210308005003628
4943 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-capture.c' (3,436) at 20241219090010504
4944 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Manawatu' (3,437) at 20210307205553778
4945 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/sim-hw-access.hpp' (3,438) at 20220225040021258
4946 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-mipi-u-boot.dtsi' (3,439) at 20210308005002584
4947 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjorkvattnet' (3,440) at 20210307205553778
4948 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-simple-poll.c' (3,441) at 20230421080019768
4949 2025-10-05 03:01:02.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r2dplus_defconfig' (3,442) at 20210308005003276
4950 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/Makefile' (3,443) at 20210308005002792
4951 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/Makefile' (3,444) at 20210308005003028
4952 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/block-coroutine-wrapper.rst' (3,445) at 20230426080043660
4953 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_net_unittest.cpp' (3,446) at 20240817080027656
4954 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/MAINTAINERS' (3,447) at 20210308005002920
4955 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projectconf.html' (3,448) at 20220402030016107
4956 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/MAINTAINERS' (3,449) at 20210308005002920
4957 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/callbackgentest.cpp' (3,450) at 20210308005108057
4958 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/README.md' (3,451) at 20221013030029183
4959 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/0001-yasm-Set-build-date-to-SOURCE_DATE_EPOCH.patch' (3,452) at 20240413080012655
4960 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (3,453) at 20241226090016127
4961 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a2_00000008.dtsi' (3,454) at 20210308005002872
4962 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/brxre1_defconfig' (3,455) at 20210308005003252
4963 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-mali.dtsi' (3,456) at 20210308005002596
4964 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/init/Makefile' (3,457) at 20210308005003228
4965 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/logicore_dp_tx.c' (3,458) at 20210308005003528
4966 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/Kconfig' (3,459) at 20210308005002960
4967 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_ptc_ek_nandflash_defconfig' (3,460) at 20210308005003276
4968 2025-10-05 03:01:02.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/cpu.c' (3,461) at 20210308005002788
4969 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/meson.build' (3,462) at 20240906080037212
4970 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/realview.rst' (3,463) at 20210308005045809
4971 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/mman.h' (3,464) at 20210308005046065
4972 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/resolve_errors.mako.cpp' (3,465) at 20210308005108057
4973 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcr/gcr3_3.41.2.bb' (3,466) at 20240301090012427
4974 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2400.c' (3,467) at 20220512100034141
4975 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsonrpcclient_4.0.3.bb' (3,468) at 20240301090012431
4976 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5387un/MAINTAINERS' (3,469) at 20210308005002948
4977 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu2-monitoring.service' (3,470) at 20230920080013648
4978 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Nagykanizsa-Barcs-Keszthely' (3,471) at 20210307205553774
4979 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/gr-Athens' (3,472) at 20210307205553774
4980 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gexiv2/gexiv2_0.14.3.bb' (3,473) at 20241221090017488
4981 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/README' (3,474) at 20210307205554478
4982 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/or_action.hpp' (3,475) at 20210914000041091
4983 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/MAINTAINERS' (3,476) at 20210308005003028
4984 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_unittest.cpp' (3,477) at 20240817080027252
4985 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/__init__.py' (3,478) at 20210307205554266
4986 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/trace.h' (3,479) at 20210927100127413
4987 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mkexynosspl.c' (3,480) at 20210308005003768
4988 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/libgpiod.wrap' (3,481) at 20240815080028259
4989 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target-reg-bits.h' (3,482) at 20230925080040077
4990 2025-10-05 03:01:02.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/configure.ac.patch' (3,483) at 20230706080014761
4991 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (3,484) at 20240326080016514
4992 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_client.cpp' (3,485) at 20230625080034211
4993 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_eq_qb.c' (3,486) at 20210308005046505
4994 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.atmel_mci' (3,487) at 20210308005003292
4995 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (3,488) at 20241031080012179
4996 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/emconfig' (3,489) at 20221213040024897
4997 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_overview/test_obmc_gui_server_overview.robot' (3,490) at 20241023080016467
4998 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/087' (3,491) at 20210927100127481
4999 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/0002-Fix-all-DeprecationWarning-invalid-escape-sequence.patch' (3,492) at 20240301090012427
5000 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/0001-docs-Disable-building.patch' (3,493) at 20221003030013257
5001 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-1.conf' (3,494) at 20230412080023460
5002 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (3,495) at 20241206090014278
5003 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/gpio-uniphier.c' (3,496) at 20210308005003376
5004 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/README.pybootchart' (3,497) at 20210307205554642
5005 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/README' (3,498) at 20210812000025310
5006 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-section.err' (3,499) at 20240906080037560
5007 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nisqually.json' (3,500) at 20240123090005495
5008 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/Kconfig' (3,501) at 20210308005002788
5009 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle.dts' (3,502) at 20210308005003760
5010 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/templates/default/conf-notes.txt' (3,503) at 20220913030020492
5011 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/interface.hpp' (3,504) at 20230714080040163
5012 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/servalt/Makefile' (3,505) at 20210308005003020
5013 2025-10-05 03:01:02.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-PA-Philadelphia' (3,506) at 20210307205553754
5014 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/standard_device_tests.cpp' (3,507) at 20240817080031288
5015 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/bootm.c' (3,508) at 20210308005002840
5016 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/odata-v4.json' (3,509) at 20240529080008499
5017 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (3,510) at 20221122040015511
5018 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imagetool.c' (3,511) at 20210308005003764
5019 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/038.out' (3,512) at 20210308005046437
5020 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/LICENSE' (3,513) at 20210308005111457
5021 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/rc' (3,514) at 20210307205554494
5022 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/ply/__init__.py' (3,515) at 20210307205554258
5023 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/directives/username-validator.js' (3,516) at 20210308005107065
5024 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ptpd-use-pkgconfig.patch' (3,517) at 20230131040012027
5025 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/speedstep.h' (3,518) at 20210308005002880
5026 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/fw_env.config' (3,519) at 20220916030015744
5027 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/power-supply-monitor@.service' (3,520) at 20210308005405942
5028 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone1000-standard.scc' (3,521) at 20220804030014671
5029 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Erikslund_Bergasen' (3,522) at 20210307205553778
5030 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-cache_1.0.bb' (3,523) at 20210812000025246
5031 2025-10-05 03:01:02.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/MAINTAINERS' (3,524) at 20210308005002916
5032 2025-10-05 03:01:02.222-0500 FINEST t466 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' (3,525) at 20230131040012027
5033 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpni.c' (3,526) at 20210308005003432
5034 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock_ti814x.c' (3,527) at 20210308005002756
5035 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/phosphor-systemd-policy.bb' (3,528) at 20241206090014274
5036 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/031.out' (3,529) at 20210308005046437
5037 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/windows_equally_evictable.c' (3,530) at 20210308005100993
5038 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/dwmmc.h' (3,531) at 20210308005002640
5039 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.prettierrc.yaml' (3,532) at 20221207040044383
5040 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368.dtsi' (3,533) at 20210308005002608
5041 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/pinctrl.h' (3,534) at 20210308005003628
5042 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/253.out' (3,535) at 20240326080039730
5043 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/i2c-mxv7.c' (3,536) at 20210308005002724
5044 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-co-timeout.c' (3,537) at 20221215040039406
5045 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/lowlevel_init.S' (3,538) at 20210308005002824
5046 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_nor_defconfig' (3,539) at 20210308005003264
5047 2025-10-05 03:01:02.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/novena.h' (3,540) at 20210308005003016
5048 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb' (3,541) at 20240113090014540
5049 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7629/MAINTAINERS' (3,542) at 20210308005003016
5050 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/Kconfig' (3,543) at 20210308005003048
5051 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring2.sh' (3,544) at 20230627080016966
5052 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/Makefile' (3,545) at 20210308005002996
5053 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/imb/imb.c' (3,546) at 20210308004938832
5054 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/bootmap.h' (3,547) at 20241211090212442
5055 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/edb93xx.h' (3,548) at 20210308005003592
5056 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/mini_inflate.c' (3,549) at 20210308005003548
5057 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/dk-All' (3,550) at 20210307205553766
5058 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio_0.3.113.bb' (3,551) at 20220502030010176
5059 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/alignment.sh' (3,552) at 20220405030025645
5060 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/evb-npcm845-ipmi-inventory-sensors.yaml' (3,553) at 20240110090012776
5061 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/ls1012afrdm.c' (3,554) at 20210308005002964
5062 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/example/example.hpp' (3,555) at 20231021080029918
5063 2025-10-05 03:01:02.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/wic/systemd-bootdisk-dmverity.wks.in' (3,556) at 20240413080012667
5064 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-core.c' (3,557) at 20240906080037444
5065 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bios-verify.target.in' (3,558) at 20210308005120349
5066 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/mips_asm_sgidefs.patch' (3,559) at 20230706080014745
5067 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/zramstop' (3,560) at 20210307205553938
5068 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/grays.vue' (3,561) at 20220105012522959
5069 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/ddr.c' (3,562) at 20210308005002988
5070 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/Kconfig' (3,563) at 20210308005002732
5071 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig' (3,564) at 20210308005003236
5072 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/Makefile' (3,565) at 20210308005003008
5073 2025-10-05 03:01:02.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/tca642x.c' (3,566) at 20210308005003380
5074 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/radeon.h' (3,567) at 20210308005003684
5075 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9263_devices.c' (3,568) at 20210308005002712
5076 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig' (3,569) at 20210308005003268
5077 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Sorviselka' (3,570) at 20210307205553774
5078 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/qts/sdram_config.h' (3,571) at 20210308005002952
5079 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils_008.bb' (3,572) at 20241221090017504
5080 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seeed/linkit-smart-7688/Kconfig' (3,573) at 20210308005003048
5081 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/designware_i2c.c' (3,574) at 20210308005003380
5082 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-ir-acs.yml' (3,575) at 20240106090017229
5083 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/0001-Make-space-for-flags-from-environment.patch' (3,576) at 20210307205553846
5084 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/x86_sys_io.patch' (3,577) at 20210307205553750
5085 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-av/0001-all-Drop-xmlRecoverMemory.patch' (3,578) at 20230811080018298
5086 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hyrynsalmi_Paljakka' (3,579) at 20210307205553770
5087 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json' (3,580) at 20230807080022150
5088 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mrc/quark.h' (3,581) at 20210308005003636
5089 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/iot_devkit.dts' (3,582) at 20210308005002544
5090 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/mpc8308rdb.c' (3,583) at 20210308005002976
5091 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-authz-pam.c' (3,584) at 20210927100127641
5092 2025-10-05 03:01:02.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/netifnames.patch' (3,585) at 20240413080012687
5093 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/sl811-hcd.c' (3,586) at 20210308005003516
5094 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/cooker.py' (3,587) at 20210307205554258
5095 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/event.py' (3,588) at 20240113090014544
5096 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/am335x-fb.c' (3,589) at 20210308005003520
5097 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/obmcconsole1' (3,590) at 20240613080020632
5098 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/gcovr.cfg' (3,591) at 20240808080032608
5099 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/ffdc_file.cpp' (3,592) at 20240830080017495
5100 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/witherspoon-pfault-analysis-error-native_git.bb' (3,593) at 20210812000025166
5101 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/213' (3,594) at 20210927100127493
5102 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/maxbcm_defconfig' (3,595) at 20210308005003268
5103 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/obmc/system/__init__.py' (3,596) at 20221209040046691
5104 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/u-boot-spl.lds' (3,597) at 20210308005002544
5105 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_pagination.scss' (3,598) at 20220105012522983
5106 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/SBx81LIFKW.h' (3,599) at 20210308005003580
5107 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/.gitignore' (3,600) at 20221026030027615
5108 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl_1.8.1.bb' (3,601) at 20240413080012663
5109 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/throttle.txt' (3,602) at 20220429100100426
5110 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/ipmisnoop/ipmisnoop.cpp' (3,603) at 20241120090021304
5111 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/const_structs.checkpatch' (3,604) at 20210308005003728
5112 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pepper_defconfig' (3,605) at 20210308005003272
5113 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/guruplug.h' (3,606) at 20210308005002904
5114 2025-10-05 03:01:02.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/run-ptest' (3,607) at 20241206090014314
5115 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx6-engicam.h' (3,608) at 20210308005003596
5116 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/certificate-modal-remove.html' (3,609) at 20210308005107069
5117 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/fallback-passwd' (3,610) at 20210307205554542
5118 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Control/Host.interface.yaml' (3,611) at 20221207040023627
5119 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/error-image.bb' (3,612) at 20210307205554386
5120 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-2.0' (3,613) at 20210307205554418
5121 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_d.c' (3,614) at 20210308005046521
5122 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_signal.h' (3,615) at 20241211090212218
5123 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/dfu.c' (3,616) at 20210308005003224
5124 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/powercap.hpp' (3,617) at 20241212090017799
5125 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/zynqpl.c' (3,618) at 20210308005003376
5126 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/README.md' (3,619) at 20221207040044383
5127 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fasteners_0.19.bb' (3,620) at 20240302090018210
5128 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/0003-bind-Makefile.in-regenerate-configure.patch' (3,621) at 20220402030015899
5129 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/run-ci' (3,622) at 20220315030032651
5130 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Object/Enable.interface.yaml' (3,623) at 20220315030032667
5131 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/0001-Fix-build-with-clang.patch' (3,624) at 20210316000012677
5132 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/i8259_internal.h' (3,625) at 20230426080043764
5133 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_server.cpp' (3,626) at 20240904080027106
5134 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/philips.rc5' (3,627) at 20210307205553758
5135 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/reg_fields_def.h.inc' (3,628) at 20210927100127385
5136 2025-10-05 03:01:02.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfleu.c' (3,629) at 20210308005046529
5137 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0022-avoid-missing-LOCK_EX-declaration.patch' (3,630) at 20241206090014246
5138 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/ich.h' (3,631) at 20210308005003492
5139 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth-2.c' (3,632) at 20240326080039742
5140 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/twl4030.h' (3,633) at 20210308005003688
5141 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/landing.html' (3,634) at 20240106090017249
5142 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ns16550.h' (3,635) at 20210308005003676
5143 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/templates/default/bblayers.conf.sample' (3,636) at 20240323080013545
5144 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ax-Smedsbole' (3,637) at 20210307205553766
5145 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/Makefile' (3,638) at 20210308005003028
5146 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/weston.py' (3,639) at 20220910030013401
5147 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/CsrCountryCodes.js' (3,640) at 20241004080035971
5148 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_NAND_defconfig' (3,641) at 20210308005003244
5149 2025-10-05 03:01:02.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-socket.c' (3,642) at 20230517080015649
5150 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rv1108-cru.h' (3,643) at 20210308005003632
5151 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (3,644) at 20210830100033700
5152 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-data.json' (3,645) at 20210308005046401
5153 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-core/busybox/busybox_%.bbappend' (3,646) at 20220204040022588
5154 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/hello-rs/0001-Greet-OE-Core.patch' (3,647) at 20241206090014294
5155 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/supervisord.conf' (3,648) at 20210307205554030
5156 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/subprojects/phosphor-dbus-interfaces.wrap' (3,649) at 20220708100026731
5157 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/console/obmc-console/obmc-console.conf' (3,650) at 20230512080018777
5158 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/start.S' (3,651) at 20210308005002800
5159 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/soci/soci_4.0.3.bb' (3,652) at 20241206090014250
5160 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SBS6-74w' (3,653) at 20210307205553762
5161 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere-host-reboot@.service' (3,654) at 20230508080011774
5162 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/README.md' (3,655) at 20240906080037484
5163 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.json' (3,656) at 20210308005046401
5164 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/150' (3,657) at 20220429100100910
5165 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-led-json.cpp' (3,658) at 20240824080021954
5166 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb' (3,659) at 20240302090018210
5167 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/env-lib.c' (3,660) at 20210308005003056
5168 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section.c' (3,661) at 20241114091008832
5169 2025-10-05 03:01:02.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/components/index.scss' (3,662) at 20210308005107073
5170 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/kgdb.h' (3,663) at 20210308005003656
5171 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/u-boot.h' (3,664) at 20210308005003560
5172 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-payload-annotations-v1.json' (3,665) at 20240824080002938
5173 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_SDCARD_defconfig' (3,666) at 20210308005003240
5174 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_colors.scss' (3,667) at 20220105012522983
5175 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/bx50v3.cfg' (3,668) at 20210308005003000
5176 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/olympus-nuvoton-inventory-cleanup/inventory-cleanup.yaml' (3,669) at 20210721000034682
5177 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_serialize.hpp' (3,670) at 20240726080021431
5178 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.commands.spl' (3,671) at 20210308005003292
5179 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i.dtsi' (3,672) at 20210308005002620
5180 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/build.patch' (3,673) at 20230706080014757
5181 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/hotswap-power-cycle/hotswap-power-cycle.bb' (3,674) at 20241206090014226
5182 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/544.patch' (3,675) at 20231014080011723
5183 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light/classic-light.xml' (3,676) at 20210307205553746
5184 2025-10-05 03:01:02.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/Makefile' (3,677) at 20210308005002784
5185 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apalis_imx6.h' (3,678) at 20210308005003584
5186 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareModalSwitchToRunning.vue' (3,679) at 20241004080035967
5187 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475EFE_defconfig' (3,680) at 20210308005003236
5188 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/fru.h' (3,681) at 20240909080009515
5189 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk.dtsi' (3,682) at 20210308005002612
5190 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ANTLR-PD-fallback' (3,683) at 20211006000025226
5191 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2_2.0.8.bb' (3,684) at 20241206090014242
5192 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt' (3,685) at 20210308005003304
5193 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service.replace' (3,686) at 20210307205554082
5194 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Angelholm_Vegeholm' (3,687) at 20210307205553778
5195 2025-10-05 03:01:02.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/xen.h' (3,688) at 20240326080039546
5196 2025-10-05 03:01:02.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/bzr.py' (3,689) at 20210307205554238
5197 2025-10-05 03:01:02.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/adb.h' (3,690) at 20210308005046013
5198 2025-10-05 03:01:02.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/st_smi.c' (3,691) at 20210308005003420
5199 2025-10-05 03:01:02.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/nvme.h' (3,692) at 20210308005003448
5200 2025-10-05 03:01:02.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/sparc64/host-signal.h' (3,693) at 20220429100100642
5201 2025-10-05 03:01:02.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sunne_Blabarskullen' (3,694) at 20210307205553790
5202 2025-10-05 03:01:02.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/no-gcrypt-badpath.patch' (3,695) at 20230706080014749
5203 2025-10-05 03:01:02.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/meson.build' (3,696) at 20210308005045961
5204 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/compare-machine-types.py' (3,697) at 20240906080037440
5205 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-target.inc' (3,698) at 20241221090017660
5206 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/err.h' (3,699) at 20210308005045769
5207 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-kernel/linux/linux-aspeed/romed8hm3.cfg' (3,700) at 20230126040012359
5208 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/Kconfig' (3,701) at 20210927100127433
5209 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/event.cpp' (3,702) at 20240822080031261
5210 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmacpriv.h' (3,703) at 20241211090212230
5211 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-any.json' (3,704) at 20210308005046397
5212 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sctlr.S' (3,705) at 20210308005002552
5213 2025-10-05 03:01:02.234-0500 FINEST t466 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' (3,706) at 20241221090017464
5214 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (3,707) at 20210823100016972
5215 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/apt.py' (3,708) at 20230503080014611
5216 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/resource_lock_table.json' (3,709) at 20221209040018563
5217 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/bcm6328-power-domain.c' (3,710) at 20210308005003468
5218 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd/70-op-vpd.rules' (3,711) at 20210307205554054
5219 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/util.c' (3,712) at 20210308005003728
5220 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/Kconfig' (3,713) at 20230925080039905
5221 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skalan' (3,714) at 20210307205553790
5222 2025-10-05 03:01:02.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/errno.h' (3,715) at 20210308005003644
5223 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/psplash_%.bbappend' (3,716) at 20241206090014278
5224 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7635.patch' (3,717) at 20210307205553942
5225 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/read.c' (3,718) at 20210308005003356
5226 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-hsc-fault@.service' (3,719) at 20240727080014098
5227 2025-10-05 03:01:02.235-0500 FINEST t466 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' (3,720) at 20241221090017528
5228 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5235.h' (3,721) at 20210308005002804
5229 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/stm32_pwr.h' (3,722) at 20210308005002664
5230 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/README.hardware.md' (3,723) at 20241221090017604
5231 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-qxl' (3,724) at 20210308005046237
5232 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/README' (3,725) at 20210308005003168
5233 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kmp204x.h' (3,726) at 20210308005003600
5234 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p2020_serdes.c' (3,727) at 20210308005002832
5235 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp_pmic.h' (3,728) at 20210308005003560
5236 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/time/time/0001-include-string.h-for-memset.patch' (3,729) at 20220910030013429
5237 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_ipmi_fru.pl' (3,730) at 20240618080031629
5238 2025-10-05 03:01:02.235-0500 FINEST t466 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' (3,731) at 20241221090017484
5239 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/string.h' (3,732) at 20210308005002848
5240 2025-10-05 03:01:02.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/iscsi-initiator-targets.service' (3,733) at 20210307205553818
5241 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/interfaces/json_storage_helpers.hpp' (3,734) at 20230523080037938
5242 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpedite537x.h' (3,735) at 20210308005003624
5243 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/settings.hpp' (3,736) at 20240409080029603
5244 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_loop.S' (3,737) at 20210308005046533
5245 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-build-perf-test' (3,738) at 20210307205554638
5246 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/run-ptest' (3,739) at 20210307205554470
5247 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console/host-console-filtered.sh' (3,740) at 20220414030020024
5248 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/templates/default/bblayers.conf.sample' (3,741) at 20240323080013545
5249 2025-10-05 03:01:02.236-0500 FINEST t466 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' (3,742) at 20221003030013261
5250 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CNRI-Jython' (3,743) at 20211006000025234
5251 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-netflix' (3,744) at 20210927100127061
5252 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-4.conf' (3,745) at 20230412080023460
5253 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-keysyms_0.4.1.bb' (3,746) at 20221120040010738
5254 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bedbug.c' (3,747) at 20210308005003220
5255 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mxs.h' (3,748) at 20210308005003608
5256 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/293.out' (3,749) at 20210308005046469
5257 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (3,750) at 20220622030015257
5258 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.c' (3,751) at 20210308005002980
5259 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu/0001-setup.py-Port-to-use-setuptools.patch' (3,752) at 20220402030016071
5260 2025-10-05 03:01:02.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/classes/kernel-modsign.bbclass' (3,753) at 20220721030015849
5261 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-serial.cfg' (3,754) at 20220804030014671
5262 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydicti_1.2.1.bb' (3,755) at 20230401080011943
5263 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/0001-Tweak-app-defaults.patch' (3,756) at 20220823030015951
5264 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/witherspoon/phosphor-fan-control@.service' (3,757) at 20211005000024771
5265 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Utanskog' (3,758) at 20210307205553794
5266 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0001-configure-Include-unistd.h-for-getpid-API.patch' (3,759) at 20221003030013285
5267 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-mrw-native_git.bb' (3,760) at 20220921030015986
5268 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-utils.bbclass' (3,761) at 20210811000030029
5269 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mqmaker/miqi_rk3288/MAINTAINERS' (3,762) at 20210308005003020
5270 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/README.md' (3,763) at 20221210040022050
5271 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/device-reset.cocci' (3,764) at 20241211090212458
5272 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock-k2l.h' (3,765) at 20210308005002732
5273 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/entityMap.json' (3,766) at 20240514080031406
5274 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console-vc-stubs.c' (3,767) at 20240906080037584
5275 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/s390-tod.h' (3,768) at 20210927100127437
5276 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pystemd_0.13.2.bb' (3,769) at 20241221090017560
5277 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager.hpp' (3,770) at 20241129090023557
5278 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_SECURE_BOOT_defconfig' (3,771) at 20210308005003244
5279 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/elgin_rv1108.h' (3,772) at 20210308005003592
5280 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/sl811.h' (3,773) at 20210308005003516
5281 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/action_error_tests.cpp' (3,774) at 20210308005405938
5282 2025-10-05 03:01:02.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/meson-routines.bbclass' (3,775) at 20240302090018226
5283 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/opcodes.h' (3,776) at 20210308005002828
5284 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/ServerLedStore.js' (3,777) at 20241004080035963
5285 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/power_supply.cpp' (3,778) at 20240820080038650
5286 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2e.h' (3,779) at 20210308005002732
5287 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/Documentation/mbox_protocol.md' (3,780) at 20210308005108641
5288 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/mv88e6352.c' (3,781) at 20210308005003440
5289 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/follow-fork-mode-parent.py' (3,782) at 20240906080037576
5290 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2018-18384.patch' (3,783) at 20210307205554574
5291 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull-14x14-evk.dts' (3,784) at 20210308005002588
5292 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/cp15.c' (3,785) at 20210308005002552
5293 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/serial-console.html' (3,786) at 20210715000108960
5294 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/test/test-sh/test.sh' (3,787) at 20230606080013598
5295 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/files/0001-Fix-build-of-shared-library-on-architectures-needing.patch' (3,788) at 20230706080014757
5296 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0041-scatter-gather-flag-workaround.patch' (3,789) at 20231126090012773
5297 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootefi.c' (3,790) at 20210308005003208
5298 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/findutils/findutils/run-ptest' (3,791) at 20241206090014334
5299 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/cg3100d/cg3100d.c' (3,792) at 20210308005003024
5300 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Simple-2.0' (3,793) at 20210307205554426
5301 2025-10-05 03:01:02.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/config.mk' (3,794) at 20210308005002784
5302 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_setuptools_build_meta.bbclass' (3,795) at 20220910030013389
5303 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/bedbug.h' (3,796) at 20210308005003560
5304 2025-10-05 03:01:02.239-0500 FINEST t466 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' (3,797) at 20240301090012435
5305 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/templates/default/bblayers.conf.sample' (3,798) at 20240323080013545
5306 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/ncplite-inventory-log/files/inventory-log.service' (3,799) at 20230412080023456
5307 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-2.5' (3,800) at 20210307205554418
5308 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-empire-electronix-m712.dts' (3,801) at 20210308005002620
5309 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-loongarch.c' (3,802) at 20240906080037592
5310 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/ti_sci.c' (3,803) at 20210308005003372
5311 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/0003-Fix-version-parsing-update-AUX-revision-info.patch' (3,804) at 20220429030013160
5312 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/qts/pll_config.h' (3,805) at 20210308005002912
5313 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/thread_stopall.cpp' (3,806) at 20230915080021805
5314 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/meson.build' (3,807) at 20240906080037556
5315 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_ssh_utils.py' (3,808) at 20221209040018567
5316 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb' (3,809) at 20241206090014262
5317 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/flag_fix.patch' (3,810) at 20210307205554478
5318 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Wexler_TAB7200_defconfig' (3,811) at 20210308005003244
5319 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bcd.h' (3,812) at 20210308005003560
5320 2025-10-05 03:01:02.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hedenaset' (3,813) at 20210307205553782
5321 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/sdram.c' (3,814) at 20210308005002976
5322 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Byxelkrok' (3,815) at 20210307205553778
5323 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/P10BMCAspeedSBPubKey_3.pem' (3,816) at 20220216040015837
5324 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/protvirt.rst' (3,817) at 20210927100127081
5325 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_%.bbappend' (3,818) at 20241206090014210
5326 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-calxeda-xgmac.h' (3,819) at 20210308005046033
5327 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3399.c' (3,820) at 20210308005003352
5328 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-marsboard.dts' (3,821) at 20210308005002616
5329 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/Kconfig' (3,822) at 20210308005002956
5330 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_chip.h' (3,823) at 20240906080037336
5331 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rastaban.h' (3,824) at 20210308005003612
5332 2025-10-05 03:01:02.240-0500 FINEST t466 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' (3,825) at 20230813080012860
5333 2025-10-05 03:01:02.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/fsl-tsec-phy.txt' (3,826) at 20210308005003304
5334 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/disas.c' (3,827) at 20210308005046329
5335 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.3.rst' (3,828) at 20230114040015518
5336 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/securetty' (3,829) at 20221003030013345
5337 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/obmc-update.sh' (3,830) at 20241008080015843
5338 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/winbond.c' (3,831) at 20210308005003416
5339 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/settings' (3,832) at 20221110040028914
5340 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/altera_timer.c' (3,833) at 20210308005003496
5341 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.err' (3,834) at 20220429100100882
5342 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/nfs.c' (3,835) at 20210308005003720
5343 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.odroid' (3,836) at 20210308005003296
5344 2025-10-05 03:01:02.241-0500 FINEST t466 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' (3,837) at 20220502030010112
5345 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/p10bmc-ipmi-inventory-sensors.yaml' (3,838) at 20241106090019922
5346 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-logicpd.dts' (3,839) at 20210308005002584
5347 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/crm_regs.h' (3,840) at 20210308005002640
5348 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch' (3,841) at 20241221090017656
5349 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/isp-spi.txt' (3,842) at 20210308005003304
5350 2025-10-05 03:01:02.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38469-2.patch' (3,843) at 20240106090017265
5351 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/docs/GeneratorExtensions.md' (3,844) at 20241114091008828
5352 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/io.h' (3,845) at 20210308005002880
5353 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Console/Access.interface.yaml' (3,846) at 20230517080029066
5354 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mach-generic/spaces.h' (3,847) at 20210308005002816
5355 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/asm.h' (3,848) at 20210308005002816
5356 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/of_addr.c' (3,849) at 20210308005003356
5357 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/xilinx_spips.h' (3,850) at 20240326080039542
5358 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/genericx86/xorg.conf' (3,851) at 20210307205554390
5359 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/id_rsa.pub' (3,852) at 20210308005046393
5360 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/range.h' (3,853) at 20240906080037344
5361 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ld9040.c' (3,854) at 20210308005003528
5362 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb' (3,855) at 20241221090017576
5363 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/zimage.c' (3,856) at 20210308005002884
5364 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/psensor.cpp' (3,857) at 20210308005059173
5365 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/fix-csv2html-data.patch' (3,858) at 20240301090012423
5366 2025-10-05 03:01:02.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/TableCellCount.spec.js.snap' (3,859) at 20220105012523003
5367 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-0.49-stats.patch' (3,860) at 20210307205553822
5368 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_w.c' (3,861) at 20210308005046517
5369 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/pfuze100_pmic.h' (3,862) at 20210308005003680
5370 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/logicore_dp_dpcd.h' (3,863) at 20210308005003528
5371 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,wap-5813n.dts' (3,864) at 20210308005002812
5372 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/0001-fuse-fix-the-return-value-of-help-option.patch' (3,865) at 20210307205553738
5373 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-P-2.0' (3,866) at 20211006000025234
5374 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/ipmi.cpp' (3,867) at 20240827080004798
5375 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/constant_timer.c' (3,868) at 20240906080037496
5376 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/dtoa' (3,869) at 20241221090017620
5377 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/q8_a13_tablet_defconfig' (3,870) at 20210308005003276
5378 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/clearfog_defconfig' (3,871) at 20210308005003252
5379 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-case.err' (3,872) at 20210927100127469
5380 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/tegra_nand.c' (3,873) at 20210308005003416
5381 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1275_revA_defconfig' (3,874) at 20210308005003288
5382 2025-10-05 03:01:02.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dals_Langed' (3,875) at 20210307205553778
5383 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/105.out' (3,876) at 20210308005046445
5384 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/topic_miamiplus_defconfig' (3,877) at 20210308005003284
5385 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/setup.py' (3,878) at 20220429100100734
5386 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network/usb-network.sh' (3,879) at 20230412080023456
5387 2025-10-05 03:01:02.244-0500 FINEST t466 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' (3,880) at 20221003030013285
5388 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_h.c' (3,881) at 20210308005046521
5389 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_offload.hpp' (3,882) at 20210414100044458
5390 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/snmp-policy/snmp-config.yaml' (3,883) at 20210811000030029
5391 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157-u-boot.dtsi' (3,884) at 20210308005002616
5392 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-build' (3,885) at 20210308005046393
5393 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/tegra186-power-domain.c' (3,886) at 20210308005003468
5394 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/board.c' (3,887) at 20210308005002756
5395 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/cpu/fsl,mpc83xx.txt' (3,888) at 20210308005002536
5396 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/aspeed_hace.c' (3,889) at 20220215040051568
5397 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/0004-rpm-sort-include-string.h-for-strverscmp.patch' (3,890) at 20230114040015470
5398 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/Makefile' (3,891) at 20210308005003476
5399 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Assembly.v1_5_1.json' (3,892) at 20240619080002940
5400 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs.py' (3,893) at 20241221090017628
5401 2025-10-05 03:01:02.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-boot.sh' (3,894) at 20210307205554482
5402 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/multilib_script.bbclass' (3,895) at 20241221090017608
5403 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102-revA.dts' (3,896) at 20210308005002636
5404 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/250.out' (3,897) at 20210308005046465
5405 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/powergate.h' (3,898) at 20210308005002672
5406 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_fp.h' (3,899) at 20210927100127161
5407 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/rss.bpf.skeleton.h' (3,900) at 20240906080037184
5408 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/pldm/pldm_%.bbappend' (3,901) at 20241206090014202
5409 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/libcr51sign_mauv.h' (3,902) at 20240817080006807
5410 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/imapfilter/ldflags.patch' (3,903) at 20210307205553978
5411 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/zynq_nand.c' (3,904) at 20210308005003416
5412 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_error_logging.hpp' (3,905) at 20210901000109343
5413 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/syzygy_hub.h' (3,906) at 20210308005003620
5414 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/Makefile' (3,907) at 20210308005003040
5415 2025-10-05 03:01:02.245-0500 FINEST t466 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' (3,908) at 20240904080027738
5416 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ulem' (3,909) at 20241221090017620
5417 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/nuvoton-layer/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (3,910) at 20220223040020640
5418 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/mman.h' (3,911) at 20241211090212374
5419 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/meta-openembedded.yml' (3,912) at 20241206090014206
5420 2025-10-05 03:01:02.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-backend.h' (3,913) at 20240326080039546
5421 2025-10-05 03:01:02.246-0500 FINEST t466 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' (3,914) at 20210307205553902
5422 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/qts/pinmux_config.h' (3,915) at 20210308005003072
5423 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-fru-merge-config-native.bb' (3,916) at 20210813100029656
5424 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/man-db/files/0001-Test-patch-here.patch' (3,917) at 20241206090014298
5425 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.svg' (3,918) at 20210307205554274
5426 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/xyz.openbmc_project.Telemetry.service.in' (3,919) at 20220813030031826
5427 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/binman_sym.h' (3,920) at 20210308005003560
5428 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/LICENSE' (3,921) at 20210307205553730
5429 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch' (3,922) at 20241221090017640
5430 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra124-car.h' (3,923) at 20210308005003636
5431 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/common.h' (3,924) at 20210308005100989
5432 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mmc/msm_sdhci.txt' (3,925) at 20210308005003304
5433 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/insns.decode' (3,926) at 20240326080039674
5434 2025-10-05 03:01:02.246-0500 FINEST t466 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' (3,927) at 20241221090017544
5435 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/sonar-project.properties' (3,928) at 20210308005107081
5436 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/mmc.c' (3,929) at 20210308005003740
5437 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_textoutput.c' (3,930) at 20210308005003704
5438 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ScheduledTime.errors.yaml' (3,931) at 20210610000035142
5439 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/run-ptest' (3,932) at 20210307205553958
5440 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc_keysym.h' (3,933) at 20221215040039402
5441 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/windows.yml' (3,934) at 20241211090212202
5442 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c' (3,935) at 20210308005046509
5443 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/256' (3,936) at 20240326080039730
5444 2025-10-05 03:01:02.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/makefile.py' (3,937) at 20241221090017628
5445 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/qemu.c' (3,938) at 20210308005002856
5446 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.json' (3,939) at 20210308005046401
5447 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_yaffs2.c' (3,940) at 20210308005003556
5448 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/Makefile' (3,941) at 20210308005003080
5449 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/license_image.bbclass' (3,942) at 20241221090017608
5450 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/.gitignore' (3,943) at 20210308005119297
5451 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-evm.dts' (3,944) at 20210308005002592
5452 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ngpixis.c' (3,945) at 20210308005002960
5453 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/spice.h' (3,946) at 20210308005045997
5454 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-tool/minerva-common-functions_0.1.bb' (3,947) at 20241221090017476
5455 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/buildconf.py' (3,948) at 20240301090012455
5456 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/Makefile.am' (3,949) at 20210308004938816
5457 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun4i.h' (3,950) at 20210308005003616
5458 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.eslintrc.json' (3,951) at 20211104000031616
5459 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/bmc_dump_entry.hpp' (3,952) at 20241129090023557
5460 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/imximage.cfg' (3,953) at 20210308005002964
5461 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sodankyla_Vuotso' (3,954) at 20210307205553774
5462 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/Makefile' (3,955) at 20210308005002944
5463 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi_driver.h' (3,956) at 20210308005003644
5464 2025-10-05 03:01:02.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-evm.dts' (3,957) at 20210308005002576
5465 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/IPAddresses.v1_1_5.json' (3,958) at 20240619080002948
5466 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/debug.h' (3,959) at 20210308005003420
5467 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ObjectMapper.interface.yaml' (3,960) at 20240817080023880
5468 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/setup-and-use.rst' (3,961) at 20240302090018226
5469 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/dummy-sdk-package.inc' (3,962) at 20210812000025330
5470 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/Makefile' (3,963) at 20210308005003460
5471 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/templates/default/local.conf.sample' (3,964) at 20241221090017472
5472 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/mori-fw.sh' (3,965) at 20230701080013908
5473 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm_0.9.9.8.bb' (3,966) at 20241206090014254
5474 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-no-invariants-or-later' (3,967) at 20211006000025234
5475 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/rdc-sema.c' (3,968) at 20210308005002728
5476 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_ar5315u.h' (3,969) at 20210308005003588
5477 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (3,970) at 20210307205553670
5478 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/Makefile' (3,971) at 20210308005002908
5479 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/woodburn_defconfig' (3,972) at 20210308005003284
5480 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/Makefile' (3,973) at 20210308005002756
5481 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/omap3-pandora/fb.modes' (3,974) at 20210307205553970
5482 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/files/0002-tr_languages-cast-string_ordinal-init-values.patch' (3,975) at 20210307205553970
5483 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/remove-nic-endpoint-slot@.service' (3,976) at 20240828080010891
5484 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/native' (3,977) at 20210307205554626
5485 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.gitignore' (3,978) at 20230714080032711
5486 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/modules.txt' (3,979) at 20221120040010706
5487 2025-10-05 03:01:02.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_gpio.h' (3,980) at 20220429100100590
5488 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/vmtoolsd.service' (3,981) at 20210407000018078
5489 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/dns.c' (3,982) at 20210308005003716
5490 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-image/clang.patch' (3,983) at 20210307205554594
5491 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SensorCollection.json' (3,984) at 20240619080002952
5492 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/027' (3,985) at 20220429100100886
5493 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-CMU' (3,986) at 20211006000025238
5494 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/filter-compress.c' (3,987) at 20240326080039378
5495 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/report.hpp' (3,988) at 20220412175720086
5496 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/Makefile' (3,989) at 20210308005002848
5497 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/checkstack.pl' (3,990) at 20210308005003724
5498 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/termbits.h' (3,991) at 20210927100127269
5499 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/unaligned.h' (3,992) at 20210308005002808
5500 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (3,993) at 20210307205553730
5501 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.4.rst' (3,994) at 20241221090017596
5502 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Varberg_Grimeton' (3,995) at 20210307205553794
5503 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra124-common.h' (3,996) at 20210308005003620
5504 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-mipi.dts' (3,997) at 20210308005002584
5505 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/configure.patch' (3,998) at 20230706080014737
5506 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/MAINTAINERS' (3,999) at 20210308005002948
5507 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/dns.h' (4,000) at 20210308005003716
5508 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb' (4,001) at 20241206090014238
5509 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-u-boot.dtsi' (4,002) at 20210308005002584
5510 2025-10-05 03:01:02.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/files/monkey.service' (4,003) at 20210307205554034
5511 2025-10-05 03:01:02.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/io.h' (4,004) at 20210308005002816
5512 2025-10-05 03:01:02.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_dcmi.h' (4,005) at 20210308004938816
5513 2025-10-05 03:01:02.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso.S' (4,006) at 20240326080039558
5514 2025-10-05 03:01:02.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am43xx-clocks.dtsi' (4,007) at 20210308005002564
5515 2025-10-05 03:01:02.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/common/ivm.c' (4,008) at 20210308005003012
5516 2025-10-05 03:01:02.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-command.c' (4,009) at 20230426080043956
5517 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/snapper9260/snapper9260.c' (4,010) at 20210308005002924
5518 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.5.bb' (4,011) at 20241221090017508
5519 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/target/serial.py' (4,012) at 20241221090017628
5520 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (4,013) at 20241206090014218
5521 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml' (4,014) at 20221207040023627
5522 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/test.sh' (4,015) at 20230131040012063
5523 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/table.cpp' (4,016) at 20231129090008761
5524 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/devpts' (4,017) at 20210307205554482
5525 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/030' (4,018) at 20240326080039726
5526 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_srio.h' (4,019) at 20210308005002840
5527 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/usleep_1.2.bb' (4,020) at 20241221090017508
5528 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.28/index.html' (4,021) at 20210307205554246
5529 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/mfa/python3-privacyidea_3.9.1.bb' (4,022) at 20241221090017576
5530 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/dwc_ahsata_priv.h' (4,023) at 20210308005003332
5531 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/test_hyp_network_manager.cpp' (4,024) at 20221204040023565
5532 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ucRobotics/bubblegum_96/Makefile' (4,025) at 20210308005003088
5533 2025-10-05 03:01:02.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/profile.hpp' (4,026) at 20230201040022463
5534 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/lattice.c' (4,027) at 20210308005003376
5535 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/indented-expr.out' (4,028) at 20241211090212542
5536 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_svinval.c.inc' (4,029) at 20241211090212514
5537 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/peer-targets-bonnell.json' (4,030) at 20231107090019125
5538 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bredsjon' (4,031) at 20210307205553778
5539 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svardsosund_Svardso' (4,032) at 20210307205553790
5540 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/251.out' (4,033) at 20210308005046465
5541 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/pei_data.h' (4,034) at 20210308005002876
5542 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/188.out' (4,035) at 20210308005046457
5543 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-auxtek-t003.dts' (4,036) at 20210308005002620
5544 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/cpld.c' (4,037) at 20210308005002996
5545 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/vhost-user-blk.c' (4,038) at 20221215040039374
5546 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/colibri_imx7.c' (4,039) at 20210308005003084
5547 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/gdbcont.c' (4,040) at 20210308005003764
5548 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/bti-1.c' (4,041) at 20240906080037576
5549 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/ffdc_file.cpp' (4,042) at 20240904080029670
5550 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch' (4,043) at 20241221090017688
5551 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_attribs.c' (4,044) at 20210308005003552
5552 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy16_C-99.0W' (4,045) at 20210307205553762
5553 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuarmv7/machconfig' (4,046) at 20210307205554454
5554 2025-10-05 03:01:02.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Beerware' (4,047) at 20211006000025230
5555 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7793-u-boot.dtsi' (4,048) at 20210308005002600
5556 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/bdm/gdbinit.reset' (4,049) at 20210308005002944
5557 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/fan.hpp' (4,050) at 20230201040022463
5558 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/image-type/static.inc' (4,051) at 20230114040015490
5559 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/0001-include-libgen.h-for-basename-API-prototype.patch' (4,052) at 20240413080012635
5560 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/README' (4,053) at 20210308005116217
5561 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemux86-64/pointercal' (4,054) at 20210307205553874
5562 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_s_ph.c' (4,055) at 20210308005046509
5563 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/mpipl/test_mpipl_basic.robot' (4,056) at 20240628080017117
5564 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/237' (4,057) at 20220429100100914
5565 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-fpga.dts' (4,058) at 20220617030036053
5566 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/0001-Add-LDFLAGS-to-linker-cmdline.patch' (4,059) at 20230706080014733
5567 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/openpic_kvm.h' (4,060) at 20210308005046025
5568 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-kernel/linux/linux-nuvoton/olympus-nuvoton.cfg' (4,061) at 20210307205554090
5569 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/xlnx-versal-ospi.h' (4,062) at 20240326080039542
5570 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/Makefile' (4,063) at 20210308005003024
5571 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rbtree.c' (4,064) at 20210308005003712
5572 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/LICENSE' (4,065) at 20210308005107065
5573 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Helsingborg_Olympia' (4,066) at 20210307205553782
5574 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/pinmux.h' (4,067) at 20210308005002780
5575 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm7445_defconfig' (4,068) at 20210308005003252
5576 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/lp87565_regulator.c' (4,069) at 20210308005003472
5577 2025-10-05 03:01:02.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mailbox-uclass.h' (4,070) at 20210308005003672
5578 2025-10-05 03:01:02.254-0500 FINEST t466 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' (4,071) at 20240904080027738
5579 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sh_sdhi.c' (4,072) at 20210308005003408
5580 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver/fix-cross-compile.patch' (4,073) at 20230503080014591
5581 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/desc.c' (4,074) at 20240326080039498
5582 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-KeelylangHill' (4,075) at 20210307205553798
5583 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/board.c' (4,076) at 20210308005003048
5584 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-qds-duart.dts' (4,077) at 20210308005002596
5585 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5272c3/Makefile' (4,078) at 20210308005002972
5586 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_settings.pl' (4,079) at 20210308005052045
5587 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/trigger_action_mock.hpp' (4,080) at 20220607100029059
5588 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-kernel/linux/linux-aspeed_%.bbappend' (4,081) at 20240120090012778
5589 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mp.c' (4,082) at 20210308005002832
5590 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_structs.h' (4,083) at 20220429100100646
5591 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dalmore_defconfig' (4,084) at 20210308005003256
5592 2025-10-05 03:01:02.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_elf.h' (4,085) at 20240906080037156
5593 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi_api.h' (4,086) at 20210308005003644
5594 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_pattern_group_nest3.decode' (4,087) at 20210308005046389
5595 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/README' (4,088) at 20210308005003048
5596 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/sdeventplus.wrap' (4,089) at 20220819030023853
5597 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-vyasa-u-boot.dtsi' (4,090) at 20210308005002608
5598 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t104xrdb.h' (4,091) at 20210308005002992
5599 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/mx35_sdram.c' (4,092) at 20210308005002544
5600 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/msm_smem.c' (4,093) at 20210308005003488
5601 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a4_00000007.dtsi' (4,094) at 20210308005002872
5602 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/bletchley-sled-insertion@.target' (4,095) at 20230310090018691
5603 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/lapic.h' (4,096) at 20210308005002880
5604 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/Kconfig' (4,097) at 20210308005002816
5605 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_sensor.mako.hpp' (4,098) at 20220408030020980
5606 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/cpu.c' (4,099) at 20210308005002800
5607 2025-10-05 03:01:02.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/rootfspostcommandstests.py' (4,100) at 20220910030013405
5608 2025-10-05 03:01:02.256-0500 FINEST t466 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' (4,101) at 20210307205554094
5609 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7795-cpg-mssr.h' (4,102) at 20210308005003632
5610 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.17.bb' (4,103) at 20221003030013285
5611 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/phosphor-dbus-interfaces.wrap' (4,104) at 20220331030041643
5612 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CMU-Mach' (4,105) at 20241221090017616
5613 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5.dtsi' (4,106) at 20210308005002572
5614 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/lowlevel_init.S' (4,107) at 20210308005002712
5615 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/netserver.service' (4,108) at 20210812000025186
5616 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/bcm6318-power-domain.h' (4,109) at 20210308005003640
5617 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-server-volatiles.conf' (4,110) at 20210307205554122
5618 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pam.c' (4,111) at 20230925080039893
5619 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/x86_start16_spl.py' (4,112) at 20210308005003748
5620 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-primo81.dts' (4,113) at 20210308005002620
5621 2025-10-05 03:01:02.256-0500 FINEST t466 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' (4,114) at 20241221090017648
5622 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-m/tune-cortexm35p.inc' (4,115) at 20240301090012451
5623 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/zenity/zenity_4.0.3.bb' (4,116) at 20241221090017488
5624 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/law.c' (4,117) at 20210308005003052
5625 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/lshrdi3.c' (4,118) at 20210308005002816
5626 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/openocd.cfg' (4,119) at 20210308005002908
5627 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig' (4,120) at 20210308005003236
5628 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/monitor/meson.build' (4,121) at 20230925080039825
5629 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/i2c-tools/i2c-tools_4.4.bb' (4,122) at 20241221090017664
5630 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/bsc9132_serdes.c' (4,123) at 20210308005002828
5631 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/omap_serial.txt' (4,124) at 20210308005003308
5632 2025-10-05 03:01:02.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Guliksberg_Rodvattnet' (4,125) at 20210307205553782
5633 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/broadcom/Makefile' (4,126) at 20210308005003456
5634 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro/0001-Default-43455-firmware-to-standard-variant.patch' (4,127) at 20221003030013297
5635 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bblayers.py' (4,128) at 20241221090017628
5636 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/rings.c' (4,129) at 20240326080039466
5637 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test' (4,130) at 20240326080039734
5638 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/devkit3250_defconfig' (4,131) at 20210308005003256
5639 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-no-list.err' (4,132) at 20210308005046405
5640 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/README.md' (4,133) at 20221213040022685
5641 2025-10-05 03:01:02.257-0500 FINEST t466 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' (4,134) at 20230317080013785
5642 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/classes/gxp-bootblock.bbclass' (4,135) at 20230413080015624
5643 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Host.metadata.yaml' (4,136) at 20220430030026020
5644 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x25ek.dts' (4,137) at 20210308005002572
5645 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/iobp.c' (4,138) at 20210308005002852
5646 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/MAINTAINERS' (4,139) at 20210308005003028
5647 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/rpm-chksec.sh' (4,140) at 20210307205554130
5648 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch' (4,141) at 20230114040015490
5649 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/Kconfig' (4,142) at 20210308005003008
5650 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/triehash' (4,143) at 20210307205554494
5651 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ISC-Veillard' (4,144) at 20241221090017616
5652 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lion_rk3368.h' (4,145) at 20210308005003600
5653 2025-10-05 03:01:02.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_raddu_w_qb.c' (4,146) at 20210308005046505
5654 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC837XERDB.h' (4,147) at 20210308005003576
5655 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sata.h' (4,148) at 20210308005003684
5656 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vitberget' (4,149) at 20210307205553794
5657 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/types.hpp' (4,150) at 20241119090031273
5658 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/system/kernel.ld' (4,151) at 20220429100100946
5659 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/phosphor-dbus-interfaces.wrap' (4,152) at 20240229090015607
5660 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/rsa-verify.c' (4,153) at 20210308005003712
5661 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/machine/fp5280g3.conf' (4,154) at 20240719080014909
5662 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0005-linux-syslinux-implement-handle_adv_on_ext.patch' (4,155) at 20220910030013425
5663 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme-json-rewrite.conf' (4,156) at 20230311090013139
5664 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/mx6quq7/MAINTAINERS' (4,157) at 20210308005003048
5665 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig' (4,158) at 20210308005003256
5666 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/ti-edma3.h' (4,159) at 20210308005002708
5667 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/remote-console-controller.html' (4,160) at 20210308005107077
5668 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_platform-mips.c' (4,161) at 20210308005002540
5669 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/test_dtoc.py' (4,162) at 20210308005003760
5670 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-nanopi-a64.dts' (4,163) at 20210308005002616
5671 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LOOP' (4,164) at 20241221090017616
5672 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/initd.smartd' (4,165) at 20210307205553934
5673 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/b4860_ids.c' (4,166) at 20210308005002828
5674 2025-10-05 03:01:02.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/LICENSE' (4,167) at 20210308005132793
5675 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/qca953x/lowlevel_init.S' (4,168) at 20210308005002820
5676 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/fru_identity_test.cpp' (4,169) at 20220806030027601
5677 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/flat.lds' (4,170) at 20210308005046177
5678 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/sdtest.cpp' (4,171) at 20210308005049145
5679 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_maddu.c' (4,172) at 20210308005046525
5680 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/virtual-media.scss' (4,173) at 20210308005107077
5681 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_host.c' (4,174) at 20210308005003520
5682 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/get-all-properties.cpp' (4,175) at 20240817080036816
5683 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/Kconfig' (4,176) at 20210308005003008
5684 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0001-Don-t-use-__GNUC_PREREQ.patch' (4,177) at 20230706080014761
5685 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/layerindexobj.py' (4,178) at 20210307205554258
5686 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bios.c' (4,179) at 20210308005002884
5687 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/efibootmgr/efibootmgr_18.bb' (4,180) at 20230114040015534
5688 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/nvme-test.c' (4,181) at 20240906080037572
5689 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64_2.0.0.1.bb' (4,182) at 20240301090012427
5690 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/MAINTAINERS' (4,183) at 20210308005003040
5691 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/Makefile' (4,184) at 20210308005003372
5692 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/manager.hpp' (4,185) at 20230714080040163
5693 2025-10-05 03:01:02.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86-64/machconfig' (4,186) at 20210307205554390
5694 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/deflate.h' (4,187) at 20210308005003716
5695 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/zones.md' (4,188) at 20240807080019546
5696 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2081a-rdb.dts' (4,189) at 20210308005002580
5697 2025-10-05 03:01:02.260-0500 FINEST t466 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' (4,190) at 20220414030020024
5698 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-lcdif.h' (4,191) at 20210308005002676
5699 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-wavecomp' (4,192) at 20210308005045769
5700 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/openssl11_build_fix.patch' (4,193) at 20230520080014488
5701 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/ipc-run_20231003.0.bb' (4,194) at 20231126090012793
5702 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/Kconfig' (4,195) at 20210308005003172
5703 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm_git.bbappend' (4,196) at 20241206090014230
5704 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/sandbox.c' (4,197) at 20210308005003472
5705 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac-gnutls.c' (4,198) at 20241211090212230
5706 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-fuzz' (4,199) at 20230925080040085
5707 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/Kconfig' (4,200) at 20210308005003172
5708 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/MAINTAINERS' (4,201) at 20210308005002956
5709 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_d.c' (4,202) at 20210308005046517
5710 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-plladiv.c' (4,203) at 20210308005003348
5711 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/wic/beaglebone-yocto.wks' (4,204) at 20210407000018110
5712 2025-10-05 03:01:02.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xmb_cmp.dtsi' (4,205) at 20210308005002612
5713 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb' (4,206) at 20230114040015550
5714 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/atmel_pio4.c' (4,207) at 20210308005003376
5715 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/OWNERS' (4,208) at 20240815080043900
5716 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/OWNERS' (4,209) at 20220727030029197
5717 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-cmpi-devel/sblim-cmpi-devel_2.0.3.bb' (4,210) at 20241221090017524
5718 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/board.c' (4,211) at 20210308005003168
5719 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/musca-b1.yml' (4,212) at 20241206090014206
5720 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_vining_fpga_defconfig' (4,213) at 20210308005003280
5721 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/gp_padctrl.h' (4,214) at 20210308005002668
5722 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/0001-cmake-Check-for-HP-libunwind.patch' (4,215) at 20240302090018202
5723 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-pcap/requirements.txt' (4,216) at 20210308005111457
5724 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/law.c' (4,217) at 20210308005002996
5725 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/Kconfig' (4,218) at 20210308005002548
5726 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.err' (4,219) at 20240906080037564
5727 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/config_file_parser_error_tests.cpp' (4,220) at 20240113090029504
5728 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/bzip2-1.0.6' (4,221) at 20210307205554426
5729 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vhdx-log.c' (4,222) at 20240326080039386
5730 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf610-twr.dts' (4,223) at 20210308005002632
5731 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_zero_defconfig' (4,224) at 20210308005003272
5732 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lshw/lshw_02.20.bb' (4,225) at 20240301090012423
5733 2025-10-05 03:01:02.261-0500 FINEST t466 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' (4,226) at 20241221090017504
5734 2025-10-05 03:01:02.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/files/0001-only-apply-search-path-logic-to-relative-pathnames.patch' (4,227) at 20241221090017536
5735 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp-ddns-server' (4,228) at 20210307205554462
5736 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libdazzle/libdazzle_3.44.0.bb' (4,229) at 20231126090012861
5737 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1024_sd_rcw.cfg' (4,230) at 20210308005002992
5738 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/Kconfig' (4,231) at 20210308005003460
5739 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77970.dtsi' (4,232) at 20210308005002604
5740 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mingw_support.h' (4,233) at 20210308005003768
5741 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/poweron.conf' (4,234) at 20210307205554074
5742 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/fmopl.h' (4,235) at 20240326080039426
5743 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mvebu/armada-37xx-periph.c' (4,236) at 20210308005003352
5744 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/MCR3000.c' (4,237) at 20210308005002952
5745 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/example.cpp' (4,238) at 20241120090021304
5746 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS7.conf' (4,239) at 20240529080017843
5747 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-fru-ocp-setting@.service' (4,240) at 20240904080027726
5748 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nokia_rx51.h' (4,241) at 20210308005003608
5749 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/expect-configure-c99.patch' (4,242) at 20241221090017656
5750 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/Kconfig' (4,243) at 20210308005002904
5751 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/powermac.rst' (4,244) at 20241211090212238
5752 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/sandbox-reset-test.c' (4,245) at 20210308005003480
5753 2025-10-05 03:01:02.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock_am33xx.c' (4,246) at 20210308005002756
5754 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pov_protab2_ips9_defconfig' (4,247) at 20210308005003276
5755 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock_2.2.3.bb' (4,248) at 20241221090017524
5756 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Symlinks' (4,249) at 20241221090017616
5757 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.u-boot_on_efi' (4,250) at 20210308005003300
5758 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (4,251) at 20230721080014366
5759 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/kwbimage.cfg.in' (4,252) at 20210308005002752
5760 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/string.h' (4,253) at 20210308005002828
5761 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/COPYING.MIT' (4,254) at 20210307205554034
5762 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_isol.h' (4,255) at 20210308004938820
5763 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/common/common.c' (4,256) at 20210308005002904
5764 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/boost.wrap' (4,257) at 20240424080021456
5765 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/utility.cpp' (4,258) at 20210308005059165
5766 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c' (4,259) at 20210308005046509
5767 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/silk.c' (4,260) at 20210308005003040
5768 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am3517_crane.h' (4,261) at 20210308005003584
5769 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/Kconfig' (4,262) at 20210308005002944
5770 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500.dtsi' (4,263) at 20220215040051496
5771 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntp.conf' (4,264) at 20210307205553846
5772 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_elf.h' (4,265) at 20210308005046069
5773 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa17.inc' (4,266) at 20210905000020581
5774 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-mmc.inc' (4,267) at 20210307205554058
5775 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb' (4,268) at 20241206090014226
5776 2025-10-05 03:01:02.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/113' (4,269) at 20220429100100890
5777 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/cpu.c' (4,270) at 20210308005002548
5778 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/MAINTAINERS' (4,271) at 20210308005002904
5779 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/u-boot-spl.lds' (4,272) at 20210308005002712
5780 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77965-salvator-x.dts' (4,273) at 20210308005002604
5781 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/x86_64_pc-machine.c' (4,274) at 20221215040039378
5782 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftsdmc020.h' (4,275) at 20210308005003648
5783 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/store.py' (4,276) at 20241221090017704
5784 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/meson.build' (4,277) at 20210308005045841
5785 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-bananapi-m2-plus.dtsi' (4,278) at 20210308005002628
5786 2025-10-05 03:01:02.264-0500 FINEST t466 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' (4,279) at 20210307205553894
5787 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorsele_Vattentornet' (4,280) at 20210307205553790
5788 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/state/phosphor-state-manager/xyz.openbmc_project.State.Chassis@.service' (4,281) at 20230215040018435
5789 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-olinuxino-micro.dts' (4,282) at 20210308005002620
5790 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/interface.hpp' (4,283) at 20240417080025475
5791 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/default-users/default-users.bb' (4,284) at 20210807000017354
5792 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/Doxyfile' (4,285) at 20210308005114357
5793 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-arm-mptimer.c' (4,286) at 20210308005046485
5794 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/0001-Adjust-paths-for-use-with-Bitbake.patch' (4,287) at 20241206090014234
5795 2025-10-05 03:01:02.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/circular_vector.hpp' (4,288) at 20221014100033151
5796 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Prievidza' (4,289) at 20210307205553794
5797 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/meson.build' (4,290) at 20240823080032949
5798 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/mapped_floor.hpp' (4,291) at 20230104040029767
5799 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/rng-tools.service' (4,292) at 20220910030013433
5800 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/226.out' (4,293) at 20210927100127497
5801 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grevie' (4,294) at 20210307205553782
5802 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/Kconfig' (4,295) at 20210308005003040
5803 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/init' (4,296) at 20210307205554466
5804 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/chrony.inc' (4,297) at 20240819080009954
5805 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/035_x86_single_ucode.dts' (4,298) at 20210308005003752
5806 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-imx7d_defconfig' (4,299) at 20210308005003276
5807 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/obsolete_autoconf_macros.patch' (4,300) at 20210307205553842
5808 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mini-X_defconfig' (4,301) at 20210308005003240
5809 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-on.svg' (4,302) at 20210308005107069
5810 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/user/meson.build' (4,303) at 20210927100127401
5811 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/Kconfig' (4,304) at 20210308005002728
5812 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/Makefile' (4,305) at 20210308005002792
5813 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_ar5387un_ram_defconfig' (4,306) at 20210308005003252
5814 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/vdso.ld' (4,307) at 20240326080039562
5815 2025-10-05 03:01:02.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/addpkgconfig.patch' (4,308) at 20220204040022520
5816 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/universe.h' (4,309) at 20210308005003688
5817 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_dump.h' (4,310) at 20210308004938836
5818 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/odroid_defconfig' (4,311) at 20210308005003272
5819 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/290' (4,312) at 20220429100100926
5820 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sata.h' (4,313) at 20210308005002660
5821 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-venice2.dts' (4,314) at 20210308005002628
5822 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/gcc14-fix.patch' (4,315) at 20241206090014322
5823 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-bindings/vala/xfce4-vala_4.10.3.bb' (4,316) at 20241221090017564
5824 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ge_bx50v3.h' (4,317) at 20210308005003596
5825 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/0001-deqp-runner-drop-zstd-support.patch' (4,318) at 20241221090017524
5826 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/305' (4,319) at 20210927100127505
5827 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/run-ptest' (4,320) at 20230401080011975
5828 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-prserv' (4,321) at 20241221090017584
5829 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_ipmi_sel.pl' (4,322) at 20220720030027719
5830 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_write_window_rw_partition.cpp' (4,323) at 20210308005100997
5831 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi' (4,324) at 20210308005002616
5832 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/s5p_sdhci.c' (4,325) at 20210308005003408
5833 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Lahti' (4,326) at 20210307205553770
5834 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/lowlevel_init.S' (4,327) at 20210308005002752
5835 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/phosphor-ipmi-flash-bmccpld-update.service' (4,328) at 20240405080013750
5836 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/aspeed-gpio.h' (4,329) at 20210308005003636
5837 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.travis.yml' (4,330) at 20210308004925440
5838 2025-10-05 03:01:02.266-0500 FINEST t466 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' (4,331) at 20220502030010104
5839 2025-10-05 03:01:02.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_logging_def.h' (4,332) at 20210308005003364
5840 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/resolve_errors.hpp' (4,333) at 20230520080021600
5841 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-interns' (4,334) at 20210927100127061
5842 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/intro.rst' (4,335) at 20230114040015526
5843 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/__init__.robot' (4,336) at 20210308005007104
5844 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/Kconfig' (4,337) at 20210308005003072
5845 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/usb-hcd-ohci-test.c' (4,338) at 20210308005046485
5846 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4_xplained/MAINTAINERS' (4,339) at 20210308005002920
5847 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3188-radxarock.dts' (4,340) at 20210308005002604
5848 2025-10-05 03:01:02.267-0500 FINEST t466 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' (4,341) at 20231011080016574
5849 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_cve_check_ignore.pass' (4,342) at 20241206090014310
5850 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/fw_cfg.c' (4,343) at 20210927100127149
5851 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_lpuart.h' (4,344) at 20210308005003652
5852 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps/append_ldflags.patch' (4,345) at 20230503080014579
5853 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-rtc.cfg' (4,346) at 20220804030014671
5854 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-openrd.dtsi' (4,347) at 20210308005002592
5855 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-ptest.bb' (4,348) at 20240302090018206
5856 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/broadcom/Kconfig' (4,349) at 20210308005003456
5857 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch' (4,350) at 20220204040022668
5858 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/Makefile' (4,351) at 20210308005003424
5859 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_periph.h' (4,352) at 20210308005002664
5860 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/as3722.c' (4,353) at 20210308005003468
5861 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migration-permissions.out' (4,354) at 20220429100100930
5862 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_jal.c' (4,355) at 20210308005046529
5863 2025-10-05 03:01:02.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/lx2160a.c' (4,356) at 20210308005003436
5864 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/dh_imx6_spl.c' (4,357) at 20210308005002952
5865 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/psci.c' (4,358) at 20210308005002784
5866 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/classes/sanity-meta-tpm.bbclass' (4,359) at 20220612030016735
5867 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/Makefile' (4,360) at 20210308005002840
5868 2025-10-05 03:01:02.268-0500 FINEST t466 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' (4,361) at 20241221090017576
5869 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/pwm_regulator.c' (4,362) at 20210308005003472
5870 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/recognize_connmand.patch' (4,363) at 20230211040012647
5871 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/meson.build' (4,364) at 20240823080032949
5872 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Privileges.v1_0_6.json' (4,365) at 20240619080002952
5873 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/ppd_gpio.h' (4,366) at 20210308005003004
5874 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/entity-manager/blacklist.json' (4,367) at 20241105090013647
5875 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc8.c' (4,368) at 20210308005003696
5876 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-commercial-grade.dtsi' (4,369) at 20210308005002564
5877 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ipu_regs.h' (4,370) at 20210308005003528
5878 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/client.2202.conf' (4,371) at 20230606080013598
5879 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/.clang-format' (4,372) at 20210308005104849
5880 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestPatch.test_cve_tag_format.pass' (4,373) at 20241206090014310
5881 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewInventory.vue' (4,374) at 20241004080035967
5882 2025-10-05 03:01:02.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/extra-build-config.md' (4,375) at 20241221090017572
5883 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Laggarberg' (4,376) at 20210307205553786
5884 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Snina' (4,377) at 20210307205553794
5885 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/GPL-2.0-with-lmbench-restriction' (4,378) at 20210307205553866
5886 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa35.inc' (4,379) at 20240301090012451
5887 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/Kconfig' (4,380) at 20210308005003168
5888 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mbox.c' (4,381) at 20210308005108641
5889 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/243' (4,382) at 20210927100127497
5890 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/goldfish_tty.h' (4,383) at 20230426080043760
5891 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1021atwr.h' (4,384) at 20210308005003600
5892 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/026_pack_u_boot_dtb.dts' (4,385) at 20210308005003752
5893 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-wheel_0.45.1.bb' (4,386) at 20241221090017668
5894 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/api_public.h' (4,387) at 20210308005003560
5895 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d27_som1_ek_mmc_defconfig' (4,388) at 20210308005003276
5896 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/sandbox.txt' (4,389) at 20210308005003308
5897 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/set_required_questions.py' (4,390) at 20220612030016735
5898 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/physmem.c' (4,391) at 20221215040039274
5899 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/tlb.c' (4,392) at 20210308005002992
5900 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/findtests.py' (4,393) at 20210927100127505
5901 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/assembler.h' (4,394) at 20210308005002672
5902 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zybo/ps7_init_gpl.c' (4,395) at 20210308005003180
5903 2025-10-05 03:01:02.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig' (4,396) at 20210308005003236
5904 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-lfs.patch' (4,397) at 20210307205553810
5905 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/gedit/0001-fix-for-clang-18.patch' (4,398) at 20240302090018202
5906 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/dwc_ahci.c' (4,399) at 20210308005003332
5907 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ls1088a.c' (4,400) at 20210308005003436
5908 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Satila' (4,401) at 20210307205553790
5909 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld11.dtsi' (4,402) at 20210308005002632
5910 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-nltk/python3-nltk_3.9.1.bb' (4,403) at 20241221090017564
5911 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Faro_Ajkestrask' (4,404) at 20210307205553782
5912 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/ivshmem.h' (4,405) at 20210308005046021
5913 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp209.dtsi' (4,406) at 20210308005002572
5914 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/gpio.h' (4,407) at 20210308005002672
5915 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-sk-evm.dts' (4,408) at 20210308005002564
5916 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RegisteredClient.v1_1_2.json' (4,409) at 20240619080002952
5917 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/inttypes.h' (4,410) at 20210308005003652
5918 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/load-extract-al16-al8.h.inc' (4,411) at 20240906080037184
5919 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_hl.S' (4,412) at 20230426080043952
5920 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-properties-native.bb' (4,413) at 20241206090014286
5921 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_igep00x0.h' (4,414) at 20210308005003608
5922 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/Kconfig' (4,415) at 20210308005002904
5923 2025-10-05 03:01:02.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_types.h' (4,416) at 20210308005002880
5924 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/stmark2.c' (4,417) at 20210308005003056
5925 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_thread.h' (4,418) at 20221215040039066
5926 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (4,419) at 20240904080027738
5927 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/resolve_errors.cpp' (4,420) at 20220707100020387
5928 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/spl.c' (4,421) at 20210308005002992
5929 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ventana.h' (4,422) at 20210308005003624
5930 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/backup-discard-source' (4,423) at 20241211090212542
5931 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/obmc_functions/fb-common-functions_0.1.bb' (4,424) at 20241221090017480
5932 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/channel.h' (4,425) at 20210308005046229
5933 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/vpd_reader.c' (4,426) at 20210308005003004
5934 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzfa.c.inc' (4,427) at 20240326080039694
5935 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-examples.inc' (4,428) at 20220910030013341
5936 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/test_functions.cpp' (4,429) at 20240223090016062
5937 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OPUBL-1.0' (4,430) at 20211006000025242
5938 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/symbol.c' (4,431) at 20210308005003736
5939 2025-10-05 03:01:02.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ethoc.c' (4,432) at 20210308005003428
5940 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-missing-data.err' (4,433) at 20210308005046405
5941 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012aqds.h' (4,434) at 20210308005003600
5942 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cksm.S' (4,435) at 20230925080040101
5943 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch' (4,436) at 20230706080014741
5944 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VR10.interface.yaml' (4,437) at 20240618080025497
5945 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/inetd.conf' (4,438) at 20210307205554470
5946 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ct5361/Kconfig' (4,439) at 20210308005002948
5947 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/C29XPCIE.h' (4,440) at 20210308005003576
5948 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/section_header_test.cpp' (4,441) at 20210308005049141
5949 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch' (4,442) at 20241221090017688
5950 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/cpuinfo.h' (4,443) at 20240906080037184
5951 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencl/clinfo_3.0.23.01.25.bb' (4,444) at 20240113090014540
5952 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/ddr.c' (4,445) at 20210308005002992
5953 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/088' (4,446) at 20210927100127481
5954 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/doc2000.h' (4,447) at 20210308005003668
5955 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/mem.h' (4,448) at 20210308005002656
5956 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/turbo.c' (4,449) at 20210308005002860
5957 2025-10-05 03:01:02.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault.metadata.yaml' (4,450) at 20221209040048647
5958 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5445x.h' (4,451) at 20210308005002804
5959 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/board2.c' (4,452) at 20210308005002784
5960 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/onenand_base.c' (4,453) at 20210308005003416
5961 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/der.h' (4,454) at 20241211090212230
5962 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/a9scu.h' (4,455) at 20210308005046017
5963 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/main.c' (4,456) at 20240906080037160
5964 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/obmc-init.sh' (4,457) at 20241008080015843
5965 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/new-libarchive.patch' (4,458) at 20241221090017668
5966 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-repetition-sub.json' (4,459) at 20210308005046409
5967 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/set_SPI_mux.cpp' (4,460) at 20210617000039364
5968 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pieksamaki_Halkokumpu' (4,461) at 20210307205553770
5969 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_%.bbappend' (4,462) at 20241206090014210
5970 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/bletchley-system-state-init.conf' (4,463) at 20221025030015189
5971 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-variant' (4,464) at 20211006000025238
5972 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/x530/Makefile' (4,465) at 20210308005002908
5973 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8560ADS.h' (4,466) at 20210308005003580
5974 2025-10-05 03:01:02.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.json' (4,467) at 20240906080037560
5975 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (4,468) at 20210307205553694
5976 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.12.bb' (4,469) at 20220402030015959
5977 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-palette.h' (4,470) at 20210308005046553
5978 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/print_inventory.pl' (4,471) at 20220720030027723
5979 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pcm051_rev3_defconfig' (4,472) at 20210308005003272
5980 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/Kconfig' (4,473) at 20210308005003020
5981 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Plympton' (4,474) at 20210307205553798
5982 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Aanekoski_Konginkangas' (4,475) at 20210307205553766
5983 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_pnor_partition_table.cpp' (4,476) at 20210308005100993
5984 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/importlayer.js' (4,477) at 20210307205554278
5985 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/windows.h' (4,478) at 20210308005100997
5986 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/fw-update/metadata-example.json' (4,479) at 20230726080035502
5987 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/perl-version.bbclass' (4,480) at 20230520080014496
5988 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/qts/sdram_config.h' (4,481) at 20210308005002952
5989 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/files.py' (4,482) at 20210308005003748
5990 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_fdt.h' (4,483) at 20210308005002836
5991 2025-10-05 03:01:02.274-0500 FINEST t466 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' (4,484) at 20240904080027734
5992 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/python3-pycups.bb' (4,485) at 20230211040012639
5993 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/Makefile' (4,486) at 20210308005002796
5994 2025-10-05 03:01:02.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/vybridimage.c' (4,487) at 20210308005003776
5995 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/mipi_dsim.h' (4,488) at 20210308005002724
5996 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/Makefile' (4,489) at 20210308005002820
5997 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/backend.h' (4,490) at 20230809080010803
5998 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/.gitignore' (4,491) at 20210308005003556
5999 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Limedsforsen' (4,492) at 20210307205553786
6000 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mips-softmmu/default.mak' (4,493) at 20210927100127053
6001 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb' (4,494) at 20241206090014342
6002 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/sandbox_store.c' (4,495) at 20210308005003336
6003 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/axi-emul-uclass.c' (4,496) at 20210308005003336
6004 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-add-new-option-eltorito-platform.patch' (4,497) at 20220502030010112
6005 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/0001-Fix-hash_key_put-signature.patch' (4,498) at 20230131040012035
6006 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/e820_memory_layout.h' (4,499) at 20240906080037228
6007 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/crownbay.c' (4,500) at 20210308005003008
6008 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (4,501) at 20241206090014234
6009 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_xfer.h' (4,502) at 20210308005003436
6010 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend' (4,503) at 20210307205554390
6011 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/unaligned.h' (4,504) at 20210308005002840
6012 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-ppc.rst' (4,505) at 20240906080037180
6013 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/ahci_mvebu.c' (4,506) at 20210308005003332
6014 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/at91sam9_wdt.c' (4,507) at 20210308005003540
6015 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ace-cloud-editor/ace-cloud-editor_git.bb' (4,508) at 20240301090012427
6016 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.ti_qspi_am43x_test' (4,509) at 20210308005003300
6017 2025-10-05 03:01:02.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/tap_delays.c' (4,510) at 20210308005003180
6018 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra210-car.h' (4,511) at 20210308005003636
6019 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0005-replace-lynx-to-curl-in-apachectl-script.patch' (4,512) at 20220402030016023
6020 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240RDB_defconfig' (4,513) at 20210308005003244
6021 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.12.bb' (4,514) at 20241221090017688
6022 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/queensbay/tnc.c' (4,515) at 20210308005002860
6023 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/oem/ibm/OWNERS' (4,516) at 20240222090005522
6024 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch' (4,517) at 20241221090017692
6025 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/ls7a.h' (4,518) at 20241211090212362
6026 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/vegman-sx20.conf' (4,519) at 20220111040017380
6027 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/config.json' (4,520) at 20231213090027094
6028 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/README' (4,521) at 20210308005002964
6029 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/qcow2_format.py' (4,522) at 20210308005046473
6030 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-ubi.inc' (4,523) at 20210307205554046
6031 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubimount@.service' (4,524) at 20210308005102829
6032 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/files/host-peer' (4,525) at 20210307205554466
6033 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_addr64.dts' (4,526) at 20210308005003760
6034 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/musl-decls.patch' (4,527) at 20241221090017680
6035 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/spl.c' (4,528) at 20210308005002840
6036 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8040-mcbin.dts' (4,529) at 20210308005002568
6037 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cli_simple.c' (4,530) at 20210308005003224
6038 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sc-regs.h' (4,531) at 20210308005002796
6039 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/Kconfig' (4,532) at 20210308005002968
6040 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/Kconfig' (4,533) at 20210308005003072
6041 2025-10-05 03:01:02.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_mman.h' (4,534) at 20230925080039941
6042 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth-4.c' (4,535) at 20240326080039742
6043 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-monitor-config.bb' (4,536) at 20241206090014274
6044 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo-stubs.c' (4,537) at 20240906080037376
6045 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/docs/Intel_IPMI_Platform_Events.md' (4,538) at 20221209040010163
6046 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/sockbits.h' (4,539) at 20210927100127273
6047 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb' (4,540) at 20230520080014504
6048 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/trace.h' (4,541) at 20230426080043692
6049 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hartola' (4,542) at 20210307205553770
6050 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio_win_int.c' (4,543) at 20221215040039042
6051 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/conf-notes.txt' (4,544) at 20240727080014098
6052 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53smd.h' (4,545) at 20210308005003604
6053 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/l2tpv3.c' (4,546) at 20230426080043796
6054 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/make.patch' (4,547) at 20210729000029104
6055 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-input-pci.c' (4,548) at 20240906080037316
6056 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ne2000_base.c' (4,549) at 20210308005003440
6057 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemuarm.wks' (4,550) at 20220804030014691
6058 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-q8-common.dtsi' (4,551) at 20210308005002620
6059 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/run-ptest' (4,552) at 20231126090012785
6060 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8544DS.h' (4,553) at 20210308005003580
6061 2025-10-05 03:01:02.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6dl_mamoj_defconfig' (4,554) at 20210308005003260
6062 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp152.h' (4,555) at 20210308005003560
6063 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/x86_64/safe-syscall.inc.S' (4,556) at 20220429100100406
6064 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console/uart-remapping.sh' (4,557) at 20220520030031836
6065 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp_mc_static.h' (4,558) at 20210308005003368
6066 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-base.yml' (4,559) at 20241221090017464
6067 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/sensors.hpp' (4,560) at 20210429000059464
6068 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/boot-sector.c' (4,561) at 20230426080043944
6069 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml' (4,562) at 20221207040023627
6070 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd/0003-include-config.h.patch' (4,563) at 20220910030013349
6071 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings.patch' (4,564) at 20241206090014258
6072 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2080_spi_rcw.cfg' (4,565) at 20210308005002996
6073 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-2.conf' (4,566) at 20230412080023460
6074 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-b-rev2.dts' (4,567) at 20210308005002572
6075 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_errno_defs.h' (4,568) at 20220429100100618
6076 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlscredspsk.h' (4,569) at 20210927100127225
6077 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/qts/pinmux_config.h' (4,570) at 20210308005002912
6078 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/libxpresent_1.0.1.bb' (4,571) at 20230114040015482
6079 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/stgrl-unaligned.S' (4,572) at 20230426080043952
6080 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/index.js' (4,573) at 20241004080035963
6081 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfne.c' (4,574) at 20210308005046529
6082 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/visualize-pdr/README.md' (4,575) at 20240622080036455
6083 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_pfuze3000.c' (4,576) at 20210308005003468
6084 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/rk3368.c' (4,577) at 20210308005002776
6085 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/usb/Makefile.am' (4,578) at 20210308004938836
6086 2025-10-05 03:01:02.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS2.conf' (4,579) at 20240310080021376
6087 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0002-Fix-Werror-enum-int-mismatch-with-gcc13.patch' (4,580) at 20230706080014737
6088 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.set.hpp.mako' (4,581) at 20230902080037617
6089 2025-10-05 03:01:02.279-0500 FINEST t466 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' (4,582) at 20230811080018298
6090 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/pci.c' (4,583) at 20210308005002976
6091 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/docs/entity_manager_dbus_api.md' (4,584) at 20221208040007434
6092 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/071' (4,585) at 20240326080039726
6093 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbus++' (4,586) at 20220314030038324
6094 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P4080DS.h' (4,587) at 20210308005003580
6095 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/efi-disk-esp-only.wks.in' (4,588) at 20241206090014214
6096 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/qts/pinmux_config.h' (4,589) at 20210308005003052
6097 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aes.c' (4,590) at 20210308005003204
6098 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/dbus.h' (4,591) at 20210308005100993
6099 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/signal.cpp' (4,592) at 20230511080043139
6100 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/thunar-plugin.bbclass' (4,593) at 20220618030015174
6101 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (4,594) at 20241206090014278
6102 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/fs.cpp' (4,595) at 20210308005120361
6103 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemuarm64.wks' (4,596) at 20220804030014691
6104 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/Makefile' (4,597) at 20210308005002984
6105 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-legacy-error.bb' (4,598) at 20241206090014314
6106 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d3_smc.h' (4,599) at 20210308005002716
6107 2025-10-05 03:01:02.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/sdl.c' (4,600) at 20210308005002844
6108 2025-10-05 03:01:02.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/clock.c' (4,601) at 20210308005002788
6109 2025-10-05 03:01:02.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (4,602) at 20230310090018691
6110 2025-10-05 03:01:02.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Markus-Kuhn' (4,603) at 20241221090017616
6111 2025-10-05 03:01:02.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Iisalmi' (4,604) at 20210307205553770
6112 2025-10-05 03:01:02.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_cmdline.h' (4,605) at 20210308005003704
6113 2025-10-05 03:01:02.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_efi.c' (4,606) at 20210308005003288
6114 2025-10-05 03:01:02.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bbvars.py' (4,607) at 20240301090012479
6115 2025-10-05 03:01:02.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/movmem.S' (4,608) at 20210308005002852
6116 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet9f-rev03.dts' (4,609) at 20210308005002616
6117 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/Sessions.vue' (4,610) at 20241004080035971
6118 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/strace.h' (4,611) at 20221215040039206
6119 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/escape.tcl' (4,612) at 20210308005007112
6120 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/ncsi.h' (4,613) at 20220215040051512
6121 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/wget/wget_%.bbappend' (4,614) at 20220604030012216
6122 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/nemorad.cpp' (4,615) at 20230718080007968
6123 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/proc_control.cpp' (4,616) at 20211007100035655
6124 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricReportCollection.json' (4,617) at 20240619080002948
6125 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23.dtsi' (4,618) at 20210308005002624
6126 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ylitornio_Raanujarvi' (4,619) at 20210307205553774
6127 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Eitshal' (4,620) at 20210307205553794
6128 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarmv5.txt' (4,621) at 20240106090017261
6129 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb' (4,622) at 20241221090017544
6130 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_utils_32.h' (4,623) at 20210308005046501
6131 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0021-cmake-Disable-format-overflow-warning-as-error.patch' (4,624) at 20210307205554106
6132 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/common/common.c' (4,625) at 20210308005003012
6133 2025-10-05 03:01:02.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/emptytest/emptytest.bb' (4,626) at 20210307205554386
6134 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (4,627) at 20230412080023460
6135 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-scsi/vhost-user-scsi.c' (4,628) at 20221215040039070
6136 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces_%.bbappend' (4,629) at 20210823100016972
6137 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrl_qb.c' (4,630) at 20210308005046505
6138 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usbroothubdes.h' (4,631) at 20210308005003692
6139 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/monitor.c' (4,632) at 20241211090212514
6140 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-dreamplug.dts' (4,633) at 20210308005002592
6141 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-test.json' (4,634) at 20210308005046409
6142 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console_%.bbappend' (4,635) at 20241206090014226
6143 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-sina31s.dts' (4,636) at 20210308005002620
6144 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.github/ISSUE_TEMPLATE/bug_report.md' (4,637) at 20221215040043182
6145 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/object.hpp' (4,638) at 20230511080042407
6146 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/.templateconf' (4,639) at 20220910030013373
6147 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/kmeter1_nand.c' (4,640) at 20210308005003412
6148 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zynqmp_tap_delay.h' (4,641) at 20210308005003696
6149 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-powerpc.txt' (4,642) at 20240113090014532
6150 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb' (4,643) at 20220402030015959
6151 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p5020ds.cfg' (4,644) at 20210308005002964
6152 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/Makefile' (4,645) at 20210308005003024
6153 2025-10-05 03:01:02.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8544DS_defconfig' (4,646) at 20210308005003240
6154 2025-10-05 03:01:02.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/clock.h' (4,647) at 20210308005002656
6155 2025-10-05 03:01:02.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/emcraft-sf2.rst' (4,648) at 20210927100127077
6156 2025-10-05 03:01:02.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/health/files/bmc_health_config.json' (4,649) at 20240228090013752
6157 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U_dev_callouts.json' (4,650) at 20240117090012277
6158 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/linuxboot_dma.c' (4,651) at 20210308005046177
6159 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/ddr2_v3s.c' (4,652) at 20210308005002784
6160 2025-10-05 03:01:02.284-0500 FINEST t466 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' (4,653) at 20240904080027738
6161 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0006-smbtorture-skip-test-case-tfork_cmd_send.patch' (4,654) at 20240113090014532
6162 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/mpr2.c' (4,655) at 20210308005003020
6163 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/pel_minimal.cpp' (4,656) at 20240412080018238
6164 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm_2.16.03.bb' (4,657) at 20241206090014330
6165 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/turris_mox.c' (4,658) at 20210308005002904
6166 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/primport.bbclass' (4,659) at 20220910030013393
6167 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6m/tune-cortexm1.inc' (4,660) at 20210905000020581
6168 2025-10-05 03:01:02.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72x-mmc-iodelay.dtsi' (4,661) at 20210308005002576
6169 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mux.h' (4,662) at 20210308005002656
6170 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/Kconfig' (4,663) at 20210308005003016
6171 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb' (4,664) at 20241221090017576
6172 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/atmel,at91-pio4-pinctrl.txt' (4,665) at 20210308005003304
6173 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/.gitignore' (4,666) at 20210308005054073
6174 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/ringbuffer.c' (4,667) at 20240606080011676
6175 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7795.c' (4,668) at 20210308005003464
6176 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/set-path-of-default-config-file.patch' (4,669) at 20210307205553910
6177 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/misc_s10.c' (4,670) at 20210308005002780
6178 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/initscript' (4,671) at 20210307205553930
6179 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/config/test-led-priority.yaml' (4,672) at 20240822080022197
6180 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tests.c' (4,673) at 20241121090029296
6181 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/neo/Kconfig' (4,674) at 20210308005003088
6182 2025-10-05 03:01:02.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tam3517-common.h' (4,675) at 20210308005003620
6183 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm-sf2-eth-gmac.h' (4,676) at 20210308005003424
6184 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher/0002-Makefile-add-conditional-stripping.patch' (4,677) at 20241221090017504
6185 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/Makefile' (4,678) at 20220215040051588
6186 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-hbitmap.c' (4,679) at 20220429100100946
6187 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netifaces/0001-netifaces-initialize-msghdr-in-a-portable-way.patch' (4,680) at 20220910030013369
6188 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530-u-boot.dtsi' (4,681) at 20210308005002568
6189 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/poplar-pinctrl.dtsi' (4,682) at 20210308005002600
6190 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_size.cpp' (4,683) at 20210308005108645
6191 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/cpuinfo.c' (4,684) at 20210308005002560
6192 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/callbackgentest/one.yaml' (4,685) at 20221209040030339
6193 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/files/ampere_power_util.sh' (4,686) at 20230722080012861
6194 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0003-Define-the-C-preprocessor-variable-to-improve-reprod.patch' (4,687) at 20210407000018082
6195 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Carceres' (4,688) at 20210307205553766
6196 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/qga-vss.def' (4,689) at 20230426080043840
6197 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-abi.inc' (4,690) at 20241221090017684
6198 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_pl01x_internal.h' (4,691) at 20210308005003484
6199 2025-10-05 03:01:02.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/compare_presence_action.cpp' (4,692) at 20210308005405930
6200 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5275.h' (4,693) at 20210308005002804
6201 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/prop_call.py' (4,694) at 20221209040018559
6202 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stode_Intaget' (4,695) at 20210307205553790
6203 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/grlib_gptimer.h' (4,696) at 20240906080037340
6204 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Karvia' (4,697) at 20210307205553770
6205 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/kwbimage.cfg' (4,698) at 20210308005002944
6206 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-cfi-if.h' (4,699) at 20240906080037336
6207 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/board-common.c' (4,700) at 20210308005002752
6208 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python-jsonref/files/migrate-to-pdm-backend.patch' (4,701) at 20240301090012431
6209 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton/gbs.cfg' (4,702) at 20211005100029555
6210 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h7-u-boot.dtsi' (4,703) at 20210308005002616
6211 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5282evb/MAINTAINERS' (4,704) at 20210308005002972
6212 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-4.c' (4,705) at 20210927100127513
6213 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-watchdog-timeout@.service' (4,706) at 20220503030013244
6214 2025-10-05 03:01:02.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_w.c' (4,707) at 20210308005046509
6215 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/subprojects/sdbusplus.wrap' (4,708) at 20220708100026731
6216 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/Makefile' (4,709) at 20210308005002844
6217 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ms7750se_defconfig' (4,710) at 20210308005003268
6218 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AllowDeny.v1_0_3.json' (4,711) at 20240619080002940
6219 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_textinputex.c' (4,712) at 20210308005003704
6220 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_tcb1.dtsi' (4,713) at 20210308005002612
6221 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libsolv/libsolv/0001-utils-Conside-musl-when-wrapping-qsort_r.patch' (4,714) at 20241221090017676
6222 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxm-khadas-vim2-u-boot.dtsi' (4,715) at 20210308005002596
6223 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-inventory-map-native.bb' (4,716) at 20241206090014278
6224 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_net.c' (4,717) at 20210308005003536
6225 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/003' (4,718) at 20210927100127473
6226 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/utils.S' (4,719) at 20210308005002712
6227 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_ext.S' (4,720) at 20230426080043952
6228 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb' (4,721) at 20241221090017548
6229 2025-10-05 03:01:02.288-0500 FINEST t466 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' (4,722) at 20241221090017504
6230 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/serial-console.js' (4,723) at 20210715000108960
6231 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/fdt.h' (4,724) at 20240326080039538
6232 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/Makefile' (4,725) at 20210308005003432
6233 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/pmbus_write_vout_command_action_tests.cpp' (4,726) at 20210318000037904
6234 2025-10-05 03:01:02.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/0001-Include-stdlib.h-for-exit-API.patch' (4,727) at 20230706080014753
6235 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/highbank/highbank.c' (4,728) at 20210308005003004
6236 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/block-replication.txt' (4,729) at 20220429100100414
6237 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tsan/ignore.tsan' (4,730) at 20240326080039746
6238 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/namedtuple_with_abc.py' (4,731) at 20210307205554238
6239 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_errno_defs.h' (4,732) at 20210927100127269
6240 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de10_nano.dts' (4,733) at 20210308005002612
6241 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb' (4,734) at 20230811080018330
6242 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-string.err' (4,735) at 20210308005046401
6243 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/tiogapass/post_desc.json' (4,736) at 20221207040007843
6244 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/helper.h' (4,737) at 20241211090212482
6245 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/images/obmc-phosphor-image.bbappend' (4,738) at 20230417080018425
6246 2025-10-05 03:01:02.289-0500 FINEST t466 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' (4,739) at 20220910030013413
6247 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_cpu.c' (4,740) at 20230426080043652
6248 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/log_console.c' (4,741) at 20210308005003228
6249 2025-10-05 03:01:02.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/eth_common.c' (4,742) at 20210308005003716
6250 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mc_cgm_regs.h' (4,743) at 20210308005002664
6251 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/keyprogram.h' (4,744) at 20210308005003000
6252 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/subprojects/stdplus.wrap' (4,745) at 20220322030057328
6253 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/net/mdio_register.cocci' (4,746) at 20210308005003724
6254 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Nuvvus' (4,747) at 20210307205553774
6255 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/0001-Add-CCFLAGS-to-cflags.patch' (4,748) at 20230610080017603
6256 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/jstree.min.js' (4,749) at 20210308004923388
6257 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/blockpriv.h' (4,750) at 20241211090212226
6258 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/dma.c' (4,751) at 20210308005003740
6259 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/TestManager.cpp' (4,752) at 20230511080037475
6260 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun9i.c' (4,753) at 20210308005002784
6261 2025-10-05 03:01:02.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/Makefile' (4,754) at 20210308005002768
6262 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/handle.hpp' (4,755) at 20230511080009359
6263 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms.lds' (4,756) at 20210308005003756
6264 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-graceful-quiesce@.target' (4,757) at 20221110040037554
6265 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/225.out' (4,758) at 20210308005046461
6266 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-misc' (4,759) at 20210927100127465
6267 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/sysvinit-implement-status.patch' (4,760) at 20210307205553966
6268 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend' (4,761) at 20241221090017472
6269 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/huawei/hg556a/Kconfig' (4,762) at 20210308005003004
6270 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libssh2/libssh2/run-ptest' (4,763) at 20230811080018338
6271 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/ubi/ubi.scc' (4,764) at 20230210040014334
6272 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/0001-configure-Do-not-require-support-for-implicit-ints.patch' (4,765) at 20241206090014254
6273 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/README' (4,766) at 20210308005002968
6274 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_elf.h' (4,767) at 20240906080037356
6275 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ipaddress.hpp' (4,768) at 20230701080027201
6276 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_sdhci.h' (4,769) at 20210308005002716
6277 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/sti-timer.c' (4,770) at 20210308005003500
6278 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest-get-branch' (4,771) at 20240301090012483
6279 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zipitz2/Makefile' (4,772) at 20210308005003204
6280 2025-10-05 03:01:02.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/301.out' (4,773) at 20210927100127505
6281 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/prim_ops.c' (4,774) at 20210308005003336
6282 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/system_type1/bios_jsons/bios_attrs.json' (4,775) at 20240611080032893
6283 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/fman.h' (4,776) at 20210308005002960
6284 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6qdl_icore_nand_defconfig' (4,777) at 20210308005003260
6285 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-stat64.patch' (4,778) at 20210307205553810
6286 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (4,779) at 20240326080016518
6287 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (4,780) at 20230310090018691
6288 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/011' (4,781) at 20210927100127473
6289 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/remove-usr-local-lib-from-m4.patch' (4,782) at 20240413080012687
6290 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/led_gpio.c' (4,783) at 20210308005003388
6291 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_omnia/Makefile' (4,784) at 20210308005002904
6292 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap143/ap143.c' (4,785) at 20210308005003028
6293 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/boot0-linux-kernel-header.h' (4,786) at 20210308005002672
6294 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phl.c' (4,787) at 20210308005046505
6295 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_mman.h' (4,788) at 20230925080039941
6296 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/sleepstates.asl' (4,789) at 20210308005002876
6297 2025-10-05 03:01:02.292-0500 FINEST t466 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' (4,790) at 20231011080016578
6298 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3xek_mmc_defconfig' (4,791) at 20210308005003276
6299 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfnei.c' (4,792) at 20210308005046529
6300 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/null/badzero.cocci' (4,793) at 20210308005003724
6301 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb' (4,794) at 20241221090017524
6302 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/hostapd.service' (4,795) at 20210307205553878
6303 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmlion1_defconfig' (4,796) at 20210308005003264
6304 2025-10-05 03:01:02.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/meta-python-image-all.bb' (4,797) at 20231014080011723
6305 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/tsocks/tsocks/makefile-add-ldflags.patch' (4,798) at 20210307205553834
6306 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Hamina' (4,799) at 20210307205553766
6307 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch' (4,800) at 20220204040022684
6308 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/Palmetto.py' (4,801) at 20221209040018559
6309 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/flash/phosphor-software-manager/software-bmc-updater.conf' (4,802) at 20210307205554050
6310 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_qspi_spl_defconfig' (4,803) at 20210308005003264
6311 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/modbus_serial.json' (4,804) at 20210307205553850
6312 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-power.svg' (4,805) at 20210308005107069
6313 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-h3-h5.dtsi' (4,806) at 20210308005002628
6314 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/trace.h' (4,807) at 20210927100127185
6315 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_boneblack_vboot_defconfig' (4,808) at 20210308005003244
6316 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.github/ISSUE_TEMPLATE/bug_report.md' (4,809) at 20210307205553662
6317 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/AppNavigation.spec.js' (4,810) at 20241004080035975
6318 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nand' (4,811) at 20210308005003296
6319 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm.dts' (4,812) at 20210308005002576
6320 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/PostCodeLogs/PostCodeLogs.vue' (4,813) at 20241004080035967
6321 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_udc.c' (4,814) at 20210308005003520
6322 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/replication.h' (4,815) at 20210927100127225
6323 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/index.js' (4,816) at 20220105012522999
6324 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/nic-gpio-addrs' (4,817) at 20240828080010887
6325 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/warnings.patch' (4,818) at 20230706080014757
6326 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/Kconfig' (4,819) at 20210308005002988
6327 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/palmas.h' (4,820) at 20210308005003676
6328 2025-10-05 03:01:02.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ransater' (4,821) at 20210307205553790
6329 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-mmx.c' (4,822) at 20221215040039386
6330 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vhost-user.rst' (4,823) at 20241211090212238
6331 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_lpuart_defconfig' (4,824) at 20210308005003264
6332 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/listmachines.py' (4,825) at 20220804030014663
6333 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/layer_btn.html' (4,826) at 20210307205554286
6334 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ulvshyttan_Porjus' (4,827) at 20210307205553794
6335 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/gpio.h' (4,828) at 20210308005002780
6336 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_elf.h' (4,829) at 20210308005046089
6337 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-sh4tmp.sh' (4,830) at 20210307205554130
6338 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/bios_setting_unittest.cpp' (4,831) at 20240827080004802
6339 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/fw-update/fw-update/flash-usb-controller@.service' (4,832) at 20220429030013152
6340 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb' (4,833) at 20241221090017524
6341 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/medcom-wide/Kconfig' (4,834) at 20210308005002920
6342 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/signal.hpp' (4,835) at 20211202040032454
6343 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/m68k-semi.c' (4,836) at 20240906080037500
6344 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/screen/screen_5.0.0.bb' (4,837) at 20241221090017680
6345 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/beep_1.4.12.bb' (4,838) at 20231126090012793
6346 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/soft_spi.c' (4,839) at 20210308005003492
6347 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/templates/default/bblayers.conf.sample' (4,840) at 20240323080013545
6348 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080ardb_defconfig' (4,841) at 20210308005003268
6349 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/README.md' (4,842) at 20240813080035106
6350 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/softoff/softoff.cpp' (4,843) at 20240829080022542
6351 2025-10-05 03:01:02.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsa_w_ph.c' (4,844) at 20210308005046509
6352 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/FanStore.js' (4,845) at 20240308090039431
6353 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_d.c' (4,846) at 20210308005046517
6354 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/clk.h' (4,847) at 20210308005002664
6355 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api.c' (4,848) at 20210308005002540
6356 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_DDR4_defconfig' (4,849) at 20210308005003244
6357 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-bonegreen.dts' (4,850) at 20210308005002560
6358 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/syscall_nr.h' (4,851) at 20210927100127273
6359 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/doc/ipmitool.1' (4,852) at 20210308004938816
6360 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/LICENSE.MIT' (4,853) at 20210307205554226
6361 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/046' (4,854) at 20240326080039726
6362 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/102.out' (4,855) at 20210927100127481
6363 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/groups.json' (4,856) at 20231213090027090
6364 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp0_sqrt.S' (4,857) at 20210308005046533
6365 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Jyvaskyla' (4,858) at 20210307205553766
6366 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124.dtsi' (4,859) at 20210308005002628
6367 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field3.decode' (4,860) at 20210308005046389
6368 2025-10-05 03:01:02.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_w.c' (4,861) at 20210308005046509
6369 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__start_on.hpp' (4,862) at 20241219090033964
6370 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/Makefile' (4,863) at 20210308005002836
6371 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/porter.c' (4,864) at 20210308005003036
6372 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/cpld.c' (4,865) at 20210308005003040
6373 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/env-lib.h' (4,866) at 20210308005003056
6374 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/compare_vpd.md' (4,867) at 20240809080033023
6375 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7792-cpg-mssr.c' (4,868) at 20210308005003352
6376 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/smartweb/MAINTAINERS' (4,869) at 20210308005003052
6377 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Ylivieska' (4,870) at 20210307205553770
6378 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/sandbox_rtc.c' (4,871) at 20210308005003480
6379 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lzma/LzmaTools.h' (4,872) at 20210308005003672
6380 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-toml_0.10.2.bb' (4,873) at 20241221090017560
6381 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere-host-shutdown-ack@.service' (4,874) at 20230410080012311
6382 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb' (4,875) at 20240302090018242
6383 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-907-27.5W' (4,876) at 20210307205553762
6384 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/virtio-9p.scc' (4,877) at 20220804030014671
6385 2025-10-05 03:01:02.296-0500 FINEST t466 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' (4,878) at 20241221090017464
6386 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/log.h' (4,879) at 20221215040039178
6387 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/types.h' (4,880) at 20210308005002852
6388 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/README' (4,881) at 20210308005003068
6389 2025-10-05 03:01:02.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-keys.err' (4,882) at 20220429100100882
6390 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/images/built-on-openbmc-logo.svg' (4,883) at 20220105012522983
6391 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (4,884) at 20241102080011306
6392 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/terminal.py' (4,885) at 20241221090017468
6393 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (4,886) at 20230209040014209
6394 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-plutux.dts' (4,887) at 20210308005002628
6395 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb' (4,888) at 20241221090017528
6396 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Langsele' (4,889) at 20210307205553786
6397 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/bash_simple_template' (4,890) at 20221209040018571
6398 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-tamonten.dtsi' (4,891) at 20210308005002632
6399 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/power-supplies-monitoring.bb' (4,892) at 20241206090014230
6400 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/runtime_monitor.hpp' (4,893) at 20240820080038646
6401 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EUPL-1.0' (4,894) at 20210307205554422
6402 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/phosphor-dbus-interfaces.wrap' (4,895) at 20230301040027085
6403 2025-10-05 03:01:02.297-0500 FINEST t466 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' (4,896) at 20240904080027738
6404 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/null/kmerr.cocci' (4,897) at 20210308005003724
6405 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/README' (4,898) at 20210308005116217
6406 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/service_files/json/phosphor-fan-control@.service' (4,899) at 20220819030023849
6407 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/posix_types.h' (4,900) at 20210308005002804
6408 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/0005-Replace-off64_t-stat64-with-off_t-stat.patch' (4,901) at 20240413080012635
6409 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77696_pmic.h' (4,902) at 20210308005003680
6410 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra210_qspi.c' (4,903) at 20210308005003496
6411 2025-10-05 03:01:02.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk.wks' (4,904) at 20210307205554634
6412 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-03' (4,905) at 20210908000010395
6413 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/zutil.c' (4,906) at 20210308005003716
6414 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/027.out' (4,907) at 20210308005046437
6415 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/pgm_template.tcl' (4,908) at 20210308005007128
6416 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/host_condition_main.cpp' (4,909) at 20240723080028240
6417 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/LICENSE' (4,910) at 20210308005049757
6418 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/help.c' (4,911) at 20210308005003212
6419 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_elf.h' (4,912) at 20210308005046089
6420 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/50-org.freedesktop.NetworkManager.rules' (4,913) at 20210307205553930
6421 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/twister.h' (4,914) at 20210308005003072
6422 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0006-Define-correct-gregs-for-RISCV32.patch' (4,915) at 20241221090017524
6423 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio.h' (4,916) at 20210308004922932
6424 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/dev.c' (4,917) at 20210308005003544
6425 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/sockbits.h' (4,918) at 20210308005046085
6426 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (4,919) at 20240809080014478
6427 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterd_TRAILBLAZER_defconfig' (4,920) at 20210308005003256
6428 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/verify-bashisms' (4,921) at 20220910030013437
6429 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/cpu.c' (4,922) at 20210308005002712
6430 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-kernel/linux/files/gbmc-prod.cfg' (4,923) at 20210310010030918
6431 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rock.h' (4,924) at 20210308005003612
6432 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_dtb_with_ucode.py' (4,925) at 20210308005003748
6433 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/t32.decode' (4,926) at 20240906080037464
6434 2025-10-05 03:01:02.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-fedora.yml' (4,927) at 20241221090017464
6435 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OperatingConfig.v1_0_4.json' (4,928) at 20240619080002952
6436 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/guruplug.h' (4,929) at 20210308005003596
6437 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.json' (4,930) at 20210308005046409
6438 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0002-Do-not-strip-libtar.patch' (4,931) at 20230706080014757
6439 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0001-Initialize-msghdr-struct-in-a-portable-way.patch' (4,932) at 20221003030013285
6440 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/sqlite/sqlite3.inc' (4,933) at 20241221090017700
6441 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/obsolete_automake_macros.patch' (4,934) at 20210307205553958
6442 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/bios_jsons/bios_attrs.json' (4,935) at 20240611080032889
6443 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5208EVBE_defconfig' (4,936) at 20210308005003236
6444 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-x86/chassis/x86-power-control/power-config-host0.json' (4,937) at 20220121040027595
6445 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe' (4,938) at 20210307205554414
6446 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/unistd.h' (4,939) at 20241211090212374
6447 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/libhtml-parser-perl_3.72.bb' (4,940) at 20241221090017548
6448 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libkcapi/libkcapi_1.5.0.bb' (4,941) at 20240309090012804
6449 2025-10-05 03:01:02.299-0500 FINEST t466 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' (4,942) at 20210401000030013
6450 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc8xx_irq.h' (4,943) at 20210308005003676
6451 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_defconfig' (4,944) at 20210308005003244
6452 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/distro_check.py' (4,945) at 20220910030013393
6453 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/simple-framebuffer.txt' (4,946) at 20210308005003328
6454 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ramsjo' (4,947) at 20210307205553790
6455 2025-10-05 03:01:02.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja_1.11.1.1.bb' (4,948) at 20240302090018210
6456 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/pam/libpam_%.bbappend' (4,949) at 20230505080015455
6457 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/intel,x86-broadwell-pinctrl.txt' (4,950) at 20210308005003304
6458 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/cros_ec_tunnel.c' (4,951) at 20210308005003380
6459 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pro5.c' (4,952) at 20210308005002796
6460 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pwm/pwm.h' (4,953) at 20210308005003640
6461 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-dd-with-infinite-timeout.patch' (4,954) at 20240413080012663
6462 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Echostar-10+11-110W' (4,955) at 20210307205553758
6463 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (4,956) at 20240829080014018
6464 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/primport.conf' (4,957) at 20210307205554414
6465 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dragonboard410c_defconfig' (4,958) at 20210308005003256
6466 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_mul.c' (4,959) at 20210308005046529
6467 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/sf.c' (4,960) at 20210308005003740
6468 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/watch.cpp' (4,961) at 20240819080030255
6469 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/top-autoconf.patch' (4,962) at 20210307205553834
6470 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ne2000.h' (4,963) at 20210308005045917
6471 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/prep.rst' (4,964) at 20210927100127081
6472 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/vdso-asmoffset.h' (4,965) at 20240326080039558
6473 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (4,966) at 20241206090014226
6474 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-i2c.h' (4,967) at 20240906080037340
6475 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lager_defconfig' (4,968) at 20210308005003264
6476 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/phosphor-dbus-interfaces.wrap' (4,969) at 20240815080028259
6477 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/bitbake-prserv-tool' (4,970) at 20241221090017700
6478 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mach-generic/cpu-feature-overrides.h' (4,971) at 20210308005002816
6479 2025-10-05 03:01:02.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/Makefile' (4,972) at 20210308005002976
6480 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/phosphor-host-ipmid.wrap' (4,973) at 20230921080009745
6481 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb' (4,974) at 20220128040018736
6482 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/log-handler.c' (4,975) at 20241004080013211
6483 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/dbus_paths.hpp' (4,976) at 20220819030023849
6484 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6s1g.cfg' (4,977) at 20210308005002924
6485 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/soc-info.c' (4,978) at 20210308005002796
6486 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm911360_entphn/MAINTAINERS' (4,979) at 20210308005002940
6487 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/s390-arch.h' (4,980) at 20210308005046185
6488 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/pcm058.c' (4,981) at 20210308005003028
6489 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/implicit_flush.c' (4,982) at 20230809080010803
6490 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libopenmpt/files/run-ptest' (4,983) at 20210307205553798
6491 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/tegra186_gpio.c' (4,984) at 20210308005003380
6492 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/pmu.h' (4,985) at 20210308005002672
6493 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-rng.h' (4,986) at 20210308005046481
6494 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p3.patch' (4,987) at 20210307205554574
6495 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/readme.md' (4,988) at 20221215040043190
6496 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb' (4,989) at 20220721030015865
6497 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/README' (4,990) at 20210308005002944
6498 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlskrona_Jamjo' (4,991) at 20210307205553786
6499 2025-10-05 03:01:02.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/MAINTAINERS' (4,992) at 20210308005003048
6500 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/speed.c' (4,993) at 20210308005002800
6501 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/Kconfig' (4,994) at 20210308005003076
6502 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/collection_duration.hpp' (4,995) at 20220412175720086
6503 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb' (4,996) at 20210608000015839
6504 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/Kconfig' (4,997) at 20210308005003008
6505 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/0006-automake-Remove-delays-in-configure-scripts-using-au.patch' (4,998) at 20241221090017648
6506 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_error_notification.cpp' (4,999) at 20230822080036845
6507 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/0002-Remove-suffix-shared-from-shared-library-name.patch' (5,000) at 20230401080011939
6508 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid.inc' (5,001) at 20241221090017632
6509 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Do-not-read-config-files-from-HOME.patch' (5,002) at 20241221090017672
6510 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmstb/Makefile' (5,003) at 20210308005002940
6511 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/run-ptest' (5,004) at 20240413080012703
6512 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/siggen.py' (5,005) at 20241221090017588
6513 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/qobject.cocci' (5,006) at 20210308005046237
6514 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_appraise_all/ima-policy-appraise-all_1.0.bb' (5,007) at 20241221090017576
6515 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/net.cpp' (5,008) at 20220507030031385
6516 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/install-examples.patch' (5,009) at 20210608000015791
6517 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/trace.h' (5,010) at 20240326080039546
6518 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/remove-initscript-lsb-dependency.patch' (5,011) at 20210307205554102
6519 2025-10-05 03:01:02.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/__init__.py' (5,012) at 20210308005003736
6520 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/xthead.decode' (5,013) at 20230426080043920
6521 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Niedersachsen' (5,014) at 20210307205553766
6522 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/templates/default/conf-notes.txt' (5,015) at 20220913030020496
6523 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-371x.dtsi' (5,016) at 20210308005002564
6524 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/phosphor-dbus-interfaces.wrap' (5,017) at 20220323030041559
6525 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mac.c' (5,018) at 20210308005002728
6526 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/Makefile.am' (5,019) at 20210308004942076
6527 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.err' (5,020) at 20210927100127473
6528 2025-10-05 03:01:02.303-0500 FINEST t466 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' (5,021) at 20231011080016578
6529 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/freeze_controller.c' (5,022) at 20210308005002780
6530 2025-10-05 03:01:02.303-0500 FINEST t466 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' (5,023) at 20240904080027738
6531 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/misc.c' (5,024) at 20210308005002720
6532 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/LICENSES/preferred/GPL-2.0' (5,025) at 20210308005046065
6533 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/env_attr.c' (5,026) at 20210308005003760
6534 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table-checkbox.js' (5,027) at 20210308005107069
6535 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-explorer-11.json' (5,028) at 20230224040018089
6536 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb' (5,029) at 20241221090017684
6537 2025-10-05 03:01:02.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/main.cpp' (5,030) at 20220726030013070
6538 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-beagle-x15-revb1.dts' (5,031) at 20210308005002564
6539 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/mx31pdk.c' (5,032) at 20210308005002980
6540 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSBP.interface.yaml' (5,033) at 20240618080025497
6541 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/Kconfig' (5,034) at 20210308005003072
6542 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/csst.c' (5,035) at 20210308005046529
6543 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-4.0' (5,036) at 20211006000025230
6544 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi3.conf' (5,037) at 20210905000020565
6545 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_syscall.h' (5,038) at 20220429100100642
6546 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/directives/remote-logging-server.html' (5,039) at 20210308005107077
6547 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bmp_layout.h' (5,040) at 20210308005003564
6548 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/iommu.h' (5,041) at 20221215040039186
6549 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_wrong_pldm_type.cpp' (5,042) at 20231110090010623
6550 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pxe-test.c' (5,043) at 20240906080037572
6551 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/device_finder.hpp' (5,044) at 20240607080027303
6552 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml' (5,045) at 20210610000035134 to deleted uid set
6553 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/clock_init_exynos4.c' (5,046) at 20210308005002720
6554 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_int.h' (5,047) at 20230426080043752
6555 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/emc.h' (5,048) at 20210308005002788
6556 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max17042_fg.h' (5,049) at 20210308005003680
6557 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mvgpio.c' (5,050) at 20210308005003376
6558 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu1down.service' (5,051) at 20230627080016966
6559 2025-10-05 03:01:02.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config.bb' (5,052) at 20241206090014230
6560 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8308RDB.h' (5,053) at 20210308005003576
6561 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/Kconfig' (5,054) at 20210308005003080
6562 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Manifest.v1_1_2.json' (5,055) at 20240619080002948
6563 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FabricAdapter.v1_5_3.json' (5,056) at 20240619080002948
6564 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/nmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch' (5,057) at 20241221090017532
6565 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/io_unittest.cpp' (5,058) at 20230511080030375
6566 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-zynqmp-apu-ctrl.h' (5,059) at 20230426080043764
6567 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-static' (5,060) at 20210308005046393
6568 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/Kconfig' (5,061) at 20220520100030268
6569 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/wiper.sh-fix-stat-path.patch' (5,062) at 20210307205554562
6570 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tormestorp' (5,063) at 20210307205553794
6571 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/volatiles.ntpsec' (5,064) at 20220204040022452
6572 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/doc/ipmievd.8' (5,065) at 20210308004938816
6573 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/3c120_defconfig' (5,066) at 20210308005003232
6574 2025-10-05 03:01:02.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/seaboard/Kconfig' (5,067) at 20210308005003024
6575 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_string_entry_encode_check.yaml' (5,068) at 20240908080010098
6576 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/genericarm64.yml' (5,069) at 20241206090014206
6577 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/woodburn.c' (5,070) at 20210308005003168
6578 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/utils_unittest.cpp' (5,071) at 20210617000051852
6579 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi.h' (5,072) at 20210308005003644
6580 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr_git.bb' (5,073) at 20241206090014226
6581 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-bridge/cxl_upstream_port.h' (5,074) at 20241211090212362
6582 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Revuca' (5,075) at 20210307205553794
6583 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/meta-networking-image-ptest-fast.bb' (5,076) at 20240302090018202
6584 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vinco_defconfig' (5,077) at 20210308005003284
6585 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/bswap.h' (5,078) at 20210308004938816
6586 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xscom.h' (5,079) at 20240906080037572
6587 2025-10-05 03:01:02.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/tgec_phy.c' (5,080) at 20210308005003432
6588 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/0001-unzip-fix-CVE-2018-1000035.patch' (5,081) at 20210307205554574
6589 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_9p.h' (5,082) at 20221215040039194
6590 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb' (5,083) at 20240413080012643
6591 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/kernel.its' (5,084) at 20210308005003332
6592 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor_20180319.bb' (5,085) at 20220204040022428
6593 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/init' (5,086) at 20210307205553842
6594 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Motala_Ervasteby' (5,087) at 20210307205553786
6595 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/armada100_fec.h' (5,088) at 20210308005003424
6596 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-native-2.12.1.tar.bz2' (5,089) at 20210307205554478
6597 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/Kconfig' (5,090) at 20241211090212454
6598 2025-10-05 03:01:02.307-0500 FINEST t466 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' (5,091) at 20210307205553774
6599 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/Makefile' (5,092) at 20210308005003032
6600 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun50i-h6-ccu.h' (5,093) at 20210308005003640
6601 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/Kconfig' (5,094) at 20210308005003332
6602 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (5,095) at 20241206090014218
6603 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sifive/fu540/MAINTAINERS' (5,096) at 20210308005003052
6604 2025-10-05 03:01:02.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/readme.md' (5,097) at 20241221090017572
6605 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/skip_test_palmetto' (5,098) at 20220429100025221
6606 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (5,099) at 20210307205554222
6607 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/init' (5,100) at 20210307205554474
6608 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_arm_defconfig' (5,101) at 20210308005003276
6609 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_loadimage.c' (5,102) at 20210308005003704
6610 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vxeh2_vlstr.c' (5,103) at 20221215040039390
6611 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/sudo.pam' (5,104) at 20210307205554570
6612 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/304.out' (5,105) at 20210308005046469
6613 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/Makefile' (5,106) at 20210308005002912
6614 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/hotplug.c' (5,107) at 20210308005045853
6615 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/sama5d2_ptc_ek.c' (5,108) at 20210308005002920
6616 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/imx-regs.h' (5,109) at 20210308005002656
6617 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-x86/xen-x86_32.h' (5,110) at 20240326080039542
6618 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/README' (5,111) at 20210308005002976
6619 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrdm_qspi_defconfig' (5,112) at 20210308005003264
6620 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-crypto_%.bbappend' (5,113) at 20230114040015466
6621 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/test-fdt-overlay.dts' (5,114) at 20210308005003744
6622 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_m1_defconfig' (5,115) at 20210308005003272
6623 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/cp_post_boot' (5,116) at 20231120090013292
6624 2025-10-05 03:01:02.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mqmaker/miqi_rk3288/Makefile' (5,117) at 20210308005003020
6625 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-powerreset' (5,118) at 20240924080011379
6626 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/video-bridge-uclass.c' (5,119) at 20210308005003524
6627 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/windows.c' (5,120) at 20230809080010803
6628 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/server/message_variant.cpp' (5,121) at 20220912100035497
6629 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-disco/stm32h743-disco.c' (5,122) at 20210308005003056
6630 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2500/Makefile' (5,123) at 20210308005002916
6631 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_SECURE_BOOT_defconfig' (5,124) at 20210308005003244
6632 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/trace-events' (5,125) at 20210927100127341
6633 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mtd.c' (5,126) at 20210308005003216
6634 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/mboxd/mboxd/check_pnor_format.sh' (5,127) at 20230419080018958
6635 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_types.cpp' (5,128) at 20230701080027201
6636 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/mmvec/ext.idef' (5,129) at 20240906080037476
6637 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3_xplained/Kconfig' (5,130) at 20210308005002920
6638 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/firmwared/firmwared/firmwared.service' (5,131) at 20210307205553874
6639 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cds_via.c' (5,132) at 20210308005002960
6640 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-trace-stap.rst' (5,133) at 20220429100100426
6641 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Karigasniemi' (5,134) at 20210307205553770
6642 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console_%.bbappend' (5,135) at 20241206090014218
6643 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gnomebase.bbclass' (5,136) at 20240124090012258
6644 2025-10-05 03:01:02.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-self-cycle.json' (5,137) at 20210308005046409
6645 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/compuware_cdr_9011_3m1_psu.json' (5,138) at 20240928080004681 to deleted uid set
6646 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/mcs7830.c' (5,139) at 20210308005003504
6647 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012aqds_tfa_SECURE_BOOT_defconfig' (5,140) at 20210308005003264
6648 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/Kconfig' (5,141) at 20210308005003020
6649 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/base.cpp' (5,142) at 20240822080031261
6650 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/bios_table.h' (5,143) at 20240924080009563
6651 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/tstring.hpp' (5,144) at 20220412175720086
6652 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-3.6.1-ssl.patch' (5,145) at 20230317080013785
6653 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-artifact-names.bbclass' (5,146) at 20230401080011963
6654 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ftohp.S' (5,147) at 20240326080039746
6655 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/start.S' (5,148) at 20210308005002824
6656 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/hello-i386.c' (5,149) at 20210308005046497
6657 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-yones-toptech-bd1078.dts' (5,150) at 20210308005002624
6658 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/conversion.hpp' (5,151) at 20240820080027378
6659 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/user/emmc_patch.hex' (5,152) at 20230110040015912
6660 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/libc.h' (5,153) at 20210308005046397
6661 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/176.out' (5,154) at 20240906080037564
6662 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/oldask0_expected_stdout' (5,155) at 20210308005003736
6663 2025-10-05 03:01:02.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshdgenkeys.service' (5,156) at 20210307205554466
6664 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-support-card.dtsi' (5,157) at 20210308005002632
6665 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_ucode.py' (5,158) at 20210308005003748
6666 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_regs.h' (5,159) at 20210308005003508
6667 2025-10-05 03:01:02.311-0500 FINEST t466 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' (5,160) at 20241221090017464
6668 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/rk_spi.h' (5,161) at 20210308005003492
6669 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/.gitignore' (5,162) at 20210308005002540
6670 2025-10-05 03:01:02.311-0500 FINEST t466 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' (5,163) at 20230706080014753
6671 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/witherspoon-power-supply-sync.bb' (5,164) at 20221014030016316
6672 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/crc32c.c' (5,165) at 20230925080040113
6673 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-IGO' (5,166) at 20241221090017616
6674 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/070.out' (5,167) at 20210308005046441
6675 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/vdso.S' (5,168) at 20240326080039558
6676 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dalfors' (5,169) at 20210307205553778
6677 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.11.1.bb' (5,170) at 20241221090017532
6678 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/requirements.txt' (5,171) at 20230919080013962
6679 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-Make-themes-build-optional.patch' (5,172) at 20240301090012423
6680 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_lookup_failed.cpp' (5,173) at 20210308005108645
6681 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/clock.cpp' (5,174) at 20230511080043139
6682 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (5,175) at 20220811030018543
6683 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/tdx-common.c' (5,176) at 20210308005003084
6684 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-stopping@.target' (5,177) at 20220301040040081
6685 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/Makefile' (5,178) at 20210308005003228
6686 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc' (5,179) at 20241206090014230
6687 2025-10-05 03:01:02.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorcp_cm920t_defconfig' (5,180) at 20210308005003260
6688 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mailbox/nvidia,tegra186-hsp.txt' (5,181) at 20210308005003304
6689 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/u-boot.lds' (5,182) at 20210308005002540
6690 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/mock_request.hpp' (5,183) at 20231020080037726
6691 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb' (5,184) at 20230706080014761
6692 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-look-for-lua-with-pkg-config-rather-t.patch' (5,185) at 20241221090017672
6693 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/vc.c' (5,186) at 20210308005002764
6694 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (5,187) at 20220629030020274
6695 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/tlb.c' (5,188) at 20210308005002976
6696 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/rules_yocto.mk' (5,189) at 20230401080011935
6697 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/default_addresses.h' (5,190) at 20230629131804623
6698 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/Makefile' (5,191) at 20210308005003332
6699 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/default/krb5-admin-server' (5,192) at 20210307205553878
6700 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ProcessorCollection.json' (5,193) at 20240619080002952
6701 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/xinetd.init' (5,194) at 20210307205554574
6702 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi3798cv200-poplar.dts' (5,195) at 20210308005002580
6703 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm911360k/MAINTAINERS' (5,196) at 20210308005002940
6704 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/openpower-update-bios-attr-table.service' (5,197) at 20211001000026072
6705 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/elf_test.py' (5,198) at 20210308005003748
6706 2025-10-05 03:01:02.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/pinmux.h' (5,199) at 20210308005002672
6707 2025-10-05 03:01:02.312-0500 FINEST t466 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' (5,200) at 20240904080027738
6708 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-hcd.c' (5,201) at 20210308005003512
6709 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/aout_kludge.out' (5,202) at 20210308005046397
6710 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.089.bb' (5,203) at 20241221090017548
6711 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bootm.h' (5,204) at 20230310090043283
6712 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb' (5,205) at 20241221090017528
6713 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/board.c' (5,206) at 20210308005003052
6714 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_mac_table.c' (5,207) at 20210308005003436
6715 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bm_instance.hpp' (5,208) at 20240521080010460
6716 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-olefile_0.47.bb' (5,209) at 20240302090018210
6717 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.20.bb' (5,210) at 20241221090017548
6718 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/Kconfig' (5,211) at 20210308005002952
6719 2025-10-05 03:01:02.313-0500 FINEST t466 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' (5,212) at 20230706080014737
6720 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/appcommands.hpp' (5,213) at 20210308005122217
6721 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NetCDF' (5,214) at 20211006000025238
6722 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Logs/DumpsStore.js' (5,215) at 20241004080035963
6723 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/progress_meter.h' (5,216) at 20230426080043772
6724 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/mpc83xx_timer.c' (5,217) at 20210308005003500
6725 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/host.c' (5,218) at 20210308005003212
6726 2025-10-05 03:01:02.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/rtl8139.c' (5,219) at 20210308005003444
6727 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_empty_cpu_model.py' (5,220) at 20241211090212538
6728 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbutils.cpp' (5,221) at 20230331080010310
6729 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_led_indicator_asserted.robot' (5,222) at 20240401080012772
6730 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pcmcia.c' (5,223) at 20210308005003216
6731 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/meson.options' (5,224) at 20240724080006311
6732 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/dma-uclass.c' (5,225) at 20210308005003372
6733 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_ring.h' (5,226) at 20221215040039194
6734 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/aisimage.c' (5,227) at 20210308005003748
6735 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__diagnostics.hpp' (5,228) at 20240731080033662
6736 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-ibm' (5,229) at 20230426080043656
6737 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcsc-lite/pcsc-lite_2.0.3.bb' (5,230) at 20240413080012659
6738 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/google_accel_oob.cpp' (5,231) at 20240203090005566
6739 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/MAINTAINERS' (5,232) at 20210308005002912
6740 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/files/p10bmc.cfg' (5,233) at 20221129040014407
6741 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399-board-spl.c' (5,234) at 20210308005002776
6742 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm968380gerg.dts' (5,235) at 20210308005002812
6743 2025-10-05 03:01:02.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/ddr.c' (5,236) at 20210308005002992
6744 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd_git.bbappend' (5,237) at 20241206090014230
6745 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/expectedJsonChecker/LICENSE' (5,238) at 20210308005111457
6746 2025-10-05 03:01:02.315-0500 FINEST t466 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' (5,239) at 20240904080027738
6747 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Rosemarkie' (5,240) at 20210307205553798
6748 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.sh' (5,241) at 20230421080020940
6749 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi' (5,242) at 20210308005002608
6750 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/system1/ibm-basic-eth-map.json' (5,243) at 20241107090014377
6751 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/io.c' (5,244) at 20210308005003420
6752 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/wol.c' (5,245) at 20210308005003220
6753 2025-10-05 03:01:02.315-0500 FINEST t466 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' (5,246) at 20241221090017464
6754 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager.c' (5,247) at 20210308005002776
6755 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p2371-0000.h' (5,248) at 20210308005003608
6756 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32f469-discovery_defconfig' (5,249) at 20210308005003280
6757 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77970-eagle.dts' (5,250) at 20210308005002604
6758 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_index.scss' (5,251) at 20220105012522983
6759 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-bad-type.json' (5,252) at 20210927100127469
6760 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Darvel' (5,253) at 20210307205553794
6761 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/Kconfig' (5,254) at 20210308005003012
6762 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/0001-Fix-signature-of-main-function.patch' (5,255) at 20230317080013793
6763 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-sample_controller/xtensa-modules.c.inc' (5,256) at 20210308005046365
6764 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-mac-config.service' (5,257) at 20210309010015679
6765 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/Kconfig' (5,258) at 20210308005002924
6766 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_flash.h' (5,259) at 20210308005108641
6767 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hw_sha.h' (5,260) at 20210419100148337
6768 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/README' (5,261) at 20210308005046473
6769 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt' (5,262) at 20210308005003304
6770 2025-10-05 03:01:02.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_A1000_defconfig' (5,263) at 20210308005003240
6771 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/parallels-ext.c' (5,264) at 20241211090212214
6772 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ipkdbg/build-opkg' (5,265) at 20240318080014163
6773 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/create_read_window_v2.c' (5,266) at 20210308005108641
6774 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/LICENSE' (5,267) at 20210307205554134
6775 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dts' (5,268) at 20210308005002596
6776 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/severity_test.cpp' (5,269) at 20220721030032266
6777 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/conf-notes.txt' (5,270) at 20220913030020496
6778 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-payload-annotations.v1_2_3.json' (5,271) at 20240824080002938
6779 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/first-boot-set-mac@.service' (5,272) at 20210307205554054
6780 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r0p7734_defconfig' (5,273) at 20210308005003276
6781 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led.bb' (5,274) at 20241206090014286
6782 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/189' (5,275) at 20240906080037564
6783 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/board.c' (5,276) at 20210308005003052
6784 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/signing/key.pub' (5,277) at 20210307205554386
6785 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/MAINTAINERS' (5,278) at 20210308005002920
6786 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/crypto-tls-psk-helpers.c' (5,279) at 20240906080037580
6787 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/spl.h' (5,280) at 20210308005002724
6788 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-mips-plt.c-Delete-include-error.h.patch' (5,281) at 20230706080014745
6789 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850-lcdk-u-boot.dtsi' (5,282) at 20210308005002576
6790 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/zram-swap-deinit' (5,283) at 20210307205553938
6791 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftpmu010.h' (5,284) at 20210308005003648
6792 2025-10-05 03:01:02.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/bsd-3-clause.txt' (5,285) at 20210308005002540
6793 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/docker.py' (5,286) at 20240326080039722
6794 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-stub.c' (5,287) at 20240326080039438
6795 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/span-lite/span-lite_0.11.0.bb' (5,288) at 20240301090012431
6796 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-s390/virtio-ccw.h' (5,289) at 20210308005046049
6797 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.N1213' (5,290) at 20210308005003288
6798 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/command.py' (5,291) at 20210308005003772
6799 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinum_onenand_defconfig' (5,292) at 20210308005003284
6800 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/Kconfig' (5,293) at 20210308005003532
6801 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/Kconfig' (5,294) at 20210927100127385
6802 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/files/ypbind.init' (5,295) at 20210307205553842
6803 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/cleanpatch' (5,296) at 20210308005003724
6804 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Protocol/PECI/Raw.interface.yaml' (5,297) at 20221207040023627
6805 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gunnarskog' (5,298) at 20210307205553782
6806 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch' (5,299) at 20240301090012427
6807 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/bitsperlong.h' (5,300) at 20210308005046065
6808 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_commit_unittest.cpp' (5,301) at 20210918000044923
6809 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/scf0403_lcd.h' (5,302) at 20210308005003684
6810 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/microchip/ddr2.c' (5,303) at 20210308005003372
6811 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/npcm7xx_emc.h' (5,304) at 20230426080043764
6812 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399-board.c' (5,305) at 20210308005002776
6813 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/timer.c' (5,306) at 20210308005002780
6814 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf610-colibri.dts' (5,307) at 20210308005002632
6815 2025-10-05 03:01:02.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/0001-Specify-printf-formats.patch' (5,308) at 20210307205553874
6816 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemux86-64.conf' (5,309) at 20241221090017612
6817 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/308.out' (5,310) at 20240326080039734
6818 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/COPYING.MIT' (5,311) at 20210307205553666
6819 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/harmony/Makefile' (5,312) at 20210308005003024
6820 2025-10-05 03:01:02.318-0500 FINEST t466 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' (5,313) at 20210307205554094
6821 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto_tpm.inc' (5,314) at 20230610080017607
6822 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/bridgingcommands.hpp' (5,315) at 20240829080009326
6823 2025-10-05 03:01:02.318-0500 FINEST t466 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' (5,316) at 20230919080013958
6824 2025-10-05 03:01:02.318-0500 FINEST t466 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' (5,317) at 20210307205553842
6825 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/show-gnu-make' (5,318) at 20210308005003736
6826 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_extui.S' (5,319) at 20210308005046529
6827 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/libutil-David-Nugent' (5,320) at 20241221090017620
6828 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm010/ps7_init_gpl.c' (5,321) at 20210308005003180
6829 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/README.md' (5,322) at 20220402030016063
6830 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/live555/live555/config.linux-cross' (5,323) at 20210307205553958
6831 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Eurajoki' (5,324) at 20210307205553770
6832 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/stm32/stm32_ltdc.c' (5,325) at 20210308005003536
6833 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/importlayer.html' (5,326) at 20210307205554286
6834 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/test_decorators.py' (5,327) at 20210528000029731
6835 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/dhcpcd.service' (5,328) at 20210307205554462
6836 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/local.conf.sample.extended' (5,329) at 20220910030013381
6837 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_check_sign.c' (5,330) at 20210308005003764
6838 2025-10-05 03:01:02.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Amos-4w' (5,331) at 20210307205553758
6839 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smartweb_defconfig' (5,332) at 20210308005003280
6840 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/empty.bochs.bz2' (5,333) at 20210308005046473
6841 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/option_int.h' (5,334) at 20210308005046045
6842 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/dts/microblaze-generic.dts' (5,335) at 20210308005002808
6843 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/mediatek/ddr3-mt7629.c' (5,336) at 20210308005003476
6844 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/bcm_udc_otg_phy.c' (5,337) at 20210308005003504
6845 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/elog.mako.cpp' (5,338) at 20210308005108057
6846 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-search.svg' (5,339) at 20210308005107069
6847 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pfuze.c' (5,340) at 20210308005002960
6848 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/page_cache.c' (5,341) at 20210927100127281
6849 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1-eeprom/ds2502.txt' (5,342) at 20210308005003328
6850 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_debug.h' (5,343) at 20210308005003516
6851 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/minerva/post_desc.json' (5,344) at 20240119090006943
6852 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest-gnome.bbclass' (5,345) at 20220910030013389
6853 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9260ek_nandflash_defconfig' (5,346) at 20210308005003248
6854 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/paths.hpp' (5,347) at 20241003080023045
6855 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/contrib/pw-am.sh' (5,348) at 20220402030015887
6856 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/README' (5,349) at 20210308005003040
6857 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/pwm_backlight.c' (5,350) at 20210308005003532
6858 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/logs.conf' (5,351) at 20210307205553850
6859 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/phosphor-dbus-interfaces.wrap' (5,352) at 20220322030032592
6860 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/virtio_types.h' (5,353) at 20210308005003692
6861 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_qb.c' (5,354) at 20210308005046509
6862 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/nlohmann_json.wrap' (5,355) at 20231208090002020
6863 2025-10-05 03:01:02.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/regs-usb.h' (5,356) at 20210308005002660
6864 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.console' (5,357) at 20210308005003292
6865 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp/fw_env.config' (5,358) at 20210908000029103
6866 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/Kconfig' (5,359) at 20210308005002776
6867 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/metricblob.proto' (5,360) at 20241116090005803
6868 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_updatepending_unittest.cpp' (5,361) at 20210308005120353
6869 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_elf.h' (5,362) at 20240326080039394
6870 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/vf610_nfc.c' (5,363) at 20210308005003416
6871 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/README' (5,364) at 20210308005002968
6872 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_sh7780.c' (5,365) at 20210308005003452
6873 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-fb.cfg' (5,366) at 20241221090017468
6874 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_lanp.h' (5,367) at 20210308004938820
6875 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/subprojects/googletest.wrap' (5,368) at 20230608150615695
6876 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/compat.py' (5,369) at 20210307205554258
6877 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/images/fb-minerva-phosphor-image.inc' (5,370) at 20240913080015309
6878 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telstar10_C-76.5E' (5,371) at 20210307205553762
6879 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sinlinx_SinA33_defconfig' (5,372) at 20210308005003244
6880 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sll-evk.dts' (5,373) at 20210308005002588
6881 2025-10-05 03:01:02.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/xsettings.patch' (5,374) at 20210307205553938
6882 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env.c' (5,375) at 20210308005003760
6883 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3229/evb_rk3229.c' (5,376) at 20210308005003040
6884 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-mem.c' (5,377) at 20240326080039390
6885 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/nand.h' (5,378) at 20210308005003668
6886 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml' (5,379) at 20221207040023627
6887 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0004-wvcrash-Replace-use-of-basename-API.patch' (5,380) at 20230706080014741
6888 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6dl_pins.h' (5,381) at 20210308005002648
6889 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm28155_w1d_defconfig' (5,382) at 20210308005003252
6890 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zc5202_defconfig' (5,383) at 20210308005003288
6891 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/hif.h' (5,384) at 20210308005003676
6892 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/strider.h' (5,385) at 20210308005003616
6893 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0001-Remove-HAVE_GETCONTEXT-check-to-add-local-implementa.patch' (5,386) at 20230811080018298
6894 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.2.rst' (5,387) at 20241221090017596
6895 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar934x/Makefile' (5,388) at 20210308005002820
6896 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77693_muic.h' (5,389) at 20210308005003680
6897 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc/0001-cmake-Link-with-libatomic-on-rv32-rv64.patch' (5,390) at 20240113090014536
6898 2025-10-05 03:01:02.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory.metadata.yaml' (5,391) at 20220430030026016
6899 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/log.h' (5,392) at 20210308005003672
6900 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/mboxd/mboxd/check-pnor-format.service' (5,393) at 20210307205553710
6901 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/cpsw_mdio.c' (5,394) at 20210308005003448
6902 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/Kconfig' (5,395) at 20210308005003008
6903 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/fit_spl_atf.its' (5,396) at 20210308005003072
6904 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_console_base.py' (5,397) at 20210308005003744
6905 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/Kconfig' (5,398) at 20210308005002948
6906 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bg0900_defconfig' (5,399) at 20210308005003252
6907 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_dectree_import.c' (5,400) at 20240906080037476
6908 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c' (5,401) at 20210308005003524
6909 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_ct5361_ram_defconfig' (5,402) at 20210308005003252
6910 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/0002-Constant-Fix-up-shebang.patch' (5,403) at 20241221090017664
6911 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-only' (5,404) at 20211006000025234
6912 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/xrdp.sysconfig' (5,405) at 20210307205554002
6913 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/fpga-ast2600_defconfig' (5,406) at 20210308005003260
6914 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/trace.h' (5,407) at 20210308005045933
6915 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Bayern' (5,408) at 20210307205553766
6916 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_nand_defconfig' (5,409) at 20210308005003264
6917 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/lowlevel_init.S' (5,410) at 20210308005003008
6918 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/h2200_defconfig' (5,411) at 20210308005003260
6919 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/nspr.pc.in' (5,412) at 20210307205553986
6920 2025-10-05 03:01:02.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config/nicole-ipmi-fru-properties.yaml' (5,413) at 20210307205554222
6921 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tplink/wdr4300/Makefile' (5,414) at 20210308005003088
6922 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/tsan.h' (5,415) at 20210308005046049
6923 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/MAINTAINERS' (5,416) at 20210308005002980
6924 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/use-includedir.patch' (5,417) at 20210307205554614
6925 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/fail-monitor/monitor.cpp' (5,418) at 20240820080028978
6926 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_structs.h' (5,419) at 20221215040039202
6927 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/Makefile' (5,420) at 20210308005002776
6928 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Loimaa' (5,421) at 20210307205553770
6929 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-generic.c' (5,422) at 20210308005003460
6930 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/vfio-ap.rst' (5,423) at 20210308005045809
6931 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.css.map' (5,424) at 20210307205554270
6932 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/Makefile' (5,425) at 20210308005003028
6933 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/pyproject.toml' (5,426) at 20240106090017261
6934 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/console.c' (5,427) at 20210308005003208
6935 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/Kconfig' (5,428) at 20210308005003032
6936 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/ti.c' (5,429) at 20210308005003444
6937 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/fsl_i2c.c' (5,430) at 20210308005003380
6938 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-64-alt.yml' (5,431) at 20210307205554110
6939 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/makesetup.py' (5,432) at 20241206090014302
6940 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3036-cru.h' (5,433) at 20210308005003632
6941 2025-10-05 03:01:02.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/cbor-helpers.h' (5,434) at 20241211090212366
6942 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/bootm.c' (5,435) at 20210308005002816
6943 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/hrcon_defconfig' (5,436) at 20210308005003260
6944 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/timer.c' (5,437) at 20210308005002552
6945 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_7.0.bb' (5,438) at 20220910030013353
6946 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_i2c.h' (5,439) at 20210308005002680
6947 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/nuvoton_nct6102d.c' (5,440) at 20210308005003400
6948 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch' (5,441) at 20240127090011892
6949 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/2ch_t.patch' (5,442) at 20230706080014757
6950 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/110' (5,443) at 20220429100100890
6951 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/ascii_string.hpp' (5,444) at 20220114040037678
6952 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d27_som1_ek_mmc1_defconfig' (5,445) at 20210308005003276
6953 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53ard_defconfig' (5,446) at 20210308005003268
6954 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/fix-incompatible-pointer-type-error.patch' (5,447) at 20241206090014258
6955 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/settings_test.py' (5,448) at 20231126090012817
6956 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-power_git.bb' (5,449) at 20220921030015986
6957 2025-10-05 03:01:02.324-0500 FINEST t466 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' (5,450) at 20210307205553914
6958 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/13_shlib_weaksym.patch' (5,451) at 20241221090017680
6959 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrlv_ph.c' (5,452) at 20210308005046509
6960 2025-10-05 03:01:02.324-0500 FINEST t466 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' (5,453) at 20240113090014528
6961 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_neo_defconfig' (5,454) at 20210308005003272
6962 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/Makefile' (5,455) at 20210308005002952
6963 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uefi-firmware_1.12.bb' (5,456) at 20241221090017560
6964 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/Makefile' (5,457) at 20210308005003468
6965 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb' (5,458) at 20240301090012431
6966 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/phosphor-ipmi-flash-bmccpld-update.service' (5,459) at 20210413100020742
6967 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS7-ssh-host@.service' (5,460) at 20231025080019870
6968 2025-10-05 03:01:02.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware_%.bbappend' (5,461) at 20241221090017464
6969 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/action.md' (5,462) at 20240809080033023
6970 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mboxd/mboxd/mboxd.service' (5,463) at 20241107090014381
6971 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/index.js' (5,464) at 20220105012522999
6972 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host/ampere.xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service' (5,465) at 20230410080012311
6973 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_hdmi.h' (5,466) at 20210308005003532
6974 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_i2c.h' (5,467) at 20240326080039542
6975 2025-10-05 03:01:02.325-0500 FINEST t466 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' (5,468) at 20220402030016011
6976 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init.bb' (5,469) at 20241221090017684
6977 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx6_logic.h' (5,470) at 20210308005003596
6978 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_handler_unittest.cpp' (5,471) at 20210308005120353
6979 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/0001-configure.ac-eliminate-build-path-from-openvpn-versi.patch' (5,472) at 20241221090017500
6980 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/firmware-controller.html' (5,473) at 20210308005107073
6981 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-generated.c' (5,474) at 20210308005003348
6982 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/schema.json' (5,475) at 20240925080030038
6983 2025-10-05 03:01:02.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/Kconfig' (5,476) at 20210308005003356
6984 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/0001-example-Do-not-run-the-tests.patch' (5,477) at 20230317080013793
6985 2025-10-05 03:01:02.326-0500 FINEST t466 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' (5,478) at 20230131040012035
6986 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/spl.c' (5,479) at 20210308005003028
6987 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_close_unittest.cpp' (5,480) at 20210308005120361
6988 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm9000.h' (5,481) at 20210308005003628
6989 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/uart-render-controller_git.bb' (5,482) at 20241206090014278
6990 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/config_secure.mk' (5,483) at 20210308005002756
6991 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/googletest.wrap' (5,484) at 20210518000042341
6992 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/README.md' (5,485) at 20210308005047061
6993 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-acpi.h' (5,486) at 20241211090212366
6994 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httplib2_0.22.0.bb' (5,487) at 20240302090018210
6995 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/ledlayout.hpp' (5,488) at 20240822080022197
6996 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/virtio-snd.rst' (5,489) at 20240326080039406
6997 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/sdk.py' (5,490) at 20230919080013994
6998 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/Makefile' (5,491) at 20220802100038581
6999 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karesuando' (5,492) at 20210307205553786
7000 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/MCD_progCheck.h' (5,493) at 20210308005003556
7001 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/231' (5,494) at 20220429100100914
7002 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-attention.cpp' (5,495) at 20230516080019606
7003 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/fs.hpp' (5,496) at 20210308005133997
7004 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/distro/include/ibm-mpreboot.inc' (5,497) at 20210307205553690
7005 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/witherspoon/regression_bucket_master' (5,498) at 20230908080016530
7006 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gmqtt_0.7.0.bb' (5,499) at 20241221090017552
7007 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch' (5,500) at 20230706080014757
7008 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/qe_io.c' (5,501) at 20210308005002828
7009 2025-10-05 03:01:02.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/util_base.hpp' (5,502) at 20240817080031292
7010 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/hr' (5,503) at 20210308005046145
7011 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/gbs-boot-status-led.bb' (5,504) at 20241206090014278
7012 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-build-fix-parallel-make.patch' (5,505) at 20230706080014741
7013 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/overlay/overlay' (5,506) at 20221209040019091
7014 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skattungbyn' (5,507) at 20210307205553790
7015 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_devdis.h' (5,508) at 20210308005003648
7016 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/dbench_4.0.bb' (5,509) at 20241221090017504
7017 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9n12.dtsi' (5,510) at 20210308005002572
7018 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_check.cpp' (5,511) at 20240618080040649
7019 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb45n/Makefile' (5,512) at 20210308005003016
7020 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/syscall_defs.h' (5,513) at 20240326080039394
7021 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/packagegroups/packagegroup-obmc-apps.bbappend' (5,514) at 20240724080012699
7022 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-bone.dts' (5,515) at 20210308005002560
7023 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (5,516) at 20241206090014218
7024 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0003-check-whether-password-expired-with-pam.patch' (5,517) at 20210307205553946
7025 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/network_manager_main.cpp' (5,518) at 20230802080038882
7026 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_nor_lpuart_defconfig' (5,519) at 20210308005003264
7027 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/MAINTAINERS' (5,520) at 20210308005002948
7028 2025-10-05 03:01:02.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/armadillo-800eva.h' (5,521) at 20210308005003584
7029 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/chromebook_link.dts' (5,522) at 20210308005002860
7030 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm963158/bcm963158.c' (5,523) at 20210308005002940
7031 2025-10-05 03:01:02.328-0500 FINEST t466 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' (5,524) at 20240413080012651
7032 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql-setup' (5,525) at 20210307205553890
7033 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/libcupsfilters_2.0.0.bb' (5,526) at 20231126090012797
7034 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/u-boot-spl.lds' (5,527) at 20210308005002860
7035 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/watch.hpp' (5,528) at 20230511080024715
7036 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/inventory/inventory-cleanup.bb' (5,529) at 20241206090014286
7037 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun8i_a83t.h' (5,530) at 20210308005002664
7038 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/systemd/system/mctp-demux.socket' (5,531) at 20210622100026533
7039 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (5,532) at 20240423080013627
7040 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus.h' (5,533) at 20230925080040109
7041 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap4_sdp4430_defconfig' (5,534) at 20210308005003272
7042 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (5,535) at 20230508080011774
7043 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.rst' (5,536) at 20241221090017596
7044 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/msmc.c' (5,537) at 20210308005002732
7045 2025-10-05 03:01:02.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb45n/wb45n.c' (5,538) at 20210308005003016
7046 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu1.json' (5,539) at 20230920080013648
7047 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/device.hpp' (5,540) at 20240817080031292
7048 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/ctype.c' (5,541) at 20210308005003696
7049 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__upon_stopped.hpp' (5,542) at 20240817080036820
7050 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_SDCARD_defconfig' (5,543) at 20210308005003244
7051 2025-10-05 03:01:02.329-0500 FINEST t466 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' (5,544) at 20221003030013281
7052 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/cpu_sandbox.c' (5,545) at 20210308005003356
7053 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml' (5,546) at 20240517080019498
7054 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/Makefile' (5,547) at 20210308005003072
7055 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ebisu/ebisu.c' (5,548) at 20210308005003032
7056 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/vugpu.h' (5,549) at 20240326080039398
7057 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xlsatoms_1.1.4.bb' (5,550) at 20240106090017237
7058 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/tune-arm9tdmi.inc' (5,551) at 20210905000020581
7059 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-fonts.inc' (5,552) at 20241206090014258
7060 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/host/checkstop-monitor.bbappend' (5,553) at 20210812000025162
7061 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/chassis_check_power_status.cpp' (5,554) at 20240823080031161
7062 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fpga.h' (5,555) at 20210308005003648
7063 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb' (5,556) at 20221003030013261
7064 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nyan-big.h' (5,557) at 20210308005003608
7065 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/stm32f4-rcc.h' (5,558) at 20210308005003636
7066 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/02-Makefile.in.patch' (5,559) at 20230706080014745
7067 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsl/gsl.inc' (5,560) at 20220402030015983
7068 2025-10-05 03:01:02.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/volatiles.99_vsftpd' (5,561) at 20210307205553822
7069 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mvo.c' (5,562) at 20220429100100946
7070 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zfs.h' (5,563) at 20210308005003696
7071 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_mdio.c' (5,564) at 20210308005003440
7072 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-net.cfg' (5,565) at 20220804030014671
7073 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/ply/lex.py' (5,566) at 20210307205554258
7074 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_state_sensor.hpp' (5,567) at 20240819080030259
7075 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_dcscm/Kconfig' (5,568) at 20230720080043535
7076 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/tod.h' (5,569) at 20210927100127241
7077 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/chassis.json' (5,570) at 20240106090013589
7078 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/g220a-ipmi-fru-properties.yaml' (5,571) at 20210307205553674
7079 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/wic/emmc-aspeed.wks.in' (5,572) at 20210307205553674
7080 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/LICENSE' (5,573) at 20220525020545505
7081 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Suddesjaur' (5,574) at 20210307205553790
7082 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/MAINTAINERS' (5,575) at 20210308005003016
7083 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb' (5,576) at 20241221090017556
7084 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/cereal.wrap' (5,577) at 20220408100045889
7085 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_MCTPEndpoint.cpp' (5,578) at 20241205090004239
7086 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/dbus_pcap_loader.js' (5,579) at 20220602030014530
7087 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/medcom-wide.h' (5,580) at 20210308005003604
7088 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_yaffs2.h' (5,581) at 20210308005003556
7089 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/relocate.c' (5,582) at 20210308005002884
7090 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa_4.3.0.bb' (5,583) at 20241221090017488
7091 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/battery.h' (5,584) at 20210308005003680
7092 2025-10-05 03:01:02.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_pnor_partition_table.h' (5,585) at 20210308005108645
7093 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch' (5,586) at 20230706080014757
7094 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_sub.c' (5,587) at 20210308005046529
7095 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/MAINTAINERS' (5,588) at 20210308005003024
7096 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/nlohmann_json.wrap' (5,589) at 20231208090004940
7097 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc-common.inc' (5,590) at 20241221090017660
7098 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/intc.c' (5,591) at 20210308005045889
7099 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.h' (5,592) at 20210308005003356
7100 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/Makefile.target' (5,593) at 20240326080039746
7101 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mcfmii.c' (5,594) at 20210308005003436
7102 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/autotools-brokensep.bbclass' (5,595) at 20220910030013385
7103 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/pmbus_regs.h' (5,596) at 20241211090212362
7104 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1043_ids.c' (5,597) at 20210308005002556
7105 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/284.out' (5,598) at 20210308005046469
7106 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.8.bb' (5,599) at 20241206090014242
7107 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCVirtualMedia.json' (5,600) at 20240724080002903
7108 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/eth.c' (5,601) at 20240326080039574
7109 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sy8106a.h' (5,602) at 20210308005003688
7110 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-stop@.target' (5,603) at 20240321080027598
7111 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb' (5,604) at 20241206090014238
7112 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/gcompat_git.bb' (5,605) at 20231126090012857
7113 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend' (5,606) at 20241221090017468
7114 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/sockbits.h' (5,607) at 20210308005046089
7115 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32h743-eval_defconfig' (5,608) at 20210308005003280
7116 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.rmobile' (5,609) at 20210308005003296
7117 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/images/obmc-phosphor-image.bbappend' (5,610) at 20210813100029656
7118 2025-10-05 03:01:02.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/utils.cpp' (5,611) at 20220727030018061
7119 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/056.out' (5,612) at 20210308005046441
7120 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/common.py' (5,613) at 20241206090014306
7121 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/misc.c' (5,614) at 20210308005002728
7122 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/crc32.c' (5,615) at 20210308005003420
7123 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-execstack.sh' (5,616) at 20210307205554130
7124 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/trace-events' (5,617) at 20230925080039901
7125 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/safe_finger.patch' (5,618) at 20241221090017680
7126 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/per.S' (5,619) at 20240906080037580
7127 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Accuracy.interface.yaml' (5,620) at 20221207040023631
7128 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Funasdalen_Telestation' (5,621) at 20210307205553782
7129 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/ifupdown_0.8.44.bb' (5,622) at 20241221090017640
7130 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/zones.json' (5,623) at 20241106090019918
7131 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs0_defconfig' (5,624) at 20210308005003248
7132 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/salvator-x.dtsi' (5,625) at 20210308005002608
7133 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/detail/async_send_handler.hpp' (5,626) at 20240817080036816
7134 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/common.py' (5,627) at 20241211090212458
7135 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/checksum.c' (5,628) at 20241211090212394
7136 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/misc.py' (5,629) at 20210308005048033
7137 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/Makefile.softmmu-target' (5,630) at 20241211090212550
7138 2025-10-05 03:01:02.332-0500 FINEST t466 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' (5,631) at 20210307205553810
7139 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_dcscm/Makefile' (5,632) at 20230720080043535
7140 2025-10-05 03:01:02.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/trace-enable/trace-enable.bbappend' (5,633) at 20230428080015190
7141 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx8mq_evk_defconfig' (5,634) at 20210308005003260
7142 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-09' (5,635) at 20230114040005626
7143 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APL-1.0' (5,636) at 20210307205554414
7144 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/parrot_r16_defconfig' (5,637) at 20210308005003272
7145 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/UCP1020.h' (5,638) at 20210308005003580
7146 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pypng_0.20220715.0.bb' (5,639) at 20230610080017603
7147 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/signal.c' (5,640) at 20240906080037360
7148 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/early_me.c' (5,641) at 20210308005002856
7149 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036-board.c' (5,642) at 20210308005002772
7150 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-core/systemd/systemd_%.bbappend' (5,643) at 20241221090017480
7151 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Global.interface.yaml' (5,644) at 20210610000035134
7152 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projectbuilds-toastertable.html' (5,645) at 20210307205554286
7153 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/console.h' (5,646) at 20240326080039546
7154 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/scsi-uclass.c' (5,647) at 20210308005003484
7155 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-4a/tune-neoversev1.inc' (5,648) at 20240301090012451
7156 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/pl031.c' (5,649) at 20210308005003480
7157 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.err' (5,650) at 20210308005046409
7158 2025-10-05 03:01:02.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/bus.c' (5,651) at 20210308005003740
7159 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-r5-base-board.dts' (5,652) at 20210308005002592
7160 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mittadalen' (5,653) at 20210307205553786
7161 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2371-0000_defconfig' (5,654) at 20210308005003272
7162 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/m-nocp.decode' (5,655) at 20230426080043856
7163 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ZPL-2.0' (5,656) at 20210307205554426
7164 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips64.inc' (5,657) at 20210905000020581
7165 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/.gitignore' (5,658) at 20210505000128990
7166 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/test_loaddata.py' (5,659) at 20240106090017249
7167 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/immap_8xx.h' (5,660) at 20210308005002840
7168 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rva.c.inc' (5,661) at 20241211090212514
7169 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/fvp-base.md' (5,662) at 20230114040015462
7170 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/Makefile' (5,663) at 20210308005002800
7171 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-hcalls.rst' (5,664) at 20220429100100422
7172 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/volatiles.99_vblade' (5,665) at 20210307205553822
7173 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/ccid.h' (5,666) at 20210308005045973
7174 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb' (5,667) at 20241206090014298
7175 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a779x-u-boot.dtsi' (5,668) at 20210308005002604
7176 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/restapi.py' (5,669) at 20220125040024447
7177 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/kallsyms.c' (5,670) at 20210308005003228
7178 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-array.out' (5,671) at 20241211090212542
7179 2025-10-05 03:01:02.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/imx/speed.c' (5,672) at 20210308005002548
7180 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/chipsec/chipsec_1.9.1.bb' (5,673) at 20241221090017580
7181 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/babeld/babeld_1.13.1.bb' (5,674) at 20230813080012840
7182 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd.conf' (5,675) at 20231126090012861
7183 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkAdapterMetrics.v1_1_0.json' (5,676) at 20240619080002948
7184 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/Kconfig' (5,677) at 20210308005002980
7185 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/test/power_off_cause_test.cpp' (5,678) at 20240217090030856
7186 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/id.c' (5,679) at 20210927100127661
7187 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ramundberget' (5,680) at 20210307205553790
7188 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR.interface.yaml' (5,681) at 20221207040023627
7189 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/pathwatchimpl.hpp' (5,682) at 20240904080034451
7190 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-ld4.c' (5,683) at 20210308005002796
7191 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/bootstrap-3.4.1.min.js' (5,684) at 20231126090012817
7192 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/system_dump_entry.cpp' (5,685) at 20230627080024910
7193 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec/Kconfig' (5,686) at 20210308005002920
7194 2025-10-05 03:01:02.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rotate-event-logs.timer' (5,687) at 20210901000020343
7195 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_fru.h' (5,688) at 20210308004938820
7196 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/Makefile' (5,689) at 20210308005002776
7197 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-install-efi-testfs.sh' (5,690) at 20220612030016755
7198 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (5,691) at 20240426080018064
7199 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-Make-ts-module-external.patch' (5,692) at 20210307205553990
7200 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/string.c' (5,693) at 20210308005003712
7201 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Dover' (5,694) at 20210307205553794
7202 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/clock.h' (5,695) at 20210308005002660
7203 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/conf/layer.conf' (5,696) at 20210307205553690
7204 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/disable_warning_urllib.py' (5,697) at 20221209040018567
7205 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/catch-syscalls.py' (5,698) at 20240906080037576
7206 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm281xx/boot0.h' (5,699) at 20210308005002640
7207 2025-10-05 03:01:02.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/iconnect.h' (5,700) at 20210308005003596
7208 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/inplace-byteswaps.cocci' (5,701) at 20210308005046237
7209 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mp.c' (5,702) at 20210308005003212
7210 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/volatile-binds.service.in' (5,703) at 20231126090012857
7211 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/drop_ntpdate_chk.patch' (5,704) at 20220721030015849
7212 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/sec_firmware_ppa.its' (5,705) at 20210308005003332
7213 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_aspeed.c' (5,706) at 20220802100038577
7214 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/cpu_info.c' (5,707) at 20210308005002552
7215 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/fennec_rk3288/Makefile' (5,708) at 20210308005003040
7216 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/musca.rst' (5,709) at 20210308005045809
7217 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_mman.h' (5,710) at 20230925080039949
7218 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/udev/rules.d/debug-trigger-kcs2.rules' (5,711) at 20210616125333493
7219 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/README.md' (5,712) at 20240618080025501
7220 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/create-spdx.bbclass' (5,713) at 20241221090017612
7221 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/python3.patch' (5,714) at 20210307205554578
7222 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession.d/89xdgautostart.sh' (5,715) at 20210307205554590
7223 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.omap-ulpi-viewport' (5,716) at 20210308005003296
7224 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/vital_handler.hpp' (5,717) at 20210308005346774
7225 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/mux-k2g.h' (5,718) at 20210308005002732
7226 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r16-nintendo-nes-classic-edition.dts' (5,719) at 20210308005002628
7227 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2080_sd_rcw.cfg' (5,720) at 20210308005002996
7228 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-start@.target' (5,721) at 20220301040040081
7229 2025-10-05 03:01:02.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2600.h' (5,722) at 20220215040051496
7230 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sxsabresd.h' (5,723) at 20210308005003604
7231 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/files/ppp-dialin' (5,724) at 20210307205554466
7232 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-regs.h' (5,725) at 20210308005002792
7233 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ebtables-legacy-save' (5,726) at 20241221090017496
7234 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.gitignore' (5,727) at 20220105012522959
7235 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-device-test.c' (5,728) at 20220429100100938
7236 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/gpio.h' (5,729) at 20210308005002668
7237 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kiiminki' (5,730) at 20210307205553766
7238 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/Makefile' (5,731) at 20210308005003004
7239 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/local.conf.sample' (5,732) at 20241221090017476
7240 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power9-cpu/blocklist.json' (5,733) at 20210307205554062
7241 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/s390x-softmmu/default.mak' (5,734) at 20240906080037160
7242 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0001-Handle-logging-syscall.patch' (5,735) at 20231126090012773
7243 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9261ek.h' (5,736) at 20210308005003584
7244 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/udc/Makefile' (5,737) at 20210308005003508
7245 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/Makefile' (5,738) at 20210308005003028
7246 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/Kconfig' (5,739) at 20210308005003044
7247 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tpm-v1.h' (5,740) at 20230310090043283
7248 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/common.c' (5,741) at 20210308005002944
7249 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bcm2835_peripherals.h' (5,742) at 20240906080037328
7250 2025-10-05 03:01:02.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/dbus-sensors/wait-host0-state-ready.conf' (5,743) at 20241213090035006
7251 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs2-gentil.dts' (5,744) at 20210308005002632
7252 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-NTSC-center-frequencies-8VSB' (5,745) at 20210307205553754
7253 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig' (5,746) at 20210308005003236
7254 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-enna' (5,747) at 20211006000025238
7255 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/test_host_console_sub_menu.robot' (5,748) at 20240628080017113
7256 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-process-tests_3.0.0.bb' (5,749) at 20231126090012801
7257 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/omap_usb_phy.c' (5,750) at 20210308005003520
7258 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/cpu_init.c' (5,751) at 20210308005002800
7259 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-default-settings.inc' (5,752) at 20210812000025262
7260 2025-10-05 03:01:02.339-0500 FINEST t466 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' (5,753) at 20240904080027734
7261 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/hostlogger' (5,754) at 20221213040024897
7262 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso.ld' (5,755) at 20240326080039562
7263 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-ws.c' (5,756) at 20230925080040109
7264 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_signal.h' (5,757) at 20221215040039202
7265 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libosip2/libosip2_5.3.1.bb' (5,758) at 20231126090012785
7266 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/altera.c' (5,759) at 20210308005003372
7267 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/meson_config.h.in' (5,760) at 20240723080006032
7268 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/126' (5,761) at 20220429100100890
7269 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/fpga.c' (5,762) at 20210308005003052
7270 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/Makefile' (5,763) at 20210308005003008
7271 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/macro.h' (5,764) at 20210308005002680
7272 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_SDCARD_defconfig' (5,765) at 20210308005003240
7273 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-mtrace.inc' (5,766) at 20210812000025326
7274 2025-10-05 03:01:02.339-0500 FINEST t466 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' (5,767) at 20210307205553810
7275 2025-10-05 03:01:02.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gardena/smart-gateway-mt7688/Kconfig' (5,768) at 20210308005002996
7276 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2021-4217.patch' (5,769) at 20220618030015190
7277 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/fanctl/fan_control.c' (5,770) at 20210308004922932
7278 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/pathgentest/grouptwo.yaml' (5,771) at 20221209040030339
7279 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb' (5,772) at 20230520080014504
7280 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle.err' (5,773) at 20210308005046409
7281 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/spl.c' (5,774) at 20210308005003016
7282 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/power-supply-policy/power-supply-policy.yaml' (5,775) at 20210307205553698
7283 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_s_qb.c' (5,776) at 20210308005046501
7284 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (5,777) at 20220128040018736
7285 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rv1108-evb.dts' (5,778) at 20210308005002608
7286 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ib62x0_defconfig' (5,779) at 20210308005003260
7287 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/adc.h' (5,780) at 20210308005002720
7288 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__then.hpp' (5,781) at 20240731080033662
7289 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/continuous-integration-and-kas.md' (5,782) at 20241206090014206
7290 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h' (5,783) at 20210308005002664
7291 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/insn64.decode' (5,784) at 20221215040039322
7292 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/Makefile.am.include' (5,785) at 20210308005108645
7293 2025-10-05 03:01:02.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-man-pages-copyleft-var' (5,786) at 20241221090017616
7294 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb.c' (5,787) at 20210308005002968
7295 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sata' (5,788) at 20210308005003296
7296 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/mc.c' (5,789) at 20210308005003432
7297 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/akcipher.c' (5,790) at 20241211090212226
7298 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe_1.25.0.bb' (5,791) at 20241221090017544
7299 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavtp/libavtp_0.2.0.bb' (5,792) at 20220618030015166
7300 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_errno_defs.h' (5,793) at 20210927100127281
7301 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/harma/post_desc.json' (5,794) at 20240111090006002
7302 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (5,795) at 20241206090014278
7303 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fb_mmc.h' (5,796) at 20210308005003648
7304 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/classes/gxp2-bootblock-n.bbclass' (5,797) at 20230627080016966
7305 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/root.c' (5,798) at 20210308005003356
7306 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FDK-AAC' (5,799) at 20241221090017616
7307 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/gdbstub.c' (5,800) at 20240906080037540
7308 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/misc/sdp.txt' (5,801) at 20210308005003328
7309 2025-10-05 03:01:02.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/db-mv784mp-gp.h' (5,802) at 20210308005003592
7310 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/gp_padctrl.h' (5,803) at 20210308005002672
7311 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/cpu-info.c' (5,804) at 20210308005002792
7312 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_xive.h' (5,805) at 20240906080037336
7313 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb' (5,806) at 20241221090017548
7314 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/toggle-filter.scss' (5,807) at 20210308005107073
7315 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/xilinx_emaclite.c' (5,808) at 20210308005003448
7316 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gunicorn/run-ptest' (5,809) at 20240301090012431
7317 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/k3_fit_atf.sh' (5,810) at 20210308005003764
7318 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/231.out' (5,811) at 20210927100127497
7319 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/configure.ac' (5,812) at 20210308005117617
7320 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe_driver.h' (5,813) at 20210308005003676
7321 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/mpc8569mds.c' (5,814) at 20210308005002980
7322 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/Makefile' (5,815) at 20210308005003384
7323 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/6x_upgrade.txt' (5,816) at 20210308005002924
7324 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/buildstats-summary.bbclass' (5,817) at 20220910030013389
7325 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/ptrace.h' (5,818) at 20210308005002804
7326 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_sdcard_qspi_defconfig' (5,819) at 20210308005003264
7327 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.ti_qspi_dra_test' (5,820) at 20210308005003300
7328 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6348.h' (5,821) at 20210308005003588
7329 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/bcm6838-pinctrl.txt' (5,822) at 20210308005003304
7330 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/Create.interface.yaml' (5,823) at 20221207040023627
7331 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/m4/m4_%.bbappend' (5,824) at 20210307205554386
7332 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_mac_table.h' (5,825) at 20210308005003436
7333 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/303' (5,826) at 20221215040039366
7334 2025-10-05 03:01:02.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbr.c' (5,827) at 20210308005046505
7335 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bitfield.h' (5,828) at 20210308005003656
7336 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/debian/pool/main/m/minicom/index.html' (5,829) at 20220204040022572
7337 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/gcc.py' (5,830) at 20220910030013397
7338 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/altera_tse.c' (5,831) at 20210308005003424
7339 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql.pam' (5,832) at 20210307205553890
7340 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/.gitattributes' (5,833) at 20210307205554226
7341 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_logic_defconfig' (5,834) at 20210308005003272
7342 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br.rules' (5,835) at 20230622080014098
7343 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch' (5,836) at 20230503080014579
7344 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (5,837) at 20240106090017229
7345 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb50n/MAINTAINERS' (5,838) at 20210308005003016
7346 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/mime-construct_1.11.bb' (5,839) at 20241221090017544
7347 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/README' (5,840) at 20210308005046393
7348 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/phosphor-skeleton-control-power_%/ibm-ac-server/obmc/power_control' (5,841) at 20221129040014411
7349 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/Kconfig' (5,842) at 20210308005003024
7350 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/scu_info.c' (5,843) at 20220322030058584
7351 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/Kconfig' (5,844) at 20210308005003488
7352 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/examples.rst' (5,845) at 20210307205554322
7353 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/mbox.h' (5,846) at 20210308005002848
7354 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bb' (5,847) at 20220921030015990
7355 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Santiago_de_Compostela' (5,848) at 20210307205553766
7356 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsoap/gsoap_2.8.134.bb' (5,849) at 20241206090014258
7357 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/129.out' (5,850) at 20210308005046449
7358 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/Makefile' (5,851) at 20210308005002976
7359 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/file-io.cpp' (5,852) at 20240724080006311
7360 2025-10-05 03:01:02.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch' (5,853) at 20210307205553994
7361 2025-10-05 03:01:02.344-0500 FINEST t466 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' (5,854) at 20241206090014298
7362 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-orangepi-win.dts' (5,855) at 20210308005002616
7363 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/clearfog_gt_8k_defconfig' (5,856) at 20210308005003252
7364 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Krompachy' (5,857) at 20210307205553794
7365 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/dcu_sii9022a.c' (5,858) at 20210308005002960
7366 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-scsi.h' (5,859) at 20240326080039542
7367 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/qemu-ppce500/Makefile' (5,860) at 20210308005002988
7368 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_project_config_page.py' (5,861) at 20240106090017249
7369 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host.errors.yaml' (5,862) at 20210610000035106
7370 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/COPYING.MIT' (5,863) at 20210307205553686
7371 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/clk-mtk.c' (5,864) at 20210308005003348
7372 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-quanta/network/usb-network.bbappend' (5,865) at 20241206090014278
7373 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/bmc/bmc_intf.h' (5,866) at 20210308004938832
7374 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/crypto.c' (5,867) at 20210308005002788
7375 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager-assettag.bb' (5,868) at 20241206090014274
7376 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-64.yml' (5,869) at 20210307205554110
7377 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_bcm6345.c' (5,870) at 20210308005003484
7378 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio_win_int.h' (5,871) at 20210308005045725
7379 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/io.cpp' (5,872) at 20230511080043139
7380 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/tps65090.c' (5,873) at 20210308005003472
7381 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/spi.h' (5,874) at 20210308005002676
7382 2025-10-05 03:01:02.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/101.out' (5,875) at 20210308005046445
7383 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/cve-2022-33065.patch' (5,876) at 20231126090012865
7384 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricReport.v1_5_2.json' (5,877) at 20240824080002938
7385 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/altr,rst-mgr-a10.h' (5,878) at 20210308005003640
7386 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tizen/tizen_logo_16bpp_gzip.h' (5,879) at 20210308005003716
7387 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/remote-console-window-controller.html' (5,880) at 20210308005107077
7388 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5475EVB.h' (5,881) at 20210308005003576
7389 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pcie.hpp' (5,882) at 20240819080030263
7390 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/exchange-bmc-os-info.service.redhat' (5,883) at 20210308004938816
7391 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/network/phosphor-network_%.bbappend' (5,884) at 20241206090014222
7392 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-ssh.patch' (5,885) at 20210307205553810
7393 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (5,886) at 20240523080012333
7394 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/recipedetails.js' (5,887) at 20210307205554282
7395 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-shutdown-ack.service' (5,888) at 20230128040012702
7396 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/0004-cups-fix-multilib-install-file-conflicts.patch' (5,889) at 20241221090017676
7397 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/ascii_string.cpp' (5,890) at 20220323030042607
7398 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/modules.rst' (5,891) at 20220429100100414
7399 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native/minerva-fan.yaml' (5,892) at 20240316080012480
7400 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6slevk_defconfig' (5,893) at 20210308005003268
7401 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imgtec_xilfpga.h' (5,894) at 20210308005003596
7402 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ecdsa_key' (5,895) at 20210307205554466
7403 2025-10-05 03:01:02.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/trace.h' (5,896) at 20210308005046269
7404 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9rl.dtsi' (5,897) at 20210308005002572
7405 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/ddr.c' (5,898) at 20210308005002980
7406 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/mt7629-clk.h' (5,899) at 20210308005003632
7407 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/MAINTAINERS' (5,900) at 20210308005002908
7408 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/init' (5,901) at 20210307205553974
7409 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host.interface.yaml' (5,902) at 20221207040023627
7410 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_rawcopy_plugin.wks.in' (5,903) at 20230401080011959
7411 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/interrupts.c' (5,904) at 20210308005002848
7412 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600-dcscm_defconfig' (5,905) at 20230720080043539
7413 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/init.h' (5,906) at 20210308005002796
7414 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra114_spi.c' (5,907) at 20210308005003496
7415 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/121' (5,908) at 20220429100100890
7416 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1088aqds.h' (5,909) at 20210308005003600
7417 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/powergate.h' (5,910) at 20210308005002672
7418 2025-10-05 03:01:02.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm720t/Makefile' (5,911) at 20210308005002544
7419 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/mpqemu-link.h' (5,912) at 20210927100127241
7420 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/op_dump_util.hpp' (5,913) at 20230625080025863
7421 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/devkit8000.h' (5,914) at 20210308005003592
7422 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-core/packagegroup/packagegroup-core-security.bbappend' (5,915) at 20220612030016735
7423 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/lowlevel_init_ca15.S' (5,916) at 20210308005002768
7424 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_cpu.h' (5,917) at 20210308005046097
7425 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/Makefile' (5,918) at 20210308005003088
7426 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/kgdb_stubs.c' (5,919) at 20210308005003228
7427 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_nest3.decode' (5,920) at 20210308005046389
7428 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/caddy2_defconfig' (5,921) at 20210308005003252
7429 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_eq_qb.c' (5,922) at 20210308005046501
7430 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/BootSettingsStore.js' (5,923) at 20241004080035963
7431 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/kvm-window-controller.html' (5,924) at 20210308005107077
7432 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule-datetime.bb' (5,925) at 20241221090017520
7433 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/test.h' (5,926) at 20210308005003628
7434 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/.clang-format' (5,927) at 20211029100036564
7435 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1254_revA_defconfig' (5,928) at 20210308005003288
7436 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/iotools/iotools/iotools-setup.service' (5,929) at 20210307205554058
7437 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-GCC-exception' (5,930) at 20210307205554422
7438 2025-10-05 03:01:02.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/syscall_n64.tbl' (5,931) at 20241211090212378
7439 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/a2ul16riser.json' (5,932) at 20220601030005857
7440 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/templates/default/local.conf.sample' (5,933) at 20241221090017472
7441 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/0001-Replace-stat64-with-stat.patch' (5,934) at 20230114040015534
7442 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/disable-float-tests.patch' (5,935) at 20230706080014757
7443 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/059_change_size.dts' (5,936) at 20210308005003752
7444 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/ibm-dbus-interfaces.pc.in' (5,937) at 20210308005117617
7445 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/sign_ipk.bbclass' (5,938) at 20220910030013393
7446 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/219' (5,939) at 20210927100127493
7447 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/trace-events' (5,940) at 20240326080039430
7448 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/avsbus-control/avsbus-enable@.service' (5,941) at 20210307205553718
7449 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-sld8.c' (5,942) at 20210308005002796
7450 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_qspi_defconfig' (5,943) at 20210308005003264
7451 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/Makefile' (5,944) at 20210308005002708
7452 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/start.S' (5,945) at 20210308005046397
7453 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/sys-cdefs.h' (5,946) at 20231011080016606
7454 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/117' (5,947) at 20220429100100890
7455 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_w.c' (5,948) at 20210308005046505
7456 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sundsbruk' (5,949) at 20210307205553790
7457 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/conitrace.c' (5,950) at 20210308005003208
7458 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-flash_%.bbappend' (5,951) at 20210819000021018
7459 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/004' (5,952) at 20210927100127473
7460 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9n12ek_mmc_defconfig' (5,953) at 20210308005003248
7461 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/mctp/mctp-standards.svg' (5,954) at 20210308004941072
7462 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/network/phosphor-network/config.json' (5,955) at 20231123090013213
7463 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-check.svg' (5,956) at 20210308005107065
7464 2025-10-05 03:01:02.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-local/file3' (5,957) at 20230114040015526
7465 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/machine/ncplite.conf' (5,958) at 20230927080013514
7466 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/centos-8-aarch64.ks' (5,959) at 20210308005046541
7467 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/systemintf-sdbus.cpp' (5,960) at 20230513080027502
7468 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-pxs3.c' (5,961) at 20210308005002792
7469 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/item_updater.cpp' (5,962) at 20240820080019550
7470 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77970-u-boot.dtsi' (5,963) at 20210308005002604
7471 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2203.conf' (5,964) at 20230606080013598
7472 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/utils.sh' (5,965) at 20220402030016063
7473 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm23550_w1d.h' (5,966) at 20210308005003588
7474 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/efi-x86_payload64_defconfig' (5,967) at 20210308005003256
7475 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4.dtsi' (5,968) at 20210308005002576
7476 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/fpu/softfloat-macros.h' (5,969) at 20220429100100554
7477 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/formatter.py' (5,970) at 20241206090014290
7478 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb' (5,971) at 20241206090014298
7479 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/mamoj.c' (5,972) at 20210308005002940
7480 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Signature.v1_0_3.json' (5,973) at 20240619080002956
7481 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/OWNERS' (5,974) at 20231222090023227
7482 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/options.c' (5,975) at 20210308005003360
7483 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb.h' (5,976) at 20210308005002820
7484 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/sdbus.mk' (5,977) at 20210308004922940
7485 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/car.S' (5,978) at 20210308005002860
7486 2025-10-05 03:01:02.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/u-boot-spl.lds' (5,979) at 20210308005002548
7487 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CFITSIO' (5,980) at 20241221090017616
7488 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/clear_hostdumps_poweroff.service' (5,981) at 20230513080025626
7489 2025-10-05 03:01:02.350-0500 FINEST t466 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' (5,982) at 20221120040010722
7490 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/bootm.c' (5,983) at 20210308005002852
7491 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/parse-headers.pl' (5,984) at 20210308005002536
7492 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/FactoryResetStore.js' (5,985) at 20241004080035963
7493 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-schedutils_0.6.bb' (5,986) at 20230114040015486
7494 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mfhi.c' (5,987) at 20210308005046505
7495 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm11/cpu.c' (5,988) at 20210308005002544
7496 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/Makefile-obey-LDFLAGS.patch' (5,989) at 20210307205553834
7497 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_date_and_time_sub_menu.robot' (5,990) at 20240628080017113
7498 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clk_synthesizer.h' (5,991) at 20210308005002636
7499 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk-multi-rootfs.wks' (5,992) at 20210307205554634
7500 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test/0001-pci-Correct-cast-for-sandbox.patch' (5,993) at 20210308005003772
7501 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils.bbappend' (5,994) at 20241226090016123
7502 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/runlevel.py' (5,995) at 20220910030013401
7503 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/transmission/files/transmission-daemon' (5,996) at 20210307205553882
7504 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP0.interface.yaml' (5,997) at 20220315030032659
7505 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service_0.1.bb' (5,998) at 20241206090014298
7506 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgi/fcgi_git.bb' (5,999) at 20220204040022544
7507 2025-10-05 03:01:02.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-one.dts' (6,000) at 20210308005002624
7508 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm968380gerg_ram_defconfig' (6,001) at 20210308005003252
7509 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxc_nand.c' (6,002) at 20210308005003412
7510 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400.c' (6,003) at 20230426080043928
7511 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html' (6,004) at 20231126090012817
7512 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3288.h' (6,005) at 20210308005002660
7513 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/rateconv' (6,006) at 20220612030016723
7514 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/OpenBMCAccountService_v1.xml' (6,007) at 20240907080003164
7515 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/088_expand_size.dts' (6,008) at 20210308005003752
7516 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/elf_x86_64_efi.lds' (6,009) at 20210308005002884
7517 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml' (6,010) at 20210307205554070
7518 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-any.json' (6,011) at 20210308005046401
7519 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cli.c' (6,012) at 20210308005003224
7520 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ag101p' (6,013) at 20210308005003292
7521 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/mbedtls/run-ptest' (6,014) at 20230401080011931
7522 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sfr/nb4_ser/nb4-ser.c' (6,015) at 20210308005003048
7523 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/lpc-ich9-test.c' (6,016) at 20221215040039378
7524 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/images/DMTF_Redfish_logo_2017.svg' (6,017) at 20240714080004351
7525 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/Makefile' (6,018) at 20210308005003024
7526 2025-10-05 03:01:02.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/networking/sslh_git.bb' (6,019) at 20221029100011436
7527 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/MAINTAINERS' (6,020) at 20210308005002984
7528 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/am53c974-test.c' (6,021) at 20221215040039366
7529 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gi-docgen.bbclass' (6,022) at 20230919080013974
7530 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.048.bb' (6,023) at 20241221090017548
7531 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libesmtp/libesmtp_1.1.0.bb' (6,024) at 20221003030013265
7532 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/MAINTAINERS' (6,025) at 20210308005003004
7533 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/xinetd.default' (6,026) at 20210307205554574
7534 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/ramfs-common.txt' (6,027) at 20210308005003012
7535 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-api-test.inc' (6,028) at 20230317080013781
7536 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/Makefile' (6,029) at 20210308005002856
7537 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.3.1.bb' (6,030) at 20241206090014270
7538 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2022-0530.patch' (6,031) at 20220721030015881
7539 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci-spapr.h' (6,032) at 20221215040039374
7540 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6cuboxi.h' (6,033) at 20210308005003604
7541 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/README' (6,034) at 20210308005002976
7542 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xdpyinfo/disable-xkb.patch' (6,035) at 20210307205554590
7543 2025-10-05 03:01:02.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/q35-virtio-graphical.cfg' (6,036) at 20240326080039402
7544 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T102xQDS.h' (6,037) at 20210308005003580
7545 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/adc-uclass.c' (6,038) at 20210308005003332
7546 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/host-poweroff.service' (6,039) at 20210307205554094
7547 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch' (6,040) at 20210307205553934
7548 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-rcu-slist.c' (6,041) at 20210927100127649
7549 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS8.conf' (6,042) at 20240310080021376
7550 2025-10-05 03:01:02.353-0500 FINEST t466 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' (6,043) at 20210307205553802
7551 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/findutils/findutils.inc' (6,044) at 20241206090014334
7552 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtd_uboot.c' (6,045) at 20210308005003408
7553 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_syscall.h' (6,046) at 20221215040039062
7554 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch' (6,047) at 20210307205553990
7555 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/augeas/augeas_1.12.0.bb' (6,048) at 20241221090017532
7556 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/dwc3-of-simple.c' (6,049) at 20210308005003512
7557 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.3.rst' (6,050) at 20241221090017596
7558 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/mpich2' (6,051) at 20211006000025246
7559 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/seatd/seatd/init' (6,052) at 20241221090017644
7560 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gator-daemon/gator-daemon/0001-Include-missing-cstdint.patch' (6,053) at 20241221090017472
7561 2025-10-05 03:01:02.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.bb' (6,054) at 20210307205554106
7562 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/arm-mpcore.h' (6,055) at 20210308005002792
7563 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/Makefile' (6,056) at 20210308005003048
7564 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/phosphor-ipmi-blobs.wrap' (6,057) at 20230821192414188
7565 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vhost-user-vga.c' (6,058) at 20221215040039106
7566 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/usb.rst' (6,059) at 20240906080037180
7567 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/chrpath.bbclass' (6,060) at 20240124090012258
7568 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecureBoot.v1_1_2.json' (6,061) at 20240619080002952
7569 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/bcm2835_ic.h' (6,062) at 20210308005046017
7570 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SSPL-1.0' (6,063) at 20211006000025242
7571 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_device_path_utilities.c' (6,064) at 20210308005003700
7572 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/sockbits.h' (6,065) at 20210308005046089
7573 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/0003-ipvsadm-remove-dependency-on-bash.patch' (6,066) at 20210307205553838
7574 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/lowlevel_init.S' (6,067) at 20210308005003028
7575 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pcm058_defconfig' (6,068) at 20210308005003272
7576 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/stm32f7_gpio.c' (6,069) at 20210308005003380
7577 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/setup.h' (6,070) at 20210308005003044
7578 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/x86-fit-boot.txt' (6,071) at 20210308005003332
7579 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PostgreSQL' (6,072) at 20210307205554426
7580 2025-10-05 03:01:02.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf_mtd.c' (6,073) at 20210308005003420
7581 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/ti_handler.hpp' (6,074) at 20230516080019606
7582 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/intctrl.h' (6,075) at 20210308005002800
7583 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T1040QDS.h' (6,076) at 20210308005003580
7584 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/event.hpp' (6,077) at 20240822080031261
7585 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/meson.build' (6,078) at 20241211090212378
7586 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AggregationService.v1_0_3.json' (6,079) at 20240619080002940
7587 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/210' (6,080) at 20220429100100910
7588 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch' (6,081) at 20230706080014757
7589 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/gpio.h' (6,082) at 20210308005002732
7590 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/sensor_monitoring.hpp' (6,083) at 20220402030035699
7591 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/mc.h' (6,084) at 20210308005002672
7592 2025-10-05 03:01:02.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/bzip2-1.0.5' (6,085) at 20211006000025246
7593 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/gp_padctrl.h' (6,086) at 20210308005002672
7594 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tricorder_flash_defconfig' (6,087) at 20210308005003284
7595 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/example_errors_watch.yaml' (6,088) at 20221210040023902
7596 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/threex.c' (6,089) at 20210308005003720
7597 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/cairo/cairomm-1.16_1.18.0.bb' (6,090) at 20231126090012797
7598 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/erst.h' (6,091) at 20230426080043756
7599 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/182.out' (6,092) at 20240326080039730
7600 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t43_defconfig' (6,093) at 20210308005003252
7601 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-schema.err' (6,094) at 20210927100127469
7602 2025-10-05 03:01:02.356-0500 FINEST t466 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' (6,095) at 20240413080012643
7603 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/sdjournal.cpp' (6,096) at 20221005030030502
7604 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/updater.cpp' (6,097) at 20211109010033821
7605 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-missing-name.err' (6,098) at 20210308005046405
7606 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-export-US-acknowledgement' (6,099) at 20241221090017616
7607 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/LICENSE' (6,100) at 20210308005346770
7608 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/Kconfig' (6,101) at 20221215040039310
7609 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_speed.c' (6,102) at 20210308005002556
7610 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_5.0.bb' (6,103) at 20241221090017532
7611 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/Kconfig' (6,104) at 20210308005002948
7612 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.0-no-RFN' (6,105) at 20211006000025242
7613 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-colon.json' (6,106) at 20210308005046409
7614 2025-10-05 03:01:02.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/dasd-ipl.c' (6,107) at 20241211090212442
7615 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/OWNERS' (6,108) at 20240202090031204
7616 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-vf610.c' (6,109) at 20210308005003460
7617 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_w.c' (6,110) at 20210308005046517
7618 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/interrupts.c' (6,111) at 20210308005002800
7619 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/efi_stub.c' (6,112) at 20210308005003700
7620 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/phal-create-boottime-guard-indicator.service.in' (6,113) at 20230513080022442
7621 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/multinodecommands.hpp' (6,114) at 20230228040008887
7622 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_message_handler.cpp' (6,115) at 20240822080032141
7623 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/055' (6,116) at 20240326080039726
7624 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/CMakeLists.txt' (6,117) at 20241219090010500
7625 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-empty.err' (6,118) at 20210308005046401
7626 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-diff-perl/run-ptest' (6,119) at 20231126090012801
7627 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_meta.hpp' (6,120) at 20241123090021035
7628 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/MAINTAINERS' (6,121) at 20210308005002908
7629 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/MAINTAINERS' (6,122) at 20210308005003172
7630 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/leds/nicole-led-manager-config/led.yaml' (6,123) at 20210307205554222
7631 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ea20_defconfig' (6,124) at 20210308005003256
7632 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/console/obmc-console_%.bbappend' (6,125) at 20210812000025162
7633 2025-10-05 03:01:02.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-file.h' (6,126) at 20240906080037340
7634 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bootm.c' (6,127) at 20230310090043279
7635 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/051' (6,128) at 20221215040039362
7636 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter_1.2.2-alt1.bb' (6,129) at 20221003030013285
7637 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/bcu.h' (6,130) at 20210308005003020
7638 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/compar_fn_t.patch' (6,131) at 20210307205553938
7639 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-resize' (6,132) at 20230925080040089
7640 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (6,133) at 20220311040028855
7641 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_prctl.h' (6,134) at 20220429100100650
7642 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/2004-libavcodec-omx-replace-opt-vc-path-with-usr-lib.patch' (6,135) at 20230114040015502
7643 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/MAINTAINERS' (6,136) at 20210308005003004
7644 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/omicron/calimain/MAINTAINERS' (6,137) at 20210308005003028
7645 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/image/test-imagetools.sh' (6,138) at 20210308005003740
7646 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_ids.h' (6,139) at 20221215040039194
7647 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/POTFILES' (6,140) at 20210308005046217
7648 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/gpio.h' (6,141) at 20210308005002640
7649 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_fx6.h' (6,142) at 20210308005003588
7650 2025-10-05 03:01:02.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/cpu.h' (6,143) at 20210308005002644
7651 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb' (6,144) at 20241206090014346
7652 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.4.rst' (6,145) at 20241221090017596
7653 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/mvebu/armada-8k-memory.txt' (6,146) at 20210308005003332
7654 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gitannex.py' (6,147) at 20210307205554238
7655 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_is1.dts' (6,148) at 20210308005002612
7656 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/spmi-msm.c' (6,149) at 20210308005003496
7657 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_test_arch.dot' (6,150) at 20230629131804619
7658 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilov.c' (6,151) at 20210308005046505
7659 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_mmdc.h' (6,152) at 20210308005003652
7660 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_formats.hpp' (6,153) at 20210308005049137
7661 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/links_2.29.bb' (6,154) at 20241221090017540
7662 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Liwest' (6,155) at 20210307205553758
7663 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.json' (6,156) at 20210308005046401
7664 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-watchdog@.service' (6,157) at 20220503030013244
7665 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/base-files/files/poky/motd' (6,158) at 20240302090018226
7666 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemumips64.yml' (6,159) at 20210307205554110
7667 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/005' (6,160) at 20210927100127473
7668 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.typeid.hpp.mako' (6,161) at 20230902080037617
7669 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb' (6,162) at 20241221090017548
7670 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/pcf8563.c' (6,163) at 20210308005003480
7671 2025-10-05 03:01:02.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/facebook-linux.inc' (6,164) at 20240727080014102
7672 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/mrc_util.h' (6,165) at 20210308005002860
7673 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_version.h' (6,166) at 20210308005003708
7674 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/atmel_spi.c' (6,167) at 20210308005003488
7675 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Floda' (6,168) at 20210307205553782
7676 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.err' (6,169) at 20210927100127469
7677 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clc.c' (6,170) at 20240326080039746
7678 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_systemspecific_bios_test.cpp' (6,171) at 20240819080030259
7679 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/307.out' (6,172) at 20240326080039734
7680 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/BSC9132QDS.h' (6,173) at 20210308005003576
7681 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tarnaby_Ryfjallet' (6,174) at 20210307205553790
7682 2025-10-05 03:01:02.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/smc.h' (6,175) at 20210308005002860
7683 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/inventory/gbs-inventory-cleanup/inventory-cleanup.yaml' (6,176) at 20210721000034682
7684 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hestra_Aspas' (6,177) at 20210307205553782
7685 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.1.rst' (6,178) at 20230114040015518
7686 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/gdbstub.c' (6,179) at 20240906080037528
7687 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_max8997.c' (6,180) at 20210308005003468
7688 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/getline.c' (6,181) at 20210308005003764
7689 2025-10-05 03:01:02.361-0500 FINEST t466 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' (6,182) at 20220402030016019
7690 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/.gitignore' (6,183) at 20230914080011145
7691 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/042' (6,184) at 20210927100127477
7692 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmhash/libmhash_0.9.9.9.bb' (6,185) at 20241221090017580
7693 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/subprojects/sdbusplus.wrap' (6,186) at 20230405080009657
7694 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Schleswig-Holstein' (6,187) at 20210307205553766
7695 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_console_exec_attach.py' (6,188) at 20210308005003744
7696 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/qts/sdram_config.h' (6,189) at 20210308005003044
7697 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle-c.json' (6,190) at 20210308005046409
7698 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dfi-bt700.h' (6,191) at 20210308005003592
7699 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu_init.c' (6,192) at 20210308005002828
7700 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig' (6,193) at 20230601080014642
7701 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/corstone1000-mps3.yml' (6,194) at 20241206090014206
7702 2025-10-05 03:01:02.361-0500 FINEST t466 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' (6,195) at 20241221090017464
7703 2025-10-05 03:01:02.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-nohost.inc' (6,196) at 20211111010015492
7704 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/async/fdio.cpp' (6,197) at 20241219090033968
7705 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jonkoping_Bondberget' (6,198) at 20210307205553782
7706 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pudasjarvi_Kangasvaara' (6,199) at 20210307205553774
7707 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/dm-verity-systemd-hash-x86-64.txt' (6,200) at 20230706080014765
7708 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/MAINTAINERS' (6,201) at 20210308005002912
7709 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tables_csum.h' (6,202) at 20210308005003688
7710 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gpio.h' (6,203) at 20210308005002668
7711 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/obmc-power-stop@.service' (6,204) at 20221117040044437
7712 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone.patch' (6,205) at 20230131040012031
7713 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/7003cross_ranlib.patch' (6,206) at 20230706080014753
7714 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch' (6,207) at 20210307205554574
7715 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-member-case.err' (6,208) at 20210927100127469
7716 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/build-ouside_srcdir.patch' (6,209) at 20210307205553846
7717 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/iohub.h' (6,210) at 20241211090212362
7718 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-nuvoton/mori.cfg' (6,211) at 20220916030015744
7719 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/sdram.c' (6,212) at 20210308005002716
7720 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.h' (6,213) at 20210308005003368
7721 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/virtio-9p.cfg' (6,214) at 20220804030014671
7722 2025-10-05 03:01:02.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru/ncplite-obmc-read-eeprom@.service' (6,215) at 20230412080023460
7723 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/nvedit.c' (6,216) at 20210308005003216
7724 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/IdentityAuthentication.interface.yaml' (6,217) at 20240229090018787
7725 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/patchtest.sh' (6,218) at 20210307205554630
7726 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-udhcpd' (6,219) at 20210307205554470
7727 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ids8313_defconfig' (6,220) at 20210308005003260
7728 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (6,221) at 20230721080014366
7729 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client_7.20.5.bb' (6,222) at 20241221090017516
7730 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/marvell,armada-cp110-pinctrl.txt' (6,223) at 20210308005003308
7731 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Support-deprecated-resolver-functions.patch' (6,224) at 20210307205553854
7732 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zimbra-1.3' (6,225) at 20210307205554426
7733 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_rockchip.c' (6,226) at 20210308005003484
7734 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stromstad' (6,227) at 20210307205553790
7735 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/Kconfig' (6,228) at 20210308005003048
7736 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/test/slp_parser_test.cpp' (6,229) at 20240731164718599
7737 2025-10-05 03:01:02.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/simple.h' (6,230) at 20210308005045993
7738 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/imx-regs.h' (6,231) at 20210308005002644
7739 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-1.0' (6,232) at 20210307205554418
7740 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/MAINTAINERS' (6,233) at 20210308005002968
7741 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/config.mk' (6,234) at 20210308005002720
7742 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/OptusC1-156E' (6,235) at 20210307205553762
7743 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/cadence_ttc.h' (6,236) at 20221215040039186
7744 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Csavoly-Kiskoros' (6,237) at 20210307205553774
7745 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgtui.c' (6,238) at 20210308005046529
7746 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_sdram_config.c' (6,239) at 20210308005002780
7747 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/psci.S' (6,240) at 20210308005002964
7748 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/phycore-rk3288_defconfig' (6,241) at 20210308005003272
7749 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/pci.c' (6,242) at 20210308005003048
7750 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/COPYING.MIT' (6,243) at 20210307205554098
7751 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/blktrace/0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch' (6,244) at 20241221090017684
7752 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-sti.c' (6,245) at 20210308005003460
7753 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_descriptor.h' (6,246) at 20210308005003704
7754 2025-10-05 03:01:02.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/test-qxfer-siginfo-read.py' (6,247) at 20240906080037580
7755 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/remote.c' (6,248) at 20210308005003764
7756 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/MAINTAINERS' (6,249) at 20210308005003032
7757 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (6,250) at 20241031080012183
7758 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cmd_errata.c' (6,251) at 20210308005002828
7759 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/012_pack_inv_align.dts' (6,252) at 20210308005003752
7760 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev.c' (6,253) at 20241211090212242
7761 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/goni.c' (6,254) at 20210308005003044
7762 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/generate_unique_mock_id.cpp' (6,255) at 20220610100046048
7763 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/vfork.patch' (6,256) at 20210307205553842
7764 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-mrw-native_git.bb' (6,257) at 20220921030015986
7765 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock2/Makefile' (6,258) at 20210308005003032
7766 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio-scsi.h' (6,259) at 20230925080039969
7767 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.md.mako' (6,260) at 20210308005049765
7768 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/microblaze-softmmu/default.mak' (6,261) at 20241211090212222
7769 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/trace-enable/trace-enable.bbappend' (6,262) at 20240724080012699
7770 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/usb_hid.py' (6,263) at 20220910030013401
7771 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/configuration/vegman-yaml-config/vegman-ipmi-sensors-static.yaml' (6,264) at 20220623030014783
7772 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/README' (6,265) at 20231126090012865
7773 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/volatiles.03_radvd' (6,266) at 20210307205553822
7774 2025-10-05 03:01:02.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Nintendo_NES_Classic_Edition_defconfig' (6,267) at 20210308005003240
7775 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame/pessimizing-move.patch' (6,268) at 20210307205553966
7776 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/gevent/setup.py' (6,269) at 20210308004941620
7777 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/stdplus.wrap' (6,270) at 20211029000047258
7778 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/timer.h' (6,271) at 20210308005002716
7779 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-2.dts' (6,272) at 20210308005002624
7780 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mxsimage.c' (6,273) at 20210308005003772
7781 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/cz-UPC' (6,274) at 20210307205553758
7782 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/gdsys,iocon_fpga.txt' (6,275) at 20210308005002536
7783 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config/phosphor-ipmi-config.service' (6,276) at 20210307205554222
7784 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-q8-common.dtsi' (6,277) at 20210308005002628
7785 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/fails-mc/fails-mc1.bb' (6,278) at 20210316000012685
7786 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/iot_devkit.c' (6,279) at 20210308005003056
7787 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fm_eth.h' (6,280) at 20210308005003648
7788 2025-10-05 03:01:02.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mii_phy.h' (6,281) at 20210308005003672
7789 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/systemd/mapper-wait@.service.in' (6,282) at 20230216040028343
7790 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_log.py' (6,283) at 20210308005003744
7791 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-base.json' (6,284) at 20220429100100882
7792 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/return_directly.cocci' (6,285) at 20230426080043844
7793 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SES2-87.0W' (6,286) at 20210307205553762
7794 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-networking/mctp/mctp_%.bbappend' (6,287) at 20240727080014098
7795 2025-10-05 03:01:02.367-0500 FINEST t466 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' (6,288) at 20241221090017464
7796 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fxtract.c' (6,289) at 20210308005046497
7797 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/zynqmpbif.c' (6,290) at 20210308005003776
7798 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte/0002-lib-Typo-fix.patch' (6,291) at 20241221090017700
7799 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.ti_qspi_flash' (6,292) at 20210308005003300
7800 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/.gitignore' (6,293) at 20230426080043836
7801 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebox_panther_defconfig' (6,294) at 20210308005003252
7802 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/MAINTAINERS' (6,295) at 20210308005003080
7803 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/Makefile' (6,296) at 20210308005002972
7804 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-intel/packagegroups/packagegroup-intel-apps.bb' (6,297) at 20231012080014468
7805 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/MAINTAINERS' (6,298) at 20210308005003080
7806 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/auto-Australia' (6,299) at 20210307205553766
7807 2025-10-05 03:01:02.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb' (6,300) at 20240302090018242
7808 2025-10-05 03:01:02.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/setup.cfg' (6,301) at 20210422000032838
7809 2025-10-05 03:01:02.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ippool_init.d.patch' (6,302) at 20210307205553818
7810 2025-10-05 03:01:02.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_gpio.c' (6,303) at 20210308005003496
7811 2025-10-05 03:01:02.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu2up.service' (6,304) at 20230920080013648
7812 2025-10-05 03:01:02.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/rde_dictionary_manager.hpp' (6,305) at 20220603030001748
7813 2025-10-05 03:01:02.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/README' (6,306) at 20210308005002976
7814 2025-10-05 03:01:02.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sl-evk.dts' (6,307) at 20210308005002584
7815 2025-10-05 03:01:02.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/thunderx.c' (6,308) at 20210308005002944
7816 2025-10-05 03:01:02.368-0500 FINEST t466 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' (6,309) at 20210307205553894
7817 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow_git.bb' (6,310) at 20241221090017496
7818 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-speedy.dts' (6,311) at 20210308005002608
7819 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/mffsce.c' (6,312) at 20221215040039390
7820 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/meson.build' (6,313) at 20240906080037268
7821 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ubi' (6,314) at 20210308005003300
7822 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/host-gpio.service' (6,315) at 20210307205554094
7823 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libdvdread/libdvdread_6.1.3.bb' (6,316) at 20220618030015170
7824 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/Kconfig' (6,317) at 20210308005003540
7825 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.4.rst' (6,318) at 20231207090015274
7826 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/Makefile' (6,319) at 20210308005002800
7827 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/fmap_util.py' (6,320) at 20210308005003752
7828 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/filters/index.js' (6,321) at 20210308005107073
7829 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/expected_stdout' (6,322) at 20210308005003736
7830 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_write_unittest.cpp' (6,323) at 20210918000044923
7831 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_gpio-test.c' (6,324) at 20210308005046481
7832 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/splash.h' (6,325) at 20210308005003684
7833 2025-10-05 03:01:02.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/OWNERS' (6,326) at 20240320080012509
7834 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-kernel/linux/linux-aspeed_%.bbappend' (6,327) at 20220819030014797
7835 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/sec_boot.S' (6,328) at 20210308005002724
7836 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/hdparm' (6,329) at 20241221090017620
7837 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/trace/test-trace.sh' (6,330) at 20210308005003748
7838 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy28_C-89.0W' (6,331) at 20210307205553762
7839 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/disable-version-check.patch' (6,332) at 20241221090017564
7840 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/timezone/tzdata.bb' (6,333) at 20241206090014338
7841 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/ReportManager.interface.yaml' (6,334) at 20240821080018819
7842 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dc/files/run-ptest' (6,335) at 20230503080014583
7843 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/extrausers.bbclass' (6,336) at 20230919080013978
7844 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/vlock_pam_tally2_reset.patch' (6,337) at 20210307205553934
7845 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/networking/mstpd_git.bb' (6,338) at 20241206090014226
7846 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ldflags.patch' (6,339) at 20241221090017632
7847 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/Status.interface.yaml' (6,340) at 20220315030032663
7848 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/interfaces/sensor_id_helpers.hpp' (6,341) at 20230523080037938
7849 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Source-beginning-file' (6,342) at 20241221090017612
7850 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/Makefile' (6,343) at 20210308005002956
7851 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/pch9.c' (6,344) at 20210308005003448
7852 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/cros_ec_rw.py' (6,345) at 20210308005003748
7853 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/sec-common.c' (6,346) at 20210308005002764
7854 2025-10-05 03:01:02.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/cases/bsp.py' (6,347) at 20230114040015554
7855 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/files/0004-aspeed-add-bmc-position-support.patch' (6,348) at 20210307205554222
7856 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-dict.json' (6,349) at 20210308005046401
7857 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-guruplug-server-plus.dts' (6,350) at 20210308005002592
7858 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_isi.dtsi' (6,351) at 20210308005002572
7859 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (6,352) at 20221015030011580
7860 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8323ERDB_defconfig' (6,353) at 20210308005003236
7861 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/amcore_defconfig' (6,354) at 20210308005003248
7862 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/syscallhdr.sh' (6,355) at 20241211090212374
7863 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-7040.dtsi' (6,356) at 20210308005002568
7864 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/include/atomic.h' (6,357) at 20240906080037344
7865 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0005-mmal_exit_fix.patch' (6,358) at 20230114040015494
7866 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear300/Kconfig' (6,359) at 20210308005003052
7867 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/sdk.json' (6,360) at 20210812000025314
7868 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (6,361) at 20230329080014768
7869 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/evm.c' (6,362) at 20210308005003080
7870 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_36BIT_NAND_defconfig' (6,363) at 20210308005003240
7871 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-OpenIB' (6,364) at 20211006000025238
7872 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nand-boot-ppc440' (6,365) at 20210308005003296
7873 2025-10-05 03:01:02.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/fanctrl.h' (6,366) at 20210308005003000
7874 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/test_fdt' (6,367) at 20210308005003760
7875 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_signal.h' (6,368) at 20220429100100642
7876 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imx_lpi2c.h' (6,369) at 20210308005003652
7877 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/soc/keystone/keystone_serdes.c' (6,370) at 20210308005003488
7878 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/platinum_picon.h' (6,371) at 20210308005003612
7879 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcb/0001-use-_Alignof-to-avoid-UB-in-ALIGNOF.patch' (6,372) at 20241206090014342
7880 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc-version.sh' (6,373) at 20210308005003728
7881 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_w.c' (6,374) at 20210308005046513
7882 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9x5ek/MAINTAINERS' (6,375) at 20210308005002916
7883 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyatspi_2.46.1.bb' (6,376) at 20240301090012435
7884 2025-10-05 03:01:02.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/Kconfig' (6,377) at 20210308005003016
7885 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/README.md' (6,378) at 20210307205554094
7886 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_%.bbappend' (6,379) at 20241206090014226
7887 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32/stm32f.h' (6,380) at 20210308005002664
7888 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/r8a66597.h' (6,381) at 20210308005003516
7889 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/196.out' (6,382) at 20210308005046457
7890 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/ncsi.h' (6,383) at 20210308005003676
7891 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_structs.h' (6,384) at 20210308005046069
7892 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TTYP0' (6,385) at 20241221090017616
7893 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-nsm.h' (6,386) at 20241211090212366
7894 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/board.c' (6,387) at 20210308005003040
7895 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/asmmacro.h' (6,388) at 20210308005002884
7896 2025-10-05 03:01:02.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-blk-test.c' (6,389) at 20230925080040097
7897 2025-10-05 03:01:02.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallaryd' (6,390) at 20210307205553782
7898 2025-10-05 03:01:02.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/expat/expat/run-ptest' (6,391) at 20240301090012459
7899 2025-10-05 03:01:02.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/cpld.cpp' (6,392) at 20231027080010242
7900 2025-10-05 03:01:02.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/bcm63xx_hsspi.c' (6,393) at 20210308005003488
7901 2025-10-05 03:01:02.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600.dtsi' (6,394) at 20220802100038573
7902 2025-10-05 03:01:02.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/config.mk' (6,395) at 20210308005002848
7903 2025-10-05 03:01:02.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/system1/dev_id.json' (6,396) at 20241106090019922
7904 2025-10-05 03:01:02.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro4-sanji.dts' (6,397) at 20210308005002632
7905 2025-10-05 03:01:02.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AttributeRegistry.v1_3_9.json' (6,398) at 20240619080002940
7906 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/iclass.def' (6,399) at 20210927100127385
7907 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/054' (6,400) at 20210927100127477
7908 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/grant_table.h' (6,401) at 20240326080039546
7909 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/sha256.c' (6,402) at 20210308005003712
7910 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/proftpd.service' (6,403) at 20210307205553822
7911 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb' (6,404) at 20220402030016127
7912 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/watchdog.h' (6,405) at 20210308005002724
7913 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/proc_freq_check.robot' (6,406) at 20240628080017121
7914 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CableCollection.json' (6,407) at 20240619080002944
7915 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/qca953x.dtsi' (6,408) at 20210308005002816
7916 2025-10-05 03:01:02.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-network/network/static-mac-addr/mac-check' (6,409) at 20230415080012881
7917 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP1.interface.yaml' (6,410) at 20220315030032659
7918 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0019_django_2_2.py' (6,411) at 20210307205554262
7919 2025-10-05 03:01:02.376-0500 FINEST t466 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' (6,412) at 20240413080012643
7920 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/app.c' (6,413) at 20210308005002856
7921 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/twister_defconfig' (6,414) at 20210308005003284
7922 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/main.cpp' (6,415) at 20230616135354425
7923 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb' (6,416) at 20241206090014338
7924 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/.clang-tidy' (6,417) at 20220308040005508
7925 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_common_test.cpp' (6,418) at 20221202040011011
7926 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/extended_user_header.cpp' (6,419) at 20210410000027144
7927 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-uclass.c' (6,420) at 20230720080043543
7928 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-nuvoton.inc' (6,421) at 20241221090017484
7929 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/polkit-gnome-authentication-agent-1.desktop' (6,422) at 20230503080014575
7930 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/usergrouptests.py' (6,423) at 20240302090018230
7931 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-workaround-for-overlapping-sections-in-binary.patch' (6,424) at 20220910030013349
7932 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/write_flush_v2.c' (6,425) at 20230809080010803
7933 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (6,426) at 20241108090014312
7934 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/gdbstub/test-signals-s390x.py' (6,427) at 20240906080037580
7935 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/COPYING.apache-2.0' (6,428) at 20210307205554078
7936 2025-10-05 03:01:02.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ssleay-perl/no-exec-on-configure.patch' (6,429) at 20230503080014587
7937 2025-10-05 03:01:02.377-0500 FINEST t466 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' (6,430) at 20210307205553934
7938 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/manifest.py' (6,431) at 20220910030013401
7939 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrwy_tfa_defconfig' (6,432) at 20210308005003264
7940 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/win32-kbd-hook.c' (6,433) at 20210308005046257
7941 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/firmwared/firmwared_git.bb' (6,434) at 20241221090017504
7942 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/mocked_property_change_listener.hpp' (6,435) at 20210308005052621
7943 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vct.h' (6,436) at 20210308005003624
7944 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx31_ccm.h' (6,437) at 20210308005046021
7945 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/service_data.hpp' (6,438) at 20240830080017491
7946 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.4' (6,439) at 20211006000025242
7947 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/README' (6,440) at 20210308005003016
7948 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_r_qb.c' (6,441) at 20210308005046509
7949 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (6,442) at 20220625030019492
7950 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/MAINTAINERS' (6,443) at 20210308005002924
7951 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/dbus-display.rst' (6,444) at 20220429100100418
7952 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/wheels/pycotap-1.3.1-py3-none-any.whl' (6,445) at 20241211090212446
7953 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/pinctrl-mvebu.c' (6,446) at 20210308005003460
7954 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.trace' (6,447) at 20210308005003300
7955 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sansa_fuze_plus.h' (6,448) at 20210308005003612
7956 2025-10-05 03:01:02.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/ucp1020.c' (6,449) at 20210308005002900
7957 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/gose.c' (6,450) at 20210308005003032
7958 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/sifive_gpio.h' (6,451) at 20210308005046013
7959 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790.dtsi' (6,452) at 20210308005002600
7960 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/dts/Makefile' (6,453) at 20210308005002808
7961 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/Kconfig' (6,454) at 20210308005002900
7962 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/edma.h' (6,455) at 20210308005002800
7963 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-sbsa-ref.inc' (6,456) at 20241206090014210
7964 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/PACKAGE.rst' (6,457) at 20210927100127329
7965 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/law.c' (6,458) at 20210308005003172
7966 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_rcw_sd_qspi.cfg' (6,459) at 20210308005002964
7967 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/multiprocessing.h' (6,460) at 20240906080037460
7968 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fpga.py' (6,461) at 20210308005003744
7969 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (6,462) at 20210929000024374
7970 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ddr3_dimm_params.c' (6,463) at 20210308005003360
7971 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/machine/platform_configs.inc' (6,464) at 20240110090012776
7972 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-reset-warm-watchdog.service' (6,465) at 20210810100021256
7973 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/meson.build' (6,466) at 20240326080039494
7974 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/run-ptest' (6,467) at 20230706080014789
7975 2025-10-05 03:01:02.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Savonlinna' (6,468) at 20210307205553770
7976 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/macio/pmu.h' (6,469) at 20240326080039538
7977 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging.events.yaml' (6,470) at 20241107090020905
7978 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/chromium/chromebook_jerry.its' (6,471) at 20210308005003300
7979 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/MAINTAINERS' (6,472) at 20210308005003168
7980 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kramfors_Lugnvik' (6,473) at 20210307205553786
7981 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kuopio' (6,474) at 20210307205553770
7982 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compiler-clang.h' (6,475) at 20210308005003656
7983 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/198.out' (6,476) at 20240906080037564
7984 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/0001-Fix-incompatible-pointer-type-error-with-gcc-option.patch' (6,477) at 20241221090017540
7985 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hanko' (6,478) at 20210307205553770
7986 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSL-1.0' (6,479) at 20210307205554418
7987 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/fans/pwm-init/bin/pwm_init.sh' (6,480) at 20220422030010210
7988 2025-10-05 03:01:02.379-0500 FINEST t466 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' (6,481) at 20241221090017464
7989 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/prserv/Dockerfile' (6,482) at 20220402030016083
7990 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/sensor_listener.hpp' (6,483) at 20220412175720086
7991 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config/bond_channel_access.json' (6,484) at 20220126110011868
7992 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/mpc8610_serdes.c' (6,485) at 20210308005002836
7993 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ihs_fpga.h' (6,486) at 20210308005003400
7994 2025-10-05 03:01:02.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-720p.bb' (6,487) at 20241206090014238
7995 2025-10-05 03:01:02.379-0500 FINEST t466 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' (6,488) at 20230706080014769
7996 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/bitops.h' (6,489) at 20241211090212366
7997 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/logic/test_msa_and_v.c' (6,490) at 20210308005046521
7998 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/cmd_boot.c' (6,491) at 20210308005002708
7999 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/omicron/calimain/Kconfig' (6,492) at 20210308005003028
8000 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spartan2.h' (6,493) at 20210308005003684
8001 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/xilinx_uartlite.h' (6,494) at 20230426080043760
8002 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_de10_nano.h' (6,495) at 20210308005003616
8003 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/swfunc.h' (6,496) at 20220215040051512
8004 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/laalg.c' (6,497) at 20240326080039746
8005 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi' (6,498) at 20210308005002588
8006 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8536DS_36BIT_defconfig' (6,499) at 20210308005003240
8007 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/board.h' (6,500) at 20210308005003028
8008 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2l.h' (6,501) at 20210308005002732
8009 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/compr_zlib.c' (6,502) at 20210308005003548
8010 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/gpioplus.wrap' (6,503) at 20240329080027212
8011 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/README' (6,504) at 20210308005002900
8012 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-server/ivshmem-server.c' (6,505) at 20221215040039070
8013 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-ID-Boise' (6,506) at 20210307205553754
8014 2025-10-05 03:01:02.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_mmu.h' (6,507) at 20240906080037484
8015 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb' (6,508) at 20241206090014334
8016 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch' (6,509) at 20230706080014741
8017 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/.gitignore' (6,510) at 20231209090007705
8018 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/Kconfig' (6,511) at 20210308005002788
8019 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_h.c' (6,512) at 20210308005046521
8020 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch' (6,513) at 20210307205553898
8021 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-fvp.yml' (6,514) at 20241206090014206
8022 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/__init__.py' (6,515) at 20220804030014691
8023 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/filemonitor-stub.c' (6,516) at 20210308005046557
8024 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso-be32.so' (6,517) at 20241121090029260
8025 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/gpio.h' (6,518) at 20210308005002652
8026 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/codegen.py' (6,519) at 20231126090012813
8027 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/nsim.dts' (6,520) at 20210308005002544
8028 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb' (6,521) at 20241221090017488
8029 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/common-semi-target.h' (6,522) at 20240326080039638
8030 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/trace.h' (6,523) at 20210308005046233
8031 2025-10-05 03:01:02.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-sinovoip-bpi-m2.dts' (6,524) at 20210308005002620
8032 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T208xQDS.h' (6,525) at 20210308005003580
8033 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/Makefile' (6,526) at 20210308005002820
8034 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/sandbox-serial.txt' (6,527) at 20210308005003308
8035 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/bcm6345_wdt.c' (6,528) at 20210308005003540
8036 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppHeader/index.js' (6,529) at 20220105012522983
8037 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/multipathd.oe' (6,530) at 20241221090017540
8038 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Kippure' (6,531) at 20210307205553774
8039 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/configure.ac' (6,532) at 20210308005104849
8040 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/safe-syscall-error.c' (6,533) at 20220429100100406
8041 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/metadata_scm.bbclass' (6,534) at 20220910030013393
8042 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb' (6,535) at 20230813080012840
8043 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/x86/mtrr.c' (6,536) at 20210308005003220
8044 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpedite520x_defconfig' (6,537) at 20210308005003288
8045 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/lprops.c' (6,538) at 20210308005003548
8046 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/imx8qxp_mek.c' (6,539) at 20210308005002964
8047 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/dump-guest-memory.py' (6,540) at 20210308005046241
8048 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qtree.h' (6,541) at 20240906080037344
8049 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/IPS_P10BMCAspeedSBPubKey_2.pem' (6,542) at 20220810030014017
8050 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro5.c' (6,543) at 20210308005003468
8051 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-bmc-security-check.service' (6,544) at 20230216040036091
8052 2025-10-05 03:01:02.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/law.c' (6,545) at 20210308005002900
8053 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PD_defconfig' (6,546) at 20210308005003240
8054 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bmc_mode.hpp' (6,547) at 20230520080006628
8055 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/microbit-test.c' (6,548) at 20240906080037572
8056 2025-10-05 03:01:02.383-0500 FINEST t466 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' (6,549) at 20241206090014258
8057 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm63268.h' (6,550) at 20210308005003588
8058 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/Makefile' (6,551) at 20210308005002816
8059 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch' (6,552) at 20240302090018210
8060 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/net-generic.patch' (6,553) at 20241221090017564
8061 2025-10-05 03:01:02.383-0500 FINEST t466 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' (6,554) at 20210307205554022
8062 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-ifdown' (6,555) at 20230811080018338
8063 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/pmu.h' (6,556) at 20240906080037528
8064 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/pogo_e02.h' (6,557) at 20210308005002944
8065 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/0001-Adjust-the-cmake-files.patch' (6,558) at 20210307205553898
8066 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/memory_hotplug.c' (6,559) at 20240906080037188
8067 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-net_1.2.8.bb' (6,560) at 20241221090017528
8068 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/files/run-ptest' (6,561) at 20241221090017512
8069 2025-10-05 03:01:02.383-0500 FINEST t466 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' (6,562) at 20231011080016574
8070 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intel904-60.0E' (6,563) at 20210307205553762
8071 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ccw-device.h' (6,564) at 20241211090212326
8072 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb' (6,565) at 20241206090014310
8073 2025-10-05 03:01:02.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/README' (6,566) at 20210308005003056
8074 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/MCD_tasks.c' (6,567) at 20210308005003372
8075 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e-netcp.dtsi' (6,568) at 20210308005002592
8076 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/breakpad.bbclass' (6,569) at 20210812000025190
8077 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_detail_base.html' (6,570) at 20220125040024447
8078 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/enscript-autoconf.patch' (6,571) at 20210307205553910
8079 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/dcpodp.c' (6,572) at 20230925080040097
8080 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/pipe3-phy.c' (6,573) at 20210308005002764
8081 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/mapper_errors.hpp' (6,574) at 20230511080030371
8082 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/secrets.rst' (6,575) at 20210927100127081
8083 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/sensors-overview-controller.html' (6,576) at 20210308005107077
8084 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-core/udev/udev-nuvoton-mtd-partitions.bb' (6,577) at 20241206090014234
8085 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/hwmon.cpp' (6,578) at 20210308004940468
8086 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/Makefile' (6,579) at 20241221090017592
8087 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/send_cmd' (6,580) at 20210308005003764
8088 2025-10-05 03:01:02.384-0500 FINEST t466 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' (6,581) at 20240413080012627
8089 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults-native.bb' (6,582) at 20241206090014274
8090 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/ptp4l@.service.in' (6,583) at 20231126090012789
8091 2025-10-05 03:01:02.384-0500 FINEST t466 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' (6,584) at 20241206090014258
8092 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/trace-control.c' (6,585) at 20230925080039997
8093 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compal/paz00/paz00.c' (6,586) at 20210308005002944
8094 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ansicolors/run-ptest' (6,587) at 20240301090012431
8095 2025-10-05 03:01:02.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/034' (6,588) at 20210927100127473
8096 2025-10-05 03:01:02.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/gplv2-license.patch' (6,589) at 20210307205554590
8097 2025-10-05 03:01:02.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/migr-blocker.c' (6,590) at 20240326080039630
8098 2025-10-05 03:01:02.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/fdmon-epoll.c' (6,591) at 20241211090212558
8099 2025-10-05 03:01:02.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nokia_rx51_defconfig' (6,592) at 20210308005003272
8100 2025-10-05 03:01:02.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Power.v1_7_3.json' (6,593) at 20240619080002952
8101 2025-10-05 03:01:02.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier.h' (6,594) at 20210308005003356
8102 2025-10-05 03:01:02.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user.h' (6,595) at 20241211090212366
8103 2025-10-05 03:01:02.385-0500 FINEST t466 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' (6,596) at 20231011080016578
8104 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dnet.h' (6,597) at 20210308005003428
8105 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/iotkit-secctl.h' (6,598) at 20210927100127237
8106 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/iomux.c' (6,599) at 20210308005002980
8107 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/sections.c' (6,600) at 20210308005002708
8108 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm646x.c' (6,601) at 20210308005002720
8109 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/sh4-softmmu/default.mak' (6,602) at 20241211090212222
8110 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pdu/pdu.robot' (6,603) at 20210308005007116
8111 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/run-ptest' (6,604) at 20241221090017656
8112 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/chrony.conf' (6,605) at 20220910030013353
8113 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/MAINTAINERS' (6,606) at 20210308005003040
8114 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/less.cfg' (6,607) at 20210307205554058
8115 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data.json' (6,608) at 20210927100127469
8116 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/file1' (6,609) at 20210307205554386
8117 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ltp.py' (6,610) at 20241206090014306
8118 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_d.c' (6,611) at 20210308005046521
8119 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/task.c' (6,612) at 20210308005046061
8120 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmnsp/Kconfig' (6,613) at 20210308005002940
8121 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/smbus_master.c' (6,614) at 20210927100127129
8122 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/sdram.c' (6,615) at 20210308005002856
8123 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.014.bb' (6,616) at 20241221090017548
8124 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/087.out' (6,617) at 20240326080039726
8125 2025-10-05 03:01:02.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/feature-microblaze-math.inc' (6,618) at 20210307205554410
8126 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-fvp-multicore.yml' (6,619) at 20241206090014206
8127 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/fru_oem_ibm.hpp' (6,620) at 20240311080031112
8128 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/linkage.h' (6,621) at 20210308005002880
8129 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/radiusd-volatiles.conf' (6,622) at 20221005030014094
8130 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/sockbits.h' (6,623) at 20210308005046085
8131 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/extsys.cfg' (6,624) at 20241206090014210
8132 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Liden' (6,625) at 20210307205553786
8133 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/acinclude.m4' (6,626) at 20210307205553958
8134 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_picozed_defconfig' (6,627) at 20210308005003288
8135 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-octeon.inc' (6,628) at 20210905000020581
8136 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.28.bb' (6,629) at 20241221090017656
8137 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/Kconfig' (6,630) at 20210308005002900
8138 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/Makefile' (6,631) at 20210308005003752
8139 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/trace-events' (6,632) at 20240326080039442
8140 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/Makefile' (6,633) at 20210308005003076
8141 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/python/python3_%.bbappend' (6,634) at 20230503080014591
8142 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/volatiles' (6,635) at 20210307205554482
8143 2025-10-05 03:01:02.387-0500 FINEST t466 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' (6,636) at 20240106090017233
8144 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/Kconfig' (6,637) at 20210308005002724
8145 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-4.1.rst' (6,638) at 20230114040015518
8146 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/interrupts.c' (6,639) at 20210308005002824
8147 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-emlid-neutis-n5.dtsi' (6,640) at 20210308005002620
8148 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8096.c' (6,641) at 20210308005002776
8149 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml' (6,642) at 20221025030021809
8150 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-paz00.dts' (6,643) at 20210308005002628
8151 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass' (6,644) at 20210904000018173
8152 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clk/ti-dra7-atl.h' (6,645) at 20210308005003632
8153 2025-10-05 03:01:02.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-unknown' (6,646) at 20210307205553766
8154 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/264' (6,647) at 20240906080037564
8155 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/sandbox_hub.c' (6,648) at 20210308005003504
8156 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_netdev_ethtool.py' (6,649) at 20241211090212542
8157 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/microchip/ddr2_timing.h' (6,650) at 20210308005003372
8158 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/iomux.h' (6,651) at 20210308005002652
8159 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb.upgraded' (6,652) at 20210307205554386
8160 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/cpld.hpp' (6,653) at 20230520080006628
8161 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/lv' (6,654) at 20210308005046149
8162 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Fan.v1_5_2.json' (6,655) at 20240619080002948
8163 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/guid.cpp' (6,656) at 20240829080025807
8164 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager_s10.h' (6,657) at 20210308005002780
8165 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/renesas_rpc_hf.c' (6,658) at 20210308005003416
8166 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.tar.gz' (6,659) at 20210307205554386
8167 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_fan_zone_yaml.pl' (6,660) at 20210308005052045
8168 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/rsakey-nettle.c.inc' (6,661) at 20241211090212230
8169 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_open_unittest.cpp' (6,662) at 20210308005134001
8170 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/Root.order' (6,663) at 20210307205554610
8171 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/start.S' (6,664) at 20210308005002800
8172 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch2_1.0.bb' (6,665) at 20210307205554390
8173 2025-10-05 03:01:02.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/README.rst' (6,666) at 20241211090212478
8174 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl/0001-Update-syscalls-for-r32-rv64-from-kernel-6.4-through.patch' (6,667) at 20241221090017644
8175 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/fix-parallel-build.patch' (6,668) at 20220204040022684
8176 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/Rainier.json' (6,669) at 20240809080033019
8177 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/message/types.hpp' (6,670) at 20230513080027502
8178 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_with_ucode_ptr.py' (6,671) at 20210308005003748
8179 2025-10-05 03:01:02.389-0500 FINEST t466 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' (6,672) at 20241221090017524
8180 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/ls1046.c' (6,673) at 20210308005003432
8181 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TermReadKey' (6,674) at 20241221090017616
8182 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/env.hpp' (6,675) at 20240731080033666
8183 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_NOR_SECBOOT_defconfig' (6,676) at 20210308005003240
8184 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/gcc.py' (6,677) at 20220910030013401
8185 2025-10-05 03:01:02.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/minnowmax.dts' (6,678) at 20210308005002872
8186 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/adi_gpio2.c' (6,679) at 20210308005003376
8187 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/config.mk' (6,680) at 20210308005002828
8188 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_wdt.h' (6,681) at 20210308005002716
8189 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/reset.c' (6,682) at 20210308005002796
8190 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ifaddr_0.2.0.bb' (6,683) at 20240302090018210
8191 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-standalone.default' (6,684) at 20210307205554122
8192 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/ddr-setup.cfg' (6,685) at 20210308005002924
8193 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_w.c' (6,686) at 20210308005046513
8194 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600a0_spl.h' (6,687) at 20210308005003596
8195 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/trace.h' (6,688) at 20210308005045969
8196 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/subprojects/phosphor-dbus-interfaces.wrap' (6,689) at 20220322030035936
8197 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/onewire0.conf' (6,690) at 20210307205553722
8198 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/interrupts.c' (6,691) at 20210308005002800
8199 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/atd.init' (6,692) at 20210307205554558
8200 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/chromebox_panther.h' (6,693) at 20210308005003588
8201 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c' (6,694) at 20210308005003456
8202 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_msc01.c' (6,695) at 20210308005003452
8203 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/contributing.md' (6,696) at 20220402030016067
8204 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/topic_miamilite_defconfig' (6,697) at 20210308005003284
8205 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020MBG-PC_36BIT_SDCARD_defconfig' (6,698) at 20210308005003240
8206 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/Makefile' (6,699) at 20210308005003168
8207 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/index.html' (6,700) at 20220602030014530
8208 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d27_som1_ek.h' (6,701) at 20210308005003612
8209 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/network.py' (6,702) at 20220910030013405
8210 2025-10-05 03:01:02.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/fsl_validate.c' (6,703) at 20210308005002960
8211 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_520x.h' (6,704) at 20210308005002804
8212 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/boost.wrap' (6,705) at 20240625080021640
8213 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/tinker_rk3288/MAINTAINERS' (6,706) at 20210308005003040
8214 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexa710.inc' (6,707) at 20240301090012451
8215 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Olofstrom' (6,708) at 20210307205553790
8216 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/clock.c' (6,709) at 20210308005002776
8217 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/README.md' (6,710) at 20240809080033019
8218 2025-10-05 03:01:02.391-0500 FINEST t466 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' (6,711) at 20210307205553970
8219 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch' (6,712) at 20241221090017676
8220 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/of_live.c' (6,713) at 20210308005003708
8221 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_usbtty_defconfig' (6,714) at 20210308005003280
8222 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/scu.c' (6,715) at 20210308005002884
8223 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/0001-Honour-multilib-paths.patch' (6,716) at 20221005030014098
8224 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/.clang-format-c' (6,717) at 20210308005108641
8225 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-accounts-modal-settings.html' (6,718) at 20210308005107065
8226 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boras_Dalsjofors' (6,719) at 20210307205553778
8227 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-bmc.yaml' (6,720) at 20210307205553698
8228 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/gpio.h' (6,721) at 20210308005002796
8229 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/SECURITY.md' (6,722) at 20241221090017488
8230 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/luton/luton.c' (6,723) at 20210308005003020
8231 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl.dtsi' (6,724) at 20210308005002584
8232 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vfminmax.c' (6,725) at 20241211090212550
8233 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_helpers.c' (6,726) at 20210308005002784
8234 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/chipspark/popmetal_rk3288/popmetal-rk3288.c' (6,727) at 20210308005002944
8235 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_logging_utils.hpp' (6,728) at 20210323000034099
8236 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/ac-prog-cxx.patch' (6,729) at 20230706080014757
8237 2025-10-05 03:01:02.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tables_csum.c' (6,730) at 20210308005003712
8238 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/pca9551_led.c' (6,731) at 20210308005003400
8239 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/libgpiod.wrap' (6,732) at 20240628080018949
8240 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/jr2_pcb111.dts' (6,733) at 20210308005002812
8241 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libpldm/libpldm_%.bbappend' (6,734) at 20241208090011420
8242 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_stm32mp1.c' (6,735) at 20210308005003348
8243 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pm.h' (6,736) at 20210308005002876
8244 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/calimain.h' (6,737) at 20210308005003588
8245 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/phase_fault_detection.md' (6,738) at 20240809080033023
8246 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_b.c' (6,739) at 20210308005046517
8247 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/util.cpp' (6,740) at 20240817080006811
8248 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7629-rfb-u-boot.dtsi' (6,741) at 20210308005002596
8249 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bitmain/antminer_s9/Makefile' (6,742) at 20210308005002920
8250 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/ms7720se.c' (6,743) at 20210308005003020
8251 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/service_files/pldmd.service' (6,744) at 20220921100039926
8252 2025-10-05 03:01:02.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.21.bb' (6,745) at 20241221090017492
8253 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/power_state.c' (6,746) at 20210308005002852
8254 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/OWNERS' (6,747) at 20220723030029813
8255 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/0001-compile.mk-use-CFLAGS-from-environment.patch' (6,748) at 20241221090017472
8256 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_missing_file.cpp' (6,749) at 20210308005108645
8257 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/Makefile' (6,750) at 20210308005002856
8258 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc74xx' (6,751) at 20210308005003296
8259 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-openrd-ultimate.dts' (6,752) at 20210308005002592
8260 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basebuildpage.html' (6,753) at 20210307205554282
8261 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8555CDS_defconfig' (6,754) at 20210308005003240
8262 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-4.2.rst' (6,755) at 20240413080012675
8263 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbutils.hpp' (6,756) at 20230331080010310
8264 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/calao/usb_a9263/usb_a9263.c' (6,757) at 20210308005002944
8265 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/10-early-mounts' (6,758) at 20230210040014334
8266 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_aspeed.h' (6,759) at 20220418100043789
8267 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.err' (6,760) at 20240906080037560
8268 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/device_finder.cpp' (6,761) at 20240817080031288
8269 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/local.conf.sample' (6,762) at 20241221090017568
8270 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/libcper.wrap' (6,763) at 20241125090040576
8271 2025-10-05 03:01:02.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-mk802ii.dts' (6,764) at 20210308005002616
8272 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun50i_h6.h' (6,765) at 20210308005002668
8273 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/qos.h' (6,766) at 20210308005003032
8274 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/0004-call-native-helpers.patch' (6,767) at 20241221090017488
8275 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/sckc.c' (6,768) at 20210308005003348
8276 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/socfpga.c' (6,769) at 20210308005003072
8277 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/u-boot.lds' (6,770) at 20210308005002952
8278 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_region.c' (6,771) at 20210308005003708
8279 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/base_addr_ac5.h' (6,772) at 20210308005002780
8280 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-drm.cfg' (6,773) at 20241221090017468
8281 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ts.c' (6,774) at 20240906080037580
8282 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/sifive_pwm.h' (6,775) at 20220429100100570
8283 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/event_messaged.hpp' (6,776) at 20210308004942076
8284 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/lu-All' (6,777) at 20210307205553774
8285 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xfi3_defconfig' (6,778) at 20210308005003284
8286 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sysdig/sysdig/0001-cmake-Pass-PROBE_NAME-via-CFLAGS.patch' (6,779) at 20220402030015959
8287 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc.py' (6,780) at 20210308005003760
8288 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/eepro100.c' (6,781) at 20210308005003428
8289 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmievd.init.redhat' (6,782) at 20210308004938816
8290 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/LICENSE' (6,783) at 20210308005053385
8291 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_SDCARD_defconfig' (6,784) at 20210308005003240
8292 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/io.hpp' (6,785) at 20230511080043139
8293 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/vegman-led-manager-config-native.bb' (6,786) at 20241206090014286
8294 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/reset.c' (6,787) at 20210308005002820
8295 2025-10-05 03:01:02.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/nyancat/nyancat_1.5.2.bb' (6,788) at 20210812000025214
8296 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/run-ptest' (6,789) at 20240113090014536
8297 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/trigger_manager.hpp' (6,790) at 20220412175720086
8298 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/syscon.h' (6,791) at 20210308005003688
8299 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/thermal/rockchip-thermal.txt' (6,792) at 20210308005003328
8300 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ARM-memory-map' (6,793) at 20210308005003288
8301 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgtsi.c' (6,794) at 20210308005046529
8302 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/dm-verity-image-initramfs.bb' (6,795) at 20241221090017576
8303 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sdram_arria10.c' (6,796) at 20210308005003360
8304 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/__init__.py' (6,797) at 20210307205554634
8305 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/subprojects/sdbusplus.wrap' (6,798) at 20220525020433159
8306 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SAX-PD' (6,799) at 20210307205554426
8307 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/README' (6,800) at 20210308005046065
8308 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/presence_detection.cpp' (6,801) at 20240817080031296
8309 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field4.decode' (6,802) at 20210308005046389
8310 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/m53menlo.h' (6,803) at 20210308005003604
8311 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fldcst.c' (6,804) at 20210308005046497
8312 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/sromc.h' (6,805) at 20210308005002724
8313 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/km_arm.c' (6,806) at 20210308005003012
8314 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/cache.h' (6,807) at 20210308005002808
8315 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/Makefile' (6,808) at 20210308005002800
8316 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb.upgraded' (6,809) at 20241206090014294
8317 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mips-common' (6,810) at 20230919080013994
8318 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes.txt' (6,811) at 20210307205553674
8319 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb' (6,812) at 20240302090018242
8320 2025-10-05 03:01:02.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/ci.c' (6,813) at 20210927100127329
8321 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/dlmalloc.c' (6,814) at 20210308005003224
8322 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ch7301.h' (6,815) at 20210308005003000
8323 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/avr_timer16.h' (6,816) at 20210927100127241
8324 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/rail.hpp' (6,817) at 20240817080031288
8325 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/fortran/fortran-helloworld.bb' (6,818) at 20241221090017604
8326 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libtorrent-rasterbar/libtorrent-rasterbar_2.0.10.bb' (6,819) at 20241206090014246
8327 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/Kconfig' (6,820) at 20210308005003076
8328 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/pci_handler.hpp' (6,821) at 20230316080002074
8329 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_nulldev.c' (6,822) at 20210308005003484
8330 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-11' (6,823) at 20230114040005626
8331 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/qts/pll_config.h' (6,824) at 20210308005003072
8332 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_div.c' (6,825) at 20210308005046529
8333 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Device.errors.yaml' (6,826) at 20210308005049145
8334 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/LICENSES/preferred/BSD-3-Clause' (6,827) at 20210308005046065
8335 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/include/data_interface_mock.hpp' (6,828) at 20220608030001857
8336 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/journal.mako.cpp' (6,829) at 20210308005108057
8337 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/crt0_64.S' (6,830) at 20210308005002708
8338 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_xtfpga.c' (6,831) at 20210308005003496
8339 2025-10-05 03:01:02.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymemcache_4.0.0.bb' (6,832) at 20240302090018214
8340 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/encoding.h' (6,833) at 20210308005002844
8341 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_ar933x.c' (6,834) at 20210308005003484
8342 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ostmark' (6,835) at 20210307205553790
8343 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/286' (6,836) at 20240906080037564
8344 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mdio/mdio-uclass.c' (6,837) at 20210308005003436
8345 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb.h' (6,838) at 20210308005002820
8346 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3128.h' (6,839) at 20210308005002660
8347 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun4i-a10-ccu.h' (6,840) at 20210308005003636
8348 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/aircrack-ng/aircrack-ng_1.6.bb' (6,841) at 20220502030010124
8349 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sxsabreauto.h' (6,842) at 20210308005003604
8350 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/wpantund/basename.patch' (6,843) at 20240413080012643
8351 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6s_wru4_mmc_defconfig' (6,844) at 20210308005003284
8352 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6-logicpd-som.dtsi' (6,845) at 20210308005002584
8353 2025-10-05 03:01:02.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu104-revC.dts' (6,846) at 20210308005002636
8354 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/signal.c' (6,847) at 20241211090212378
8355 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/create_usbhid.sh' (6,848) at 20230822080013225
8356 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ABS1-75.0E' (6,849) at 20210307205553758
8357 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38470-1.patch' (6,850) at 20240106090017265
8358 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-verify.sh' (6,851) at 20230606080013598
8359 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-clipboard.c' (6,852) at 20240326080039754
8360 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-gp.dts' (6,853) at 20210308005002568
8361 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0001-build.c-ignore-return-of-1-from-tar-cf.patch' (6,854) at 20241221090017656
8362 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/startMonitoring.sh' (6,855) at 20230706080014733
8363 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorsjon' (6,856) at 20210307205553790
8364 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/logic/test_msa_xor_v.c' (6,857) at 20210308005046521
8365 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/vr54xx_helper.h.inc' (6,858) at 20220429100100810
8366 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/tlb.c' (6,859) at 20210308005003052
8367 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/openbios-ppc' (6,860) at 20241211090212434
8368 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2600/evb_ast2600.c' (6,861) at 20220215040051500
8369 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_flat.h' (6,862) at 20230426080043784
8370 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/backend.cpp' (6,863) at 20241213090006285
8371 2025-10-05 03:01:02.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/rsa.h' (6,864) at 20220215040051628
8372 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb' (6,865) at 20230813080012856
8373 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/ja' (6,866) at 20210308005046149
8374 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/utils.c' (6,867) at 20210308005002764
8375 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/MAINTAINERS' (6,868) at 20210308005002956
8376 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/avsbus-control/zaius_avsbus.sh' (6,869) at 20230421080020940
8377 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_d.c' (6,870) at 20210308005046517
8378 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/axi/gdsys,ihs_axi.txt' (6,871) at 20210308005002536
8379 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/089_expand_size_bad.dts' (6,872) at 20210308005003752
8380 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/external_storer_file_test.cpp' (6,873) at 20240910080001402
8381 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_imask.S' (6,874) at 20230925080040101
8382 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/cpld.hpp' (6,875) at 20240618080024509
8383 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/Makefile' (6,876) at 20210308005003004
8384 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_sdcard_qspi_defconfig' (6,877) at 20210308005003264
8385 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/atmel_pit_timer.c' (6,878) at 20210308005003500
8386 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/README.md' (6,879) at 20240809080033023
8387 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/fan-watchdog-conflicts.conf' (6,880) at 20210307205553702
8388 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/comments.json' (6,881) at 20210308005046401
8389 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/README' (6,882) at 20210308005003008
8390 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/README.md' (6,883) at 20240807080008514
8391 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/document/cper-json-specification.tex' (6,884) at 20241105090010083
8392 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-common' (6,885) at 20241206090014350
8393 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/MAINTAINERS' (6,886) at 20210308005002964
8394 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5272c3/m5272c3.c' (6,887) at 20210308005002972
8395 2025-10-05 03:01:02.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Waltham' (6,888) at 20210307205553798
8396 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mjallom' (6,889) at 20210307205553786
8397 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.18.rst' (6,890) at 20241221090017596
8398 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-psu-monitor.service' (6,891) at 20230407080035823
8399 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0009-shm.c-Mark-glibc-specific-changes-so.patch' (6,892) at 20241221090017504
8400 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (6,893) at 20220126110011868
8401 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1254-revA/psu_init_gpl.c' (6,894) at 20210308005003180
8402 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/uuid.c' (6,895) at 20210308005046257
8403 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/mdadm.init' (6,896) at 20210307205554566
8404 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skelleftea' (6,897) at 20210307205553790
8405 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/vidconsole-uclass.c' (6,898) at 20210308005003536
8406 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (6,899) at 20240522080012568
8407 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/config.mk' (6,900) at 20210308005002804
8408 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_plat.c' (6,901) at 20210308005003416
8409 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/busybox/busybox/poky-tiny/defconfig' (6,902) at 20241206090014294
8410 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pcl063.dtsi' (6,903) at 20210308005002588
8411 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/duktape/files/run-ptest' (6,904) at 20220618030015170
8412 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/meson.build' (6,905) at 20210308005046069
8413 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-StaraLubovna' (6,906) at 20210307205553794
8414 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P1023RDB.h' (6,907) at 20210308005003580
8415 2025-10-05 03:01:02.400-0500 FINEST t466 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' (6,908) at 20230401080011931
8416 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1374.c' (6,909) at 20210308005003480
8417 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/xlnx-versal-canfd.h' (6,910) at 20230925080039929
8418 2025-10-05 03:01:02.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/meson.build' (6,911) at 20240613080020632
8419 2025-10-05 03:01:02.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/entity-manager/daytonax-chassis.json' (6,912) at 20230209040014209
8420 2025-10-05 03:01:02.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/hauppauge_grey.rc5' (6,913) at 20210307205553754
8421 2025-10-05 03:01:02.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/emif-common.c' (6,914) at 20210308005002756
8422 2025-10-05 03:01:02.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Itead_Ibox_A20_defconfig' (6,915) at 20210308005003236
8423 2025-10-05 03:01:02.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/test/nvtest.cpp' (6,916) at 20210308005109241
8424 2025-10-05 03:01:02.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/extra-dev-debug-tools.inc' (6,917) at 20230414080015401
8425 2025-10-05 03:01:02.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/Makefile' (6,918) at 20210308005003488
8426 2025-10-05 03:01:02.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/test_core_image_min.py' (6,919) at 20240106090017249
8427 2025-10-05 03:01:02.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/iomux-mx28.h' (6,920) at 20210308005002656
8428 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sequencer.c' (6,921) at 20210308005003360
8429 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/libgcc.h' (6,922) at 20210308005002816
8430 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/bg0900.c' (6,923) at 20210308005003028
8431 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_psi.h' (6,924) at 20240906080037336
8432 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/atmel_usba_udc.h' (6,925) at 20210308005003672
8433 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tps65910.dtsi' (6,926) at 20210308005002632
8434 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VW10.interface.yaml' (6,927) at 20240618080025497
8435 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/tricore/tricore_testdevice.h' (6,928) at 20240906080037340
8436 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-evm-u-boot.dtsi' (6,929) at 20210308005002560
8437 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/led-uclass.c' (6,930) at 20210308005003384
8438 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nilsia_Pisa' (6,931) at 20210307205553770
8439 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P5020DS.h' (6,932) at 20210308005003580
8440 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftmac100.h' (6,933) at 20210308005003432
8441 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/verify-homepage.py' (6,934) at 20220910030013433
8442 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/iotkit-sysctl.h' (6,935) at 20210927100127237
8443 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-default-providers.inc' (6,936) at 20241221090017572
8444 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr_4.1.1.bb' (6,937) at 20241221090017544
8445 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq-noresolvconf.service' (6,938) at 20210307205553838
8446 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/virtio-snd.h' (6,939) at 20240906080037328
8447 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/useradd.py' (6,940) at 20220910030013397
8448 2025-10-05 03:01:02.402-0500 FINEST t466 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' (6,941) at 20230503080014575
8449 2025-10-05 03:01:02.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/cpu.c' (6,942) at 20210308005002820
8450 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Visingso' (6,943) at 20210307205553794
8451 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/distcc' (6,944) at 20210307205554502
8452 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ms7750se.h' (6,945) at 20210308005003604
8453 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorap_cm720t_defconfig' (6,946) at 20210308005003260
8454 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/sdbusplus.wrap' (6,947) at 20220908030058575
8455 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5272.h' (6,948) at 20210308005002804
8456 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/start.S' (6,949) at 20210308005002560
8457 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Are' (6,950) at 20210307205553778
8458 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/sizes.h' (6,951) at 20210308005003668
8459 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5249.h' (6,952) at 20210308005002804
8460 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target-con-str.h' (6,953) at 20210927100127457
8461 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/gconf.c' (6,954) at 20210308005003732
8462 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/mock_device.hpp' (6,955) at 20240502080027948
8463 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-configure.in.patch' (6,956) at 20241206090014326
8464 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/MAINTAINERS' (6,957) at 20210308005003004
8465 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_SPIFLASH_defconfig' (6,958) at 20210308005003244
8466 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-riscv/qemu-riscv.c' (6,959) at 20210308005002956
8467 2025-10-05 03:01:02.403-0500 FINEST t466 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' (6,960) at 20210307205553774
8468 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/action_environment_tests.cpp' (6,961) at 20210828000043656
8469 2025-10-05 03:01:02.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/desrfb.h' (6,962) at 20230426080043756
8470 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/MAINTAINERS' (6,963) at 20210308005003080
8471 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Flarke' (6,964) at 20210307205553782
8472 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/run-ptest' (6,965) at 20210307205554550
8473 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-thread-common.h' (6,966) at 20210308005046561
8474 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-32.so' (6,967) at 20241211090212378
8475 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/noopus.patch' (6,968) at 20220502030010228
8476 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-frwy.dts' (6,969) at 20210308005002580
8477 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl.bb' (6,970) at 20241206090014202
8478 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_qe.h' (6,971) at 20210308005003652
8479 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/README' (6,972) at 20210308005002980
8480 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gawk/gawk/run-ptest' (6,973) at 20230503080014619
8481 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65090.h' (6,974) at 20210308005003680
8482 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NPOSL-3.0' (6,975) at 20210307205554426
8483 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/vduse-blk.h' (6,976) at 20221215040039050
8484 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/sandbox-phy.c' (6,977) at 20210308005003456
8485 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/.gitignore' (6,978) at 20210308005003728
8486 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/exynos5-dt-types.c' (6,979) at 20210308005003044
8487 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/client.2200.conf' (6,980) at 20230606080013598
8488 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libdhash/ding-libs_0.6.1.bb' (6,981) at 20220409030017491
8489 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/Kconfig' (6,982) at 20221215040039102
8490 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/tag_omap.h' (6,983) at 20210308005003024
8491 2025-10-05 03:01:02.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/blk-exp-close-all.c' (6,984) at 20240906080037444
8492 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/BrasilSat-B4-70.0W' (6,985) at 20210307205553758
8493 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/riscv/tune-riscv.inc' (6,986) at 20230317080013821
8494 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-src-Makefile-use-libdir-instead-of-hardcoded-lib.patch' (6,987) at 20221003030013269
8495 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-union.json' (6,988) at 20220429100100882
8496 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_ekanalyzer.c' (6,989) at 20210308004938824
8497 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/Makefile' (6,990) at 20210308005002980
8498 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/server.ttyS3.conf' (6,991) at 20230606080013598
8499 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/asix88179.c' (6,992) at 20210308005003504
8500 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/MAINTAINERS' (6,993) at 20210308005003052
8501 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/debuginfo.h' (6,994) at 20240906080037352
8502 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/vdso.so' (6,995) at 20240326080039558
8503 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/setexpr.c' (6,996) at 20210308005003216
8504 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_serial.h' (6,997) at 20210308005002716
8505 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/ddr.c' (6,998) at 20210308005002968
8506 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/create-spdx-sdk-3.0.bbclass' (6,999) at 20241221090017608
8507 2025-10-05 03:01:02.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/u-boot.lds' (7,000) at 20210308005002808
8508 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/int_helper.c' (7,001) at 20240906080037512
8509 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml' (7,002) at 20240829080014018
8510 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/212.out' (7,003) at 20210927100127493
8511 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/lp873x.c' (7,004) at 20210308005003468
8512 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_capture_bytes.md' (7,005) at 20240809080033023
8513 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-reset-cold-watchdog.service' (7,006) at 20210810100021256
8514 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/qemumips/fb.modes' (7,007) at 20210307205553970
8515 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/0004-configure-Use-AC_SYS_LARGERFILE-autoconf-macro.patch' (7,008) at 20230114040015470
8516 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/opts-visitor.h' (7,009) at 20210308005046041
8517 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/date-time.scss' (7,010) at 20210308005107077
8518 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/clock.c' (7,011) at 20210308005002788
8519 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (7,012) at 20241023080015407
8520 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/resulttooltests.py' (7,013) at 20230401080011967
8521 2025-10-05 03:01:02.406-0500 FINEST t466 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' (7,014) at 20220910030013349
8522 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/arch_timer.c' (7,015) at 20210308005002552
8523 2025-10-05 03:01:02.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/udmabuf.c' (7,016) at 20230426080043960
8524 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/man-db/man-db_%.bbappend' (7,017) at 20210307205554386
8525 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/octave/files/fix-blas-library-integer-size.patch' (7,018) at 20230706080014745
8526 2025-10-05 03:01:02.407-0500 FINEST t466 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' (7,019) at 20210307205553894
8527 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/9p-iov-marshal.h' (7,020) at 20210308005045817
8528 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_block.hpp' (7,021) at 20240820080027366
8529 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/riscv_cpu.c' (7,022) at 20210308005003356
8530 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-nocasedict_2.0.4.bb' (7,023) at 20241221090017556
8531 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/make/make.inc' (7,024) at 20230401080011971
8532 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/SearchFilterMixin.js' (7,025) at 20220105012522983
8533 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test_1.0.bb' (7,026) at 20241206090014286
8534 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvk.c.inc' (7,027) at 20230426080043916
8535 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd_%.bbappend' (7,028) at 20241206090014202
8536 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/LICENSE' (7,029) at 20210307205553690
8537 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-Use-Os-to-compile-tinyxml2.cpp.patch' (7,030) at 20210307205553990
8538 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/msl/phosphor-max31785-msl@.service' (7,031) at 20220412030021182
8539 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xev_1.2.6.bb' (7,032) at 20240413080012699
8540 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env.h' (7,033) at 20210308005003760
8541 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/mv88w8618_eth.h' (7,034) at 20221215040039182
8542 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/Kconfig' (7,035) at 20210308005002916
8543 2025-10-05 03:01:02.407-0500 FINEST t466 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' (7,036) at 20241206090014210
8544 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/0001-dlm_controld-remove-unnecessary-header-include.patch' (7,037) at 20230811080018298
8545 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_edp.c' (7,038) at 20210308005003532
8546 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/libwatchdog/libwatchdog.sh' (7,039) at 20210810100021256
8547 2025-10-05 03:01:02.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/server/process.py' (7,040) at 20241221090017588
8548 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/fbset-2.1-fix-makefile-dep.patch' (7,041) at 20210307205553970
8549 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0004-src-Do-not-reset-FINAL_LIBS.patch' (7,042) at 20241221090017524
8550 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_nvdimm.h' (7,043) at 20220429100100566
8551 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/sys_proto.h' (7,044) at 20210308005002732
8552 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8569MDS.h' (7,045) at 20210308005003580
8553 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/Makefile.am' (7,046) at 20210308004938816
8554 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/LicheePi_Zero_defconfig' (7,047) at 20210308005003236
8555 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-gpio.h' (7,048) at 20221215040039374
8556 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/00-bmc-ncsi.network.in' (7,049) at 20241213090035010
8557 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/kbdif.h' (7,050) at 20240326080039546
8558 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/u-boot.lds' (7,051) at 20210308005002824
8559 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ctrl_regs.c' (7,052) at 20210308005003360
8560 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/Kconfig' (7,053) at 20210308005003068
8561 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/strider_con_dp_defconfig' (7,054) at 20210308005003280
8562 2025-10-05 03:01:02.408-0500 FINEST t466 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' (7,055) at 20231011080016574
8563 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Naumen' (7,056) at 20211006000025238
8564 2025-10-05 03:01:02.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/state_map.py' (7,057) at 20221209040018571
8565 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7795-sysc.h' (7,058) at 20210308005003640
8566 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/cpu-qom.h' (7,059) at 20240326080039682
8567 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_lookup_found.cpp' (7,060) at 20210308005100997
8568 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt_0.68.bb' (7,061) at 20241206090014334
8569 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/x32-linux' (7,062) at 20230813080012904
8570 2025-10-05 03:01:02.409-0500 FINEST t466 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' (7,063) at 20241221090017560
8571 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/action_utils.hpp' (7,064) at 20210308005405930
8572 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/reset.c' (7,065) at 20210308005002844
8573 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ppc_defs.h' (7,066) at 20210308005003680
8574 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle_single.dts' (7,067) at 20210308005003760
8575 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_PSPD.json' (7,068) at 20230223040035987
8576 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics.inc' (7,069) at 20241206090014278
8577 2025-10-05 03:01:02.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,fuji_associations.json' (7,070) at 20241212090014007
8578 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/env_callback.h' (7,071) at 20210308005003644
8579 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/yoctotestresultsquerytests.py' (7,072) at 20230317080013821
8580 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/init' (7,073) at 20240413080012643
8581 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Nottingham' (7,074) at 20210307205553798
8582 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/hexdump.c' (7,075) at 20210308005003740
8583 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Schedule.v1_2_5.json' (7,076) at 20240619080002952
8584 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/sanity.py' (7,077) at 20240301090012455
8585 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/samhain-server.bb' (7,078) at 20241206090014286
8586 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/README' (7,079) at 20210308005002988
8587 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/gst-editing-services/gst-editing-services_1.22.7.bb' (7,080) at 20231126090012789
8588 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/Makefile.am' (7,081) at 20210308004938820
8589 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.1' (7,082) at 20210307205554426
8590 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/format-code' (7,083) at 20210728000013612
8591 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed_%.bbappend' (7,084) at 20210807000017354
8592 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/kylin_rk3036/Kconfig' (7,085) at 20210308005003040
8593 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-payload-annotations.v1_2_3.json' (7,086) at 20240824080002938
8594 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-libretech-all-h3-cc.dts' (7,087) at 20210308005002624
8595 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0002-Fix-const-qualifier-error.patch' (7,088) at 20230706080014745
8596 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/stm32_flash.c' (7,089) at 20210308005003420
8597 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_driver_binder.sh' (7,090) at 20221126040011476
8598 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit/monit' (7,091) at 20210307205553986
8599 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/fdt.c' (7,092) at 20210308005002836
8600 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/mt7623-power.h' (7,093) at 20210308005003640
8601 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/lan.h' (7,094) at 20210308004938836
8602 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/tricorder.h' (7,095) at 20210308005002952
8603 2025-10-05 03:01:02.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/Kconfig' (7,096) at 20210308005002752
8604 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-base.json' (7,097) at 20220429100100882
8605 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-fru-properties.yaml' (7,098) at 20210307205553694
8606 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.socfpga' (7,099) at 20210308005003296
8607 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/cache.c' (7,100) at 20210308005002776
8608 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/arm-ffa-transport.inc' (7,101) at 20221120040010706
8609 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/sse-counter.h' (7,102) at 20210927100127245
8610 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/pytest.ini' (7,103) at 20240106090017245
8611 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/settings/phosphor-settings-manager/sol-default.override.yml' (7,104) at 20210307205554094
8612 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t208xqds_qixis.h' (7,105) at 20210308005002996
8613 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/merge.py' (7,106) at 20210307205554634
8614 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Flyggsjo' (7,107) at 20210307205553782
8615 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/debian_patches_0014_avoid_pic_overwrite.diff' (7,108) at 20230706080014753
8616 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsim_700_defconfig' (7,109) at 20210308005003272
8617 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/scg.h' (7,110) at 20210308005002652
8618 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/246.out' (7,111) at 20210927100127497
8619 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/lowlevel_init.S' (7,112) at 20210308005002716
8620 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/axg-audio-clkc.h' (7,113) at 20210308005003632
8621 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/libpldm.wrap' (7,114) at 20230511080031859
8622 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/psci.c' (7,115) at 20210308005002792
8623 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_qixis.h' (7,116) at 20210308005002968
8624 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/Makefile' (7,117) at 20210308005003036
8625 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/evm.c' (7,118) at 20210308005003076
8626 2025-10-05 03:01:02.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot-uefi-capsule-update.inc' (7,119) at 20241221090017472
8627 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mrccache.h' (7,120) at 20210308005002880
8628 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/cfam_access.hpp' (7,121) at 20210308005103637
8629 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (7,122) at 20241206090014222
8630 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S' (7,123) at 20210308005002556
8631 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/desc.h' (7,124) at 20210308005003356
8632 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-x86/x86-power-control/x86-power-control_%.bbappend' (7,125) at 20241206090014230
8633 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/fix-filesubst-errexit.patch' (7,126) at 20241221090017676
8634 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-rock960.dts' (7,127) at 20210308005002608
8635 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-i2c.h' (7,128) at 20241219090010504
8636 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch' (7,129) at 20241221090017656
8637 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/fixed.txt' (7,130) at 20210308005003308
8638 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/generate-rndc-key.sh' (7,131) at 20230813080012876
8639 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/neo/MAINTAINERS' (7,132) at 20210308005003088
8640 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am43x-epos-evm.dts' (7,133) at 20210308005002564
8641 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0006-Prevent-ffmpeg-configure-compile-race-condition.patch' (7,134) at 20230211040012643
8642 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/VirtualMediaCollection.json' (7,135) at 20240619080002956
8643 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/Kconfig' (7,136) at 20210308005002556
8644 2025-10-05 03:01:02.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/Makefile' (7,137) at 20210308005002752
8645 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mipsregs.h' (7,138) at 20210308005002816
8646 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_h.c' (7,139) at 20210308005046521
8647 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid/ppc_musl_ucontext.patch' (7,140) at 20220402030015975
8648 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/x86_64/cpu.c' (7,141) at 20210308005002860
8649 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/cs_privilege_levels.json' (7,142) at 20241031080012183
8650 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/Makefile' (7,143) at 20210308005003004
8651 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/README.sh7785lcr' (7,144) at 20210308005003036
8652 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.prettierrc.yaml' (7,145) at 20221208040007434
8653 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/nic-hostful@.target' (7,146) at 20230629131804623
8654 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_de1_soc.h' (7,147) at 20210308005003616
8655 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-union.err' (7,148) at 20220429100100882
8656 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/plutux/Kconfig' (7,149) at 20210308005002920
8657 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/maintainers.rst' (7,150) at 20241211090212234
8658 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9131RDB_NAND_SYSCLK100_defconfig' (7,151) at 20210308005003232
8659 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.atmel_pmecc' (7,152) at 20210308005003292
8660 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch' (7,153) at 20210307205554106
8661 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/version_string.h' (7,154) at 20230302090047762
8662 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_bit_action.hpp' (7,155) at 20210308005405930
8663 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/README.P1010RDB-PA' (7,156) at 20210308005002988
8664 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/stm32f7/Kconfig' (7,157) at 20210308005002780
8665 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb' (7,158) at 20230520080014504
8666 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config.bb' (7,159) at 20241206090014278
8667 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/poweroff_unittest.cpp' (7,160) at 20211014000010487
8668 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a1-spl_defconfig' (7,161) at 20220215040051528
8669 2025-10-05 03:01:02.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/Makefile' (7,162) at 20210308005003524
8670 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ethtool/ethtool/run-ptest' (7,163) at 20210307205554558
8671 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/Kconfig' (7,164) at 20210308005002792
8672 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-numa.rst' (7,165) at 20210308005045805
8673 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3368.c' (7,166) at 20210308005003464
8674 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/0001-include-sys-select.h-for-FD_-definitions.patch' (7,167) at 20230706080014749
8675 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/linux-compat.h' (7,168) at 20210308005003516
8676 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/recovery.c' (7,169) at 20210308005003552
8677 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-core/packagegroup/packagegroup-core-security.bbappend' (7,170) at 20220721030015849
8678 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/fsp/fsp_configs.h' (7,171) at 20210308005002876
8679 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vhost-user-blk-test.c' (7,172) at 20240906080037572
8680 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/brcm_200g_1p_ocp_mezz.json' (7,173) at 20240619080005104
8681 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/libaio_fix_for_mips_syscalls.patch' (7,174) at 20210307205554562
8682 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/179' (7,175) at 20210927100127489
8683 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/test.json' (7,176) at 20230920080013648
8684 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi.c' (7,177) at 20210308005003020
8685 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/README.md' (7,178) at 20240618080025501
8686 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/power/tps65090.txt' (7,179) at 20210308005003308
8687 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vietas' (7,180) at 20210307205553794
8688 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/mmc_host_def.h' (7,181) at 20210308005002648
8689 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/Makefile.am' (7,182) at 20210308004938832
8690 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6dlarm2_defconfig' (7,183) at 20210308005003268
8691 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/pcspkr.dtsi' (7,184) at 20210308005002872
8692 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/common/board.c' (7,185) at 20210308005003048
8693 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb' (7,186) at 20241206090014242
8694 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/read_window_write_flush.c' (7,187) at 20210308005108641
8695 2025-10-05 03:01:02.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_2.0.2.bb' (7,188) at 20220618030015166
8696 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/xhci.asl' (7,189) at 20210308005002876
8697 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/gplugd/gplugd.c' (7,190) at 20210308005002904
8698 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/stdplus.wrap' (7,191) at 20230629131804627
8699 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/crc16.c' (7,192) at 20210308005003544
8700 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opus-tools/opus-tools_0.2.bb' (7,193) at 20220402030015899
8701 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/traceroute/traceroute_2.1.6.bb' (7,194) at 20241221090017500
8702 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p5040_ids.c' (7,195) at 20210308005002832
8703 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/libsmi-fix-the-test-dump-files.patch' (7,196) at 20210307205553982
8704 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/Kconfig' (7,197) at 20210308005003028
8705 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/generic_section_test.cpp' (7,198) at 20210308005049141
8706 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/p212.c' (7,199) at 20210308005002912
8707 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Moskosel' (7,200) at 20210307205553786
8708 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/test/test_utils.cpp' (7,201) at 20241114091025397
8709 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/nlohmann_json.wrap' (7,202) at 20231212090022086
8710 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am4372.dtsi' (7,203) at 20210308005002564
8711 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/settings/phosphor-settings-manager/ncplite_settings.override.yml' (7,204) at 20230412080023460
8712 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/dragonboard410c.c' (7,205) at 20210308005003032
8713 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_primary_console.h' (7,206) at 20240326080039446
8714 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/classes/base-do-configure-modified.bbclass' (7,207) at 20231126090012825
8715 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch' (7,208) at 20210307205554614
8716 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx7_gpr.h' (7,209) at 20210308005046021
8717 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/pinmux.c' (7,210) at 20210308005002792
8718 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-px5_defconfig' (7,211) at 20210308005003256
8719 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/msg_port.h' (7,212) at 20210308005002876
8720 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ublimage.c' (7,213) at 20210308005003772
8721 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/entitymap_test.json' (7,214) at 20240514080031406
8722 2025-10-05 03:01:02.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Channel/ChannelAccess.interface.yaml' (7,215) at 20221207040023627
8723 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/run-ci' (7,216) at 20241204090010699
8724 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-tls-iothread.out' (7,217) at 20240906080037568
8725 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/events-policy/config.yaml' (7,218) at 20210811000030029
8726 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ttf-mplus' (7,219) at 20210307205553870
8727 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/xtfpga.c' (7,220) at 20210308005002944
8728 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/system1/channel_config.json' (7,221) at 20241106090019922
8729 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/setjmp.h' (7,222) at 20210308005002880
8730 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/imximage.cfg' (7,223) at 20210308005002984
8731 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/leds/yosemite4-led-manager-config-native.bb' (7,224) at 20241221090017480
8732 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_close_unittest.cpp' (7,225) at 20210918000044923
8733 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/MAINTAINERS' (7,226) at 20210308005002972
8734 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsim_700be_defconfig' (7,227) at 20210308005003272
8735 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-MA-Boston' (7,228) at 20210307205553754
8736 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/compress/_pipecompress.py' (7,229) at 20220910030013373
8737 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/virtio.rst' (7,230) at 20240906080037172
8738 2025-10-05 03:01:02.416-0500 FINEST t466 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' (7,231) at 20241221090017544
8739 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircd.service' (7,232) at 20210307205553850
8740 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/st,stpmu1.h' (7,233) at 20210308005003636
8741 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/mem_noshuf_exception.c' (7,234) at 20230925080040097
8742 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/201.out' (7,235) at 20210308005046457
8743 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/mp.c' (7,236) at 20210308005002728
8744 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_36BIT_SDCARD_defconfig' (7,237) at 20210308005003240
8745 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/netgear,dgnd3700v2.dts' (7,238) at 20210308005002816
8746 2025-10-05 03:01:02.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun9i-a80.dtsi' (7,239) at 20210308005002628
8747 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/mvtwsi.c' (7,240) at 20210308005003384
8748 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mtd/backend.c' (7,241) at 20230809080010799
8749 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/crate.py' (7,242) at 20241206090014286
8750 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config/swift/zone_conditions.yaml' (7,243) at 20210307205553702
8751 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_w.c' (7,244) at 20210308005046513
8752 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/0001-grub.d-10_linux.in-add-oe-s-kernel-name.patch' (7,245) at 20240127090011888
8753 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info-sh73a0.c' (7,246) at 20210308005002768
8754 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/srio.c' (7,247) at 20210308005002836
8755 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/onenand_bbt.c' (7,248) at 20210308005003416
8756 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/addrspace.c' (7,249) at 20240906080037160
8757 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/OWNERS' (7,250) at 20220723030011212
8758 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/COPYING.MIT' (7,251) at 20210307205554002
8759 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/ade_0.1.2.bb' (7,252) at 20220910030013361
8760 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/acpi/mainboard.asl' (7,253) at 20210308005003008
8761 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb' (7,254) at 20241221090017528
8762 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/LICENCE' (7,255) at 20210308005114357
8763 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (7,256) at 20241018080016394
8764 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fdt.h' (7,257) at 20210308005003648
8765 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/ppce500.h' (7,258) at 20210308005046025
8766 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/Exceptions' (7,259) at 20210308005002536
8767 2025-10-05 03:01:02.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf_dataflash.c' (7,260) at 20210308005003420
8768 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/053' (7,261) at 20210927100127477
8769 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/as3722_init.h' (7,262) at 20210308005003024
8770 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/user-creation/files/system-xuser.conf' (7,263) at 20210307205554626
8771 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/malta64el_defconfig' (7,264) at 20210308005003268
8772 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/exit.c' (7,265) at 20240906080037360
8773 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-qds-duart.dts' (7,266) at 20210308005002580
8774 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Board/IOBoard.interface.yaml' (7,267) at 20210610000035126
8775 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/pinmux_defs.h' (7,268) at 20210308005002720
8776 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/twpol-yocto.txt' (7,269) at 20210307205554122
8777 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/sandbox_pch.c' (7,270) at 20210308005003448
8778 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/module.txt' (7,271) at 20210308005046397
8779 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/thunk.c' (7,272) at 20240906080037364
8780 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mmc.h' (7,273) at 20210308005003672
8781 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-Fix-build-on-32bit.patch' (7,274) at 20231011080016574
8782 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-kernel/linux/linux-aspeed_%.bbappend' (7,275) at 20240712080022837
8783 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/238.out' (7,276) at 20210308005046461
8784 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/wavcapture.c' (7,277) at 20210308005045729
8785 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/hardware.h' (7,278) at 20210308005002656
8786 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-0.49-chk_retcodes.patch' (7,279) at 20210307205553822
8787 2025-10-05 03:01:02.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/Makefile' (7,280) at 20210308005002884
8788 2025-10-05 03:01:02.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubispl/ubispl.c' (7,281) at 20210308005003424
8789 2025-10-05 03:01:02.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/relocate.S' (7,282) at 20210308005002708
8790 2025-10-05 03:01:02.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/COW.py' (7,283) at 20241221090017584
8791 2025-10-05 03:01:02.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_NAND_defconfig' (7,284) at 20210308005003244
8792 2025-10-05 03:01:02.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/meson.build' (7,285) at 20221215040039110
8793 2025-10-05 03:01:02.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410.dtsi' (7,286) at 20210308005002612
8794 2025-10-05 03:01:02.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1023_sd_rcw.cfg' (7,287) at 20210308005002992
8795 2025-10-05 03:01:02.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/fdt_support.c' (7,288) at 20210308005003224
8796 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_d.c' (7,289) at 20210308005046513
8797 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/conf/include/non-repro-meta-initramfs.inc' (7,290) at 20241221090017488
8798 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-zynq.c' (7,291) at 20210308005003512
8799 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sifive-fu540' (7,292) at 20210308005003296
8800 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb' (7,293) at 20241221090017540
8801 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_rw.c' (7,294) at 20210308005003764
8802 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/imx_i2c.h' (7,295) at 20210308005046013
8803 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/i2c-arb-gpio-challenge.c' (7,296) at 20210308005003384
8804 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common-glibc' (7,297) at 20241206090014314
8805 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/test-qxfer-auxv-read.py' (7,298) at 20240906080037580
8806 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_bytes_action.hpp' (7,299) at 20240817080031292
8807 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Cacheable.interface.yaml' (7,300) at 20221207040023627
8808 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio.h' (7,301) at 20240326080039370
8809 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a77990-cpg-mssr.h' (7,302) at 20210308005003632
8810 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/6x_bootscript_android_recovery.txt' (7,303) at 20210308005002924
8811 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/swift-led-manager-config/led.yaml' (7,304) at 20210307205553706
8812 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_prctl.h' (7,305) at 20220429100100634
8813 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/maxbcm/maxbcm.c' (7,306) at 20210308005003016
8814 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos5-common.h' (7,307) at 20210308005003596
8815 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_xplained_spiflash_defconfig' (7,308) at 20210308005003276
8816 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sodankyla_Pittiovaara' (7,309) at 20210307205553774
8817 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/__init__.py' (7,310) at 20210307205554262
8818 2025-10-05 03:01:02.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gusemu_hal.c' (7,311) at 20240326080039426
8819 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk-evm-u-boot.dtsi' (7,312) at 20210308005002592
8820 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mips-linux' (7,313) at 20241206090014350
8821 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ch-All' (7,314) at 20210307205553766
8822 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.json' (7,315) at 20210308005046409
8823 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-connectivity/dhcp/dhcp-relay_%.bbappend' (7,316) at 20210929000024374
8824 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/tnc.h' (7,317) at 20210308005002876
8825 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_rs_ph_w.c' (7,318) at 20210308005046505
8826 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/arch.c' (7,319) at 20230925080040017
8827 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-bmips/include/ioremap.h' (7,320) at 20210308005002820
8828 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-3.7.1.min.js' (7,321) at 20231126090012817
8829 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/config.mk' (7,322) at 20210308005002832
8830 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_sdcard_qspi_defconfig' (7,323) at 20210308005003264
8831 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/types.h' (7,324) at 20210308005002816
8832 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemuarmv7/pointercal' (7,325) at 20210307205553874
8833 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt.h' (7,326) at 20210308005002820
8834 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/224.out' (7,327) at 20210308005046461
8835 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/override_fan_target.cpp' (7,328) at 20240820080023686
8836 2025-10-05 03:01:02.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/monitor/bitmap-qmp-cmds.c' (7,329) at 20240906080037148
8837 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-host-watchdog-powercycle.service' (7,330) at 20210819100023862
8838 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Object/Delete.interface.yaml' (7,331) at 20220322030022808
8839 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/inventory.py' (7,332) at 20221209040018559
8840 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate_1.2.1.bb' (7,333) at 20241206090014270
8841 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ns_access.c' (7,334) at 20210308005002960
8842 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/android-tools-adbd.service' (7,335) at 20241221090017512
8843 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/run-ci' (7,336) at 20220215040004407
8844 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/cpu-dt.c' (7,337) at 20210308005002556
8845 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util-native_0.11.bb' (7,338) at 20210920100029307
8846 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-3R-43.0W' (7,339) at 20210307205553762
8847 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_w.c' (7,340) at 20210308005046513
8848 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun6i-a31-ccu.h' (7,341) at 20210308005003640
8849 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phl.c' (7,342) at 20210308005046505
8850 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/Kconfig' (7,343) at 20210308005002944
8851 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/hpm2.c' (7,344) at 20210308004938820
8852 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/opos6uldev/MAINTAINERS' (7,345) at 20210308005002912
8853 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pcmcia/yenta.h' (7,346) at 20210308005003680
8854 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/README' (7,347) at 20210308005002980
8855 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/UUID.interface.yaml' (7,348) at 20221207040023627
8856 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/designware_i2c.h' (7,349) at 20210308005003380
8857 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/test/test_health_metric.cpp' (7,350) at 20240817080025696
8858 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vct.c' (7,351) at 20210308005003020
8859 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/clk-lib.c' (7,352) at 20210308005003056
8860 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/test_hyp_sys_config.cpp' (7,353) at 20221204040023565
8861 2025-10-05 03:01:02.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/ventana/MAINTAINERS' (7,354) at 20210308005003024
8862 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phl.c' (7,355) at 20210308005046505
8863 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.3.rst' (7,356) at 20230114040015514
8864 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/woodburn_sd.h' (7,357) at 20210308005003624
8865 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/common-semi.h' (7,358) at 20221215040039194
8866 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/mountpoint.cfg' (7,359) at 20210307205554058
8867 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/styles/certificate.scss' (7,360) at 20210308005107065
8868 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/fstest_defs.py' (7,361) at 20210308005003744
8869 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/eagle/Makefile' (7,362) at 20210308005003032
8870 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/eject-2.1.5-error-return.patch' (7,363) at 20210307205553966
8871 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/noaudio.c' (7,364) at 20240326080039370
8872 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb' (7,365) at 20231011080016618
8873 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/controllers/controllerimage.py' (7,366) at 20220402030016139
8874 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes.txt' (7,367) at 20210307205553678
8875 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/ot1200_spl.c' (7,368) at 20210308005002920
8876 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/reset.h' (7,369) at 20210308005003684
8877 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Threshold.interface.yaml' (7,370) at 20231216090022621
8878 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ssif/ssifbridge-override.conf' (7,371) at 20231017080014762
8879 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/files/no_sysctl.patch' (7,372) at 20210307205553874
8880 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pinmux_config.c' (7,373) at 20210308005002780
8881 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-vsock.h' (7,374) at 20210308005046033
8882 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/LICENSE' (7,375) at 20220525020526733
8883 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/riscv/arch-riscv.inc' (7,376) at 20241221090017612
8884 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-9p.c' (7,377) at 20230426080043948
8885 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glfw/glfw_3.3.8.bb' (7,378) at 20240301090012423
8886 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/chilisom.c' (7,379) at 20210308005002756
8887 2025-10-05 03:01:02.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (7,380) at 20220128040018736
8888 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/platform.S' (7,381) at 20210308005002712
8889 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-include.json' (7,382) at 20210308005046401
8890 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/gadget.c' (7,383) at 20210308005003500
8891 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/atmel_usart.h' (7,384) at 20210308005003484
8892 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/ashldi3.c' (7,385) at 20210308005002804
8893 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-bsp/u-boot/files/qualcomm.cfg' (7,386) at 20220811030018543
8894 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/COPYING.MIT' (7,387) at 20210307205554230
8895 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/df.py' (7,388) at 20220910030013397
8896 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-errors-native.bb' (7,389) at 20241206090014274
8897 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/key.h' (7,390) at 20210308005003548
8898 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/xyz.openbmc_project.Network.Hypervisor.service.in' (7,391) at 20220623030027695
8899 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/sabrelite.rst' (7,392) at 20210927100127077
8900 2025-10-05 03:01:02.424-0500 FINEST t466 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' (7,393) at 20240106090017233
8901 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmark-techno/armadillo-800eva/MAINTAINERS' (7,394) at 20210308005002916
8902 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/stm32mp1.c' (7,395) at 20210308005003056
8903 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/Makefile' (7,396) at 20210308005002856
8904 2025-10-05 03:01:02.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb' (7,397) at 20241221090017512
8905 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/README' (7,398) at 20210308005002960
8906 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pq-mds-pib.c' (7,399) at 20210308005002960
8907 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_rem.S' (7,400) at 20210308005046533
8908 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Sallatunturi' (7,401) at 20210307205553774
8909 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/read_patch.cpp' (7,402) at 20210308005100997
8910 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/initramfs-image-bundle.cfg' (7,403) at 20210307205554106
8911 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/prelink-riscv.c' (7,404) at 20210308005003772
8912 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.12/index.html' (7,405) at 20210307205554246
8913 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/serval_pcb105.dts' (7,406) at 20210308005002816
8914 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (7,407) at 20240730080012557
8915 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ug-All' (7,408) at 20210307205553794
8916 2025-10-05 03:01:02.425-0500 FINEST t466 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' (7,409) at 20210307205553866
8917 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-maxbcm.dts' (7,410) at 20210308005002568
8918 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/meson.build' (7,411) at 20210308005046089
8919 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/cache.h' (7,412) at 20210308005002848
8920 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio/Makefile-error-fix.patch' (7,413) at 20230317080013793
8921 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Mussara' (7,414) at 20210307205553766
8922 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/panel-mipi-dbi.bbclass' (7,415) at 20241221090017500
8923 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_sti.c' (7,416) at 20210308005003496
8924 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_core.h' (7,417) at 20210308005003520
8925 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/inventory_upload.py' (7,418) at 20210308005048369
8926 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/signal.c' (7,419) at 20240906080037360
8927 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/046.out' (7,420) at 20210927100127477
8928 2025-10-05 03:01:02.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/Makefile.am.include' (7,421) at 20241213090006285
8929 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/tlb.c' (7,422) at 20210308005002980
8930 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/ubi.h' (7,423) at 20210308005003424
8931 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/pkgconfig.patch' (7,424) at 20210307205553942
8932 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fdt-overlays' (7,425) at 20210308005003292
8933 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/message.py' (7,426) at 20221215040039254
8934 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0001-log-Avoid-shadowing-functions-from-std-lib.patch' (7,427) at 20230706080014761
8935 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_proc.h' (7,428) at 20240326080039562
8936 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-sina31s-core.dtsi' (7,429) at 20210308005002620
8937 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/decodecode' (7,430) at 20210308005003728
8938 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tocksfors' (7,431) at 20210307205553790
8939 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-demo_%.bbappend' (7,432) at 20230114040015466
8940 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/etamin.h' (7,433) at 20210308005003592
8941 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tuxx1_defconfig' (7,434) at 20210308005003284
8942 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/246' (7,435) at 20220429100100914
8943 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/ppc/host-signal.h' (7,436) at 20230426080043784
8944 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3228-cru.h' (7,437) at 20210308005003632
8945 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon/psu.json' (7,438) at 20210307205553710
8946 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2l-clocks.dtsi' (7,439) at 20210308005002592
8947 2025-10-05 03:01:02.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/and_action_tests.cpp' (7,440) at 20210308005405938
8948 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-term_2.5.bb' (7,441) at 20241221090017560
8949 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/setup_gpio' (7,442) at 20240828080010887
8950 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/lowlevel_init.S' (7,443) at 20210308005002904
8951 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Leksand_Karingberget' (7,444) at 20210307205553786
8952 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/fsl_8xxx_pci.c' (7,445) at 20210308005003172
8953 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch' (7,446) at 20241206090014338
8954 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/selftest.py' (7,447) at 20210307205554386
8955 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/common.c' (7,448) at 20210308005003540
8956 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/007.out' (7,449) at 20210308005046413
8957 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/random-gcrypt.c' (7,450) at 20210308005045777
8958 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/+-bmc-gbmcbrusb.network' (7,451) at 20220423100008647
8959 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Watchdog.interface.yaml' (7,452) at 20231115090026147
8960 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/imx6logic.c' (7,453) at 20210308005003016
8961 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/run-ptest' (7,454) at 20231126090012797
8962 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/cmd_boot.c' (7,455) at 20210308005002884
8963 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/responder.c' (7,456) at 20231110090010623
8964 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TMate' (7,457) at 20211006000025246
8965 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/iscsi-initiator' (7,458) at 20210307205553818
8966 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_flat.h' (7,459) at 20210308005046097
8967 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/LICENSE' (7,460) at 20210308004922932
8968 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/Makefile' (7,461) at 20210308005003432
8969 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu111-revA.dts' (7,462) at 20210308005002636
8970 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/convert-overrides.py' (7,463) at 20240301090012483
8971 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/clock.cpp' (7,464) at 20230511080043139
8972 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/soc.c' (7,465) at 20210308005002728
8973 2025-10-05 03:01:02.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-gnutls.c' (7,466) at 20241211090212230
8974 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/block/swim.h' (7,467) at 20240326080039534
8975 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/scripts/ima-gen-CA-signed.sh' (7,468) at 20230520080014488
8976 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_d.c' (7,469) at 20210308005046521
8977 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/wdt.c' (7,470) at 20210308005003740
8978 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ld9040.h' (7,471) at 20210308005003656
8979 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.usb' (7,472) at 20210308005003300
8980 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/styles/ldap.scss' (7,473) at 20210308005107065
8981 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/templates/default/conf-summary.txt' (7,474) at 20240301090012451
8982 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig' (7,475) at 20210308005003240
8983 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/index.js' (7,476) at 20220105012522999
8984 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RPL-1.1' (7,477) at 20211006000025242
8985 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BlueOak-1.0.0' (7,478) at 20211006000025230
8986 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/fix-inner-dependency.patch' (7,479) at 20210307205554038
8987 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-corstone1000-fvp.txt' (7,480) at 20241221090017464
8988 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/Makefile' (7,481) at 20210308005002976
8989 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_mipsel_defconfig' (7,482) at 20210308005003276
8990 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/LICENSE' (7,483) at 20210308005130549
8991 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/meson/arm-linux-gneabi-gcc.ini' (7,484) at 20210616125333493
8992 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_w.c' (7,485) at 20210308005046513
8993 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Miskolc-Aggtelek-Fony' (7,486) at 20210307205553774
8994 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/MAINTAINERS' (7,487) at 20210308005003088
8995 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-led-yaml-led-priority.cpp' (7,488) at 20240828080025979
8996 2025-10-05 03:01:02.428-0500 FINEST t466 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' (7,489) at 20230706080014785
8997 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/236' (7,490) at 20210927100127497
8998 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/videomodes.c' (7,491) at 20210308005003536
8999 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/Makefile' (7,492) at 20210308005003520
9000 2025-10-05 03:01:02.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_xive.h' (7,493) at 20210927100127241
9001 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/avnet-ultra96-rev1.dts' (7,494) at 20210308005002572
9002 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r7780mp_defconfig' (7,495) at 20210308005003276
9003 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/hardware.h' (7,496) at 20210308005002660
9004 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/cx7_ocp.json' (7,497) at 20240717080008023
9005 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-events-config/events.yaml' (7,498) at 20210307205554062
9006 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis_t30_defconfig' (7,499) at 20210308005003248
9007 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/sound.c' (7,500) at 20210308005003488
9008 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nios2' (7,501) at 20210308005003296
9009 2025-10-05 03:01:02.429-0500 FINEST t466 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' (7,502) at 20241221090017540
9010 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/wrappers_msa.h' (7,503) at 20210308005046501
9011 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftgmac100.h' (7,504) at 20210308005003432
9012 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/max77620_init.h' (7,505) at 20210308005003024
9013 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/14_cidr_support.patch' (7,506) at 20241221090017680
9014 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/s3c24x0_i2c.h' (7,507) at 20210308005003384
9015 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-interval-tree.c' (7,508) at 20230426080043956
9016 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/sdl2-input.c' (7,509) at 20241211090212558
9017 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/pll.c' (7,510) at 20210308005002820
9018 2025-10-05 03:01:02.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio-uclass.c' (7,511) at 20210308005003536
9019 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/apm.c' (7,512) at 20240906080037244
9020 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_flags.cpp' (7,513) at 20210308005108645
9021 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/sdhci.h' (7,514) at 20210308005002716
9022 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-kernel/linux/linux-nuvoton_%.bbappend' (7,515) at 20210812000025262
9023 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/meson.build' (7,516) at 20240326080039698
9024 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_signal.h' (7,517) at 20221215040039062
9025 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/estoraged.hpp' (7,518) at 20240301090004938
9026 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_arria5_defconfig' (7,519) at 20210308005003280
9027 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/p5040ds_ddr.c' (7,520) at 20210308005002964
9028 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/LICENSE-MIT' (7,521) at 20240106090017261
9029 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-any.err' (7,522) at 20210308005046397
9030 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-01' (7,523) at 20210908000010395
9031 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/directives/role-table.js' (7,524) at 20210308005107065
9032 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/civetweb/civetweb/0001-Unittest-Link-librt-and-libm-using-l-option.patch' (7,525) at 20210307205553806
9033 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings_example.yaml' (7,526) at 20221207040038639
9034 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-intelhex_2.3.0.bb' (7,527) at 20210316000012681
9035 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (7,528) at 20231004080018999
9036 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-extras_1.0.0.bb' (7,529) at 20210307205554542
9037 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_string_decode_def_string_length_check.yaml' (7,530) at 20240908080010098
9038 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/img_bench_templater.py' (7,531) at 20220429100100750
9039 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088ardb_tfa_defconfig' (7,532) at 20210308005003268
9040 2025-10-05 03:01:02.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/__init__.py' (7,533) at 20210307205554258
9041 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/scu_info.c' (7,534) at 20210421100236114
9042 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/syscon.c' (7,535) at 20210308005003740
9043 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Forsnaset' (7,536) at 20210307205553782
9044 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP2.interface.yaml' (7,537) at 20220315030032659
9045 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uthash/uthash/run-ptest' (7,538) at 20210307205553998
9046 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gen_eth_addr.c' (7,539) at 20210308005003764
9047 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Common/Callout.errors.yaml' (7,540) at 20210610000035102
9048 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3399.h' (7,541) at 20210308005003596
9049 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vctv/reg_ebi.h' (7,542) at 20210308005003020
9050 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9n12ek.dts' (7,543) at 20210308005002572
9051 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/Kconfig' (7,544) at 20210308005002952
9052 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/Kconfig' (7,545) at 20210308005002948
9053 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/hwmonio.cpp' (7,546) at 20230511080028983
9054 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb' (7,547) at 20241206090014238
9055 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32f746-disco.h' (7,548) at 20210308005003616
9056 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/025.out' (7,549) at 20210308005046433
9057 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-pi-imx7d_defconfig' (7,550) at 20210308005003276
9058 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_extx.c' (7,551) at 20210308005046529
9059 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ResourceManagement/index.js' (7,552) at 20220105012522999
9060 2025-10-05 03:01:02.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_mux.c' (7,553) at 20210308005003456
9061 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_mc.h' (7,554) at 20210308004938820
9062 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5249evb/m5249evb.c' (7,555) at 20210308005002972
9063 2025-10-05 03:01:02.432-0500 FINEST t466 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' (7,556) at 20220612030016727
9064 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ls102xa_serdes.c' (7,557) at 20210308005002552
9065 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/libgpiod.wrap' (7,558) at 20220908030058575
9066 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fastboot-internal.h' (7,559) at 20210308005003648
9067 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/wd_keepalive.init' (7,560) at 20210307205554574
9068 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/ddrc.c' (7,561) at 20210308005002796
9069 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-md-pci.h' (7,562) at 20230925080039929
9070 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/Kconfig' (7,563) at 20240906080037500
9071 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5235EVB.h' (7,564) at 20210308005003576
9072 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/console.h' (7,565) at 20210308005003628
9073 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_bt.h' (7,566) at 20240906080037348
9074 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/law.c' (7,567) at 20210308005002980
9075 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/parsec-service-crates.inc' (7,568) at 20241206090014282
9076 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/Kconfig' (7,569) at 20210308005003736
9077 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/memac_phy.c' (7,570) at 20210308005003432
9078 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/u-boot-aspeed_%.bbappend' (7,571) at 20210823100016972
9079 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/flash/phosphor-software-manager/bios-update' (7,572) at 20240326080016518
9080 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iov-padding' (7,573) at 20230925080040093
9081 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/system.conf' (7,574) at 20210307205554490
9082 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cpu.c' (7,575) at 20210308005003720
9083 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/ahci-pci.c' (7,576) at 20210308005003332
9084 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/README.md' (7,577) at 20240413080012667
9085 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/histb-clock.h' (7,578) at 20210308005003632
9086 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/templates/default/conf-notes.txt' (7,579) at 20220913030020492
9087 2025-10-05 03:01:02.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/clk.c' (7,580) at 20210308005003740
9088 2025-10-05 03:01:02.432-0500 FINEST t466 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' (7,581) at 20240413080012623
9089 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/Kconfig' (7,582) at 20210308005003700
9090 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/zynqimage.c' (7,583) at 20210308005003776
9091 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.17.rst' (7,584) at 20241221090017596
9092 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx/cpu.h' (7,585) at 20210308005002640
9093 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/MAINTAINERS' (7,586) at 20210308005003168
9094 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/storage-ctrl-impl.c.inc' (7,587) at 20240906080037520
9095 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_defconfig' (7,588) at 20210308005003256
9096 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/libusbg_git.bb' (7,589) at 20220402030015991
9097 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/toggle_identify_led.sh' (7,590) at 20230419080018958
9098 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/MAINTAINERS' (7,591) at 20210308005002948
9099 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-WinterHill' (7,592) at 20210307205553798
9100 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8548CDS_36BIT_defconfig' (7,593) at 20210308005003240
9101 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py' (7,594) at 20220402030016103
9102 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/0001-glib-gettext.m4-Update-AM_GLIB_GNU_GETTEXT-to-match-.patch' (7,595) at 20210307205554542
9103 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/berkeley-testfloat-3.wrap' (7,596) at 20240326080039630
9104 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/sdhci.h' (7,597) at 20210308005002716
9105 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-m1-plus.dts' (7,598) at 20210308005002624
9106 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/mtk-power-domain.c' (7,599) at 20210308005003468
9107 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_pmem.h' (7,600) at 20240906080037348
9108 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-scmi.h' (7,601) at 20230925080039929
9109 2025-10-05 03:01:02.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/system.cpp' (7,602) at 20210915000104754
9110 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-No-Nuclear-License-2014' (7,603) at 20211006000025230
9111 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Insat2E_C-83.0E' (7,604) at 20210307205553762
9112 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/Kconfig' (7,605) at 20210308005003056
9113 2025-10-05 03:01:02.434-0500 FINEST t466 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' (7,606) at 20221003030013285
9114 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/optrom_fw_cfg.h' (7,607) at 20210308005046177
9115 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_keyword.py' (7,608) at 20221209040018567
9116 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/Makefile' (7,609) at 20210308005003524
9117 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/conga-qeval20-qa3-e3845.h' (7,610) at 20210308005003592
9118 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Parity-7.0.0' (7,611) at 20211006000025242
9119 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/syslog-ng-tmp.conf' (7,612) at 20210307205553998
9120 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/smsc.c' (7,613) at 20210308005003444
9121 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_sar.S' (7,614) at 20210308005046533
9122 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_div1.c' (7,615) at 20210308005046525
9123 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/mori_uart_mux_ctrl.sh' (7,616) at 20220921030015982
9124 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sveg_Brickan' (7,617) at 20210307205553790
9125 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xpext/xpext/auxdir.patch' (7,618) at 20230706080014753
9126 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/allno_expected_config' (7,619) at 20210308005003736
9127 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-Define-portable-basename-function.patch' (7,620) at 20241206090014334
9128 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/crypto/aes-round.h' (7,621) at 20230925080039853
9129 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld6b-ref.dts' (7,622) at 20210308005002632
9130 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/spl_boot.c' (7,623) at 20210308005002724
9131 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/recipes-kernel/linux/linux-aspeed/x570d4u.cfg' (7,624) at 20240407080011706
9132 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/version.h' (7,625) at 20230302090047762
9133 2025-10-05 03:01:02.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tao3530_defconfig' (7,626) at 20210308005003280
9134 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/i2c.c' (7,627) at 20210308005003212
9135 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_print.py' (7,628) at 20221209040018567
9136 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/sockbits.h' (7,629) at 20210308005046069
9137 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/COPYING.apache-2.0' (7,630) at 20210307205554046
9138 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi4.conf' (7,631) at 20220204040022560
9139 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/integratorcp.h' (7,632) at 20210308005003596
9140 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/ast2600-clock.h' (7,633) at 20220215040051620
9141 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64_be/hello.c' (7,634) at 20241211090212550
9142 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/Makefile' (7,635) at 20210308005003452
9143 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-hackberry.dts' (7,636) at 20210308005002616
9144 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-arndale.dts' (7,637) at 20210308005002580
9145 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/bsec.c' (7,638) at 20210308005002784
9146 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Markaryd_Hualtet' (7,639) at 20210307205553786
9147 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/timer.c' (7,640) at 20210308005002548
9148 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/run-ptest' (7,641) at 20241221090017636
9149 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/virtio_net_fuzz.c' (7,642) at 20230426080043948
9150 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/096' (7,643) at 20210927100127481
9151 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/flash/openpower-software-manager_%.bbappend' (7,644) at 20210823100016972
9152 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/serial.patch' (7,645) at 20230706080014757
9153 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/Kconfig' (7,646) at 20210308005002940
9154 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9rlek_nandflash_defconfig' (7,647) at 20210308005003248
9155 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-bcm281xx.c' (7,648) at 20210308005002552
9156 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/MAINTAINERS' (7,649) at 20210308005003036
9157 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tmux/tmux_3.5.bb' (7,650) at 20241221090017524
9158 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/pap' (7,651) at 20210307205554466
9159 2025-10-05 03:01:02.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0008-kexec.c-replace-mising-BLKGETSIZE64.patch' (7,652) at 20210307205553750
9160 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/dram.c' (7,653) at 20210308005002752
9161 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc' (7,654) at 20240301090012451
9162 2025-10-05 03:01:02.436-0500 FINEST t466 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' (7,655) at 20230114040015470
9163 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package_deb.bbclass' (7,656) at 20231126090012829
9164 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_patch.cpp' (7,657) at 20210308005108645
9165 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_cdat.h' (7,658) at 20240906080037332
9166 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/spi.h' (7,659) at 20210308005002876
9167 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/Kconfig' (7,660) at 20210308005003028
9168 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.init' (7,661) at 20230401080011975
9169 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (7,662) at 20211222040037065
9170 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-pbr.inc' (7,663) at 20240301090012471
9171 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Kosice' (7,664) at 20210307205553794
9172 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/ppc_longjmp.S' (7,665) at 20210308005003544
9173 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-check-clearvolatile@.service' (7,666) at 20230511080022135
9174 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/ampere-ipmi-oem.bbappend' (7,667) at 20241107090014377
9175 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/ubifs-media.h' (7,668) at 20210308005003552
9176 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/exec' (7,669) at 20210307205554482
9177 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0006-apache2-fix-the-race-issue-of-parallel-installation.patch' (7,670) at 20220402030016023
9178 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_elf.h' (7,671) at 20210308005046089
9179 2025-10-05 03:01:02.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/serial-forward_git.bb' (7,672) at 20240301090012431
9180 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/fsl_sata.c' (7,673) at 20210308005003332
9181 2025-10-05 03:01:02.437-0500 FINEST t466 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' (7,674) at 20230706080014769
9182 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qcow2-internal-snapshots.out' (7,675) at 20240906080037568
9183 2025-10-05 03:01:02.437-0500 FINEST t466 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' (7,676) at 20210307205553750
9184 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-db.dts' (7,677) at 20210308005002564
9185 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/host-poweron.service' (7,678) at 20231224090010777
9186 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/.gitignore' (7,679) at 20220525020433159
9187 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/lowlevel_init.S' (7,680) at 20210308005003020
9188 2025-10-05 03:01:02.437-0500 FINEST t466 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' (7,681) at 20241221090017524
9189 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-bch.h' (7,682) at 20210308005002676
9190 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mie3-mvcrl.c' (7,683) at 20230925080040101
9191 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/picolibc.py' (7,684) at 20241221090017632
9192 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31.dtsi' (7,685) at 20210308005002620
9193 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/service_files/xyz.openbmc_project.cpuinfo.service' (7,686) at 20230821192414184
9194 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio-pcf857x.txt' (7,687) at 20210308005003304
9195 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_w.c' (7,688) at 20210308005046513
9196 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table.html' (7,689) at 20210308005107069
9197 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_imx.c' (7,690) at 20210308005003452
9198 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mkimage.c' (7,691) at 20210308005003768
9199 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (7,692) at 20210307205553730
9200 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_SDCARD_defconfig' (7,693) at 20210308005003240
9201 2025-10-05 03:01:02.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/MAINTAINERS' (7,694) at 20210308005003088
9202 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/aarch64vm.py' (7,695) at 20210927100127649
9203 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/068_blob_named_by_arg.dts' (7,696) at 20210308005003752
9204 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/3270.rst' (7,697) at 20210927100127081
9205 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/ddr.c' (7,698) at 20210308005002976
9206 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/snow.h' (7,699) at 20210308005003616
9207 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/mss-timer.h' (7,700) at 20210308005046033
9208 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vidsel' (7,701) at 20210307205553794
9209 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/obmc-chassis-hard-poweroff@.target' (7,702) at 20220727030013877
9210 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/mman.h' (7,703) at 20240906080037352
9211 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/cpu.h' (7,704) at 20210308005002640
9212 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/locfhr.c' (7,705) at 20230925080040101
9213 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/238' (7,706) at 20210927100127497
9214 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk.dtsi' (7,707) at 20210308005002592
9215 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/northbridge-uclass.c' (7,708) at 20210308005002884
9216 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/config-bmc.json' (7,709) at 20210803000022008
9217 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/buildjson/buildjson.hpp' (7,710) at 20221111040035058
9218 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/cpu.c' (7,711) at 20210308005002548
9219 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/LICENSE' (7,712) at 20210525000021199
9220 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/lowlevel_init.S' (7,713) at 20210308005003020
9221 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmuhu.c' (7,714) at 20210308005046525
9222 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/host.h' (7,715) at 20240209090010988
9223 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/runtest.sh' (7,716) at 20210307205553818
9224 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem/0001-include-missing-cstdint.patch' (7,717) at 20230211040012635
9225 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/mpc8349itx.c' (7,718) at 20210308005002976
9226 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tests.h' (7,719) at 20240326080039738
9227 2025-10-05 03:01:02.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/memory.c' (7,720) at 20210308005003720
9228 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/disk-space.rst' (7,721) at 20240417080014698
9229 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/leds/olympus-nuvoton-led-manager-config/led.yaml' (7,722) at 20240829080014018
9230 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/Kconfig' (7,723) at 20210308005002732
9231 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_b.c' (7,724) at 20210308005046521
9232 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_3.4.bb' (7,725) at 20231126090012777
9233 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/uninorth.h' (7,726) at 20210308005046025
9234 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/trace.h' (7,727) at 20210308005045985
9235 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/fanctl/README.md' (7,728) at 20240807080019542
9236 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (7,729) at 20241206090014286
9237 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nubus/mac-nubus-bridge.h' (7,730) at 20221215040039182
9238 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/readline/norpath.patch' (7,731) at 20241221090017644
9239 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_run_64r6eb.sh' (7,732) at 20210308005046525
9240 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/index.js' (7,733) at 20220105012522995
9241 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/kfigure.py' (7,734) at 20210308005002536
9242 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7793-gose-u-boot.dts' (7,735) at 20210308005002600
9243 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/hello.c' (7,736) at 20210308005046529
9244 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telecom2-8.0W' (7,737) at 20210307205553762
9245 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/README' (7,738) at 20210308005003028
9246 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/Kconfig' (7,739) at 20230310090043279
9247 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fr' (7,740) at 20210308005046145
9248 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-defaults.inc' (7,741) at 20240206090017943
9249 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0005-libucsi-optimization-removal.patch' (7,742) at 20230503080014579
9250 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/meminfo' (7,743) at 20210308005059705
9251 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/optee-ftpm/0001-add-enum-to-ta-flags.patch' (7,744) at 20241221090017472
9252 2025-10-05 03:01:02.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_i2c.h' (7,745) at 20210308005002836
9253 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/gadget_chips.h' (7,746) at 20210308005003508
9254 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/setjmp.h' (7,747) at 20210308005002844
9255 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6ul_isiot_nand_defconfig' (7,748) at 20210308005003260
9256 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_iim.c' (7,749) at 20210308005003400
9257 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/035.out' (7,750) at 20210308005046437
9258 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/udc.h' (7,751) at 20210308005003692
9259 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Aladdin' (7,752) at 20211006000025230
9260 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarvtrask' (7,753) at 20210307205553782
9261 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-devtools/protobuf/protobuf_%.bbappend' (7,754) at 20210912000014435
9262 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/LICENSE' (7,755) at 20210308005052621
9263 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d4_xplained.h' (7,756) at 20210308005003612
9264 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ap143_defconfig' (7,757) at 20210308005003248
9265 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/muic_max8997.c' (7,758) at 20210308005003468
9266 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_width3.decode' (7,759) at 20210308005046389
9267 2025-10-05 03:01:02.440-0500 FINEST t466 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' (7,760) at 20241221090017536
9268 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/dbus_timeline_vis.js' (7,761) at 20220602030014530
9269 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/nfs.py' (7,762) at 20230813080012876
9270 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/README.md' (7,763) at 20240607080019447
9271 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-boot.bb' (7,764) at 20241221090017644
9272 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/pwm.h' (7,765) at 20210308005002724
9273 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/auto-parameters.json' (7,766) at 20221005030014094
9274 2025-10-05 03:01:02.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/sqlalchemy.py' (7,767) at 20240302090018218
9275 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_ids.c' (7,768) at 20210308005003416
9276 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb' (7,769) at 20241221090017560
9277 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/bblayers.conf.sample' (7,770) at 20240323080013545
9278 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/whitelist' (7,771) at 20220624030020012
9279 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd' (7,772) at 20210308005002548
9280 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Task.v1_7_4.json' (7,773) at 20240619080002956
9281 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.json' (7,774) at 20210308005046405
9282 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount.c' (7,775) at 20210308005003340
9283 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/Makefile' (7,776) at 20210308005003520
9284 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rsyslog-oob-console.conf.in' (7,777) at 20240126090017844
9285 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_wip.c' (7,778) at 20210308005003728
9286 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-set-host-transition-to-running@.service' (7,779) at 20210605000114104
9287 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/srt/srt/0001-don-t-install-srt-ffplay.patch' (7,780) at 20210307205553806
9288 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.2.rst' (7,781) at 20241221090017596
9289 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.zynq' (7,782) at 20210308005003300
9290 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/popt/popt_1.19.bb' (7,783) at 20230114040015554
9291 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/ahbc_aspeed.h' (7,784) at 20210308005002636
9292 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-occ-sensors.yaml' (7,785) at 20210307205553698
9293 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_sandbox_exit.py' (7,786) at 20210308005003744
9294 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/logging.cpp' (7,787) at 20210308005059173
9295 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer4/conf/layer.conf' (7,788) at 20210307205554258
9296 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t35/MAINTAINERS' (7,789) at 20210308005002948
9297 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-controller.html' (7,790) at 20210308005107065
9298 2025-10-05 03:01:02.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (7,791) at 20210307205553666
9299 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Saarijarvi_Mahlu' (7,792) at 20210307205553774
9300 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zipitz2.h' (7,793) at 20210308005003628
9301 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/imximage.cfg' (7,794) at 20210308005002984
9302 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/rk3368-dmc.h' (7,795) at 20210308005003636
9303 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mx3fb.c' (7,796) at 20210308005003532
9304 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/nlohmann_json.wrap' (7,797) at 20231208090030137
9305 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/gnuplot' (7,798) at 20211006000025246
9306 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/.gitignore' (7,799) at 20210308005003008
9307 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/sunxi.c' (7,800) at 20210308005003520
9308 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/sandbox.c' (7,801) at 20210308005003488
9309 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/altera_spi.c' (7,802) at 20210308005003488
9310 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update.bb' (7,803) at 20241206090014274
9311 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/Makefile' (7,804) at 20210308005002732
9312 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/swift/zones.yaml' (7,805) at 20210307205553702
9313 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/suricata.yaml' (7,806) at 20210905000020565
9314 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network/00-bmc-usb0.network' (7,807) at 20210410000012128
9315 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a77970-sysc.h' (7,808) at 20210308005003640
9316 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sha1sum.c' (7,809) at 20210308005003220
9317 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-1.yaml' (7,810) at 20241219090012972
9318 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/htop/htop_3.3.0.bb' (7,811) at 20240301090012427
9319 2025-10-05 03:01:02.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_bitblt.c' (7,812) at 20210308005003704
9320 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_appraise_all/files/ima_policy_appraise_all' (7,813) at 20230520080014488
9321 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/corstone1000-fvp.yml' (7,814) at 20241206090014206
9322 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_2019.04.bb' (7,815) at 20241206090014218
9323 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/qos.h' (7,816) at 20210308005003036
9324 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/rtc_def.h' (7,817) at 20210308005003684
9325 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_b.c' (7,818) at 20210308005046513
9326 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (7,819) at 20210307205554222
9327 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/blanche_defconfig' (7,820) at 20210308005003252
9328 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/019_pack_inv_image_align.dts' (7,821) at 20210308005003752
9329 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mariannelund' (7,822) at 20210307205553786
9330 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_errno_defs.h' (7,823) at 20210927100127277
9331 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/Makefile' (7,824) at 20210308005002920
9332 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-no-base.json' (7,825) at 20220429100100882
9333 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (7,826) at 20210817000018508
9334 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/090' (7,827) at 20220429100100886
9335 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/pseudo.py' (7,828) at 20220910030013405
9336 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control/avsbus-disable.sh' (7,829) at 20210307205553690
9337 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/sdk.py' (7,830) at 20240301090012455
9338 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/multi-process.rst' (7,831) at 20240326080039402
9339 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/supports_obmc' (7,832) at 20210308005007100
9340 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/throttle.h' (7,833) at 20240326080039550
9341 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/get_maintainer.py' (7,834) at 20210308005003772
9342 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dma.h' (7,835) at 20210308005003628
9343 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/afsplit.h' (7,836) at 20241211090212354
9344 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/mpc8568mds.c' (7,837) at 20210308005002980
9345 2025-10-05 03:01:02.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3xek/Kconfig' (7,838) at 20210308005002920
9346 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/posix_types.h' (7,839) at 20210308005002880
9347 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-uniphier-f.c' (7,840) at 20210308005003380
9348 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/9p-iov-marshal.c' (7,841) at 20241211090212242
9349 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.31/index.html' (7,842) at 20210307205554250
9350 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb' (7,843) at 20241206090014314
9351 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_snmp_serialize.cpp' (7,844) at 20220727030029201
9352 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager/ibm-power10-cpu/blocklist.json' (7,845) at 20210307205554062
9353 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/fpga_manager_arria10.h' (7,846) at 20210308005002780
9354 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_fsm.h' (7,847) at 20230718080007968
9355 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (7,848) at 20241106090019918
9356 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Furudal' (7,849) at 20210307205553782
9357 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/Makefile' (7,850) at 20210308005002716
9358 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/releases/gnu-config/index.html' (7,851) at 20210307205554250
9359 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/Makefile' (7,852) at 20210308005003340
9360 2025-10-05 03:01:02.444-0500 FINEST t466 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' (7,853) at 20221003030013281
9361 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/MAINTAINERS' (7,854) at 20210308005003016
9362 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/sound/intel-hda.txt' (7,855) at 20210308005003308
9363 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tmate/files/0001-fix-finding-msgpack.patch' (7,856) at 20231207090015270
9364 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8m-base.inc' (7,857) at 20210905000020581
9365 2025-10-05 03:01:02.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_2023.10.bb' (7,858) at 20241206090014234
9366 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/hi6220.h' (7,859) at 20210308005002640
9367 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/power-domain-uclass.c' (7,860) at 20210308005003468
9368 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga_internal.h' (7,861) at 20210308005045857
9369 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs2-vodka.dts' (7,862) at 20210308005002632
9370 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fdt.c' (7,863) at 20210308005002552
9371 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/spl.c' (7,864) at 20210308005002944
9372 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-rqs-u-boot.dtsi' (7,865) at 20210308005002584
9373 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/w1-eeprom.h' (7,866) at 20210308005003692
9374 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/static-inventory.bb' (7,867) at 20241206090014230
9375 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_prctl.h' (7,868) at 20220429100100642
9376 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m0130679907.dtsi' (7,869) at 20210308005002864
9377 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_multiplebundle_unittest.cpp' (7,870) at 20210918000044923
9378 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_sdcard_qspi_defconfig' (7,871) at 20210308005003264
9379 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/lowlevel_init.S' (7,872) at 20210308005002732
9380 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/0003-corstone1000-Disable-SHA512-384.patch' (7,873) at 20230317080013781
9381 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_master' (7,874) at 20231120090013292
9382 2025-10-05 03:01:02.445-0500 FINEST t466 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' (7,875) at 20231126090012797
9383 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/netdev.h' (7,876) at 20210308005003676
9384 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubispl/Makefile' (7,877) at 20210308005003424
9385 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-u-boot.dtsi' (7,878) at 20210308005002596
9386 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/cpu.c' (7,879) at 20210308005002560
9387 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/spl.c' (7,880) at 20210308005002944
9388 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-if-invalid.json' (7,881) at 20210308005046405
9389 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/interrupt.py' (7,882) at 20241211090212550
9390 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit/auditd' (7,883) at 20210608000015803
9391 2025-10-05 03:01:02.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/meson-gxl-usb2.c' (7,884) at 20210308005003456
9392 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config.bb' (7,885) at 20241206090014230
9393 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/tz-mpc.h' (7,886) at 20210308005046021
9394 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pce_identity.hpp' (7,887) at 20210308005049129
9395 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/Kconfig' (7,888) at 20210308005003384
9396 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/vf610/generic.c' (7,889) at 20210308005002556
9397 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vammala_Roismala' (7,890) at 20210307205553774
9398 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/no-clobber.patch' (7,891) at 20241206090014338
9399 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/embestmx6boards.h' (7,892) at 20210308005003592
9400 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/snps,dwc-qos-ethernet.txt' (7,893) at 20210308005003304
9401 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes.txt' (7,894) at 20210307205554074
9402 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/phosphor-pid-control.service.in' (7,895) at 20221012100131192
9403 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/Kconfig' (7,896) at 20210308005002772
9404 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/Kconfig' (7,897) at 20210308005003040
9405 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/interrupt.h' (7,898) at 20210308005002840
9406 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/beaver_defconfig' (7,899) at 20210308005003252
9407 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/Kconfig' (7,900) at 20210308005002852
9408 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-spring.dts' (7,901) at 20210308005002580
9409 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/demo-simple.c' (7,902) at 20210308005003372
9410 2025-10-05 03:01:02.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb' (7,903) at 20240413080012655
9411 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus_0.6.5.bb' (7,904) at 20240413080012663
9412 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/.clang-format' (7,905) at 20231108090009382
9413 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-vga.h' (7,906) at 20230426080043688
9414 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/rtc.h' (7,907) at 20210308005002804
9415 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/config.h' (7,908) at 20210308005002876
9416 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/diskio.html' (7,909) at 20210307205554286
9417 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-dns325.dts' (7,910) at 20210308005002592
9418 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hakafot' (7,911) at 20210307205553782
9419 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/avoid-strip.patch' (7,912) at 20220618030015190
9420 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/wb50n_defconfig' (7,913) at 20210308005003284
9421 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-ide-support.bb' (7,914) at 20241221090017644
9422 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/Makefile' (7,915) at 20210308005003476
9423 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/273' (7,916) at 20210927100127501
9424 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/197.out' (7,917) at 20240326080039730
9425 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/u-boot.lds' (7,918) at 20210308005003056
9426 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/qom_fuse.py' (7,919) at 20240326080039614
9427 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/MinimumVersion.interface.yaml' (7,920) at 20240403080025882
9428 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/COPYING.MIT' (7,921) at 20210307205554046
9429 2025-10-05 03:01:02.447-0500 FINEST t466 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' (7,922) at 20231126090012769
9430 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/stm32flash/stm32flash_0.7.bb' (7,923) at 20220402030016003
9431 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/core.c' (7,924) at 20210308005003500
9432 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/activation_ubi.cpp' (7,925) at 20240820080019550
9433 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/Kconfig' (7,926) at 20210308005003008
9434 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/define_musl_sword_type.patch' (7,927) at 20230706080014769
9435 2025-10-05 03:01:02.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/Kconfig' (7,928) at 20210308005002916
9436 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch' (7,929) at 20240413080012667
9437 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbusView/dbusView.py' (7,930) at 20221206040017633
9438 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lorstrand' (7,931) at 20210307205553786
9439 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.json' (7,932) at 20220429100100882
9440 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb' (7,933) at 20241221090017564
9441 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (7,934) at 20241106090019922
9442 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.json' (7,935) at 20220429100100882
9443 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/0001-Makefile.am-only-build-dhcrelay.patch' (7,936) at 20220402030015899
9444 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/usb_a9263.dts' (7,937) at 20210308005002632
9445 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig' (7,938) at 20210308005003236
9446 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_premium_small_defconfig' (7,939) at 20210308005003284
9447 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_mci2.dtsi' (7,940) at 20210308005002612
9448 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/zynq_spi.c' (7,941) at 20210308005003496
9449 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/cpu.h' (7,942) at 20210308005002636
9450 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/bitops.rst' (7,943) at 20210308005045797
9451 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-doc' (7,944) at 20241221090017616
9452 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-crypto.inc' (7,945) at 20210905000020581
9453 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/server.ttyVUART0.conf.in' (7,946) at 20230512080017665
9454 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-FraserCoast-Bundaberg' (7,947) at 20210307205553762
9455 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/conf/machine/include/ufispace.inc' (7,948) at 20230412080023456
9456 2025-10-05 03:01:02.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/cluster.h' (7,949) at 20210308005046009
9457 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/comminf.h' (7,950) at 20220215040051504
9458 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb' (7,951) at 20241206090014270
9459 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.prettierrc.yaml' (7,952) at 20240905080027586
9460 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/images/core-image-rt-sdk.bb' (7,953) at 20241221090017692
9461 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/machine_name.cpp' (7,954) at 20231027080010242
9462 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/Makefile' (7,955) at 20210308005003016
9463 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_arria10.h' (7,956) at 20210308005002780
9464 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/sessreg_1.1.3.bb' (7,957) at 20240106090017237
9465 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/rbtree.h' (7,958) at 20210308005003668
9466 2025-10-05 03:01:02.449-0500 FINEST t466 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' (7,959) at 20220910030013349
9467 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/fans/read-margin-temp_git.bb' (7,960) at 20221004030011410
9468 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/device_tests.cpp' (7,961) at 20240817080031296
9469 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubiattach.service' (7,962) at 20210308005102829
9470 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (7,963) at 20210417000027537
9471 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/.clang-format' (7,964) at 20241219090034328
9472 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/cli11.wrap' (7,965) at 20240824080002942
9473 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-connectivity/openssh/openssh_%.bbappend' (7,966) at 20220402030016075
9474 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/machine/tiogapass.conf' (7,967) at 20230927080013510
9475 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/lowlevel_init.S' (7,968) at 20210308005003036
9476 2025-10-05 03:01:02.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-ip-monitor.service' (7,969) at 20230518080020518
9477 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/rev.cfg' (7,970) at 20210307205554470
9478 2025-10-05 03:01:02.450-0500 FINEST t466 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' (7,971) at 20210307205553886
9479 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/meson-axg-gpio.h' (7,972) at 20210308005003636
9480 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/npcm_gmac.h' (7,973) at 20240906080037336
9481 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/MAINTAINERS' (7,974) at 20210308005002912
9482 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos4-common.h' (7,975) at 20210308005003596
9483 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/include/mach/gpio.h' (7,976) at 20210308005002796
9484 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1275_revB_defconfig' (7,977) at 20210308005003288
9485 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt.h' (7,978) at 20240906080037320
9486 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5208evbe/m5208evbe.c' (7,979) at 20210308005002972
9487 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig' (7,980) at 20210308005003240
9488 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/event_notifier-posix.c' (7,981) at 20221215040039402
9489 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/usb/dwc3-st.txt' (7,982) at 20210308005003328
9490 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/COPYING.MIT' (7,983) at 20210307205553734
9491 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/99_wpa_supplicant' (7,984) at 20210307205554466
9492 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch' (7,985) at 20241221090017656
9493 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/README.md' (7,986) at 20240413080012667
9494 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb' (7,987) at 20240309090012824
9495 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/devkit8000.h' (7,988) at 20210308005003080
9496 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/trace.h' (7,989) at 20210308005045869
9497 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.3/index.html' (7,990) at 20210307205554246
9498 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_s_w_ph.c' (7,991) at 20210308005046505
9499 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/module-common.c' (7,992) at 20210308005046105
9500 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Memory/MemoryECC.errors.yaml' (7,993) at 20220315030032667
9501 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SNIA' (7,994) at 20211006000025242
9502 2025-10-05 03:01:02.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/nfs.inc' (7,995) at 20240426080018068
9503 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-eth.c' (7,996) at 20210308005002552
9504 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/bcu/bcu-regs.h' (7,997) at 20210308005002792
9505 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/xattr.h' (7,998) at 20230426080043776
9506 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/boot_utils.robot' (7,999) at 20220211040017905
9507 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3066a-cru.h' (8,000) at 20210308005003632
9508 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mvebu/Kconfig' (8,001) at 20210308005003352
9509 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/logcheck/files/99_logcheck' (8,002) at 20210307205554002
9510 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/meson.build' (8,003) at 20210308005046085
9511 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/of_live.h' (8,004) at 20210308005003676
9512 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skottsund' (8,005) at 20210307205553790
9513 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ihs_mdio.h' (8,006) at 20210308005003000
9514 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7750.h' (8,007) at 20210308005002848
9515 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/CapLimits.interface.yaml' (8,008) at 20240618080025497
9516 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/vexpress_tc2.c' (8,009) at 20210308005002916
9517 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_creg.h' (8,010) at 20210308005002664
9518 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/dptest.h' (8,011) at 20220802100038573
9519 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_addresses.c' (8,012) at 20210308005003764
9520 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nykoping' (8,013) at 20210307205553790
9521 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0019-libfdt-Undefine-__wordsize-if-already-defined.patch' (8,014) at 20230706080014765
9522 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.yml' (8,015) at 20210927100127017
9523 2025-10-05 03:01:02.451-0500 FINEST t466 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' (8,016) at 20220402030015927
9524 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntimed/ntimed/use-ldflags.patch' (8,017) at 20210307205553846
9525 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/files/0001-correct-the-location-of-unistd.h.patch' (8,018) at 20230813080012840
9526 2025-10-05 03:01:02.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_d.c' (8,019) at 20210308005046521
9527 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IJG-short' (8,020) at 20241221090017616
9528 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/cereal.wrap' (8,021) at 20240124090001898
9529 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-insn-defs.c.inc' (8,022) at 20240906080037544
9530 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/sockbits.h' (8,023) at 20210308005046085
9531 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/calculator-aserver.cpp' (8,024) at 20241219090033960
9532 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb' (8,025) at 20241221090017520
9533 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_d.c' (8,026) at 20210308005046509
9534 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-exynos.c' (8,027) at 20210308005003512
9535 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/TQM834x_defconfig' (8,028) at 20210308005003244
9536 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_rules_test.cpp' (8,029) at 20210308005049141
9537 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/0001-Default-eigen_packet_wrapper-constructor.patch' (8,030) at 20211007100024283
9538 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-support/curl/curl_%.bbappend' (8,031) at 20220527030025404
9539 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/basic/Makefile' (8,032) at 20210308005003724
9540 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-host-failure-reboots/host-failure-reboots@.service' (8,033) at 20210307205554062
9541 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/flashchip.h' (8,034) at 20210308005003668
9542 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/termbits.h' (8,035) at 20240326080039562
9543 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-ld11.c' (8,036) at 20210308005002792
9544 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8568MDS.h' (8,037) at 20210308005003580
9545 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.rst' (8,038) at 20241221090017596
9546 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/passwdqc/passwdqc_2.0.3.bb' (8,039) at 20230811080018302
9547 2025-10-05 03:01:02.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Smedjebacken_Uvberget' (8,040) at 20210307205553790
9548 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/MAINTAINERS' (8,041) at 20210308005003076
9549 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/init' (8,042) at 20210307205553822
9550 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0022-all-host_applications-remove-non-existent-projects.patch' (8,043) at 20230211040012643
9551 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mcx_defconfig' (8,044) at 20210308005003268
9552 2025-10-05 03:01:02.453-0500 FINEST t466 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' (8,045) at 20210307205553934
9553 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/Makefile' (8,046) at 20210308005002792
9554 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/0001-corstone1000-port-crypto-config.patch' (8,047) at 20230813080012840
9555 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-varargs.patch' (8,048) at 20210307205553810
9556 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/Makefile' (8,049) at 20210308005002548
9557 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/MAINTAINERS' (8,050) at 20210308005003080
9558 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/loader.scss' (8,051) at 20210308005107073
9559 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb' (8,052) at 20241221090017544
9560 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7623/Kconfig' (8,053) at 20210308005003016
9561 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/i2c_defs.h' (8,054) at 20210308005002720
9562 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CrystalStacker' (8,055) at 20211006000025234
9563 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/systemd/systemd-boot_%.bbappend' (8,056) at 20241221090017472
9564 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/throttle.c' (8,057) at 20240326080039386
9565 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/Makefile' (8,058) at 20210308005002852
9566 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/ppc.h' (8,059) at 20210308005002840
9567 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/date.c' (8,060) at 20210308005003208
9568 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/ddr-setup.cfg' (8,061) at 20210308005002908
9569 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/MAINTAINERS' (8,062) at 20210308005003052
9570 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/index.html' (8,063) at 20210308005107077
9571 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/emac_defs.h' (8,064) at 20210308005002656
9572 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/spl.c' (8,065) at 20210308005002716
9573 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm_ep/Makefile' (8,066) at 20210308005002940
9574 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-internal.h' (8,067) at 20240906080037164
9575 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/config-mbcpld.json' (8,068) at 20240405080013750
9576 2025-10-05 03:01:02.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/catalina/host-poweroff' (8,069) at 20240720080012613
9577 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_msg.c' (8,070) at 20210308005108641
9578 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0007-configure-fix-incorrect-variable.patch' (8,071) at 20240413080012643
9579 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/clock-tables.h' (8,072) at 20210308005002672
9580 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9n12ek.h' (8,073) at 20210308005003584
9581 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/run-ptest' (8,074) at 20240113090014532
9582 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ib62x0.dts' (8,075) at 20210308005002592
9583 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-ep93xx.c' (8,076) at 20210308005003512
9584 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/inetd' (8,077) at 20210307205554470
9585 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/meson_gx_mmc.c' (8,078) at 20210308005003404
9586 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/p9-host-start.bbappend' (8,079) at 20210812000025166
9587 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uchardet/uchardet_0.0.8.bb' (8,080) at 20230317080013793
9588 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kerimaki' (8,081) at 20210307205553770
9589 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/GPL-LICENSE.txt' (8,082) at 20210307205554278
9590 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/functions.hpp' (8,083) at 20240820080019546
9591 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.err' (8,084) at 20210927100127469
9592 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cpu.c' (8,085) at 20210308005002828
9593 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/fdio.hpp' (8,086) at 20241219090033960
9594 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-scsi-test.c' (8,087) at 20240326080039742
9595 2025-10-05 03:01:02.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_series_merge_on_head.2.skip' (8,088) at 20231126090012849
9596 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/README.md' (8,089) at 20231005080023445
9597 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fredrika' (8,090) at 20210307205553782
9598 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/net.c' (8,091) at 20210308005003216
9599 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/openpower.inc' (8,092) at 20211105000026763
9600 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-code16.S' (8,093) at 20210308005046497
9601 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/binutils/binutils_%.bbappend' (8,094) at 20230813080012872
9602 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/Kconfig' (8,095) at 20210308005002984
9603 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dal' (8,096) at 20210307205553778
9604 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa72-cortexa53.inc' (8,097) at 20240301090012451
9605 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/Makefile' (8,098) at 20210308005003012
9606 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/LocationCode.interface.yaml' (8,099) at 20221207040023627
9607 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis-plus-plus/redis-plus-plus_1.3.11.bb' (8,100) at 20240113090014536
9608 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/nfsroot' (8,101) at 20210307205554482
9609 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Outlet.v1_4_4.json' (8,102) at 20240824080002938
9610 2025-10-05 03:01:02.455-0500 FINEST t466 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' (8,103) at 20230706080014769
9611 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/0001-avoid-unnecessary-check-for-sqlite3-binary.patch' (8,104) at 20230211040012639
9612 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb' (8,105) at 20241221090017528
9613 2025-10-05 03:01:02.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/Kconfig' (8,106) at 20210308005002852
9614 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/gpio.h' (8,107) at 20210308005002784
9615 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/tls.rst' (8,108) at 20221215040039082
9616 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/imx-regs.h' (8,109) at 20210308005002640
9617 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dummy/dummy.h' (8,110) at 20210308004938832
9618 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/lgpl-2.0.txt' (8,111) at 20210308005002540
9619 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (8,112) at 20240206090017943
9620 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-our_range_memslots.c' (8,113) at 20240906080037224
9621 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dma_sun4i.h' (8,114) at 20210308005002668
9622 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (8,115) at 20241024080011938
9623 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/subprojects/sdbusplus.wrap' (8,116) at 20220621100017304
9624 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/hardware.h' (8,117) at 20210308005002664
9625 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/lowlevel_macro.S' (8,118) at 20210308005002648
9626 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm_i2c.scc' (8,119) at 20210307205554118
9627 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_nand.c' (8,120) at 20210308005003372
9628 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clock.h' (8,121) at 20210308005002636
9629 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_dbus.hpp' (8,122) at 20221110040022754
9630 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/check-machine-coverage' (8,123) at 20220804030014663
9631 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsmin/run-ptest' (8,124) at 20240302090018210
9632 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/Kconfig' (8,125) at 20210308005003504
9633 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzcmop.c.inc' (8,126) at 20240906080037524
9634 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/trace-events' (8,127) at 20230925080039865
9635 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_hcd.h' (8,128) at 20210308005003520
9636 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pytools/setup.py' (8,129) at 20220728030041559
9637 2025-10-05 03:01:02.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Osthammar_Valo' (8,130) at 20210307205553790
9638 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp221.c' (8,131) at 20210308005003468
9639 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/162' (8,132) at 20220429100100910
9640 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/dbus/org.open_power.Software.Host.Updater.conf' (8,133) at 20210308005102825
9641 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/nlohmann_json.wrap' (8,134) at 20231208090023100
9642 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/nghttp2.wrap' (8,135) at 20240419080003609
9643 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_host.c' (8,136) at 20230426080043728
9644 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/host-control' (8,137) at 20230412080023460
9645 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a77965-sysc.h' (8,138) at 20210308005003640
9646 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/Kconfig' (8,139) at 20210308005002712
9647 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.json' (8,140) at 20210308005046401
9648 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miamiplus/ps7_regs.txt' (8,141) at 20210308005003080
9649 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_training_db.h' (8,142) at 20210308005003368
9650 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux_am33xx.h' (8,143) at 20210308005002636
9651 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-examples_4.3.0.bb' (8,144) at 20241221090017472
9652 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/event.cpp' (8,145) at 20240822080031261
9653 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/286.out' (8,146) at 20240906080037564
9654 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xbindkeys/xbindkeys_1.8.7.bb' (8,147) at 20241221090017528
9655 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/0001-include-libgen.h-for-basename.patch' (8,148) at 20240413080012647
9656 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/epeg/epeg_git.bb' (8,149) at 20221003030013285
9657 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/Kconfig' (8,150) at 20210308005003480
9658 2025-10-05 03:01:02.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/m25p80_sfdp.c' (8,151) at 20241211090212258
9659 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/omap3.h' (8,152) at 20210308005003520
9660 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bedbug' (8,153) at 20210308005003292
9661 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ludvika_Bjorkasen' (8,154) at 20210307205553786
9662 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twisted_24.11.0.bb' (8,155) at 20241221090017560
9663 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/settings/phosphor-settings-manager/sol-default.override.yml' (8,156) at 20230414080015397
9664 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/oetag.py' (8,157) at 20210307205554434
9665 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/Makefile' (8,158) at 20210308005003204
9666 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/MAINTAINERS' (8,159) at 20210308005002948
9667 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/run-meta-ci' (8,160) at 20210308004942720
9668 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/am33xx.h' (8,161) at 20210308005003636
9669 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jokkmokk_Nyborg' (8,162) at 20210307205553782
9670 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-m/tune-cortexm23.inc' (8,163) at 20240301090012451
9671 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/emac_defs.h' (8,164) at 20210308005002720
9672 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/Makefile' (8,165) at 20210308005003016
9673 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9x5ek/at91sam9x5ek.c' (8,166) at 20210308005002916
9674 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS0.conf' (8,167) at 20240310080021376
9675 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Savukoski_Martti' (8,168) at 20210307205553774
9676 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_qspi.h' (8,169) at 20210308005003624
9677 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/u-boot.dtsi' (8,170) at 20210308005002836
9678 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0003-cli-Mark-return-of-strtol-as-long-int.patch' (8,171) at 20230706080014737
9679 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Debug/Pid/ThermalPower.interface.yaml' (8,172) at 20230920080021028
9680 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.213.bb' (8,173) at 20241221090017548
9681 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (8,174) at 20241206090014278
9682 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_pbi.cfg' (8,175) at 20210308005002964
9683 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-7040-db.dts' (8,176) at 20210308005002568
9684 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_client.c' (8,177) at 20230718080007968
9685 2025-10-05 03:01:02.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Message.v1_3_0.json' (8,178) at 20240918080002720
9686 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/newusers' (8,179) at 20210307205554570
9687 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/Makefile' (8,180) at 20210308005003028
9688 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0003-adb-define-shell-command.patch' (8,181) at 20210307205553894
9689 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5373EVB.h' (8,182) at 20210308005003576
9690 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/zlib-acknowledgement' (8,183) at 20211006000025246
9691 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/LICENSE' (8,184) at 20230608150615679
9692 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw-native.bb' (8,185) at 20241206090014274
9693 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/dhry_1.c' (8,186) at 20210308005003696
9694 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/api-utils.js' (8,187) at 20210308005107073
9695 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/freeradius' (8,188) at 20210307205553806
9696 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/pic32.c' (8,189) at 20210308005003520
9697 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/0001-sudo.conf.in-fix-conflict-with-multilib.patch' (8,190) at 20241221090017680
9698 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_xplained/Makefile' (8,191) at 20210308005002920
9699 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/chromebook_link.h' (8,192) at 20210308005003588
9700 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/registers.c' (8,193) at 20210308005045917
9701 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/udoo_neo_defconfig' (8,194) at 20210308005003284
9702 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (8,195) at 20230412080023460
9703 2025-10-05 03:01:02.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/Kconfig' (8,196) at 20210308005002980
9704 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/loader.html' (8,197) at 20210308005107069
9705 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/nic-hostless@.target' (8,198) at 20230629131804623
9706 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.err' (8,199) at 20220429100100882
9707 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/psu-images-one-valid-one-invalid/model-1/MANIFEST' (8,200) at 20230616135354429
9708 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb' (8,201) at 20241221090017548
9709 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/meson.build' (8,202) at 20210308005046085
9710 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info-rcar.c' (8,203) at 20210308005002768
9711 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/jffs2.h' (8,204) at 20210308005003652
9712 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-hostfw-config-example-native_git.bb' (8,205) at 20220921030015986
9713 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/patman' (8,206) at 20210308005003772
9714 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cl-som-imx7_defconfig' (8,207) at 20210308005003252
9715 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-Do-not-let-configure-write-a-python-location-into-th.patch' (8,208) at 20210307205554602
9716 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xenpv/meson.build' (8,209) at 20210308005045993
9717 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-if-invalid.err' (8,210) at 20220429100100882
9718 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-ath79.txt' (8,211) at 20210308005003324
9719 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/reset-fan-watchdog.service' (8,212) at 20230804080018099
9720 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm720t/interrupts.c' (8,213) at 20210308005002544
9721 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-syslogd-fix-wrong-OPT_locallog-flag-detection.patch' (8,214) at 20241221090017636
9722 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fsl_dcu_fb.c' (8,215) at 20210308005003528
9723 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/termbits.h' (8,216) at 20210308005046069
9724 2025-10-05 03:01:02.460-0500 FINEST t466 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' (8,217) at 20210307205553754
9725 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/dbus-unit-test.py' (8,218) at 20221208040016926
9726 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable.bb' (8,219) at 20241206090014230
9727 2025-10-05 03:01:02.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/init-manager-systemd.inc' (8,220) at 20240127090011888
9728 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/feature-mips-mips16e.inc' (8,221) at 20211006000025226
9729 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-otr_4.0.2.bb' (8,222) at 20241221090017544
9730 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pxs3.c' (8,223) at 20210308005002792
9731 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0019-arm-corstone1000-esrt-support.patch' (8,224) at 20241221090017468
9732 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-core/udev/udev-gxp-mtd-partitions.bb' (8,225) at 20241206090014230
9733 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/applytime_table.json' (8,226) at 20221209040018559
9734 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srar_w.c' (8,227) at 20210308005046525
9735 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pm9261_defconfig' (8,228) at 20210308005003276
9736 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftpci100.h' (8,229) at 20210308005003644
9737 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lmb.h' (8,230) at 20210308005003672
9738 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/LICENSE' (8,231) at 20210308004927348
9739 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cpu.c' (8,232) at 20210308005003208
9740 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/update.c' (8,233) at 20210308005003232
9741 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_off_rule.hpp' (8,234) at 20240820080023694
9742 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_event.c' (8,235) at 20210308004938824
9743 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb' (8,236) at 20241221090017668
9744 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb' (8,237) at 20241221090017516
9745 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Pass-linker-specific-options-with-Wl.patch' (8,238) at 20230706080014737
9746 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mxsfb.c' (8,239) at 20210308005003532
9747 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mxc_gpio.c' (8,240) at 20210308005003376
9748 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/unicode_ut.c' (8,241) at 20210308005003748
9749 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/sdbusplus.wrap' (8,242) at 20240124090001898
9750 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-set-boot-failsafe.sh' (8,243) at 20230418080015344
9751 2025-10-05 03:01:02.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/files/static-group-meta-perl' (8,244) at 20231014080011723
9752 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_nest2.decode' (8,245) at 20210308005046389
9753 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/README' (8,246) at 20210308005003168
9754 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/target.html' (8,247) at 20231126090012817
9755 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/m54455evb.c' (8,248) at 20210308005002976
9756 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/board_r.c' (8,249) at 20220215040051524
9757 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbr.c' (8,250) at 20210308005046505
9758 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/local.conf.sample' (8,251) at 20241221090017460
9759 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp-r5/Makefile' (8,252) at 20210308005002796
9760 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice/0001-include-unistd.h-for-usleep.patch' (8,253) at 20230520080014476
9761 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/templates/default/conf-notes.txt' (8,254) at 20220913030020492
9762 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-case.json' (8,255) at 20210927100127469
9763 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/Kconfig' (8,256) at 20210308005003008
9764 2025-10-05 03:01:02.462-0500 FINEST t466 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' (8,257) at 20240413080012627
9765 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_h.c' (8,258) at 20210308005046517
9766 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/usb-hcd-ehci-test.c' (8,259) at 20230925080040097
9767 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Fenham' (8,260) at 20210307205553798
9768 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-pci.c' (8,261) at 20210308005003516
9769 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ip-down' (8,262) at 20210307205554466
9770 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/systemd-notify.weston-start' (8,263) at 20220125040024515
9771 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd_git.bb' (8,264) at 20220721030015845
9772 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/pxa25x_udc.h' (8,265) at 20210308005003508
9773 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Perth' (8,266) at 20210307205553766
9774 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/156' (8,267) at 20240906080037564
9775 2025-10-05 03:01:02.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/codeparser.py' (8,268) at 20241206090014290
9776 2025-10-05 03:01:02.462-0500 FINEST t466 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' (8,269) at 20241221090017472
9777 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/video.c' (8,270) at 20210308005003740
9778 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND' (8,271) at 20210307205554422
9779 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend' (8,272) at 20220804030014671
9780 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/spl.c' (8,273) at 20210308005002988
9781 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__into_variant.hpp' (8,274) at 20240817080036820
9782 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/LICENSE.GPL-2.0-only' (8,275) at 20210307205554226
9783 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/crm_regs.h' (8,276) at 20210308005002672
9784 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-sound.cfg' (8,277) at 20220804030014671
9785 2025-10-05 03:01:02.463-0500 FINEST t466 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' (8,278) at 20240904080027738
9786 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-blk/vhost-user-blk.c' (8,279) at 20240906080037164
9787 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/me.h' (8,280) at 20210308005002876
9788 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_write.c' (8,281) at 20210308005003404
9789 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-cttimeout_1.0.1.bb' (8,282) at 20230401080011931
9790 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/Kconfig' (8,283) at 20210308005002996
9791 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/MAINTAINERS' (8,284) at 20210308005003020
9792 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_layerscape.c' (8,285) at 20210308005003452
9793 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-BanskaStiavnica' (8,286) at 20210307205553794
9794 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/imx_epit.h' (8,287) at 20230426080043768
9795 2025-10-05 03:01:02.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gitdm.config' (8,288) at 20230426080043668
9796 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-edid.c' (8,289) at 20221215040039262
9797 2025-10-05 03:01:02.464-0500 FINEST t466 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' (8,290) at 20240904080027734
9798 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/vsftpd.service' (8,291) at 20210307205553822
9799 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/fdt.py' (8,292) at 20210308005003760
9800 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libest/libest_3.2.0.bb' (8,293) at 20241221090017580
9801 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/apache2-volatile.conf' (8,294) at 20230317080013797
9802 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400.dtsi' (8,295) at 20210421100236114
9803 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/cm_t54.c' (8,296) at 20210308005002948
9804 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/create_pel.cpp' (8,297) at 20230516080019602
9805 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-startmin@.target' (8,298) at 20240321080027598
9806 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/files/0001-remove-pointless-check.patch' (8,299) at 20240124090012250
9807 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/Kconfig' (8,300) at 20210308005002920
9808 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuarm64.txt' (8,301) at 20240106090017261
9809 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/Kconfig' (8,302) at 20210308005002784
9810 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/types.hpp' (8,303) at 20230617080007832
9811 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/mx53_dram.c' (8,304) at 20210308005002728
9812 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-unit.mount.in' (8,305) at 20241221090017620
9813 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/Makefile' (8,306) at 20210308005002972
9814 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/openrisc/virt.rst' (8,307) at 20221215040039082
9815 2025-10-05 03:01:02.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-syscall.c' (8,308) at 20240326080039390
9816 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bitfield.h' (8,309) at 20210308005003564
9817 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/__init__.py' (8,310) at 20210308005003736
9818 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/configure.ac' (8,311) at 20210308004942076
9819 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-imgtool_2.1.0.bb' (8,312) at 20241206090014266
9820 2025-10-05 03:01:02.465-0500 FINEST t466 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' (8,313) at 20210307205553990
9821 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tsec.h' (8,314) at 20210308005003688
9822 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/VSL-1.0' (8,315) at 20210307205554426
9823 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/nlohmann-json.wrap' (8,316) at 20240124090001898
9824 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/dw-apb-timer.c' (8,317) at 20210308005003500
9825 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gose.h' (8,318) at 20210308005003596
9826 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/update3.its' (8,319) at 20210308005003332
9827 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-repetition.out' (8,320) at 20241211090212542
9828 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m520x.h' (8,321) at 20210308005002804
9829 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweron-failure' (8,322) at 20241123090010951
9830 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console_%.bbappend' (8,323) at 20241206090014202
9831 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/add_stdlib.patch' (8,324) at 20210307205554458
9832 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/libiec61850_1.5.3.bb' (8,325) at 20241206090014238
9833 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/03ee1f8aa0899268ec02b2f54849352df92a3a1d.patch' (8,326) at 20240302090018202
9834 2025-10-05 03:01:02.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/recipes-kernel/linux/linux-aspeed_%.bbappend' (8,327) at 20211222040037069
9835 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (8,328) at 20230125040012998
9836 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/0010-Adjust-header-include-sequence.patch' (8,329) at 20230706080014737
9837 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/iomap.h' (8,330) at 20210308005002876
9838 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-no-invariants-or-later' (8,331) at 20211006000025234
9839 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-extsdk-toolchain.bb' (8,332) at 20210307205554486
9840 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/MAINTAINERS' (8,333) at 20210308005003052
9841 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/decode.c' (8,334) at 20210308005003336
9842 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kvikkjokk_Arrevare' (8,335) at 20210307205553786
9843 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.json' (8,336) at 20210308005046409
9844 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stdio.h' (8,337) at 20210308005003684
9845 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/ax25-ae350/Makefile' (8,338) at 20210308005002900
9846 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Panel.interface.yaml' (8,339) at 20221207040023627
9847 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/SECURITY.md' (8,340) at 20241221090017548
9848 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch' (8,341) at 20241221090017664
9849 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/meson.options' (8,342) at 20231008080027971
9850 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra30-car.h' (8,343) at 20210308005003636
9851 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de212/gdb-config.c.inc' (8,344) at 20210308005046349
9852 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mem_io.c' (8,345) at 20210308005003204
9853 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/unaligned.h' (8,346) at 20210308005002544
9854 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/xyz/openbmc_project/Common/FactoryReset/README.md' (8,347) at 20220616030021604
9855 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-debug' (8,348) at 20241211090212534
9856 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/monitor.json' (8,349) at 20241106090019918
9857 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/common/factoryset.h' (8,350) at 20210308005003048
9858 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.travis.yml' (8,351) at 20210308005002536
9859 2025-10-05 03:01:02.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/dirPagination.tpl.html' (8,352) at 20210308005107069
9860 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/fans/phosphor-pid-control/config-evb-npcm845.json' (8,353) at 20240614080012954
9861 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib/acdefine.patch' (8,354) at 20230317080013793
9862 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb45n/Kconfig' (8,355) at 20210308005003016
9863 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.pxe' (8,356) at 20210308005003296
9864 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo-compare.h' (8,357) at 20210927100127289
9865 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xive2-common.c' (8,358) at 20241211090212546
9866 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/sifive_plic.h' (8,359) at 20230426080043764
9867 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config_%.bbappend' (8,360) at 20241206090014278
9868 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-x86/chassis/x86-power-control_%.bbappend' (8,361) at 20241206090014218
9869 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/__init__.py' (8,362) at 20210307205554434
9870 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/Makefile' (8,363) at 20210308005003484
9871 2025-10-05 03:01:02.467-0500 FINEST t466 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' (8,364) at 20240413080012651
9872 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/tz-ppc.h' (8,365) at 20210308005046021
9873 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/execution.hpp' (8,366) at 20241217090453707
9874 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-core/udev/udev-gxp-mtd-partitions/76-gxp-mtd-partitions.rules' (8,367) at 20210307205553686
9875 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/MAINTAINERS' (8,368) at 20210308005003008
9876 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx23.cfg' (8,369) at 20210308005002548
9877 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0005-wx-config-fix-libdir-for-multilib.patch' (8,370) at 20241221090017524
9878 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/README.msl.md' (8,371) at 20221207040023627
9879 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/Makefile' (8,372) at 20210812000025278
9880 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.aserver.vtable.hpp.mako' (8,373) at 20230902080037617
9881 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stomne_Skasas' (8,374) at 20210307205553790
9882 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-read-commit.c' (8,375) at 20230421080019768
9883 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/ls102xa_pbi.cfg' (8,376) at 20210308005002968
9884 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd_2.11.bb' (8,377) at 20241221090017504
9885 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/gpio.h' (8,378) at 20210308005002640
9886 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Taberg' (8,379) at 20210307205553790
9887 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vannas_Granlundsberget' (8,380) at 20210307205553794
9888 2025-10-05 03:01:02.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board.h' (8,381) at 20210308005003076
9889 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400-u-boot.dtsi' (8,382) at 20210308005002568
9890 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/galileo.c' (8,383) at 20210308005003008
9891 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/biccommands.hpp' (8,384) at 20230808080010204
9892 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit/monitrc' (8,385) at 20210307205553986
9893 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_core.c' (8,386) at 20210308005003520
9894 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl_git.bb' (8,387) at 20241221090017524
9895 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/serialization_test_path.cpp' (8,388) at 20210308005049145
9896 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/utils.hpp' (8,389) at 20240621080016857
9897 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-util-linux.c' (8,390) at 20220429100100430
9898 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/spe-impl.c.inc' (8,391) at 20240326080039690
9899 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-monotonic_1.6.bb' (8,392) at 20240413080012663
9900 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/local.conf.sample' (8,393) at 20241221090017460
9901 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/paginate.html' (8,394) at 20210308005107069
9902 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/types.h' (8,395) at 20210308005002808
9903 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/regs.h' (8,396) at 20210308005003560
9904 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/polaroid_mid2407pxe03_defconfig' (8,397) at 20210308005003276
9905 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040_sd_rcw.cfg' (8,398) at 20210308005002992
9906 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/microblaze-generic_defconfig' (8,399) at 20210308005003268
9907 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/com/ibm/Logging/Policy.interface.yaml' (8,400) at 20210308005117617
9908 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/fmap.py' (8,401) at 20210308005003748
9909 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb' (8,402) at 20241221090017516
9910 2025-10-05 03:01:02.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/rx51.h' (8,403) at 20210308005003024
9911 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc8xx.h' (8,404) at 20210308005003676
9912 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/microchip,pic32-clock.txt' (8,405) at 20210308005003300
9913 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/corstone1000_kernel_debug.cfg' (8,406) at 20220804030014671
9914 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/test-reexec' (8,407) at 20210307205554642
9915 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/Makefile' (8,408) at 20210308005002728
9916 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nokia_Siuro' (8,409) at 20210307205553770
9917 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/no-strip.patch' (8,410) at 20220204040022676
9918 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/nvtest.cpp' (8,411) at 20210308005405942
9919 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun50i.h' (8,412) at 20210308005003620
9920 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-fix-host-contamination.patch' (8,413) at 20220402030015911
9921 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/build.c' (8,414) at 20210308005003420
9922 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pocketsphinx/0001-cython-Use-cythyon3-in-cmake-check.patch' (8,415) at 20240302090018210
9923 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/gpio.hpp' (8,416) at 20210911000049906
9924 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/fr_FR.po' (8,417) at 20210308005046217
9925 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/VendorInformation.interface.yaml' (8,418) at 20221207040023627
9926 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/Kconfig' (8,419) at 20210308005002948
9927 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntpd.list' (8,420) at 20210307205553846
9928 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/hsbp' (8,421) at 20210307205554086
9929 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/meson.build' (8,422) at 20240906080037140
9930 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EthernetInterfaceCollection.json' (8,423) at 20240619080002944
9931 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sifive-fu540.h' (8,424) at 20210308005003616
9932 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ProfileSettings/index.js' (8,425) at 20220105012522999
9933 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos.h' (8,426) at 20230925080040093
9934 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (8,427) at 20210417000027537
9935 2025-10-05 03:01:02.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-powercycle.service' (8,428) at 20210810100021256
9936 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/OWNERS' (8,429) at 20240625080006392
9937 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fdt_support.h' (8,430) at 20210308005003648
9938 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/sandbox.dts' (8,431) at 20210308005002844
9939 2025-10-05 03:01:02.470-0500 FINEST t466 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' (8,432) at 20240413080012643
9940 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql.init' (8,433) at 20210307205553890
9941 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb' (8,434) at 20230114040015550
9942 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/util.c' (8,435) at 20210308005003356
9943 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-industrial-grade.dtsi' (8,436) at 20210308005002564
9944 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xwud_1.0.7.bb' (8,437) at 20241221090017528
9945 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/084.out' (8,438) at 20210308005046445
9946 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb' (8,439) at 20231011080016614
9947 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_aer.h' (8,440) at 20240906080037336
9948 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubiumount-ro@.service' (8,441) at 20210308005102829
9949 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Newcastle' (8,442) at 20210307205553766
9950 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/corvus/board.c' (8,443) at 20210308005003048
9951 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-mipi-u-boot.dtsi' (8,444) at 20210308005002584
9952 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/__init__.py' (8,445) at 20210308005048033
9953 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb' (8,446) at 20241221090017524
9954 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0020-openmaxil-add-pkg-config-file.patch' (8,447) at 20230706080014765
9955 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.err' (8,448) at 20210927100127469
9956 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/signature.txt' (8,449) at 20210308005003332
9957 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls2080a_serdes.c' (8,450) at 20210308005002556
9958 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/netgear_cg3100d.h' (8,451) at 20210308005003608
9959 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/requirements.md' (8,452) at 20240618080025497
9960 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borgholm_Ramsattra' (8,453) at 20210307205553778
9961 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/faac/faac_1.29.9.2.bb' (8,454) at 20220402030015895
9962 2025-10-05 03:01:02.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/renesas-sdhi.c' (8,455) at 20210308005003404
9963 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset-uclass.c' (8,456) at 20210308005003496
9964 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/three.c' (8,457) at 20210308005003720
9965 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/image-fleecing.out' (8,458) at 20220429100100930
9966 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.json' (8,459) at 20210308005046409
9967 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/u-boot.lds' (8,460) at 20210308005002800
9968 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_speedy_defconfig' (8,461) at 20210308005003252
9969 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-ti-sci.c' (8,462) at 20210308005003480
9970 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850-lcdk.dts' (8,463) at 20210308005002576
9971 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/MAINTAINERS' (8,464) at 20210308005003016
9972 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest' (8,465) at 20241221090017704
9973 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/Kconfig' (8,466) at 20210308005045893
9974 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm7xx_pwm.h' (8,467) at 20230426080043764
9975 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/unknown-encoding.patch' (8,468) at 20220204040022520
9976 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6dl2g_defconfig' (8,469) at 20210308005003272
9977 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_SECURE_BOOT_defconfig' (8,470) at 20210308005003244
9978 2025-10-05 03:01:02.471-0500 FINEST t466 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' (8,471) at 20241221090017684
9979 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan_error.hpp' (8,472) at 20240820080023694
9980 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.3.rst' (8,473) at 20230401080011955
9981 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/README.md' (8,474) at 20240622080036455
9982 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Saarland' (8,475) at 20210307205553766
9983 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/soundhw.h' (8,476) at 20240326080039534
9984 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/templates/default/local.conf.sample' (8,477) at 20241221090017580
9985 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/scripts/upload-error-report' (8,478) at 20210307205554130
9986 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/System.interface.yaml' (8,479) at 20240618080025501
9987 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Info-ZIP' (8,480) at 20211006000025238
9988 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/opcodes.h' (8,481) at 20240906080037476
9989 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-bmips/Kconfig' (8,482) at 20210308005002820
9990 2025-10-05 03:01:02.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_j.c' (8,483) at 20210308005046529
9991 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/components/table.scss' (8,484) at 20210308005107073
9992 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/kvm_para.h' (8,485) at 20240906080037356
9993 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Farila' (8,486) at 20210307205553782
9994 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/slirp.h' (8,487) at 20210308005046041
9995 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql-profile' (8,488) at 20210307205553890
9996 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tiny-printf.c' (8,489) at 20210308005003712
9997 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/olympus-nuvoton-iptable-save/phosphor-save-iptable-rules.service' (8,490) at 20210307205554090
9998 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (8,491) at 20220629030020274
9999 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/meson.build' (8,492) at 20210927100127205
10000 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6318-reset.h' (8,493) at 20210308005003640
10001 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/bi2cp/requirements.txt' (8,494) at 20210308005111457
10002 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/065.out' (8,495) at 20210308005046441
10003 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/0001-Fix-opening-etc-resolv.conf-error.patch' (8,496) at 20210307205554462
10004 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/stpmu1.h' (8,497) at 20210308005003680
10005 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/qemu.inc' (8,498) at 20241221090017612
10006 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012afrdm.h' (8,499) at 20210308005003600
10007 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb' (8,500) at 20230211040012655
10008 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/uclass-id.h' (8,501) at 20220215040051620
10009 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-selftest' (8,502) at 20241221090017584
10010 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/sys_proto.h' (8,503) at 20210308005002676
10011 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ipmi-stub.c' (8,504) at 20221215040039086
10012 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/regulator.c' (8,505) at 20210308005003740
10013 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/sfp.c' (8,506) at 20210308005003048
10014 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_width2.decode' (8,507) at 20210308005046389
10015 2025-10-05 03:01:02.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/generate_yaml_makefile.sh' (8,508) at 20210308005117617
10016 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/db/test_db.py' (8,509) at 20240106090017249
10017 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pci/armada8k-pcie.txt' (8,510) at 20210308005003304
10018 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/MAINTAINERS' (8,511) at 20210308005003088
10019 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Sun' (8,512) at 20241221090017612
10020 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/compiler.h' (8,513) at 20220629030014930
10021 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d.dtsi' (8,514) at 20210308005002592
10022 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fb_nand.h' (8,515) at 20210308005003648
10023 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/pci.c' (8,516) at 20210308005002976
10024 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NGPL' (8,517) at 20210307205554426
10025 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/logging-test/logging-test.bb' (8,518) at 20220402030016127
10026 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_reboot_bmc.robot' (8,519) at 20210308005007108
10027 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/Makefile' (8,520) at 20210308005002776
10028 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/mtd.h' (8,521) at 20210308005003668
10029 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_rng.h' (8,522) at 20210308005046053
10030 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/u-boot-spl.lds' (8,523) at 20210308005002560
10031 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-2.0' (8,524) at 20210307205554418
10032 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/mode_string.c' (8,525) at 20210308005003548
10033 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0006-include-stddef.h-for-ptrdiff_t.patch' (8,526) at 20241221090017504
10034 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/acpi_s3.c' (8,527) at 20210308005002880
10035 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/run-ci' (8,528) at 20221207040044387
10036 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/newlib_git.bb' (8,529) at 20230131040012051
10037 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3128_defconfig' (8,530) at 20210308005003256
10038 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/stm32f4/Kconfig' (8,531) at 20210308005002780
10039 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/mpspec.c' (8,532) at 20210308005002884
10040 2025-10-05 03:01:02.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/board.py' (8,533) at 20210308005003756
10041 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.c' (8,534) at 20210308005003368
10042 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/osc.py' (8,535) at 20220910030013377
10043 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (8,536) at 20210814000014902
10044 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nasanget' (8,537) at 20210307205553786
10045 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/elog.cpp' (8,538) at 20240418080028290
10046 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre/Makefile' (8,539) at 20210307205554622
10047 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/Kconfig' (8,540) at 20210308005002760
10048 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3399_hdmi.c' (8,541) at 20210308005003532
10049 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend' (8,542) at 20210811000030033
10050 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vfio_ccw.h' (8,543) at 20210308005046069
10051 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sll-pinfunc.h' (8,544) at 20210308005002588
10052 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/i386/host-signal.h' (8,545) at 20220429100100642
10053 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/replay.c' (8,546) at 20240906080037444
10054 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/0001-Update-Versioneer-to-0.22.patch' (8,547) at 20240106090017237
10055 2025-10-05 03:01:02.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_n1_chiplet.h' (8,548) at 20240906080037336
10056 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/spi-nor.h' (8,549) at 20230720080043543
10057 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/pkgconfig.bbclass' (8,550) at 20220910030013389
10058 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/systemd.patch' (8,551) at 20220502030010124
10059 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/Makefile' (8,552) at 20210308005002900
10060 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/index.js' (8,553) at 20220105012522999
10061 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/aes.c' (8,554) at 20240326080039398
10062 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cl-som-imx7.h' (8,555) at 20210308005003588
10063 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/OBMC_reboot' (8,556) at 20211116040015975
10064 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro5-4kbox.dts' (8,557) at 20210308005002632
10065 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7623.dtsi' (8,558) at 20210308005002596
10066 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/uart-render-controller/uart-render-controller.service' (8,559) at 20240904080027738
10067 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/image_types_phosphor_nuvoton_npcm8xx.bbclass' (8,560) at 20240628080015597
10068 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/cpu.h' (8,561) at 20210308005002732
10069 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/cpld-ap325rxa.c' (8,562) at 20210308005003032
10070 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_vmparam.h' (8,563) at 20240906080037156
10071 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3229/Makefile' (8,564) at 20210308005003040
10072 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files_%.bbappend' (8,565) at 20241206090014274
10073 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/flake8.sh' (8,566) at 20230925080039973
10074 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_fit.c' (8,567) at 20230720080043539
10075 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/test.pl-adjust-for-ptest.patch' (8,568) at 20210307205554006
10076 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/MAINTAINERS' (8,569) at 20210308005003072
10077 2025-10-05 03:01:02.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/MAINTAINERS' (8,570) at 20210308005003056
10078 2025-10-05 03:01:02.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/stm32mp1_ram.c' (8,571) at 20210308005003476
10079 2025-10-05 03:01:02.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/kona_gpio.c' (8,572) at 20210308005003376
10080 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3128.c' (8,573) at 20210308005003464
10081 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm.h' (8,574) at 20210308005003628
10082 2025-10-05 03:01:02.477-0500 FINEST t466 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' (8,575) at 20210307205553750
10083 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (8,576) at 20241031080012179
10084 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ivarsbyn' (8,577) at 20210307205553782
10085 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_args.hpp' (8,578) at 20230518080019590
10086 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/sandbox_ram.c' (8,579) at 20210308005003476
10087 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kemijarvi_Suomutunturi' (8,580) at 20210307205553770
10088 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FreeBSD-DOC' (8,581) at 20211006000025234
10089 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/blkdebug.rst' (8,582) at 20241211090212234
10090 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/sh73a0.h' (8,583) at 20210308005002768
10091 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/boot.c' (8,584) at 20210308005002824
10092 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7791-sysc.h' (8,585) at 20210308005003640
10093 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/static/activation_static.cpp' (8,586) at 20240820080019550
10094 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SES3_C-103W' (8,587) at 20210307205553762
10095 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-ld20.c' (8,588) at 20210308005002792
10096 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/phosphor-state-manager/xyz.openbmc_project.State.Chassis@.service' (8,589) at 20230215040018435
10097 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/009' (8,590) at 20210927100127473
10098 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__cpo.hpp' (8,591) at 20240731080033662
10099 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/intel,irq-router.txt' (8,592) at 20210308005003304
10100 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmi.init.basic' (8,593) at 20210308004938816
10101 2025-10-05 03:01:02.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/salvator-x/Kconfig' (8,594) at 20210308005003036
10102 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/law.c' (8,595) at 20210308005002996
10103 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cl-som-am57x.h' (8,596) at 20210308005003588
10104 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap/run-ptest' (8,597) at 20220612030016723
10105 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0006_brlayer_local_source_dir.py' (8,598) at 20210307205554262
10106 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/usbutils/usbutils_018.bb' (8,599) at 20241221090017636
10107 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/fvp.yml' (8,600) at 20241221090017464
10108 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/LICENSE' (8,601) at 20210308005119297
10109 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/multinodecommands.cpp' (8,602) at 20240829080009330
10110 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (8,603) at 20240712080022837
10111 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/Kconfig' (8,604) at 20210308005003416
10112 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS1.conf' (8,605) at 20240529080017839
10113 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu/core-isa.h' (8,606) at 20221215040039346
10114 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FanPwm.interface.yaml' (8,607) at 20210610000035114
10115 2025-10-05 03:01:02.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/README.khadas-vim' (8,608) at 20210308005002912
10116 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh_6.24.12.bb' (8,609) at 20241206090014258
10117 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips32.inc' (8,610) at 20210905000020581
10118 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend' (8,611) at 20210307205553674
10119 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb' (8,612) at 20210812000025330
10120 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/openpower-pnor-update@.service' (8,613) at 20210308005102829
10121 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-ti-handler.cpp' (8,614) at 20220311212000168
10122 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/clock.c' (8,615) at 20210308005002728
10123 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/hardware.h' (8,616) at 20210308005002676
10124 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/ust_events_c.py' (8,617) at 20210308005046245
10125 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dmg.h' (8,618) at 20230925080039821
10126 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/syslog-filter.html' (8,619) at 20210308005107069
10127 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/test-fcvtmod.c' (8,620) at 20230925080040101
10128 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/xlnx_csu_dma.h' (8,621) at 20220429100100558
10129 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-janustech' (8,622) at 20210308005045769
10130 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-all.err' (8,623) at 20220429100100882
10131 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/p1_twr.c' (8,624) at 20210308005002988
10132 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/iconnect.c' (8,625) at 20210308005003008
10133 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/gdbstub.c' (8,626) at 20241211090212522
10134 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libleak/libleak/0001-respect-environment-variables.patch' (8,627) at 20230706080014749
10135 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/net_rx_pkt.h' (8,628) at 20241211090212306
10136 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/m68k/trap.c' (8,629) at 20221215040039386
10137 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/network/phosphor-network/00-bmc-usb0.network' (8,630) at 20240105090012010
10138 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/README' (8,631) at 20210308005002996
10139 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/Makefile' (8,632) at 20210308005003172
10140 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/MAINTAINERS' (8,633) at 20210308005002984
10141 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/implicit_flush.c' (8,634) at 20210308005108641
10142 2025-10-05 03:01:02.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb' (8,635) at 20240413080012635
10143 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/window_mapper_mock.hpp' (8,636) at 20210427000038985
10144 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Ampe_A76_defconfig' (8,637) at 20210308005003232
10145 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/test/utils.h' (8,638) at 20241101080034432
10146 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsmc_nand.c' (8,639) at 20210308005003412
10147 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_sdcard_defconfig' (8,640) at 20210308005003268
10148 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/MAINTAINERS' (8,641) at 20210308005003072
10149 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_shift.c.inc' (8,642) at 20240906080037496
10150 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/scu_info.c' (8,643) at 20210421100236114
10151 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/twinstall.sh' (8,644) at 20210307205554122
10152 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mptsas.h' (8,645) at 20230426080043736
10153 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sc_sps_1.h' (8,646) at 20210308005003616
10154 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/Kconfig' (8,647) at 20210308005003416
10155 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/coding-standards/accessibility.md' (8,648) at 20221215040043186
10156 2025-10-05 03:01:02.480-0500 FINEST t466 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' (8,649) at 20230114040015494
10157 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/fw-path-provider.c' (8,650) at 20210308005045853
10158 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrqu_s_qb_ph.c' (8,651) at 20210308005046505
10159 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/conga-qeval20-qa3.c' (8,652) at 20210308005002948
10160 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-reset-on@.target' (8,653) at 20220301040040081
10161 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test/run-libc-ptests' (8,654) at 20231011080016606
10162 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/generate-html-index.py' (8,655) at 20221208040016926
10163 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012a2g5rdb_qspi_defconfig' (8,656) at 20210308005003264
10164 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_ethernet_interface.cpp' (8,657) at 20241127090024705
10165 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-off@.target' (8,658) at 20220301040040081
10166 2025-10-05 03:01:02.480-0500 FINEST t466 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' (8,659) at 20241206090014274
10167 2025-10-05 03:01:02.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavif/libavif_1.0.1.bb' (8,660) at 20231126090012781
10168 2025-10-05 03:01:02.480-0500 FINEST t466 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' (8,661) at 20241221090017484
10169 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl_mcdmafec.c' (8,662) at 20210308005003432
10170 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.1-RFN' (8,663) at 20211006000025242
10171 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/server/xmlrpcclient.py' (8,664) at 20210307205554242
10172 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-pmc-iou-slcr.h' (8,665) at 20240326080039538
10173 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/w1-eeprom-uclass.c' (8,666) at 20210308005003540
10174 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test_4.3.0.bb' (8,667) at 20241221090017472
10175 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/defer-call.h' (8,668) at 20240326080039546
10176 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/dmesginfo' (8,669) at 20220225040025598
10177 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/micro-support-card.c' (8,670) at 20210308005002796
10178 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/gdb.sh' (8,671) at 20210307205554390
10179 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/interrupts.c' (8,672) at 20210308005002824
10180 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.malta' (8,673) at 20210308005003296
10181 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/0001-meson-import-changes-from-3.0.-version.patch' (8,674) at 20210307205553990
10182 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test.py' (8,675) at 20210308005003772
10183 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu.c' (8,676) at 20230426080043928
10184 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-blackarmor-nas220.dts' (8,677) at 20210308005002592
10185 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0011-install-don-t-install-obsolete-file-com32.ld.patch' (8,678) at 20220910030013425
10186 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/usb.h' (8,679) at 20210308005046481
10187 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ivc.h' (8,680) at 20210308005002668
10188 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/NetworkInterface.interface.yaml' (8,681) at 20210610000035134 to deleted uid set
10189 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ae350_rv32_defconfig' (8,682) at 20210308005003244
10190 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_SPIFLASH_defconfig' (8,683) at 20210308005003244
10191 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/gpio.h' (8,684) at 20210308005002544
10192 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/sys_proto.h' (8,685) at 20210308005002668
10193 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/edison_defconfig' (8,686) at 20210308005003256
10194 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-config/bits-cfg.txt' (8,687) at 20241211090212534
10195 2025-10-05 03:01:02.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/catalina/gpio_desc.json' (8,688) at 20240817080006183
10196 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/templates/default/bblayers.conf.sample' (8,689) at 20240323080013549
10197 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/dreamplug.c' (8,690) at 20210308005002904
10198 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb' (8,691) at 20240413080012655
10199 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/git.py' (8,692) at 20210307205554450
10200 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/libsub-exporter-progressive-perl_0.001013.bb' (8,693) at 20241221090017548
10201 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/cros_subprocess.py' (8,694) at 20210308005003772
10202 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.prettierignore' (8,695) at 20241213090004405
10203 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/subprojects/nlohmann_json.wrap' (8,696) at 20231208090009540
10204 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/gigadevice.c' (8,697) at 20210308005003416
10205 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fdt-control' (8,698) at 20210308005003292
10206 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/fastmap.c' (8,699) at 20210308005003420
10207 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/root.c' (8,700) at 20210308005003544
10208 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/mk' (8,701) at 20210308005046149
10209 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/Kconfig' (8,702) at 20210308005002964
10210 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-owl/Makefile' (8,703) at 20210308005002768
10211 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3128/Kconfig' (8,704) at 20210308005003040
10212 2025-10-05 03:01:02.482-0500 FINEST t466 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' (8,705) at 20230131040012035
10213 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/meson.build' (8,706) at 20241211090212534
10214 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/colo.h' (8,707) at 20240906080037340
10215 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ImageMagick' (8,708) at 20211006000025238
10216 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/skeleton.dtsi' (8,709) at 20210308005002612
10217 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/serial_reg.h' (8,710) at 20210308005003668
10218 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.json' (8,711) at 20210927100127469
10219 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_rxaui_ctrl.c' (8,712) at 20210308005003400
10220 2025-10-05 03:01:02.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bk4r1.dts' (8,713) at 20210308005002576
10221 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_gpio.h' (8,714) at 20210308005003020
10222 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/transactions.c' (8,715) at 20220429100100962
10223 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_vendorid.h' (8,716) at 20230925080040057
10224 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/u-boot.lds' (8,717) at 20210308005003168
10225 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (8,718) at 20241206090014202
10226 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/hi6553_pmic.h' (8,719) at 20210308005003680
10227 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.aserver.tag.hpp.mako' (8,720) at 20230902080037613
10228 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs.errors.yaml' (8,721) at 20220315030032663
10229 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c' (8,722) at 20210308005002556
10230 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t35_defconfig' (8,723) at 20210308005003252
10231 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_controllers.c' (8,724) at 20210308005003704
10232 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/triggerable_mock.hpp' (8,725) at 20220210040033214
10233 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.qemu' (8,726) at 20220429100100930
10234 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/cpsw-common.c' (8,727) at 20210308005003444
10235 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/templates/default/local.conf.sample' (8,728) at 20241221090017580
10236 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/key_file' (8,729) at 20210308005119297
10237 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2l_evm_defconfig' (8,730) at 20210308005003260
10238 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf-colibri.dtsi' (8,731) at 20210308005002632
10239 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Odsmal' (8,732) at 20210307205553790
10240 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrok_0.5.2.bb' (8,733) at 20241221090017524
10241 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mime-support/mime-support_3.62.bb' (8,734) at 20210812000025226
10242 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NPL-1.1' (8,735) at 20211006000025238
10243 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/ndfc.h' (8,736) at 20210308005003668
10244 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/request_high_version.c' (8,737) at 20210308005108641
10245 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-06' (8,738) at 20210908000010395
10246 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_decoder_json.hpp' (8,739) at 20230511080012335
10247 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap5.decode' (8,740) at 20210308005046389
10248 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpbp.c' (8,741) at 20210308005003432
10249 2025-10-05 03:01:02.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dwmac_socfpga.c' (8,742) at 20210308005003428
10250 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/gpio.h' (8,743) at 20210308005002636
10251 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/checksettings.py' (8,744) at 20210307205554262
10252 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_norflash_boot_defconfig' (8,745) at 20210308005003248
10253 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config/witherspoon/events.yaml' (8,746) at 20210307205553702
10254 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/local.conf.sample' (8,747) at 20241221090017480
10255 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/data_interface_test.cpp' (8,748) at 20230511080031859
10256 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-bus.h' (8,749) at 20220429100100570
10257 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am57xx_evm_defconfig' (8,750) at 20210308005003248
10258 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/fribidi/fribidi_1.0.16.bb' (8,751) at 20241221090017692
10259 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atmel_mci.h' (8,752) at 20210308005003560
10260 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/libgcc2.c' (8,753) at 20210308005002544
10261 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/077.out' (8,754) at 20210308005046441
10262 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/ohand-color.svg' (8,755) at 20210307205554370
10263 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend' (8,756) at 20210812000025162
10264 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/u-boot_flash_64M.cfg' (8,757) at 20211231040028208
10265 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/muldi3.c' (8,758) at 20210308005002804
10266 2025-10-05 03:01:02.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm7445.h' (8,759) at 20210308005003588
10267 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/spl.c' (8,760) at 20210308005002948
10268 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcursor_1.2.3.bb' (8,761) at 20241221090017684
10269 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jyvaskyla' (8,762) at 20210307205553770
10270 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/network/phosphor-network/config.json' (8,763) at 20241023080015407
10271 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-Modern-Variant' (8,764) at 20211006000025238
10272 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/FRU_Master.json' (8,765) at 20221213040036917
10273 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/buttons.scss' (8,766) at 20210308005107073
10274 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/jetson-tk1.c' (8,767) at 20210308005003024
10275 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/common/Makefile' (8,768) at 20210308005003048
10276 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/nvidia,tegra20-gpio.txt' (8,769) at 20210308005003304
10277 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/styles/index.scss' (8,770) at 20210308005107081
10278 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rtc-tools/rtc-tools_2022.02.bb' (8,771) at 20220402030016003
10279 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/settings.cpp' (8,772) at 20240829080022542
10280 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb' (8,773) at 20241206090014330
10281 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/__init__.py' (8,774) at 20210308005046245
10282 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/README' (8,775) at 20210308005003088
10283 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/0001-Fix-type-mismatch-with-latest-FreeType.patch' (8,776) at 20241221090017528
10284 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-kernel/linux/linux-aspeed/mtjade.cfg' (8,777) at 20221118040015022
10285 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020MBG-PC_SDCARD_defconfig' (8,778) at 20210308005003240
10286 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/config' (8,779) at 20210308005003736
10287 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_tfa_defconfig' (8,780) at 20210308005003264
10288 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/part.c' (8,781) at 20210308005003216
10289 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/wget/wget/0002-improve-reproducibility.patch' (8,782) at 20241221090017680
10290 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3.0-or-later' (8,783) at 20210316000012717
10291 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-04' (8,784) at 20220718030006057
10292 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.kconfig' (8,785) at 20210308005003296
10293 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/LICENSE' (8,786) at 20210308005134505
10294 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-install.sh' (8,787) at 20220612030016755
10295 2025-10-05 03:01:02.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/theadorable.h' (8,788) at 20210308005003072
10296 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-64bit-cpu.xml' (8,789) at 20221215040039086
10297 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/lowlevel_init.S' (8,790) at 20210308005002980
10298 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalDns.vue' (8,791) at 20241004080035971
10299 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkDeviceFunctionMetrics.v1_2_0.json' (8,792) at 20240619080002948
10300 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.spl' (8,793) at 20230302090047762
10301 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/spear6xx_evb.h' (8,794) at 20210308005003616
10302 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-m-nocp.c' (8,795) at 20240906080037468
10303 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uddevalla_Kapelle' (8,796) at 20210307205553794
10304 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/kwbimage.cfg' (8,797) at 20210308005003008
10305 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/edminiv2_defconfig' (8,798) at 20210308005003256
10306 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx31pdk_defconfig' (8,799) at 20210308005003268
10307 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/bcm6358-usbh-phy.c' (8,800) at 20210308005003452
10308 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/files/gpio-shutdown-keymap.sh' (8,801) at 20220402030016071
10309 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/Makefile' (8,802) at 20210308005002912
10310 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/.gitignore' (8,803) at 20240501080016543
10311 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/paxctl/paxctl_0.9.bb' (8,804) at 20230919080013962
10312 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/vcs-control/zaius_vcs.sh' (8,805) at 20230421080020940
10313 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/98-pitft.conf' (8,806) at 20210307205554106
10314 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/force_readonly_toc.cpp' (8,807) at 20210308005100997
10315 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio_configs.h' (8,808) at 20210308004922932
10316 2025-10-05 03:01:02.486-0500 FINEST t466 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' (8,809) at 20210407000018090
10317 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cp1250.h' (8,810) at 20210308005003628
10318 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dragonboard820c.h' (8,811) at 20210308005003592
10319 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/ppccache.S' (8,812) at 20210308005002840
10320 2025-10-05 03:01:02.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDDL-1.1' (8,813) at 20211006000025234
10321 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/gpio.h' (8,814) at 20210308005002724
10322 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-pci.h' (8,815) at 20210308005046481
10323 2025-10-05 03:01:02.487-0500 FINEST t466 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' (8,816) at 20210307205553842
10324 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm-v2.c' (8,817) at 20230310090043279
10325 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/index.rst' (8,818) at 20211006000025222
10326 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/MAINTAINERS' (8,819) at 20210308005002940
10327 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-internal.h' (8,820) at 20230925080040033
10328 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-autogen.sh-generate-configure.ac-only.patch' (8,821) at 20210307205553846
10329 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/p4080ds_ddr.c' (8,822) at 20210308005002964
10330 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/Makefile' (8,823) at 20210308005002988
10331 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sys_proto.h' (8,824) at 20210308005002660
10332 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/config-file.h' (8,825) at 20240906080037344
10333 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/check-warnings' (8,826) at 20220804030014663
10334 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/skeleton64.dtsi' (8,827) at 20210308005002612
10335 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/edison.dts' (8,828) at 20210308005002860
10336 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/spi_pl022.h' (8,829) at 20210308005003628
10337 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/urls.py' (8,830) at 20240106090017249
10338 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/lpddr4_define.h' (8,831) at 20210308005002644
10339 2025-10-05 03:01:02.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init/ampere-platform-init.service' (8,832) at 20241023080015407
10340 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/bblayers.conf.sample' (8,833) at 20220910030013381
10341 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/local-ping.patch' (8,834) at 20220204040022604
10342 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common-mingw' (8,835) at 20241206090014314
10343 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/gpl-2.0.txt' (8,836) at 20210308005002540
10344 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/nrf.rst' (8,837) at 20210927100127077
10345 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/Makefile' (8,838) at 20210308005003072
10346 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Process.interface.yaml' (8,839) at 20220315030032671
10347 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/aspenite_defconfig' (8,840) at 20210308005003248
10348 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-spm-test4_%.bbappend' (8,841) at 20241206090014214
10349 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/faq.rst' (8,842) at 20230114040015514
10350 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-perl/perl/libwhisker2-perl_2.5.bb' (8,843) at 20241221090017580
10351 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/kudo-fw-ver.sh' (8,844) at 20220727030013877
10352 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLFL-1.3' (8,845) at 20241221090017616
10353 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/gcc.yml' (8,846) at 20241206090014206
10354 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear600_usbtty_defconfig' (8,847) at 20210308005003280
10355 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/libio-stringy-perl_2.111.bb' (8,848) at 20241221090017548
10356 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/sata.c' (8,849) at 20210308005002764
10357 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html' (8,850) at 20210307205554282
10358 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/metamail' (8,851) at 20241221090017620
10359 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-invoke_2.2.0.bb' (8,852) at 20240413080012663
10360 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-microzed.dts' (8,853) at 20210308005002632
10361 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/.gitignore' (8,854) at 20211221040045322
10362 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1088a_serdes.c' (8,855) at 20210308005002556
10363 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_NAND_SECURE_BOOT_defconfig' (8,856) at 20210308005003244
10364 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2080a.dtsi' (8,857) at 20210308005002580
10365 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spl.h' (8,858) at 20210308005003684
10366 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/spl.h' (8,859) at 20210308005002816
10367 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Advertising-Acknowledgement' (8,860) at 20241221090017612
10368 2025-10-05 03:01:02.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/blk.c' (8,861) at 20210308005003736
10369 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/disas/disas.h' (8,862) at 20240906080037324
10370 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/runuser-l.pamd' (8,863) at 20210307205554494
10371 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/tegra_mmc.c' (8,864) at 20210308005003408
10372 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/board.c' (8,865) at 20210308005002924
10373 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/anx6345.c' (8,866) at 20210308005003524
10374 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A13-OLinuXinoM_defconfig' (8,867) at 20210308005003232
10375 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/libtoaster.js' (8,868) at 20231126090012817
10376 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/bcsr.h' (8,869) at 20210308005002980
10377 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/opos6uldev/board.c' (8,870) at 20210308005002912
10378 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/fans/pwm-init.bb' (8,871) at 20241206090014226
10379 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PDDL-1.0' (8,872) at 20211006000025242
10380 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.davinci.nand_spl' (8,873) at 20210308005003292
10381 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/srt/srt_1.4.4.bb' (8,874) at 20220409030017471
10382 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/ACEX1K.c' (8,875) at 20210308005003372
10383 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gardena/smart-gateway-mt7688/board.c' (8,876) at 20210308005002996
10384 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fuse/fuse3/run-ptest' (8,877) at 20241206090014258
10385 2025-10-05 03:01:02.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/Makefile' (8,878) at 20210308005002844
10386 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtdcore.c' (8,879) at 20210308005003408
10387 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-base32.xml' (8,880) at 20240326080039410
10388 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/phosphor-logging.wrap' (8,881) at 20240628080018949
10389 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/clock.c' (8,882) at 20210308005002788
10390 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/w1.c' (8,883) at 20210308005003220
10391 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/verifyDriveGeometry.hpp' (8,884) at 20231228090004564
10392 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/oemhandler.hpp' (8,885) at 20240820080018013
10393 2025-10-05 03:01:02.490-0500 FINEST t466 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' (8,886) at 20240413080012627
10394 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-pkgdata-util' (8,887) at 20240301090012483
10395 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/busybox/busybox/wall.cfg' (8,888) at 20230301040014457
10396 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_ekanalyzer.h' (8,889) at 20210308004938820
10397 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/guest-random.h' (8,890) at 20240326080039546
10398 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/id-button-pressed.service' (8,891) at 20220514030009396
10399 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/schemas/events.schema.yaml' (8,892) at 20241107090038222
10400 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/test-armv6m-undef.ld' (8,893) at 20240326080039742
10401 2025-10-05 03:01:02.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/cache.S' (8,894) at 20210308005002832
10402 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.1.bb' (8,895) at 20241221090017504
10403 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_xplained_mmc_defconfig' (8,896) at 20210308005003276
10404 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3036/Makefile' (8,897) at 20210308005003040
10405 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx2/Kconfig' (8,898) at 20210308005002728
10406 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ApplyOptions.interface.yaml' (8,899) at 20221207040023631
10407 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm.dts' (8,900) at 20210308005002596
10408 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/regression.py' (8,901) at 20241221090017704
10409 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalDefaultGateway.vue' (8,902) at 20241004080035971
10410 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/law.c' (8,903) at 20210308005002960
10411 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/pgood_monitor.hpp' (8,904) at 20240820080038646
10412 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/imximage.cfg' (8,905) at 20210308005002988
10413 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley-sys-init.conf' (8,906) at 20220415030012089
10414 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_lbc.h' (8,907) at 20210308005002836
10415 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mscc_sgpio.c' (8,908) at 20210308005003376
10416 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/049' (8,909) at 20210927100127477
10417 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/remove_questions_text_file_references.patch' (8,910) at 20230706080014769
10418 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc' (8,911) at 20230114040015550
10419 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/twcfg.txt' (8,912) at 20210307205554122
10420 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/terminal.bbclass' (8,913) at 20220910030013393
10421 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ar933x.dtsi' (8,914) at 20210308005002812
10422 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Tenerife' (8,915) at 20210307205553766
10423 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-armhf-cross.yml' (8,916) at 20240906080037440
10424 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/powergate.h' (8,917) at 20210308005002672
10425 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/mru_test.cpp' (8,918) at 20210308005049141
10426 2025-10-05 03:01:02.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig' (8,919) at 20210308005003240
10427 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Pixar' (8,920) at 20241221090017616
10428 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/quiet-debugfs.patch' (8,921) at 20241221090017656
10429 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2g.h' (8,922) at 20210308005002732
10430 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi_nor_flash.c' (8,923) at 20210308005003020
10431 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-64bit-virtual.xml' (8,924) at 20210308005045817
10432 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (8,925) at 20220826030017621
10433 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-sunxi.c' (8,926) at 20210308005003496
10434 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_eth.c' (8,927) at 20210308005003440
10435 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/0002-Drop-using-_LARGEFILE64_SOURCE.patch' (8,928) at 20230131040012035
10436 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/Makefile' (8,929) at 20210308005003708
10437 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/CVE-2019-19906.patch' (8,930) at 20230706080014753
10438 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_tree.c' (8,931) at 20241009080009697
10439 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/MAINTAINERS' (8,932) at 20210308005003000
10440 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.spear' (8,933) at 20210308005003300
10441 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/pci.c' (8,934) at 20210308005003088
10442 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ae3xx/adp-ae3xx.c' (8,935) at 20210308005002900
10443 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/0001-make-Make-CC-weak-assignment.patch' (8,936) at 20220204040022468
10444 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ullared' (8,937) at 20210307205553794
10445 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.err' (8,938) at 20210308005046405
10446 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf' (8,939) at 20210307205554598
10447 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/usb-info.txt' (8,940) at 20210308005003328
10448 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/odroid_xu3.h' (8,941) at 20210308005003608
10449 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam-with-tcp_wrappers.patch' (8,942) at 20210905000020557
10450 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-config-build' (8,943) at 20241221090017584
10451 2025-10-05 03:01:02.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/Kconfig' (8,944) at 20210308005002844
10452 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun9i-a80-de.h' (8,945) at 20210308005003640
10453 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch' (8,946) at 20211006000025250
10454 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/philips1358.rc5' (8,947) at 20210307205553758
10455 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/env.patch' (8,948) at 20210307205554626
10456 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/Makefile' (8,949) at 20210308005003012
10457 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun9i-a80-usb.h' (8,950) at 20210308005003640
10458 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-i386-desc.rst.inc' (8,951) at 20240906080037180
10459 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/geekbox.c' (8,952) at 20210308005003004
10460 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sfr_nb4-ser_ram_defconfig' (8,953) at 20210308005003280
10461 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/fw_env.config' (8,954) at 20210307205553682
10462 2025-10-05 03:01:02.493-0500 FINEST t466 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' (8,955) at 20240413080012639
10463 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/images/rpi-test-image.bb' (8,956) at 20210812000025266
10464 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dprc.h' (8,957) at 20210308005003648
10465 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cmark/cmark_0.31.1.bb' (8,958) at 20241221090017532
10466 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0001-libfwtsiasl-Disable-parallel-builds-of-lex-bison-fil.patch' (8,959) at 20230114040015486
10467 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/spi.h' (8,960) at 20210308005002636
10468 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/misc.c' (8,961) at 20210308005003044
10469 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/timer-uclass.c' (8,962) at 20210308005003500
10470 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/meson/arm-linux-gneabihf-gcc.ini' (8,963) at 20210616125333493
10471 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-u-boot.dtsi' (8,964) at 20210308005002584
10472 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_close_unittest.cpp' (8,965) at 20210308005134001
10473 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/speed.c' (8,966) at 20210308005002832
10474 2025-10-05 03:01:02.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/README.md' (8,967) at 20221209040019091
10475 2025-10-05 03:01:02.493-0500 FINEST t466 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' (8,968) at 20241221090017496
10476 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target-reg-bits.h' (8,969) at 20230925080040077
10477 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/eth_legacy.c' (8,970) at 20210308005003720
10478 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pico-hobbit.dts' (8,971) at 20210308005002588
10479 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox_git.bb' (8,972) at 20241221090017512
10480 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/Makefile.am' (8,973) at 20241219090010500
10481 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/theadorable_debug_defconfig' (8,974) at 20210308005003284
10482 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-unknown.json' (8,975) at 20220429100100882
10483 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/lmmi_helper.c' (8,976) at 20221215040039314
10484 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/templates/default/local.conf.sample' (8,977) at 20241221090017568
10485 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/trace-events' (8,978) at 20241211090212314
10486 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/buildtables.py' (8,979) at 20210307205554266
10487 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.5.bb' (8,980) at 20230813080012840
10488 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb' (8,981) at 20240413080012699
10489 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-stop-pre@.target' (8,982) at 20220301040040081
10490 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_byte_action.hpp' (8,983) at 20240817080031292
10491 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t104xrdb.c' (8,984) at 20210308005002992
10492 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/log/Makefile' (8,985) at 20210308005003740
10493 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/eth_t208xrdb.c' (8,986) at 20210308005002996
10494 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/generated/README' (8,987) at 20230925080040105
10495 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/axs10x.c' (8,988) at 20210308005003056
10496 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/medcom-wide/MAINTAINERS' (8,989) at 20210308005002920
10497 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boberg' (8,990) at 20210307205553778
10498 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/tgtd.service' (8,991) at 20220502030010100
10499 2025-10-05 03:01:02.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/privkey_ima.pem' (8,992) at 20230520080014484
10500 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.err' (8,993) at 20230925080040089
10501 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/security_flags.inc' (8,994) at 20241221090017612
10502 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/twl6030.c' (8,995) at 20210308005003384
10503 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnet/libnet_1.3.bb' (8,996) at 20231014080011723
10504 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_sysarch.h' (8,997) at 20221215040039062
10505 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/cmd.cpp' (8,998) at 20240829080010546
10506 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/yocto-check-layer' (8,999) at 20230114040015554
10507 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxs_init.h' (9,000) at 20210308005002548
10508 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/net.c' (9,001) at 20220617030036057
10509 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/rdma.txt' (9,002) at 20230925080039845
10510 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-hostname.service' (9,003) at 20240809080014478
10511 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-getvar' (9,004) at 20241221090017584
10512 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socrates_defconfig' (9,005) at 20210308005003280
10513 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi_common.c' (9,006) at 20210308005003524
10514 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/pldmflightrecorder' (9,007) at 20221213040024897
10515 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/shmin_defconfig' (9,008) at 20210308005003280
10516 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/unaligned.h' (9,009) at 20210308005002888
10517 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/Makefile' (9,010) at 20210308005003024
10518 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/openssl.wrap' (9,011) at 20240124090001898
10519 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fyl2x.c' (9,012) at 20210308005046497
10520 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/nand.c' (9,013) at 20210308005002952
10521 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtdpart.c' (9,014) at 20210308005003408
10522 2025-10-05 03:01:02.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/u-boot.h' (9,015) at 20210308005002880
10523 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/div64.c' (9,016) at 20210308005003700
10524 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen3.c' (9,017) at 20210308005003360
10525 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric_collection.hpp' (9,018) at 20240817080025696
10526 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/sipi.h' (9,019) at 20210308005002880
10527 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf_%.bbappend' (9,020) at 20241206090014278
10528 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/soundhw.c' (9,021) at 20241211090212254
10529 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/nlohmann_json.wrap' (9,022) at 20231214090010053
10530 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/run-ptest' (9,023) at 20210608000015791
10531 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp22x.dtsi' (9,024) at 20210308005002572
10532 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/99_pam' (9,025) at 20220910030013425
10533 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/Makefile' (9,026) at 20210307205553994
10534 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/detect-zeroes-registered-buf' (9,027) at 20240906080037568
10535 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (9,028) at 20221118040015022
10536 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-hook-Do-not-append-int-to-std-string.patch' (9,029) at 20210307205553902
10537 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/mpc8308.c' (9,030) at 20210308005003000
10538 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mbox.c' (9,031) at 20230809080010803
10539 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config/nicole-ipmi-fru.yaml' (9,032) at 20210307205554222
10540 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb' (9,033) at 20241206090014338
10541 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/eth.hpp' (9,034) at 20230520080006628
10542 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd/op-vpd-parser.service' (9,035) at 20220503030013244
10543 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/sdram.c' (9,036) at 20210308005002860
10544 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3368-dmc.txt' (9,037) at 20210308005003300
10545 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.altera_spi' (9,038) at 20210308005003300
10546 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/echo.c' (9,039) at 20210308005003208
10547 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/__init__.py' (9,040) at 20210307205554446
10548 2025-10-05 03:01:02.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-gcrypt.c' (9,041) at 20241211090212230
10549 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/bb.c' (9,042) at 20240906080037580
10550 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/Makefile' (9,043) at 20210308005002844
10551 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpc_0.35.bb' (9,044) at 20241221090017492
10552 2025-10-05 03:01:02.497-0500 FINEST t466 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' (9,045) at 20230706080014757
10553 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/spe-ops.c.inc' (9,046) at 20210308005046325
10554 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmi_fru_info_area.hpp' (9,047) at 20230531080028153
10555 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-check-sstate' (9,048) at 20240301090012483
10556 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ld_h.S' (9,049) at 20230925080040101
10557 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/phosphor-host-ipmid.wrap' (9,050) at 20230821192414188
10558 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/mx51evk_video.c' (9,051) at 20210308005002984
10559 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/.gitignore' (9,052) at 20230817080003092
10560 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_ime.h' (9,053) at 20210308004938820
10561 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Loviisa' (9,054) at 20210307205553770
10562 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/sequence-type.patch' (9,055) at 20220204040022684
10563 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd' (9,056) at 20210308005002548
10564 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/Makefile' (9,057) at 20210308005003028
10565 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy17_C-91.0W' (9,058) at 20210307205553762
10566 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/da850evm_defconfig' (9,059) at 20210308005003256
10567 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vuollerim' (9,060) at 20210307205553794
10568 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_included_dependencies.html' (9,061) at 20231126090012817
10569 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-export2-US' (9,062) at 20241221090017616
10570 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/qmp-norocker.c' (9,063) at 20230426080043716
10571 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/microblaze-linux' (9,064) at 20230317080013833
10572 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock/MAINTAINERS' (9,065) at 20210308005003032
10573 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/Kconfig' (9,066) at 20210308005003040
10574 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/eco5pk.h' (9,067) at 20210308005002900
10575 2025-10-05 03:01:02.497-0500 FINEST t466 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' (9,068) at 20230706080014737
10576 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_overlay.h' (9,069) at 20230426080043692
10577 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/010' (9,070) at 20210927100127473
10578 2025-10-05 03:01:02.497-0500 FINEST t466 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' (9,071) at 20241221090017464
10579 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/sections.h' (9,072) at 20210308005002888
10580 2025-10-05 03:01:02.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-scsi/meson.build' (9,073) at 20240906080037164
10581 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb_common.h' (9,074) at 20240326080039466
10582 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/122.out' (9,075) at 20240326080039730
10583 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armv7-m.dtsi' (9,076) at 20210308005002568
10584 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/0001-dns_hosts-Fix-build-with-musl.patch' (9,077) at 20210307205553846
10585 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-opos6ul-u-boot.dtsi' (9,078) at 20210308005002588
10586 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kaunispaa' (9,079) at 20210307205553770
10587 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/meson_config.hpp.in' (9,080) at 20241209090018856
10588 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/microblaze-generic.h' (9,081) at 20210308005003604
10589 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mailbox/mailbox.txt' (9,082) at 20210308005003304
10590 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7791.h' (9,083) at 20210308005002768
10591 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.gitignore' (9,084) at 20240323080007057
10592 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/gdbstub.c' (9,085) at 20240906080037480
10593 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_cmd.c' (9,086) at 20210308005003440
10594 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/conf-notes.txt' (9,087) at 20231205090013445
10595 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/asm-offsets.c' (9,088) at 20210308005002824
10596 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mxcmmc.c' (9,089) at 20210308005003404
10597 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4240qds_qixis.h' (9,090) at 20210308005002996
10598 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fredros' (9,091) at 20210307205553782
10599 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/trace.h' (9,092) at 20210308005045965
10600 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/fs/fat-noncontig-test.sh' (9,093) at 20210308005003740
10601 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-fix-function-saHpiSensorThresholds.patch' (9,094) at 20210307205553818
10602 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip.h' (9,095) at 20210308005003464
10603 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Randijaure' (9,096) at 20210307205553790
10604 2025-10-05 03:01:02.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch' (9,097) at 20241221090017636
10605 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/057' (9,098) at 20210927100127477
10606 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes.txt' (9,099) at 20210307205553734
10607 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/log_phase_fault_action_tests.cpp' (9,100) at 20210828000043656
10608 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/slotid_cap.h' (9,101) at 20210308005046025
10609 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb' (9,102) at 20241206090014346
10610 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/ast2400-clock.h' (9,103) at 20210308005003632
10611 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/htx_resource.robot' (9,104) at 20231215090013777
10612 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-u-boot.dtsi' (9,105) at 20210308005002632
10613 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dc-scm-v1/dc-scm-v1.c' (9,106) at 20220708100032823
10614 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_netlink.cpp' (9,107) at 20230802080038882
10615 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smdk5250.h' (9,108) at 20210308005003616
10616 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeinterface/0001-Allow-using-setuptools-74.patch' (9,109) at 20241221090017564
10617 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/fsl_8xxx_clk.c' (9,110) at 20210308005003172
10618 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/phosphor-logging.wrap' (9,111) at 20220628030020471
10619 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_compare_byte.md' (9,112) at 20240809080033023
10620 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/hbitmap.h' (9,113) at 20230426080043772
10621 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/open/open.c' (9,114) at 20210308004938836
10622 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-ramfb' (9,115) at 20210308005046237
10623 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/COPYING.MIT' (9,116) at 20210307205553678
10624 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_2_defconfig' (9,117) at 20210308005003276
10625 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Revision.interface.yaml' (9,118) at 20210610000035126
10626 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-no-invariants-only' (9,119) at 20211006000025234
10627 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/trace-events' (9,120) at 20210927100127201
10628 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/chipspark/popmetal_rk3288/Makefile' (9,121) at 20210308005002944
10629 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/README_VirtualBox_Toaster.txt' (9,122) at 20210307205554482
10630 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/eth.c' (9,123) at 20210308005003012
10631 2025-10-05 03:01:02.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0002-tcl.m4.patch' (9,124) at 20241206090014326
10632 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/kconfiglib.py' (9,125) at 20210308005003756
10633 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libraw1394/libraw1394_2.1.2.bb' (9,126) at 20241221090017540
10634 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-man-pages-copyleft' (9,127) at 20241221090017616
10635 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier.interface.yaml' (9,128) at 20221207040023627
10636 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-spm-test2_%.bbappend' (9,129) at 20241206090014214
10637 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0006-fix-memleak-on-tar_open-failure.patch' (9,130) at 20241221090017540
10638 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bootstage.c' (9,131) at 20210308005003224
10639 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-core/packagesgroups/packagegroup-meta-webserver.bb' (9,132) at 20241221090017564
10640 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/261.out' (9,133) at 20210308005046465
10641 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_w.c' (9,134) at 20210308005046517
10642 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-nested-aio-poll.c' (9,135) at 20240906080037584
10643 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd_node.h' (9,136) at 20210308005003676
10644 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/version_handlers_builder.cpp' (9,137) at 20240817080027656
10645 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/twinlake.json' (9,138) at 20241213090004413
10646 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (9,139) at 20230414080015397
10647 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/firefly/firefly-rk3288/MAINTAINERS' (9,140) at 20210308005002956
10648 2025-10-05 03:01:02.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth-1.c' (9,141) at 20210308005046489
10649 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6ull_pins.h' (9,142) at 20210308005002652
10650 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/rcar_i2c.c' (9,143) at 20210308005003384
10651 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb' (9,144) at 20240413080012647
10652 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/phase_fault_tests.cpp' (9,145) at 20210903000106255
10653 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/templates/default/bblayers.conf.sample' (9,146) at 20220910030013349
10654 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a77995-cpg-mssr.h' (9,147) at 20210308005003632
10655 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/ptimer-test.h' (9,148) at 20210927100127641
10656 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/libpwquality/libpwquality/pwquality.conf' (9,149) at 20230505080015455
10657 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/bootstrap' (9,150) at 20210308004938816
10658 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cmd_dek.c' (9,151) at 20210308005002724
10659 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/.travis.yml' (9,152) at 20210308004939860
10660 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-02' (9,153) at 20220412030005129
10661 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/container-image/container-test-image.bb' (9,154) at 20241221090017604
10662 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/allowlist-filter.cpp' (9,155) at 20240829080009330
10663 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/intercept.py' (9,156) at 20220910030013401
10664 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288.dtsi' (9,157) at 20210308005002608
10665 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0002-Makefile-modify-compile-parameters.patch' (9,158) at 20230706080014749
10666 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/LICENSE' (9,159) at 20210308005123345
10667 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/bcm2835_wdt.c' (9,160) at 20210308005003540
10668 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/abb.c' (9,161) at 20210308005002760
10669 2025-10-05 03:01:02.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-rock2-som.dtsi' (9,162) at 20210308005002604
10670 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-mve.h' (9,163) at 20230925080040005
10671 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_boottime.c' (9,164) at 20210308005003700
10672 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/configuration/vegman-yaml-config.bb' (9,165) at 20241206090014286
10673 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfles.c' (9,166) at 20210308005046529
10674 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/case.py' (9,167) at 20210307205554446
10675 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_add_prop.dts' (9,168) at 20210308005003760
10676 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/davinci_i2c.c' (9,169) at 20210308005003380
10677 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-gpu-pci.h' (9,170) at 20210308005046037
10678 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/141.out' (9,171) at 20240326080039730
10679 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Bellcore' (9,172) at 20210608000015795
10680 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-5.yaml' (9,173) at 20241219090012972
10681 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Condition/HostFirmware.interface.yaml' (9,174) at 20221207040023627
10682 2025-10-05 03:01:02.502-0500 FINEST t466 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' (9,175) at 20231011080016574
10683 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/diu.c' (9,176) at 20210308005003000
10684 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/command.c' (9,177) at 20210308005003224
10685 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/lib/muldi3.c' (9,178) at 20210308005002808
10686 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/Kconfig' (9,179) at 20210308005002952
10687 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/bootstrap.sh' (9,180) at 20210308005057105
10688 2025-10-05 03:01:02.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libmnl/libmnl_1.0.5.bb' (9,181) at 20241221090017676
10689 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/04_signed_request.diff' (9,182) at 20230706080014741
10690 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080aqds.h' (9,183) at 20210308005003600
10691 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/ldap-controller.js' (9,184) at 20210308005107065
10692 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_bnf.c' (9,185) at 20210308005046529
10693 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/message/native_types.cpp' (9,186) at 20240615080043102
10694 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/duovero.c' (9,187) at 20210308005003004
10695 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/eport.h' (9,188) at 20210308005002800
10696 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/Dumps/index.js' (9,189) at 20220105012522995
10697 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/phosphor-dbus-interfaces.wrap' (9,190) at 20220628030020471
10698 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/atmel_usba_udc.h' (9,191) at 20210308005003504
10699 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/minimize_qtest_trace.py' (9,192) at 20240326080039630
10700 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-core/os-release/os-release.bbappend' (9,193) at 20220819030014797
10701 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_HOST_33_defconfig' (9,194) at 20210308005003236
10702 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libksba/libksba_1.6.7.bb' (9,195) at 20241221090017696
10703 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/ipmitool-commands-cheatsheet.md' (9,196) at 20221209040032879
10704 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-arm.h' (9,197) at 20210308005003612
10705 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/pkgdata.py' (9,198) at 20220910030013405
10706 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/syscon_rk3328.c' (9,199) at 20210308005002776
10707 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/Makefile' (9,200) at 20210308005003532
10708 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/config' (9,201) at 20210308005003736
10709 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/ltc3676_pmic.h' (9,202) at 20210308005003680
10710 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-create.out' (9,203) at 20230925080040089
10711 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/qemu_elf.c' (9,204) at 20240906080037160
10712 2025-10-05 03:01:02.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallbo' (9,205) at 20210307205553782
10713 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_and_or.c' (9,206) at 20210308005046529
10714 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_packet.S' (9,207) at 20230426080043952
10715 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_crypto.c' (9,208) at 20210308005003704
10716 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/checksecurity_2.0.16.bb' (9,209) at 20230503080014591
10717 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/rexec.xinetd.inetutils' (9,210) at 20210307205554462
10718 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/arm_sbcon_i2c.c' (9,211) at 20230426080043692
10719 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/cpu.c' (9,212) at 20210308005002788
10720 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/board_info.c' (9,213) at 20210308005003220
10721 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/simplefb_common.h' (9,214) at 20210308005003532
10722 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.conf' (9,215) at 20210307205553850
10723 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool_2.0.7.bb' (9,216) at 20220502030010232
10724 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-12-45.0E' (9,217) at 20210307205553762
10725 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-config-eu.am-do-not-force-Werror.patch' (9,218) at 20241221090017656
10726 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/globaltimer.h' (9,219) at 20210308005002636
10727 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-bad-type.err' (9,220) at 20210927100127469
10728 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/bcm6368-usbh-phy.c' (9,221) at 20210308005003452
10729 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ramsele_Skavasen' (9,222) at 20210307205553790
10730 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/LICENSE' (9,223) at 20210308005056661
10731 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-aarch64_be.txt' (9,224) at 20240113090014532
10732 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/sourceforge-releases.bbclass' (9,225) at 20241221090017608
10733 2025-10-05 03:01:02.504-0500 FINEST t466 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' (9,226) at 20221003030013281
10734 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/timer.c' (9,227) at 20210308005002720
10735 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (9,228) at 20210823100016972
10736 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data_file.cpp' (9,229) at 20210812000045266
10737 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config/ampere-gpio-poweroff@.service' (9,230) at 20230410080012311
10738 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/kvm-window-controller.js' (9,231) at 20210308005107077
10739 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/bond-eth0.conf' (9,232) at 20220126110011868
10740 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/README' (9,233) at 20210308005003076
10741 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/pc-hotplug.h' (9,234) at 20240326080039530
10742 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-install-efi-testfs_1.0.bb' (9,235) at 20241206090014314
10743 2025-10-05 03:01:02.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpid.service' (9,236) at 20210307205553818
10744 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0010-fs2dt.c-work-around-missing-getline.patch' (9,237) at 20210307205553750
10745 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/.linter-ignore' (9,238) at 20221209040046691
10746 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/spl_boot.c' (9,239) at 20210308005003028
10747 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0004_provides.py' (9,240) at 20210307205554262
10748 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb' (9,241) at 20230919080013962
10749 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/corvus.h' (9,242) at 20210308005003592
10750 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_rsa_key' (9,243) at 20210307205554466
10751 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/pinmux.c' (9,244) at 20210308005002720
10752 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dragonboard820c.dts' (9,245) at 20210308005002576
10753 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/winbond_w83627.c' (9,246) at 20210308005003400
10754 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_inputs_32.h' (9,247) at 20210308005046501
10755 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-rcu-tailq.c' (9,248) at 20210927100127649
10756 2025-10-05 03:01:02.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/tune-strongarm1100.inc' (9,249) at 20210905000020581
10757 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ibm-logging/ibm-ac-server/policyTable.json' (9,250) at 20240904080027734
10758 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/test.h' (9,251) at 20210308005002848
10759 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/server/transaction.cpp' (9,252) at 20240823080035117
10760 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/index.rst' (9,253) at 20220823030015959
10761 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gru.h' (9,254) at 20210308005003596
10762 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/configuration/entity-manager_%.bbappend' (9,255) at 20241206090014286
10763 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/loongarch64/safe-syscall.inc.S' (9,256) at 20220429100100406
10764 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/stratixv.c' (9,257) at 20210308005003376
10765 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/gpio-regulator.c' (9,258) at 20210308005003472
10766 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_sigtramp.h' (9,259) at 20221215040039062
10767 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/aio-wait.h' (9,260) at 20240906080037324
10768 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/power-config-host0.json' (9,261) at 20210924100022908
10769 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libuvc/libuvc_0.0.7.bb' (9,262) at 20231126090012781
10770 2025-10-05 03:01:02.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/using-DOCB-conditional.patch' (9,263) at 20210307205554010
10771 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_mtdif.c' (9,264) at 20210308005003556
10772 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_support.h' (9,265) at 20210308005002880
10773 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb' (9,266) at 20240124090012254
10774 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/README.md' (9,267) at 20210308005108645
10775 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dwmmc.h' (9,268) at 20210308005002724
10776 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/265.out' (9,269) at 20210308005046465
10777 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-console/gnome-console/0001-include-locale.h-for-setlocale.patch' (9,270) at 20241221090017488
10778 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/message/payload.cpp' (9,271) at 20241012080019920
10779 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_b.c' (9,272) at 20210308005046521
10780 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/client.2201.conf' (9,273) at 20240402080012066
10781 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/hu-Digikabel' (9,274) at 20210307205553758
10782 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/ubifs.h' (9,275) at 20210308005003552
10783 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/libata.c' (9,276) at 20210308005003332
10784 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/sdjournal.hpp' (9,277) at 20210724000059639
10785 2025-10-05 03:01:02.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/003_empty.dts' (9,278) at 20210308005003752
10786 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/documentation-audit.sh' (9,279) at 20220910030013433
10787 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/pmu_rk3288.h' (9,280) at 20210308005002664
10788 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/long-help' (9,281) at 20210307205553814
10789 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy.interface.yaml' (9,282) at 20221207040023631
10790 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/swift/obmc/phosphor-fan/phosphor-cooling-type-0.conf' (9,283) at 20210307205553702
10791 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb' (9,284) at 20241221090017556
10792 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-lsxl.dtsi' (9,285) at 20210308005002592
10793 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/shaderinclude.py' (9,286) at 20230426080043844
10794 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network.bb' (9,287) at 20241206090014278
10795 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb' (9,288) at 20241206090014270
10796 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/minidlna-daemon.init.d' (9,289) at 20210307205553802
10797 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/recipes-kernel/linux/linux-aspeed_%.bbappend' (9,290) at 20240407080011706
10798 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/snort.default' (9,291) at 20230811080018298
10799 2025-10-05 03:01:02.510-0500 FINEST t466 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' (9,292) at 20241206090014274
10800 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/ddr.c' (9,293) at 20210308005003172
10801 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/bmc/bmc.h' (9,294) at 20210308004938832
10802 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/psci.c' (9,295) at 20210308005002788
10803 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/start.S' (9,296) at 20210308005002800
10804 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/__init__.py' (9,297) at 20210308005003736
10805 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/phy.c' (9,298) at 20210308005002820
10806 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x.dtsi' (9,299) at 20210308005002596
10807 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bengtsfors' (9,300) at 20210307205553778
10808 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Adelaide' (9,301) at 20210307205553762
10809 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_d.c' (9,302) at 20210308005046521
10810 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Joestrom' (9,303) at 20210307205553782
10811 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f469-pinctrl.dtsi' (9,304) at 20210308005002616
10812 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/noexec.c' (9,305) at 20221215040039390
10813 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Latex2e-translated-notice' (9,306) at 20241221090017616
10814 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fjal' (9,307) at 20210307205553782
10815 2025-10-05 03:01:02.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf-helper' (9,308) at 20210307205553838
10816 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-dummy.bb' (9,309) at 20241206090014342
10817 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-redhat' (9,310) at 20210308005045769
10818 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-image/configure.patch' (9,311) at 20230706080014753
10819 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projectbuilds.html' (9,312) at 20210307205554286
10820 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11.inl' (9,313) at 20210308005046069
10821 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ioapic.h' (9,314) at 20210308005002880
10822 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/phy/phy-stih407-usb.txt' (9,315) at 20210308005003304
10823 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/controllers/grubtarget.py' (9,316) at 20220402030016127
10824 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/00avahi-autoipd' (9,317) at 20210307205554462
10825 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0008_refactor_artifact_models.py' (9,318) at 20210307205554262
10826 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/w1-uclass.c' (9,319) at 20210308005003540
10827 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/redfish/index.js' (9,320) at 20210308005107077
10828 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/acpitool/acpitool_0.5.1.bb' (9,321) at 20241221090017504
10829 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm-revc-u-boot.dtsi' (9,322) at 20210308005002576
10830 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/Makefile' (9,323) at 20210308005002964
10831 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fat/Kconfig' (9,324) at 20210308005003544
10832 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/dm-verity-systemd-x86-64.txt' (9,325) at 20230520080014484
10833 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/subprojects/phosphor-logging.wrap' (9,326) at 20210619000019014
10834 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/trace-events' (9,327) at 20240326080039410
10835 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/port-gnome-menus3.patch' (9,328) at 20231011080016574
10836 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3128_common.h' (9,329) at 20210308005003612
10837 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/Makefile' (9,330) at 20210308005003020
10838 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/sandbox_scsi.c' (9,331) at 20210308005003484
10839 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/10_utf16.patch' (9,332) at 20220204040022520
10840 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/package.json' (9,333) at 20210308005107081
10841 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/network/phosphor-network_%.bbappend' (9,334) at 20241206090014218
10842 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-brppt1-spi.dts' (9,335) at 20210308005002560
10843 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_hdmi.c' (9,336) at 20210308005003532
10844 2025-10-05 03:01:02.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_fcntl.h' (9,337) at 20210308005046073
10845 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/cases/distro.py' (9,338) at 20230114040015554
10846 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/add-error-check-for-disk-filled-up.patch' (9,339) at 20230131040012027
10847 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Amot' (9,340) at 20210307205553778
10848 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot-fvp-base.inc' (9,341) at 20241221090017468
10849 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-mtview_git.bb' (9,342) at 20240301090012431
10850 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/fsi.rst' (9,343) at 20240906080037176
10851 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apf27.h' (9,344) at 20210308005003584
10852 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb' (9,345) at 20230811080018298
10853 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/io-channel-helpers.c' (9,346) at 20221215040039390
10854 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/paginate.js' (9,347) at 20210308005107069
10855 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/acpi/mainboard.asl' (9,348) at 20210308005003008
10856 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/bx50v3.c' (9,349) at 20210308005003000
10857 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/test-qga-os-release' (9,350) at 20210308005046389
10858 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/avoid-to-call-AC_TRY_RUN.patch' (9,351) at 20230503080014583
10859 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.6.bb' (9,352) at 20241221090017516
10860 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/console/obmc-console_git.bbappend' (9,353) at 20240120090012778
10861 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/ext_interface.hpp' (9,354) at 20210308005103637
10862 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (9,355) at 20210401100023201
10863 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/zones.json' (9,356) at 20240918080013376
10864 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu/0001-setup.py-StrictVersion-packaging.version.patch' (9,357) at 20220204040022460
10865 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.6.rst' (9,358) at 20230919080013970
10866 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/sh7753evb.c' (9,359) at 20210308005003036
10867 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-presence.service' (9,360) at 20231019080029735
10868 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-cr.xml' (9,361) at 20210308005045817
10869 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/092.out' (9,362) at 20210308005046445
10870 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/cdomain.py' (9,363) at 20210308005002536
10871 2025-10-05 03:01:02.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/environment.d-cmake.sh' (9,364) at 20230919080013986
10872 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-u.json' (9,365) at 20220429100100882
10873 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-base.bb' (9,366) at 20241221090017644
10874 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-host/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service' (9,367) at 20230412080023460
10875 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test.out' (9,368) at 20210927100127505
10876 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_string_encode_check.yaml' (9,369) at 20240908080010098
10877 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dwc_eth_qos.c' (9,370) at 20210308005003428
10878 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overturingen' (9,371) at 20210307205553790
10879 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/templates/default/conf-notes.txt' (9,372) at 20220913030020496
10880 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/tinyproxy.service' (9,373) at 20210307205553850
10881 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SES1_C-101W' (9,374) at 20210307205553762
10882 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/reset.c' (9,375) at 20210308005002708
10883 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/base-files/base-files_%.bbappend' (9,376) at 20240229090011779
10884 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vistr.c' (9,377) at 20221215040039390
10885 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/validate_registry.py' (9,378) at 20230317080026221
10886 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/entry.S' (9,379) at 20210927100127329
10887 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/expected_stderr' (9,380) at 20210308005003736
10888 2025-10-05 03:01:02.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-object.err' (9,381) at 20210308005046409
10889 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uec.h' (9,382) at 20210308005003476
10890 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/lowlevel_init.S' (9,383) at 20210308005002560
10891 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/obmc_ser_num' (9,384) at 20221209040018559
10892 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/filesystem_mock.hpp' (9,385) at 20210308004940468
10893 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-spe.xml' (9,386) at 20210308005045817
10894 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/snapper9g45.h' (9,387) at 20210308005003616
10895 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/LICENSE' (9,388) at 20210311201857422
10896 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/pinmux-config-apalis_t30.h' (9,389) at 20210308005003080
10897 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/mtree.py' (9,390) at 20210308005046245
10898 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/crypto-tls-x509-helpers.h' (9,391) at 20241211090212550
10899 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/os_support.h' (9,392) at 20210308005003772
10900 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/io.hpp' (9,393) at 20240817080027656
10901 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g15.dtsi' (9,394) at 20210308005002572
10902 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/org/open_power/Witherspoon/Fault.metadata.yaml' (9,395) at 20221213040033297
10903 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-dram-pro5.c' (9,396) at 20210308005002792
10904 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cr.c' (9,397) at 20210308005003720
10905 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/MAINTAINERS' (9,398) at 20210308005003036
10906 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/minerva/cri_sensors.json' (9,399) at 20240119090006939
10907 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-jr2.c' (9,400) at 20210308005003456
10908 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/atmel-hlcdc.txt' (9,401) at 20210308005003328
10909 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/log.c' (9,402) at 20210308005003212
10910 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-util-darwin.c' (9,403) at 20221215040039086
10911 2025-10-05 03:01:02.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc702/ps7_init_gpl.c' (9,404) at 20210308005003176
10912 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/TOTPAuthenticator.interface.yaml' (9,405) at 20241121090018187
10913 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-server/ivshmem-server.h' (9,406) at 20210308005045769
10914 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Villands_Vanga' (9,407) at 20210307205553794
10915 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/corstone1000-recovery-image.bb' (9,408) at 20241206090014210
10916 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extp.c' (9,409) at 20210308005046505
10917 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/udp_server.c' (9,410) at 20241221090017580
10918 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-826.c' (9,411) at 20220429100100938
10919 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/licenses/radvd' (9,412) at 20210307205553806
10920 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gwventana_gw5904_defconfig' (9,413) at 20210308005003260
10921 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/test-remote-image' (9,414) at 20210307205554642
10922 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/rest.json' (9,415) at 20210307205553850
10923 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/gpio.hpp' (9,416) at 20230616080022923
10924 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/config.mk' (9,417) at 20210308005002544
10925 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_timeout.cpp' (9,418) at 20231110090010623
10926 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/File.metadata.yaml' (9,419) at 20220430030026016
10927 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3328_common.h' (9,420) at 20210308005003612
10928 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/telepathy/telepathy-glib_0.24.1.bb' (9,421) at 20241221090017504
10929 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/unicode.c' (9,422) at 20210308005046565
10930 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ax88796.h' (9,423) at 20210308005003424
10931 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_typo.patch' (9,424) at 20230706080014741
10932 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/utils.hpp' (9,425) at 20240828080025979
10933 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/gutenprint/gutenprint_5.3.4.bb' (9,426) at 20231126090012797
10934 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.gitignore' (9,427) at 20240305090002630
10935 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/logwatch/logwatch_7.11.bb' (9,428) at 20241221090017516
10936 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ali512x.h' (9,429) at 20210308005003560
10937 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/system.conf-qemuall' (9,430) at 20210307205554490
10938 2025-10-05 03:01:02.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/bblayers.conf.sample' (9,431) at 20240323080013549
10939 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gd/gd/0001-Fix-deprecared-function-prototypes.patch' (9,432) at 20220910030013361
10940 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6-pins.h' (9,433) at 20210308005002648
10941 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone.dtsi' (9,434) at 20210308005002592
10942 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d35ek.dts' (9,435) at 20210308005002612
10943 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g.dtsi' (9,436) at 20210308005002592
10944 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/glome/glome_git.bb' (9,437) at 20241221090017580
10945 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/MAINTAINERS' (9,438) at 20210308005003056
10946 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/signals.cpp' (9,439) at 20241012080019916
10947 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/edb9315a_defconfig' (9,440) at 20210308005003256
10948 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/pci.cpp' (9,441) at 20240817080027656
10949 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/keymaps.h' (9,442) at 20240326080039750
10950 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-windows-ssh.c' (9,443) at 20241211090212454
10951 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_enumerate_unittest.cpp' (9,444) at 20220824030029051
10952 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040qds.c' (9,445) at 20210308005002992
10953 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/model.py' (9,446) at 20241029080012595
10954 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/events/event_state_sensor.json' (9,447) at 20221213040036917
10955 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/irqflags.h' (9,448) at 20210308005002852
10956 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/subprojects/phosphor-dbus-interfaces.wrap' (9,449) at 20230428080030950
10957 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/LICENSE' (9,450) at 20210308005111457
10958 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_36BIT_defconfig' (9,451) at 20210308005003240
10959 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (9,452) at 20231021080018978
10960 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-pt-sans_1.1.bb' (9,453) at 20241221090017528
10961 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/Makefile' (9,454) at 20210308005002712
10962 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/Kconfig' (9,455) at 20210308005002952
10963 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9_matrix.h' (9,456) at 20210308005002716
10964 2025-10-05 03:01:02.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (9,457) at 20240723080012912
10965 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/vmt.c' (9,458) at 20210308005003424
10966 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest.bb' (9,459) at 20240302090018202
10967 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-mk808c.dts' (9,460) at 20210308005002624
10968 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch' (9,461) at 20220910030013425
10969 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/Kconfig' (9,462) at 20210308005003332
10970 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.err' (9,463) at 20220429100100882
10971 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.1.rst' (9,464) at 20241206090014294
10972 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unicode-3.0' (9,465) at 20241221090017616
10973 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/Kconfig' (9,466) at 20210308005002808
10974 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/test_redfishtool_general.robot' (9,467) at 20240628080017117
10975 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb' (9,468) at 20241206090014298
10976 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Kastrup' (9,469) at 20241221090017616
10977 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/tables.c' (9,470) at 20210308005002884
10978 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sdram_s10.c' (9,471) at 20210308005003360
10979 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/p2571.c' (9,472) at 20210308005003024
10980 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/picocom/picocom_2024.bb' (9,473) at 20241221090017544
10981 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/board.h' (9,474) at 20210308005002924
10982 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libio-pty-perl_1.20.bb' (9,475) at 20240113090014536
10983 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/input.js' (9,476) at 20210308005107069
10984 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/acpi_dev_interface.h' (9,477) at 20240326080039530
10985 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/instmap.h' (9,478) at 20221215040039334
10986 2025-10-05 03:01:02.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sifive_fu540_defconfig' (9,479) at 20210308005003280
10987 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/gdsys,iocpu_fpga.txt' (9,480) at 20210308005002536
10988 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/spinand.h' (9,481) at 20210308005003668
10989 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/stm32-adc-core.h' (9,482) at 20210308005003332
10990 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/packagedata.bbclass' (9,483) at 20220910030013385
10991 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/acpi/mainboard.asl' (9,484) at 20210308005002952
10992 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.5.rst' (9,485) at 20241221090017596
10993 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/constants.js' (9,486) at 20210308005107073
10994 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/static_gateway.cpp' (9,487) at 20241127090024701
10995 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-fix-host-gcc.patch' (9,488) at 20210307205553818
10996 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/134' (9,489) at 20240906080037564
10997 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-stm32-qspi.txt' (9,490) at 20210308005003324
10998 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/watch.cpp' (9,491) at 20241129090022521
10999 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric_collection.cpp' (9,492) at 20240305090019906
11000 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__continues_on.hpp' (9,493) at 20241219090033964
11001 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GLWTPL' (9,494) at 20211006000025234
11002 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/set_device_action_tests.cpp' (9,495) at 20240817080031296
11003 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/bin_stream.hpp' (9,496) at 20210308005346774
11004 2025-10-05 03:01:02.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/Makefile' (9,497) at 20210308005002824
11005 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/cleanup_pcie.cpp' (9,498) at 20211007100035655
11006 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qualcomm-misc/LICENSE' (9,499) at 20210308005115201
11007 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-watch.c' (9,500) at 20230426080043780
11008 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/ehci-regs.h' (9,501) at 20210308005046033
11009 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/OWNERS' (9,502) at 20220727030031269
11010 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skalmsjo' (9,503) at 20210307205553790
11011 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (9,504) at 20240703080014819
11012 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus-wait/dbus-wait_git.bb' (9,505) at 20240113090014552
11013 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Saarijarvi' (9,506) at 20210307205553774
11014 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ExpressAM22-53.0E' (9,507) at 20210307205553762
11015 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mt7621_gpio.c' (9,508) at 20210308005003376
11016 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/sensors_dbus_list.sh' (9,509) at 20221209040018571
11017 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/mx28evk.c' (9,510) at 20210308005002980
11018 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2019-11' (9,511) at 20210908000010391
11019 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53smd_defconfig' (9,512) at 20210308005003268
11020 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fpatan.c' (9,513) at 20210308005046497
11021 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/src/meson.build' (9,514) at 20221210040039006
11022 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/law.c' (9,515) at 20210308005003048
11023 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/led.c' (9,516) at 20210308005002916
11024 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/phosphor-dbus-interfaces.wrap' (9,517) at 20240214090001981
11025 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-lion.dts' (9,518) at 20210308005002608
11026 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/snmpd.conf' (9,519) at 20210307205553830
11027 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_plus2e_defconfig' (9,520) at 20210308005003272
11028 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/l+g/vinco/MAINTAINERS' (9,521) at 20210308005003016
11029 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (9,522) at 20210823100016972
11030 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/law.c' (9,523) at 20210308005002980
11031 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_flashif2.h' (9,524) at 20210308005003552
11032 2025-10-05 03:01:02.519-0500 FINEST t466 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' (9,525) at 20210307205553750
11033 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/grub-efi.bbclass' (9,526) at 20220910030013385
11034 2025-10-05 03:01:02.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-linkfix.patch' (9,527) at 20210307205553818
11035 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/0001-NEON-autodetection-segfaults-assume-neon-present.patch' (9,528) at 20210307205553970
11036 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_M3_defconfig' (9,529) at 20210308005003240
11037 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_emac.h' (9,530) at 20210308005002716
11038 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/cpu_init.c' (9,531) at 20210308005002800
11039 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/openct.sysconfig' (9,532) at 20210307205553990
11040 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/static-inventory.bb' (9,533) at 20241206090014230
11041 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MAINTAINERS' (9,534) at 20210308005002952
11042 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-live.bbclass' (9,535) at 20240413080012683
11043 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/openct.init' (9,536) at 20210307205553990
11044 2025-10-05 03:01:02.520-0500 FINEST t466 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' (9,537) at 20240301090012427
11045 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530DP.dtsi' (9,538) at 20210308005002568
11046 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-dserve-dsrv9703c.dts' (9,539) at 20210308005002616
11047 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-127.json' (9,540) at 20210308005046409
11048 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Fan.interface.yaml' (9,541) at 20221207040023627
11049 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/trace.h' (9,542) at 20210308005045893
11050 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/graph-tool' (9,543) at 20210307205554630
11051 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/stm32f2xx_timer.h' (9,544) at 20210308005046033
11052 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/70-hwmon.rules' (9,545) at 20210507000042347
11053 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/msmc.h' (9,546) at 20210308005002732
11054 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-salvator-x.dts' (9,547) at 20210308005002600
11055 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/Makefile' (9,548) at 20210308005002984
11056 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/Kconfig' (9,549) at 20210308005003040
11057 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sveg_Ransjo' (9,550) at 20210307205553790
11058 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SoftwareInventoryCollection.json' (9,551) at 20240619080002956
11059 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.err' (9,552) at 20230925080040089
11060 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html' (9,553) at 20210307205554282
11061 2025-10-05 03:01:02.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw.bb' (9,554) at 20241206090014226
11062 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9rlek_dataflash_defconfig' (9,555) at 20210308005003248
11063 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/command.h' (9,556) at 20230720080043543
11064 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_patch_resize.cpp' (9,557) at 20210308005108645
11065 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-HuntshawCross' (9,558) at 20210307205553798
11066 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mvebu_armada-8k.h' (9,559) at 20210308005003604
11067 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/Makefile' (9,560) at 20210308004922932
11068 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/filtersnippet.html' (9,561) at 20210307205554286
11069 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs2.c' (9,562) at 20210308005003468
11070 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/cpu.c' (9,563) at 20210308005002852
11071 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/presence.json' (9,564) at 20241106090019918
11072 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_partition_exists.cpp' (9,565) at 20210308005108645
11073 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/average.hpp' (9,566) at 20220728030043355
11074 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/COPYING.MIT' (9,567) at 20230412080023456
11075 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/files/tee.cfg' (9,568) at 20221120040010706
11076 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm011_x16_defconfig' (9,569) at 20210308005003288
11077 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/Kconfig' (9,570) at 20210308005002920
11078 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-kernel/linux/linux-aspeed/tiogapass.cfg' (9,571) at 20210307205553678
11079 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/multiboot.S' (9,572) at 20220429100100706
11080 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_hii.c' (9,573) at 20210308005003700
11081 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-system-state-init@.service' (9,574) at 20230216040014243
11082 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2400.h' (9,575) at 20210308005003596
11083 2025-10-05 03:01:02.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-evmsk.dts' (9,576) at 20210308005002560
11084 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/bmp_logo.c' (9,577) at 20210308005003756
11085 2025-10-05 03:01:02.522-0500 FINEST t466 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' (9,578) at 20230706080014749
11086 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/sh_pfc.h' (9,579) at 20210308005003464
11087 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2081ardb_defconfig' (9,580) at 20210308005003268
11088 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/uli526x.c' (9,581) at 20210308005003448
11089 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/led.yaml' (9,582) at 20240919080028190
11090 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/MAINTAINERS' (9,583) at 20210308005003024
11091 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/post.h' (9,584) at 20210308005002880
11092 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/pci_handler.hpp' (9,585) at 20240817080027652
11093 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/exynos-fb.txt' (9,586) at 20210308005003328
11094 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/perforce.py' (9,587) at 20220125040024423
11095 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-key.json' (9,588) at 20220429100100882
11096 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (9,589) at 20241206090014226
11097 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/README.md' (9,590) at 20221207040023631
11098 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tricorder.h' (9,591) at 20210308005003620
11099 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-9.conf' (9,592) at 20230412080023460
11100 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3xxx.dtsi' (9,593) at 20210308005002608
11101 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opencore-amr/opencore-amr_0.1.6.bb' (9,594) at 20231126090012781
11102 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/phosphor-systemd-policy/service-restart-policy.conf' (9,595) at 20210307205554058
11103 2025-10-05 03:01:02.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/test/occ_dbus_test.cpp' (9,596) at 20230511080021611
11104 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/syscall-args-o32.c.inc' (9,597) at 20241211090212378
11105 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/nic_mock.cpp' (9,598) at 20240817080006811
11106 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/k3-sec-proxy.c' (9,599) at 20210308005003388
11107 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102-revB.dts' (9,600) at 20210308005002636
11108 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/lt' (9,601) at 20210308005046149
11109 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env.config' (9,602) at 20210308005003760
11110 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig' (9,603) at 20210308005002768
11111 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/generate_argumentfile.sh' (9,604) at 20241212090015183
11112 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/.gitignore' (9,605) at 20210307205554106
11113 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_cpu.h' (9,606) at 20210927100127269
11114 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nyan-big_defconfig' (9,607) at 20210308005003272
11115 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config/olympus-nuvoton-ipmi-fru.yaml' (9,608) at 20210307205554094
11116 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sksimx6_defconfig' (9,609) at 20210308005003280
11117 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/altera_tse.txt' (9,610) at 20210308005003304
11118 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/200' (9,611) at 20220429100100910
11119 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/iconnect.h' (9,612) at 20210308005003008
11120 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (9,613) at 20221015030011580
11121 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings.patch' (9,614) at 20241221090017680
11122 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtd-uclass.c' (9,615) at 20210308005003408
11123 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/test/cipher.cpp' (9,616) at 20240829080025811
11124 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm720t/cpu.c' (9,617) at 20210308005002544
11125 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/greatlakes/host-poweroff' (9,618) at 20230415080012881
11126 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/pgood_wait/.gitignore' (9,619) at 20210308004922940
11127 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/ring.h' (9,620) at 20240326080039546
11128 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Connector_LocationCode.json' (9,621) at 20221213040036917
11129 2025-10-05 03:01:02.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/include/mach/cpu.h' (9,622) at 20210308005002768
11130 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/msg.c' (9,623) at 20210308005002716
11131 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm28155_ap.h' (9,624) at 20210308005003588
11132 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/sbp1/server.ttyVUART0.conf' (9,625) at 20230817080015056
11133 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/test/test-sh/lib.sh' (9,626) at 20210424000013788
11134 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Waikato' (9,627) at 20210307205553778
11135 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/law.c' (9,628) at 20210308005002956
11136 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/styles/config/vocabularies/Yocto/accept.txt' (9,629) at 20241221090017604
11137 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/common.cpp' (9,630) at 20241003080023049
11138 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am57xx_hs_evm_defconfig' (9,631) at 20210308005003248
11139 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mxs_spi.c' (9,632) at 20210308005003492
11140 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/ne2000-isa.h' (9,633) at 20240906080037336
11141 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_bmz_v.c' (9,634) at 20210308005046509
11142 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0001-Replace-std-bind2nd-with-generic-lambda.patch' (9,635) at 20230211040012639
11143 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/run-ptest' (9,636) at 20241221090017676
11144 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ncplite-ipmi-sensors.yaml' (9,637) at 20230412080023456
11145 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shilo.c' (9,638) at 20210308005046505
11146 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle_bad2.dts' (9,639) at 20210308005003760
11147 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/tables.c' (9,640) at 20210308005002856
11148 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch' (9,641) at 20210307205554462
11149 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/.vale.ini' (9,642) at 20240413080012671
11150 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.semihosting' (9,643) at 20210308005003296
11151 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mvebu_gpio.c' (9,644) at 20210308005003376
11152 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/10-dhcp4.conf' (9,645) at 20241220090019722
11153 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_arch.dot' (9,646) at 20230629131804619
11154 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0002-libhugetlbfs-avoid-search-host-library-path-for-cros.patch' (9,647) at 20241221090017504
11155 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Inari_Naatamo' (9,648) at 20210307205553770
11156 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Oulu' (9,649) at 20210307205553770
11157 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7792.dtsi' (9,650) at 20210308005002600
11158 2025-10-05 03:01:02.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/Kconfig' (9,651) at 20210308005002952
11159 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/gpio.asl' (9,652) at 20210308005002876
11160 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py' (9,653) at 20241206090014298
11161 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/MAINTAINERS' (9,654) at 20210308005002984
11162 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/trace-events' (9,655) at 20230426080043700
11163 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/speed.c' (9,656) at 20210308005002836
11164 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/inventory.md' (9,657) at 20240807080019546
11165 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_values_test.cpp' (9,658) at 20211001000040785
11166 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pldm/pdrdump.sh' (9,659) at 20210729100036257
11167 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Plexus' (9,660) at 20211006000025242
11168 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-iconnect.dts' (9,661) at 20210308005002592
11169 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/cpu.h' (9,662) at 20210308005002656
11170 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/ts4800.c' (9,663) at 20210308005003072
11171 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sx_pins.h' (9,664) at 20210308005002648
11172 2025-10-05 03:01:02.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Hispasat-30.0W' (9,665) at 20210307205553762
11173 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc702_defconfig' (9,666) at 20210308005003288
11174 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/meson.build' (9,667) at 20240823080032949
11175 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tcg-icount.rst' (9,668) at 20240326080039402
11176 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ubsha1.c' (9,669) at 20210308005003772
11177 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock-k2g.h' (9,670) at 20210308005002732
11178 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/udivsi3.S' (9,671) at 20210308005002852
11179 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/Makefile.am.include' (9,672) at 20210308005100993
11180 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs0_defconfig' (9,673) at 20210308005003248
11181 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ebisu.h' (9,674) at 20210308005003592
11182 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/login' (9,675) at 20230811080018326
11183 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/collect_data.sh' (9,676) at 20210308004938816
11184 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-x86/chassis/x86-power-control_%.bbappend' (9,677) at 20241206090014218
11185 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/Kconfig' (9,678) at 20210308005003736
11186 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-testsuite-use-www.example.org-for-wget-test-cases.patch' (9,679) at 20210307205554470
11187 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/mocks.cpp' (9,680) at 20210308005130549
11188 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475BFE_defconfig' (9,681) at 20210308005003236
11189 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/cable.hpp' (9,682) at 20230520080006628
11190 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sha256.c' (9,683) at 20210308005003708
11191 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/radvd.conf' (9,684) at 20210307205553822
11192 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_ca9x4.h' (9,685) at 20210308005003624
11193 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/Kconfig' (9,686) at 20210308005002776
11194 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/README' (9,687) at 20210308005002948
11195 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/0001-media_device-Add-bool-return-type-to-unlock.patch' (9,688) at 20240301090012419
11196 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/ddr.c' (9,689) at 20210308005002992
11197 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-op-gvec.h' (9,690) at 20230925080039937
11198 2025-10-05 03:01:02.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/MAINTAINERS' (9,691) at 20210308005003056
11199 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_width4.decode' (9,692) at 20210308005046389
11200 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env' (9,693) at 20210307205554534
11201 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/vdso-asmoffset.h' (9,694) at 20240326080039558
11202 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/lib.sh' (9,695) at 20230606080013598
11203 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-shmat-maps.c' (9,696) at 20240906080037580
11204 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/mss-spi.h' (9,697) at 20210308005046033
11205 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/fix-configure-lfs.patch' (9,698) at 20240301090012423
11206 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vhost_types.h' (9,699) at 20210308005046069
11207 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-common/recipes-inventec/packagegroups/packagegroup-inventec-apps.bb' (9,700) at 20231012080014468
11208 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-igep0020.dts' (9,701) at 20210308005002596
11209 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/medion_088.rc5' (9,702) at 20210307205553758
11210 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/080.out' (9,703) at 20240326080039726
11211 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-sabreauto.dts' (9,704) at 20210308005002584
11212 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_ops.h' (9,705) at 20210308005003708
11213 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8-ca53.dtsi' (9,706) at 20210308005002580
11214 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tls-cipher-suites.h' (9,707) at 20221215040039174
11215 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/Kconfig' (9,708) at 20210308005003352
11216 2025-10-05 03:01:02.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/qemu-option-trace.rst.inc' (9,709) at 20210308005045805
11217 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7792.c' (9,710) at 20210308005003460
11218 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/ipmi_parse.js' (9,711) at 20211029100036564
11219 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/config_main.h' (9,712) at 20241003080023045
11220 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/Makefile.python' (9,713) at 20210308004922932
11221 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_elf.h' (9,714) at 20230925080039941
11222 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/sh7763rdp.c' (9,715) at 20210308005003036
11223 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/led_bcm6358.c' (9,716) at 20210308005003388
11224 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/gpioplus.wrap' (9,717) at 20220628030020471
11225 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-empty.json' (9,718) at 20220429100100882
11226 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/strmhz.c' (9,719) at 20210308005003712
11227 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_sw.c' (9,720) at 20210308005003764
11228 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xrefresh_1.1.0.bb' (9,721) at 20240413080012655
11229 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/snmp.json' (9,722) at 20210307205553850
11230 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/sclp.h' (9,723) at 20240906080037340
11231 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/tie.h' (9,724) at 20210308005002884
11232 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/0001-port-linux-Re-order-header-includes.patch' (9,725) at 20230317080013785
11233 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/gpio.h' (9,726) at 20210308005002644
11234 2025-10-05 03:01:02.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/LICENSE' (9,727) at 20230616135354425
11235 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/cooker.py' (9,728) at 20220402030016103
11236 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VRTN.interface.yaml' (9,729) at 20220315030032659
11237 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sifive/fu540/Kconfig' (9,730) at 20210308005003052
11238 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/trace.h' (9,731) at 20210308005045949
11239 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-base.h' (9,732) at 20240906080037340
11240 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx35pdk.h' (9,733) at 20210308005003604
11241 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_common.h' (9,734) at 20210308005003588
11242 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCManager.json' (9,735) at 20240724080002903
11243 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/__init__.py' (9,736) at 20241221090017624
11244 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.err' (9,737) at 20230925080040089
11245 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/ulpi.c' (9,738) at 20210308005003520
11246 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/net_target_decrease.hpp' (9,739) at 20211208040041518
11247 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/gcompat/0001-make-Static-PIE-does-not-work-on-musl-ppc.patch' (9,740) at 20220402030016155
11248 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/w1.h' (9,741) at 20210308005003692
11249 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb' (9,742) at 20230211040012639
11250 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra20-car.h' (9,743) at 20210308005003636
11251 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/nanomsg/nanomsg_1.2.1.bb' (9,744) at 20240301090012419
11252 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/028.out' (9,745) at 20210927100127473
11253 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/spl.c' (9,746) at 20210308005002720
11254 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.err' (9,747) at 20210308005046405
11255 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t335_defconfig' (9,748) at 20210308005003252
11256 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/settings.xml' (9,749) at 20240106090017245
11257 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Ihistysjanka' (9,750) at 20210307205553774
11258 2025-10-05 03:01:02.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0001-Define-prototype-for-safe_flock.patch' (9,751) at 20221003030013273
11259 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pci.c' (9,752) at 20210308005003216
11260 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/ax25/cpu.c' (9,753) at 20210308005002844
11261 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb' (9,754) at 20241221090017504
11262 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/bcm2835-aux-uart.txt' (9,755) at 20210308005003308
11263 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Collserola' (9,756) at 20210307205553766
11264 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/test/post_reporter_test.cpp' (9,757) at 20241120090021308
11265 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/spin_table.h' (9,758) at 20210308005002708
11266 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VPRI.interface.yaml' (9,759) at 20220315030032659
11267 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/soft_i2c.c' (9,760) at 20210308005003384
11268 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima.bb' (9,761) at 20241221090017576
11269 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/check-lxdialog.sh' (9,762) at 20210308005003732
11270 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/lzma.txt' (9,763) at 20210308005003708
11271 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/isort.sh' (9,764) at 20230925080039973
11272 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-inventory-map-native.bb' (9,765) at 20241206090014278
11273 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.err' (9,766) at 20240906080037560
11274 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/0001-config.mk-Fix-compiler-and-linker.patch' (9,767) at 20230706080014753
11275 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf_1.0.bb' (9,768) at 20241221090017512
11276 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/MAINTAINERS' (9,769) at 20210308005003040
11277 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.rst' (9,770) at 20241221090017592
11278 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-1.1' (9,771) at 20211006000025234
11279 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-thunderx.inc' (9,772) at 20210905000020581
11280 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/ls102xa_rcw_sd.cfg' (9,773) at 20210308005002964
11281 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/tpm.c' (9,774) at 20210927100127093
11282 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/vugbm.h' (9,775) at 20210927100127061
11283 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/targetcontrol.py' (9,776) at 20241221090017632
11284 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TaskService.v1_2_1.json' (9,777) at 20240619080002956
11285 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ext4' (9,778) at 20210308005003292
11286 2025-10-05 03:01:02.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/subprojects/googletest.wrap' (9,779) at 20240709145403781
11287 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_w.c' (9,780) at 20210308005046521
11288 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/ipmi-allowlist.conf' (9,781) at 20230901080013582
11289 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/misc.S' (9,782) at 20210308005002888
11290 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/psu0' (9,783) at 20230412080023460
11291 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_enum_decode_def_num_check.yaml' (9,784) at 20240908080010098
11292 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/build-perf-test-wrapper.sh' (9,785) at 20220402030016247
11293 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-lexer.c' (9,786) at 20230925080039989
11294 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/tlb.c' (9,787) at 20210308005003172
11295 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/MAINTAINERS' (9,788) at 20210308005003012
11296 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP6.interface.yaml' (9,789) at 20220315030032659
11297 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grovelsjon' (9,790) at 20210307205553782
11298 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/Makefile' (9,791) at 20210308005003476
11299 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (9,792) at 20240326080016518
11300 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/usb.h' (9,793) at 20210308005002668
11301 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/pyxdg/pyxdg_0.28.bb' (9,794) at 20220721030015845
11302 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0002-Improve-reproducibility.patch' (9,795) at 20240309090012804
11303 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/pxa_lcd.c' (9,796) at 20210308005003532
11304 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb' (9,797) at 20230520080014472
11305 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/tegra186-gpio.h' (9,798) at 20210308005003636
11306 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/socket.h' (9,799) at 20241211090212394
11307 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench_result_html_report.patch' (9,800) at 20230131040012031
11308 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-1.0-only' (9,801) at 20210316000012713
11309 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed_%.bbappend' (9,802) at 20231128090014177
11310 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_phy.c' (9,803) at 20210308005003508
11311 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_lts.c' (9,804) at 20210308005046529
11312 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/mpu.c' (9,805) at 20210308005002556
11313 2025-10-05 03:01:02.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/bcm2835.h' (9,806) at 20210308005003640
11314 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/pinmux_arria10.c' (9,807) at 20210308005002780
11315 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/general_systemd.cpp' (9,808) at 20240817080027656
11316 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/Makefile' (9,809) at 20210308005003352
11317 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-proc.h' (9,810) at 20240326080039390
11318 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/cz-Moravianet' (9,811) at 20210307205553758
11319 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/maximum.hpp' (9,812) at 20220728030043355
11320 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid/0001-get-edid-define-quiet-once.patch' (9,813) at 20210307205553994
11321 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/tpm2/sandbox.txt' (9,814) at 20210308005003328
11322 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb' (9,815) at 20240302090018214
11323 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/files/bind_gpio_shutdown.tab' (9,816) at 20220402030016071
11324 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-m5.dts' (9,817) at 20210308005002624
11325 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/acpi.c' (9,818) at 20210308005002860
11326 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/systemd/40-hardware-watchdog.conf' (9,819) at 20240228090013752
11327 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8349ITXGP_defconfig' (9,820) at 20210308005003236
11328 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/law.c' (9,821) at 20210308005002976
11329 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.json' (9,822) at 20210308005046397
11330 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeSwitch.interface.yaml' (9,823) at 20240613080025600
11331 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/veyron/veyron.c' (9,824) at 20210308005003004
11332 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/conf-notes.txt' (9,825) at 20241023080015407
11333 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap36xx-clocks.dtsi' (9,826) at 20210308005002600
11334 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-tcg' (9,827) at 20210927100127465
11335 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/021_image_pad.dts' (9,828) at 20210308005003752
11336 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/psci.S' (9,829) at 20210308005002552
11337 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/chassis-intrusion-monitor.bb' (9,830) at 20241206090014278
11338 2025-10-05 03:01:02.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/001.out' (9,831) at 20210308005046413
11339 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bios-update/config-bios.json' (9,832) at 20210413100020742
11340 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/reloc.S' (9,833) at 20210308005002840
11341 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Clips' (9,834) at 20241221090017616
11342 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config/olympus-nuvoton-ipmi-sensors.yaml' (9,835) at 20210307205554094
11343 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ini.c' (9,836) at 20210308005003212
11344 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9n12ek/Kconfig' (9,837) at 20210308005002916
11345 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/shells' (9,838) at 20210307205554470
11346 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/ffdc_file_tests.cpp' (9,839) at 20210308005405938
11347 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/iotests-pylint.sh' (9,840) at 20220429100100734
11348 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/occ/files/occ_sensor.yaml' (9,841) at 20210307205554222
11349 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/modules.out' (9,842) at 20210308005046397
11350 2025-10-05 03:01:02.533-0500 FINEST t466 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' (9,843) at 20241206090014274
11351 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/0002-tests-Replace-off64_t-with-off_t.patch' (9,844) at 20241206090014334
11352 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/pinmux-config-p2371-0000.h' (9,845) at 20210308005003024
11353 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pychassisctl/Makefile' (9,846) at 20210308004922932
11354 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/017_pack_image_size.dts' (9,847) at 20210308005003752
11355 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_bcm283x_mu.h' (9,848) at 20210308005003628
11356 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/machine/evb-npcm750.conf' (9,849) at 20211105000026763
11357 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (9,850) at 20230807080022150
11358 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/UTIL.interface.yaml' (9,851) at 20220315030032659
11359 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/pwm.h' (9,852) at 20210308005002668
11360 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu_init.h' (9,853) at 20241211090212506
11361 2025-10-05 03:01:02.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CompositionService.v1_2_3.json' (9,854) at 20240619080002944
11362 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kajaani' (9,855) at 20210307205553766
11363 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Foo.metadata.yaml' (9,856) at 20221213040029821
11364 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5235.h' (9,857) at 20210308005002804
11365 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-luton.c' (9,858) at 20210308005003456
11366 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atmel_hlcdc.h' (9,859) at 20210308005003560
11367 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iov-padding.out' (9,860) at 20230925080040093
11368 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/host_condition.hpp' (9,861) at 20240819080030255
11369 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/Kconfig' (9,862) at 20210308005002972
11370 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/zimage.h' (9,863) at 20210308005002852
11371 2025-10-05 03:01:02.534-0500 FINEST t466 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' (9,864) at 20241206090014298
11372 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-axg-s400.dts' (9,865) at 20210308005002596
11373 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/mpc8308.h' (9,866) at 20210308005003000
11374 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_open_unittest.cpp' (9,867) at 20210308005120361
11375 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/pinmux.h' (9,868) at 20210308005002672
11376 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/reloc_arm_efi.c' (9,869) at 20210308005002708
11377 2025-10-05 03:01:02.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/meson-vpu.h' (9,870) at 20210308005002644
11378 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/ocelot_switch.c' (9,871) at 20210308005003436
11379 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/image-fleecing' (9,872) at 20240326080039734
11380 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0001-tcl.m4-Recognize-tclsh9.patch' (9,873) at 20241221090017508
11381 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-shutdown.service' (9,874) at 20220119040023072
11382 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/entitlements.plist' (9,875) at 20210927100127017
11383 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_0_w_defconfig' (9,876) at 20210308005003276
11384 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-cfam-reset.service.in' (9,877) at 20210708100040985
11385 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/warp7_defconfig' (9,878) at 20210308005003284
11386 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-event.js' (9,879) at 20210308005107069
11387 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/refresh-pxe-roms.sh' (9,880) at 20210308005046245
11388 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/README.rst' (9,881) at 20210927100127329
11389 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/build-oldlibc' (9,882) at 20210905000020593
11390 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/virtio.c' (9,883) at 20210308005003220
11391 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer/0001-add-gupnp-1.2-API-support.patch' (9,884) at 20210307205553754
11392 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/allwinner,sun7i-a20-gmac.txt' (9,885) at 20210308005003304
11393 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm_crashdump-fix-buffer-align.patch' (9,886) at 20230706080014733
11394 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/cg3100d/MAINTAINERS' (9,887) at 20210308005003024
11395 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/meesc_defconfig' (9,888) at 20210308005003268
11396 2025-10-05 03:01:02.535-0500 FINEST t466 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' (9,889) at 20210307205553758
11397 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/trace.h' (9,890) at 20210927100127125
11398 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/clock.c' (9,891) at 20210308005002728
11399 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/concepts-appx.rst' (9,892) at 20221104030017445
11400 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x.dtsi' (9,893) at 20210308005002576
11401 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ANTLR-PD' (9,894) at 20210307205554414
11402 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu_7.2.1.bb' (9,895) at 20220502030010124
11403 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_mc.c' (9,896) at 20210308004938828
11404 2025-10-05 03:01:02.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/20001122-1.c' (9,897) at 20210308005003720
11405 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/gitver.bbclass' (9,898) at 20210307205553850
11406 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/mux_data.h' (9,899) at 20210308005003076
11407 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/pinmux.c' (9,900) at 20210308005002788
11408 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/signrom.py' (9,901) at 20210308005046245
11409 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/IP.interface.yaml' (9,902) at 20221207040023631
11410 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/el/el6x/Kconfig' (9,903) at 20210308005002956
11411 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/da850_lowlevel.h' (9,904) at 20210308005002720
11412 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Attribution-HPND-disclaimer' (9,905) at 20241221090017612
11413 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/Kconfig' (9,906) at 20210308005003360
11414 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libgudev/libgudev/0001-meson-Pass-export-dynamic-option-to-linker.patch' (9,907) at 20240127090011892
11415 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-cs908.dts' (9,908) at 20210308005002620
11416 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc706_defconfig' (9,909) at 20210308005003288
11417 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/ledctl/led_controller.c' (9,910) at 20210308004922932
11418 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_canhandle_enumerate_unittest.cpp' (9,911) at 20220108040030440
11419 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0013_recipe_parse_progress_fields.py' (9,912) at 20210307205554262
11420 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/sched.c' (9,913) at 20210308005003544
11421 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/example/pulse.cpp' (9,914) at 20230511080009359
11422 2025-10-05 03:01:02.536-0500 FINEST t466 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' (9,915) at 20210307205553902
11423 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pengwyn_defconfig' (9,916) at 20210308005003272
11424 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/Makefile' (9,917) at 20210308005003548
11425 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0008-libtool-Avoid-relinking-when-cross-compiling-its-poi.patch' (9,918) at 20241221090017664
11426 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/MAINTAINERS' (9,919) at 20210308005002904
11427 2025-10-05 03:01:02.536-0500 FINEST t466 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' (9,920) at 20210307205554086
11428 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/tsc_timer.c' (9,921) at 20210308005003500
11429 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xorg-xrdp/xorgxrdp_0.9.19.bb' (9,922) at 20241221090017544
11430 2025-10-05 03:01:02.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_api.h' (9,923) at 20210308005002880
11431 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/pldm.inc' (9,924) at 20231012080014468
11432 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/Kconfig' (9,925) at 20210308005003516
11433 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig' (9,926) at 20210308005003256
11434 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/fttmr010.h' (9,927) at 20210308005003648
11435 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6_1.0.8.bb' (9,928) at 20241221090017496
11436 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/files/run-ptest' (9,929) at 20210307205554006
11437 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/mdev-mount.sh' (9,930) at 20210307205554470
11438 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/selfmap.c' (9,931) at 20240326080039758
11439 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/.gitignore' (9,932) at 20240815080028259
11440 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Settings.v1_4_0.json' (9,933) at 20240619080002956
11441 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Proprietary' (9,934) at 20210307205554426
11442 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/run-ptest' (9,935) at 20210307205554506
11443 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm11130/MAINTAINERS' (9,936) at 20210308005002924
11444 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbear@.service' (9,937) at 20210307205554474
11445 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_write_bytes.md' (9,938) at 20240809080033023
11446 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/README.md' (9,939) at 20221207040023623
11447 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/.gitignore' (9,940) at 20230720080010754
11448 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/w83c553f.h' (9,941) at 20210308005003692
11449 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2500/MAINTAINERS' (9,942) at 20210308005002916
11450 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/clock-gx.h' (9,943) at 20210308005002644
11451 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pdbg-no-sim.cpp' (9,944) at 20220401030013859
11452 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Trehorningsjo' (9,945) at 20210307205553794
11453 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/LICENSE' (9,946) at 20210307205553662
11454 2025-10-05 03:01:02.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/qemu-manpage.rst' (9,947) at 20240906080037180
11455 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/hab.c' (9,948) at 20210308005002724
11456 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/musb.h' (9,949) at 20210308005003672
11457 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_cap.json' (9,950) at 20210307205553694
11458 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/decorators.py' (9,951) at 20221003030013333
11459 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb' (9,952) at 20241221090017544
11460 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-capture.h' (9,953) at 20241219090010504
11461 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/macchanger/macchanger_1.7.0.bb' (9,954) at 20220402030015911
11462 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-block-storage_%.bbappend' (9,955) at 20240413080012631
11463 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/LICENSE' (9,956) at 20220105040015914
11464 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/shakti_c.h' (9,957) at 20230426080043768
11465 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/dma-mapping.h' (9,958) at 20210308005002880
11466 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/tools/.gitignore' (9,959) at 20210308004940472
11467 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-windows-ssh.h' (9,960) at 20240906080037440
11468 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-0' (9,961) at 20211006000025238
11469 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-network/network/static-mac-addr/static-mac-addr.service' (9,962) at 20210307205553674
11470 2025-10-05 03:01:02.538-0500 FINEST t466 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' (9,963) at 20241221090017488
11471 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/terminal.py' (9,964) at 20220910030013401
11472 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/minerva-sys-init.service' (9,965) at 20240119090013779
11473 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/MeasurementSet.interface.yaml' (9,966) at 20240229090018787
11474 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memory_ldst_cached.h.inc' (9,967) at 20210927100127229
11475 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/selfmap.h' (9,968) at 20240326080039550
11476 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/test_libfdt.py' (9,969) at 20210308005003708
11477 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/userfaultfd-wrlat.py' (9,970) at 20210927100127353
11478 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.seabios-microvm' (9,971) at 20210308005046237
11479 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_bugzilla_entry_format.pass' (9,972) at 20241206090014306
11480 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-colorfly-e708-q1.dts' (9,973) at 20210308005002620
11481 2025-10-05 03:01:02.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/system1-yaml-config.bb' (9,974) at 20241206090014230
11482 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-trashcan.svg' (9,975) at 20210308005107069
11483 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx6.c' (9,976) at 20210308005003460
11484 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/BBHandler.py' (9,977) at 20241221090017588
11485 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/env_attr.h' (9,978) at 20210308005003644
11486 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/timer_s10.c' (9,979) at 20210308005002780
11487 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ct5361/ct-5361.c' (9,980) at 20210308005002948
11488 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/non_signalling_xscv.c' (9,981) at 20221215040039390
11489 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sfr/nb4_ser/Kconfig' (9,982) at 20210308005003048
11490 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-CairnHill' (9,983) at 20210307205553774
11491 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/supplicant.c' (9,984) at 20210308005003496
11492 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/x86_start16_tpl.py' (9,985) at 20210308005003748
11493 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-vsock.h' (9,986) at 20221215040039186
11494 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_attribs.h' (9,987) at 20210308005003552
11495 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/README.odroid-c2' (9,988) at 20210308005002912
11496 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/user_header.hpp' (9,989) at 20230516080019606
11497 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-ubi.inc' (9,990) at 20210307205554058
11498 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb' (9,991) at 20241206090014238
11499 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/path.py' (9,992) at 20220910030013401
11500 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/OWNERS' (9,993) at 20240619080017304
11501 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_capture_bytes_action.hpp' (9,994) at 20211202040052622
11502 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Posio' (9,995) at 20210307205553774
11503 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ddr.c' (9,996) at 20210308005002968
11504 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c' (9,997) at 20210308005003468
11505 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb' (9,998) at 20230610080017615
11506 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend' (9,999) at 20210812000025266
11507 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/streamline_config.pl' (10,000) at 20210308005003736
11508 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/MAINTAINERS' (10,001) at 20210308005002992
11509 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/templates/default/bblayers.conf.sample' (10,002) at 20220910030013373
11510 2025-10-05 03:01:02.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Edsele' (10,003) at 20210307205553778
11511 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/signal.c' (10,004) at 20241121090029264
11512 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/eth.c' (10,005) at 20210308005002964
11513 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/qts/pll_config.h' (10,006) at 20210308005002952
11514 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mac.c' (10,007) at 20210308005003212
11515 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/led.c' (10,008) at 20210308005003076
11516 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sunchip_CX-A99_defconfig' (10,009) at 20210308005003244
11517 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_SDCARD_defconfig' (10,010) at 20210308005003244
11518 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton_%.bbappend' (10,011) at 20210819000021014
11519 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/exynos4_setup.h' (10,012) at 20210308005002720
11520 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-rqs-u-boot.dtsi' (10,013) at 20210308005002584
11521 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_u_otp.h' (10,014) at 20230426080043764
11522 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzmq/run-ptest' (10,015) at 20240413080012663
11523 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/OWNERS' (10,016) at 20231222090009935
11524 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/Makefile' (10,017) at 20210308005003076
11525 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-dspeve-thermal.dtsi' (10,018) at 20210308005002576
11526 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/interrupts.c' (10,019) at 20210308005002848
11527 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-KralovskyChlmec' (10,020) at 20210307205553794
11528 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/run-ptest' (10,021) at 20241221090017692
11529 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0001_initial.py' (10,022) at 20210307205554262
11530 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_mips64el_defconfig' (10,023) at 20210308005003276
11531 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TPL-1.0' (10,024) at 20241221090017616
11532 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/network/phosphor-network_%.bbappend' (10,025) at 20210807000017358
11533 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/sock_channel.cpp' (10,026) at 20240807080036867
11534 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mpc8xxx_gpio.c' (10,027) at 20210308005003376
11535 2025-10-05 03:01:02.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.json' (10,028) at 20220429100100882
11536 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/ubifs.c' (10,029) at 20210308005003552
11537 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/nl-REKAM-CAIW_Gouda' (10,030) at 20210307205553758
11538 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/channel-block.h' (10,031) at 20221215040039210
11539 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_sandbox.c' (10,032) at 20210308005003452
11540 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/vdso.so' (10,033) at 20240326080039558
11541 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/imximage.cfg' (10,034) at 20210308005002980
11542 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/.gitignore' (10,035) at 20221122040025835
11543 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0002-purgatory-Pass-r-directly-to-linker.patch' (10,036) at 20240124090012266
11544 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/bcd_time.hpp' (10,037) at 20240820080027370
11545 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5275EVB_defconfig' (10,038) at 20210308005003236
11546 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ti816x_emif4.c' (10,039) at 20210308005002756
11547 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/loong-ext.decode' (10,040) at 20241211090212494
11548 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/main.cpp' (10,041) at 20240817080027248
11549 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tabulate_0.9.0.bb' (10,042) at 20240302090018214
11550 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/obex-file-fix-null-check.patch' (10,043) at 20240413080012643
11551 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_firmware_upgrade.sh' (10,044) at 20240812080018512
11552 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_siginfo.h' (10,045) at 20221215040039066
11553 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (10,046) at 20241206090014226
11554 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_cfg.h' (10,047) at 20210308005003076
11555 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a10s.c' (10,048) at 20210308005003352
11556 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-toolchain.docker' (10,049) at 20241211090212534
11557 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/clock.h' (10,050) at 20210308005002648
11558 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/evemu-tools/evemu-tools_git.bb' (10,051) at 20240301090012427
11559 2025-10-05 03:01:02.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/trace.h' (10,052) at 20210308005045929
11560 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn_1.4.0.bb' (10,053) at 20240302090018202
11561 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/mscc_sgpio.txt' (10,054) at 20210308005003304
11562 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/sandbox-power-domain.c' (10,055) at 20210308005003468
11563 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/follow-fork-mode-child.py' (10,056) at 20240906080037576
11564 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto.inc' (10,057) at 20241221090017512
11565 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_ceva.c' (10,058) at 20210308005003332
11566 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/util.c' (10,059) at 20230421080019768
11567 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qemu-img-bitmaps.out' (10,060) at 20240326080039734
11568 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/functional_helpers.py' (10,061) at 20241221090017592
11569 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos.h' (10,062) at 20210308005003456
11570 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/main.cpp' (10,063) at 20210308005120361
11571 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/Makefile' (10,064) at 20210308005002556
11572 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0002-greeter-gdk.c-fix-typo.patch' (10,065) at 20210307205553946
11573 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/eth-uclass.c' (10,066) at 20210308005003716
11574 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MCR3000.h' (10,067) at 20210308005003576
11575 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec_2.0.2.bb' (10,068) at 20230901080018206
11576 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ahci.h' (10,069) at 20210308005003560
11577 2025-10-05 03:01:02.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/skeleton.dtsi' (10,070) at 20210308005002816
11578 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-lradc.h' (10,071) at 20210308005002656
11579 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/callback.hpp' (10,072) at 20240904080034451
11580 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvvk.c.inc' (10,073) at 20241211090212514
11581 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/float_convd.ref' (10,074) at 20221215040039382
11582 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.13.rst' (10,075) at 20241221090017592
11583 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/fan.cpp' (10,076) at 20210512000037560
11584 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am65-wakeup.dtsi' (10,077) at 20210308005002592
11585 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/phy-sun4i-usb.h' (10,078) at 20210308005003680
11586 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/Makefile' (10,079) at 20210308005003380
11587 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/ramfs-arm.txt' (10,080) at 20210308005003012
11588 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld20.dtsi' (10,081) at 20210308005002632
11589 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/Kconfig' (10,082) at 20210308005003048
11590 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsonpatch_1.33.bb' (10,083) at 20240302090018210
11591 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth-oauthlib_1.2.0.bb' (10,084) at 20240413080012663
11592 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipe.html' (10,085) at 20231126090012817
11593 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-4.0' (10,086) at 20211006000025230
11594 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power7.inc' (10,087) at 20210905000020581
11595 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/ddr.c' (10,088) at 20210308005002972
11596 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/0001-Fix-function-protype-visibility.patch' (10,089) at 20221003030013285
11597 2025-10-05 03:01:02.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/firmware-updates-pre.target' (10,090) at 20210307205553682
11598 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/TableDns.vue' (10,091) at 20241004080035975
11599 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/meson.build' (10,092) at 20210308005053425
11600 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_sample.py' (10,093) at 20240106090017249
11601 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/templates/default/bblayers.conf.sample' (10,094) at 20240323080013549
11602 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi3-64.conf' (10,095) at 20230609080014395
11603 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/s5p_goni.h' (10,096) at 20210308005003612
11604 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/regulator.txt' (10,097) at 20210308005003308
11605 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk322x.dtsi' (10,098) at 20210308005002604
11606 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/makefile_fix.patch' (10,099) at 20210307205553874
11607 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/vendor-example/get_latest_version.cpp' (10,100) at 20240829080033127
11608 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/p10bmc/power_reading.json' (10,101) at 20241105090013651
11609 2025-10-05 03:01:02.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault.errors.yaml' (10,102) at 20221209040048647
11610 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,blueridge-2u_associations.json' (10,103) at 20241212090014007
11611 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/emac_defs.h' (10,104) at 20210308005002636
11612 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/OWNERS' (10,105) at 20211026000057546
11613 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock.h' (10,106) at 20210308005002732
11614 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MessageRegistry.v1_6_3.json' (10,107) at 20240619080002948
11615 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/posix_types.h' (10,108) at 20210308005002852
11616 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Mode.interface.yaml' (10,109) at 20221207040023627
11617 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2836.dtsi' (10,110) at 20210308005002572
11618 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/sunxi_lcd.c' (10,111) at 20210308005003536
11619 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (10,112) at 20210807000017354
11620 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-core/dropbear/dropbear/dropbear.default' (10,113) at 20220621030012960
11621 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77990.dtsi' (10,114) at 20210308005002604
11622 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/semicall.h' (10,115) at 20240906080037576
11623 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-Remove-redundant-rpaths.patch' (10,116) at 20241221090017488
11624 2025-10-05 03:01:02.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu' (10,117) at 20241221090017704
11625 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb.c' (10,118) at 20210308005002972
11626 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/loongarch64-softmmu/default.mak' (10,119) at 20240906080037160
11627 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/Kconfig' (10,120) at 20210308005002984
11628 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/console/obmc-console_%.bbappend' (10,121) at 20241206090014278
11629 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console/server.ttyS0.conf' (10,122) at 20241031080012179
11630 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am33xx-u-boot.dtsi' (10,123) at 20210308005002564
11631 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/main.cpp' (10,124) at 20240829080010546
11632 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/program_prefix.patch' (10,125) at 20240127090011892
11633 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/mp.c' (10,126) at 20210308005002796
11634 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/0001-Musl-build-fix.patch' (10,127) at 20241221090017492
11635 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/README.md' (10,128) at 20230706080014761
11636 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_regs.h' (10,129) at 20210308005003520
11637 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/014' (10,130) at 20210927100127473
11638 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice-protocol_0.14.4.bb' (10,131) at 20230919080013954
11639 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/meson.build' (10,132) at 20240326080039674
11640 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/files/daq-fix-incompatible-pointer-type-error.patch' (10,133) at 20241206090014238
11641 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass' (10,134) at 20230110040015912
11642 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/leds/ncplite-led-manager-config-native.bb' (10,135) at 20241206090014286
11643 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-post-end' (10,136) at 20240105090012010
11644 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/metric_mock.hpp' (10,137) at 20221103030050760
11645 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/org/open_power/OCC/Metrics.errors.yaml' (10,138) at 20210308004932836
11646 2025-10-05 03:01:02.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun7i.h' (10,139) at 20210308005003620
11647 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-pinctrl-uboot.dtsi' (10,140) at 20210308005002580
11648 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/clock.h' (10,141) at 20210308005002668
11649 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/console.c' (10,142) at 20241211090212550
11650 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo/0001-test_cli.py-disable.patch' (10,143) at 20231126090012801
11651 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/MAINTAINERS' (10,144) at 20210308005002540
11652 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nameval.c' (10,145) at 20210308005003556
11653 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ns8382x.c' (10,146) at 20210308005003440
11654 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/json_parser.hpp' (10,147) at 20240820080023694
11655 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_2021.04.bb' (10,148) at 20241206090014234
11656 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-nested-err.err' (10,149) at 20210308005046409
11657 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/input.h' (10,150) at 20210308005003652
11658 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/unable-connect-dbus.patch' (10,151) at 20210307205554578
11659 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/vmport.h' (10,152) at 20210308005046013
11660 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet1.dts' (10,153) at 20210308005002616
11661 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_logging_utils.cpp' (10,154) at 20210323000034099
11662 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/list_sort.c' (10,155) at 20210308005003708
11663 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/libfdt_internal.h' (10,156) at 20210308005003708
11664 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/252' (10,157) at 20220429100100914
11665 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/slpd-lite/slpd-lite.service' (10,158) at 20230407080015091
11666 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/static/activation_static.hpp' (10,159) at 20220727030018061
11667 2025-10-05 03:01:02.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.err' (10,160) at 20210927100127469
11668 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bbappend' (10,161) at 20210813100029652
11669 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/message/pack.cpp' (10,162) at 20240829080022546
11670 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/conditionaltests.patch' (10,163) at 20241206090014338
11671 2025-10-05 03:01:02.548-0500 FINEST t466 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' (10,164) at 20241206090014210
11672 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/Kconfig' (10,165) at 20210308005002984
11673 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (10,166) at 20211204040540094
11674 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/LICENSE' (10,167) at 20210308005049125
11675 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/boot-sector.h' (10,168) at 20221215040039370
11676 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_manager.cpp' (10,169) at 20240606080012036
11677 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/dovecot.service' (10,170) at 20210307205553838
11678 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/openldap/openldap_%.bbappend' (10,171) at 20210307205554074
11679 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/video_osd-uclass.c' (10,172) at 20210308005003536
11680 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/rt.py' (10,173) at 20220910030013401
11681 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/0001-Fixed-with-libxml2-no-case-in-configure.ac.patch' (10,174) at 20230706080014749
11682 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_seq.c' (10,175) at 20231101080011137
11683 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-core/systemd/systemd-conf_%.bbappend' (10,176) at 20241206090014218
11684 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress.bb' (10,177) at 20241226090016123
11685 2025-10-05 03:01:02.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/r1000_chassis.json' (10,178) at 20221221040007770
11686 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sequencer.h' (10,179) at 20210308005003360
11687 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_nuvoton.hpp' (10,180) at 20240817080027652
11688 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/bitops.h' (10,181) at 20210308005002848
11689 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/Makefile' (10,182) at 20210308005002732
11690 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MTLL' (10,183) at 20211006000025238
11691 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-bsp/u-boot/u-boot-aspeed-sdk/minerva.cfg' (10,184) at 20231128090014177
11692 2025-10-05 03:01:02.549-0500 FINEST t466 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' (10,185) at 20241206090014250
11693 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/dreport_op.conf' (10,186) at 20241025080018741
11694 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-error-on-reset' (10,187) at 20240326080039734
11695 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958300k-ns_defconfig' (10,188) at 20210308005003252
11696 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-bad-type.err' (10,189) at 20210308005046405
11697 2025-10-05 03:01:02.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_norflash_defconfig' (10,190) at 20210308005003248
11698 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/e1000.h' (10,191) at 20210308005003428
11699 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet1_defconfig' (10,192) at 20210308005003260
11700 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_write_byte.md' (10,193) at 20240809080033023
11701 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb' (10,194) at 20230520080014488
11702 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dadran' (10,195) at 20210307205553778
11703 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa73-cortexa35.inc' (10,196) at 20240301090012451
11704 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-core/busybox/busybox_%.bbappend' (10,197) at 20210812000025262
11705 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/01_bootlogd' (10,198) at 20210307205554494
11706 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_nor_SECURE_BOOT_defconfig' (10,199) at 20210308005003264
11707 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/teamcity.py' (10,200) at 20241221090017588
11708 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/errno.c' (10,201) at 20210308005003704
11709 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_clz.S' (10,202) at 20230925080040101
11710 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/sipi_vector.S' (10,203) at 20210308005002860
11711 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-x86/chassis/x86-power-control/tiogapass/chassis-system-reset.service' (10,204) at 20210307205553682
11712 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RHeCos-1.1' (10,205) at 20210307205554426
11713 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/files/myapp/Makefile' (10,206) at 20210307205554446
11714 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vctv/reg_gpio.h' (10,207) at 20210308005003020
11715 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog-config/watchdog.conf' (10,208) at 20210307205554574
11716 2025-10-05 03:01:02.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7791-clock.h' (10,209) at 20210308005003632
11717 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/km_kirkwood_defconfig' (10,210) at 20210308005003260
11718 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ne2000_base.h' (10,211) at 20210308005003440
11719 2025-10-05 03:01:02.551-0500 FINEST t466 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' (10,212) at 20210307205553946
11720 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.10.rst' (10,213) at 20241221090017592
11721 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/dk-Odense' (10,214) at 20210307205553758
11722 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/Makefile' (10,215) at 20210308005003016
11723 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/berkeley-softfloat-3/meson_options.txt' (10,216) at 20230925080039997
11724 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework.inc' (10,217) at 20241206090014282
11725 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/googletest.wrap' (10,218) at 20221014100033151
11726 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/host.conf' (10,219) at 20210307205554470
11727 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/images.c' (10,220) at 20210308005003732
11728 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos54xx.dtsi' (10,221) at 20210308005002580
11729 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora_2.1.6.bb' (10,222) at 20240301090012427
11730 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/ddr.c' (10,223) at 20210308005002988
11731 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_dt.c' (10,224) at 20210308005003412
11732 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Aberdare' (10,225) at 20210307205553794
11733 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/utils.hpp' (10,226) at 20240621080031502
11734 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-awesomeversion_24.6.0.bb' (10,227) at 20241221090017548
11735 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/powertop/powertop/0001-wakeup_xxx.h-include-limits.h.patch' (10,228) at 20210307205554602
11736 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/clock.c' (10,229) at 20210308005002788
11737 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/wandboard.c' (10,230) at 20210308005003168
11738 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/sdbusplus.wrap' (10,231) at 20240215090006160
11739 2025-10-05 03:01:02.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb' (10,232) at 20241221090017556
11740 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/test-plugin-mem-access.c' (10,233) at 20241211090212550
11741 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-int-member.err' (10,234) at 20210308005046405
11742 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (10,235) at 20230606080013598
11743 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/pcie.c' (10,236) at 20210308005002916
11744 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpp-netlib/cpp-netlib/a53f123040998744602f190944464af0e159ea19.patch' (10,237) at 20231011080016582
11745 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/src/manager.cpp' (10,238) at 20241115090002317
11746 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/bmc_state_manager_main.cpp' (10,239) at 20240823080031161
11747 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-silk.dts' (10,240) at 20210308005002600
11748 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-doc-Fix-typos-in-manual-pages.patch' (10,241) at 20230706080014741
11749 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/colors.scss' (10,242) at 20210308005107073
11750 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/sdeventplus.wrap' (10,243) at 20220407100028311
11751 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_meson_axg.c' (10,244) at 20210308005003348
11752 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu-qom.h' (10,245) at 20240326080039698
11753 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/io.h' (10,246) at 20210308005002676
11754 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi_smc911x.c' (10,247) at 20210308005003020
11755 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi.dtsi' (10,248) at 20210308005002572
11756 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/BrasilSat-B1-75.0W' (10,249) at 20210307205553758
11757 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mx27rtc.c' (10,250) at 20210308005003480
11758 2025-10-05 03:01:02.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/config.h' (10,251) at 20210308005002848
11759 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/c/.clang-format' (10,252) at 20230517080007293
11760 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/fix_warnings2.patch' (10,253) at 20241221090017680
11761 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/odroid.h' (10,254) at 20210308005003608
11762 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fisttp.c' (10,255) at 20210308005046497
11763 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/versal-mini.dts' (10,256) at 20210308005002632
11764 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/packagegroups/packagegroup-kudo-apps.bb' (10,257) at 20241221090017480
11765 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/binutils-version.sh' (10,258) at 20210308005003724
11766 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/regmap.c' (10,259) at 20210308005003740
11767 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bios_asm.S' (10,260) at 20210308005002884
11768 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-board.cfg' (10,261) at 20230131040012019
11769 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/block-status-cache.out' (10,262) at 20220429100100930
11770 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/567.patch' (10,263) at 20231126090012793
11771 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/test-cond.c' (10,264) at 20210308005046489
11772 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/performance/topN_callgrind.py' (10,265) at 20240326080039630
11773 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/sequence_numbers.c' (10,266) at 20210308005108645
11774 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-sensors.yaml' (10,267) at 20210831000020507
11775 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kobol/helios4/Makefile' (10,268) at 20210308005003012
11776 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/kvm_para.h' (10,269) at 20240906080037348
11777 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0005_task_field_separation.py' (10,270) at 20210307205554262
11778 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/openipmi-helper' (10,271) at 20210307205553846
11779 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/158' (10,272) at 20240906080037564
11780 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/empty.json' (10,273) at 20210308005046405
11781 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb' (10,274) at 20231126090012777
11782 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/038_x86_ucode_missing_node.dts' (10,275) at 20210308005003752
11783 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/target-rust-ccld.c' (10,276) at 20221003030013345
11784 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/timer.c' (10,277) at 20210308005002824
11785 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/run-ptest' (10,278) at 20220502030010232
11786 2025-10-05 03:01:02.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6348-reset.h' (10,279) at 20210308005003640
11787 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/061' (10,280) at 20240906080037564
11788 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/de_DE.po' (10,281) at 20210308005046217
11789 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap1.decode' (10,282) at 20210308005046389
11790 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/logging/phosphor-hostlogger_%.bbappend' (10,283) at 20240308090017907
11791 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync/me-time-sync.service' (10,284) at 20210714100019424
11792 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbl.c' (10,285) at 20210308005046505
11793 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/u-boot.h' (10,286) at 20210308005002808
11794 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/report_manager.hpp' (10,287) at 20220412175720086
11795 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_defconfig' (10,288) at 20210308005003268
11796 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/input/linux-event-codes.h' (10,289) at 20210308005003636
11797 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5272c3/Kconfig' (10,290) at 20210308005002972
11798 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/074.out' (10,291) at 20210308005046441
11799 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cabextract/libmspack_0.11alpha.bb' (10,292) at 20241206090014258
11800 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/smartweb/smartweb.c' (10,293) at 20210308005003052
11801 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/common/cfam_overrides.cpp' (10,294) at 20210308005103637
11802 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/lib_package.bbclass' (10,295) at 20220910030013389
11803 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/speed.c' (10,296) at 20210308005002836
11804 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/sdram.c' (10,297) at 20210308005003052
11805 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/xlnx-versal.h' (10,298) at 20241211090212358
11806 2025-10-05 03:01:02.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/bridge-vlan-stp' (10,299) at 20210308005046489
11807 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/Kconfig' (10,300) at 20210308005003008
11808 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_windows.h' (10,301) at 20210308005108641
11809 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/files/init' (10,302) at 20210307205554386
11810 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-gpio.c' (10,303) at 20210308005003380
11811 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati_int.h' (10,304) at 20240326080039434
11812 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kilpisjarvi' (10,305) at 20210307205553770
11813 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/expr.h' (10,306) at 20210308005003732
11814 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/__init__.py' (10,307) at 20240920080030747
11815 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/Makevars' (10,308) at 20210307205553942
11816 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/tinyxml2.wrap' (10,309) at 20230921080009745
11817 2025-10-05 03:01:02.555-0500 FINEST t466 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' (10,310) at 20210307205553750
11818 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/btrfs-tools/btrfs-tools_%.bbappend' (10,311) at 20240507080014350
11819 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_NOR_SECBOOT_defconfig' (10,312) at 20210308005003236
11820 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dcmi_sensors.json' (10,313) at 20241106090019922
11821 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/templates/README' (10,314) at 20210307205554430
11822 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/Makefile' (10,315) at 20210308005003356
11823 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/macio/macio.h' (10,316) at 20240906080037336
11824 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/__init__.py' (10,317) at 20210307205554630
11825 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/qts/sdram_config.h' (10,318) at 20210308005003072
11826 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/vdso.S' (10,319) at 20240326080039566
11827 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0001-rarpd.8-add-man-file.patch' (10,320) at 20230706080014749
11828 2025-10-05 03:01:02.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/qts/pinmux_config.h' (10,321) at 20210308005002952
11829 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/unistd.h' (10,322) at 20241211090212374
11830 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-data.err' (10,323) at 20230925080040089
11831 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/f2u8x25_hsbp.json' (10,324) at 20220601030005865
11832 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.json' (10,325) at 20210308005046401
11833 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-3.0-IGO' (10,326) at 20211006000025230
11834 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-evaluation/MAINTAINERS' (10,327) at 20210308005003052
11835 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/q200.c' (10,328) at 20210308005002912
11836 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pico-imx7d.h' (10,329) at 20210308005003612
11837 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/ops_sse_header.h.inc' (10,330) at 20240326080039666
11838 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glad/glad_2.0.8.bb' (10,331) at 20241221090017528
11839 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/adb-keys.h' (10,332) at 20210308005046013
11840 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/acpi/mainboard.asl' (10,333) at 20210308005002948
11841 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDistribution.v1_4_0.json' (10,334) at 20240619080002952
11842 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpdecc/vpdecc_support.c' (10,335) at 20240618080023329
11843 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind_add_option_to_fix_port_number.patch' (10,336) at 20210608000015843
11844 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/extended_user_header.hpp' (10,337) at 20230516080019606
11845 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/128.out' (10,338) at 20210308005046449
11846 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/3D-Slicer-1.0' (10,339) at 20241221090017612
11847 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/conf/layer.conf' (10,340) at 20241221090017576
11848 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss/fix-rs6000-crt0.patch' (10,341) at 20230131040012047
11849 2025-10-05 03:01:02.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/s5p_gpio.c' (10,342) at 20210308005003380
11850 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap36xx-omap3430es2plus-clocks.dtsi' (10,343) at 20210308005002600
11851 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx28.cfg' (10,344) at 20210308005002548
11852 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/Kconfig' (10,345) at 20210308005002908
11853 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_run_32r5eb.sh' (10,346) at 20210308005046525
11854 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyunormalize_16.0.0.bb' (10,347) at 20241221090017560
11855 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/vr3032u/Kconfig' (10,348) at 20210308005002948
11856 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memstat/memstat_1.0.bb' (10,349) at 20241221090017512
11857 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/capstone.c' (10,350) at 20221215040039070
11858 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/.jshintrc' (10,351) at 20210307205554278
11859 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/task_service/test_tasks_service.robot' (10,352) at 20240628080017121
11860 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/README.md' (10,353) at 20210307205553674
11861 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/0001-m4-Check-for-libunwind-instead-of-libunwind-generic.patch' (10,354) at 20210608000015795
11862 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/123' (10,355) at 20220429100100890
11863 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/pic32mzda.c' (10,356) at 20210308005003020
11864 2025-10-05 03:01:02.557-0500 FINEST t466 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' (10,357) at 20210307205553750
11865 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/speed.c' (10,358) at 20210308005002828
11866 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.clang-format-ignore' (10,359) at 20230629131804611
11867 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerCollection.json' (10,360) at 20240619080002948
11868 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/MAINTAINERS' (10,361) at 20210308005002988
11869 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-3.0-DE' (10,362) at 20211006000025230
11870 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/stmmac.txt' (10,363) at 20210308005003304
11871 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_sdcard_ifc_defconfig' (10,364) at 20210308005003264
11872 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/templates/ucd90160_defs.mako.cpp' (10,365) at 20210308005109241
11873 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx53.dtsi' (10,366) at 20210308005002584
11874 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/prettierrc.yaml' (10,367) at 20221213040016740
11875 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sheep_rk3368.h' (10,368) at 20210308005003616
11876 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kernel/linux/linux-nuvoton/kudo.cfg' (10,369) at 20210813000020287
11877 2025-10-05 03:01:02.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_logic_somlv_defconfig' (10,370) at 20210308005003272
11878 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/som.h' (10,371) at 20210308005003028
11879 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/COPYING.apache-2.0' (10,372) at 20210307205553730
11880 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb' (10,373) at 20241221090017548
11881 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_venc.c' (10,374) at 20210308005003532
11882 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/match.ipp' (10,375) at 20210308005114857
11883 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/versal-mini-emmc1.dts' (10,376) at 20210308005002632
11884 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/guest-loader.rst' (10,377) at 20230925080039845
11885 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/atomic.h' (10,378) at 20210308005002816
11886 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77995-draak.dts' (10,379) at 20210308005002604
11887 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/atmel_hlcdfb.c' (10,380) at 20210308005003520
11888 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PPL' (10,381) at 20241221090017616
11889 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/phy/no-op.txt' (10,382) at 20210308005003304
11890 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/cache.h' (10,383) at 20210308005002824
11891 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_thread.h' (10,384) at 20240906080037156
11892 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-sld8.c' (10,385) at 20210308005002792
11893 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/leds/olympus-nuvoton-led-manager-config-native.bb' (10,386) at 20241206090014278
11894 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/gpio_grp.h' (10,387) at 20210308005002644
11895 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig' (10,388) at 20210308005003236
11896 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ns_access.h' (10,389) at 20210308005002644
11897 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/Makefile' (10,390) at 20210308005003352
11898 2025-10-05 03:01:02.558-0500 FINEST t466 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' (10,391) at 20210307205553842
11899 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Device.metadata.yaml' (10,392) at 20220430030026016
11900 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/README' (10,393) at 20210308005003764
11901 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Inner-Net-2.0' (10,394) at 20241221090017616
11902 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_lcd.dtsi' (10,395) at 20210308005002612
11903 2025-10-05 03:01:02.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/helper.h' (10,396) at 20210308005046313
11904 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/conf/templates/default/bblayers.conf.sample' (10,397) at 20240323080013545
11905 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/eco5pk_defconfig' (10,398) at 20210308005003256
11906 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/README' (10,399) at 20210308005002912
11907 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/armsse-cpu-pwrctrl.h' (10,400) at 20210927100127237
11908 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ro-DigiTV' (10,401) at 20210307205553758
11909 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-export-US' (10,402) at 20241221090017616
11910 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/0001-Makefile-ensure-frontends-exits-before-writing-into-.patch' (10,403) at 20210307205553902
11911 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/configuration/dbus-sensors_%.bbappend' (10,404) at 20230610080017595
11912 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff@.service' (10,405) at 20240625080012792
11913 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/meson.build' (10,406) at 20231130090023234
11914 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/inventory-cleanup.bb' (10,407) at 20241206090014230
11915 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/mt76xx.h' (10,408) at 20210308005002824
11916 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-images-sha1.its' (10,409) at 20210308005003744
11917 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/encode_subinsn.def' (10,410) at 20210927100127385
11918 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/kzm.rst' (10,411) at 20210927100127077
11919 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/ax25/Kconfig' (10,412) at 20210308005002844
11920 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lx2160aqds_tfa_defconfig' (10,413) at 20210308005003268
11921 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/utils.cpp' (10,414) at 20240828080025979
11922 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/random-platform.c' (10,415) at 20210308005045777
11923 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.qemu-riscv' (10,416) at 20210308005003296
11924 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/analogbits-wrpll-cln28hpc.h' (10,417) at 20210308005003352
11925 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nuttcp/nuttcp/nuttcp@.service' (10,418) at 20210307205553846
11926 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx31pdk.h' (10,419) at 20210308005003604
11927 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_zynqmp.c' (10,420) at 20210308005003348
11928 2025-10-05 03:01:02.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cache.h' (10,421) at 20210308005002848
11929 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-ldst.h' (10,422) at 20230925080039937
11930 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareFormUpdate.vue' (10,423) at 20241004080035967
11931 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/ci-runners.rst.inc' (10,424) at 20241211090212234
11932 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/hello.c' (10,425) at 20210307205554390
11933 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (10,426) at 20230610080017599
11934 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6ul_9x9_evk_defconfig' (10,427) at 20210308005003272
11935 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/fvp-base/optee_spmc_maifest.dts' (10,428) at 20241206090014210
11936 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mb862xx.c' (10,429) at 20210308005003528
11937 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalHostname.vue' (10,430) at 20241004080035971
11938 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/logwarn/logwarn_1.0.17.bb' (10,431) at 20241221090017540
11939 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/README' (10,432) at 20210308005002940
11940 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/integrator.c' (10,433) at 20210308005002912
11941 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ddr.c' (10,434) at 20210308005002968
11942 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsrav.c' (10,435) at 20210308005046525
11943 2025-10-05 03:01:02.560-0500 FINEST t466 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' (10,436) at 20240413080012627
11944 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/trats2.h' (10,437) at 20210308005003620
11945 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/jobs-to-kas' (10,438) at 20240301090012411
11946 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/plugin/newbbappend.vim' (10,439) at 20210812000025278
11947 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Szekesfehervar' (10,440) at 20210307205553774
11948 2025-10-05 03:01:02.560-0500 FINEST t466 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' (10,441) at 20240106090017241
11949 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/setup-live' (10,442) at 20210812000025330
11950 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-connectivity/openssl/openssl_%.bbappend' (10,443) at 20220921030015982
11951 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/input/i8042.txt' (10,444) at 20210308005003304
11952 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/hotswap-power-cycle/files/tray_powercycle.sh' (10,445) at 20230428080015190
11953 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/2895.patch' (10,446) at 20231011080016574
11954 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-full' (10,447) at 20210308005046393
11955 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc-helloworld_git.bb' (10,448) at 20241221090017644
11956 2025-10-05 03:01:02.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/extensions_test.cpp' (10,449) at 20240920080022623
11957 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gdbinit' (10,450) at 20210308005045717
11958 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_cairo.h' (10,451) at 20210308005003608
11959 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M54455EVB.h' (10,452) at 20210308005003576
11960 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun5i-ccu.h' (10,453) at 20210308005003636
11961 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/packagefiles/boost/meson.build' (10,454) at 20241012080002431
11962 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_ph.c' (10,455) at 20210308005046505
11963 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5282evb/m5282evb.c' (10,456) at 20210308005002972
11964 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.dir-locals.el' (10,457) at 20210308005045717
11965 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7793-clock.h' (10,458) at 20210308005003632
11966 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_fru_properties.pl' (10,459) at 20220720030027719
11967 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imx8image.h' (10,460) at 20210308005003652
11968 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/define_SIGNAL_ARGS.patch' (10,461) at 20240309090012804
11969 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/reg_fields.c' (10,462) at 20210927100127385
11970 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/crc16.h' (10,463) at 20210308005003544
11971 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/update-config-script.patch' (10,464) at 20221003030013269
11972 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes.txt' (10,465) at 20210307205554226
11973 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/ibm.json' (10,466) at 20230901080018206
11974 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/time.c' (10,467) at 20210308005002852
11975 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/MAINTAINERS' (10,468) at 20210308005003024
11976 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Kecskemet' (10,469) at 20210307205553774
11977 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/remoteproc.c' (10,470) at 20210308005003216
11978 2025-10-05 03:01:02.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-uefi-test_%.bbappend' (10,471) at 20230114040015466
11979 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/cpu.c' (10,472) at 20210308005002752
11980 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sandbox_osd.h' (10,473) at 20210308005003532
11981 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sksimx6.h' (10,474) at 20210308005003616
11982 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/resulttool' (10,475) at 20241221090017704
11983 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-base0033.dts' (10,476) at 20210308005002560
11984 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/MAINTAINERS' (10,477) at 20210308005003032
11985 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/medcom-wide/Makefile' (10,478) at 20210308005002920
11986 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/pyproject.toml' (10,479) at 20220314030038324
11987 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/bootparam.h' (10,480) at 20210308005002876
11988 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/Makefile' (10,481) at 20210308005002952
11989 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6qarm2_defconfig' (10,482) at 20210308005003268
11990 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/phosphor-ipmi-flash-mbcpld-update.service' (10,483) at 20240405080013750
11991 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_spawn.py' (10,484) at 20210308005003744
11992 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/hwconfig.c' (10,485) at 20210308005003228
11993 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulsaq_s_w_ph.c' (10,486) at 20210308005046509
11994 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/arpwatch_init' (10,487) at 20210307205554126
11995 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston64r6_defconfig' (10,488) at 20210308005003252
11996 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/adc/stm32f2xx_adc.h' (10,489) at 20210308005046005
11997 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (10,490) at 20241023080015407
11998 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.json' (10,491) at 20240906080037564
11999 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/entity-manager_%.bbappend' (10,492) at 20241206090014230
12000 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_values.cpp' (10,493) at 20240925080030034
12001 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcab/gcab/run-ptest' (10,494) at 20210307205553938
12002 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/i386-64bit.xml' (10,495) at 20210308005045817
12003 2025-10-05 03:01:02.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/creategroup1.bb' (10,496) at 20241206090014298
12004 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/sdeventplus.wrap' (10,497) at 20240229090015607
12005 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/rmcp.h' (10,498) at 20210308004938836
12006 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/path.py' (10,499) at 20210307205554434
12007 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/Makefile' (10,500) at 20210308005003364
12008 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/README.md' (10,501) at 20221207040023631
12009 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-x86/chassis/x86-power-control/daytonax/power-config-host0.json' (10,502) at 20240308090017907
12010 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/aspeed_vic.h' (10,503) at 20210308005046017
12011 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/Makefile' (10,504) at 20210308005002788
12012 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/cros-ec-keyboard.dtsi' (10,505) at 20210308005002576
12013 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/Kconfig' (10,506) at 20210308005003496
12014 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/styles/user-accounts.scss' (10,507) at 20210308005107065
12015 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/temporary_file.hpp' (10,508) at 20240112090034344
12016 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso-le.so' (10,509) at 20241121090029260
12017 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pxm2.h' (10,510) at 20210308005003612
12018 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/fp5280g3-ipmi-sensors.yaml' (10,511) at 20240712080022837
12019 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d27_som1_ek/Kconfig' (10,512) at 20210308005002920
12020 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig' (10,513) at 20210308005003256
12021 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/config.mk' (10,514) at 20210308005002824
12022 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212-u-boot.dtsi' (10,515) at 20210308005002596
12023 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-WellingtonKaukau' (10,516) at 20210307205553778
12024 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/omap24xx_i2c.c' (10,517) at 20210308005003384
12025 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/LICENSE' (10,518) at 20210307205554226
12026 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lra.S' (10,519) at 20230925080040101
12027 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch' (10,520) at 20230503080014579
12028 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S' (10,521) at 20210308005002548
12029 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap34xx-omap36xx-clocks.dtsi' (10,522) at 20210308005002600
12030 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/Kconfig' (10,523) at 20210308005002904
12031 2025-10-05 03:01:02.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/Makefile' (10,524) at 20210308005046549
12032 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/primecell.h' (10,525) at 20210308005046005
12033 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-locktest-Makefile.am-Do-not-use-build-flags.patch' (10,526) at 20230813080012876
12034 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/meson.build' (10,527) at 20241010080036061
12035 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi6220.dtsi' (10,528) at 20210308005002580
12036 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ax25-ae350.h' (10,529) at 20210308005003588
12037 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/sparc-softmmu/default.mak' (10,530) at 20240906080037160
12038 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/clk-mt7623.c' (10,531) at 20210308005003348
12039 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/Makefile' (10,532) at 20210308005002972
12040 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/sbe_chipOp_handler.cpp' (10,533) at 20210308005104849
12041 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/obmc-ikvm.service' (10,534) at 20240920080011535
12042 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_SDCARD_defconfig' (10,535) at 20210308005003244
12043 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omapl138_lcdk_defconfig' (10,536) at 20210308005003272
12044 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ubifs.c' (10,537) at 20210308005003220
12045 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-colon.err' (10,538) at 20210308005046409
12046 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/decode.h' (10,539) at 20210308005003336
12047 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/fvp_devices.py' (10,540) at 20241221090017468
12048 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/lse2-fault.c' (10,541) at 20230925080040097
12049 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/libtar_1.2.20.bb' (10,542) at 20241221090017540
12050 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-goflexnet.dts' (10,543) at 20210308005002592
12051 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-vga-gl.c' (10,544) at 20221215040039106
12052 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PowerSupply.interface.yaml' (10,545) at 20221129040021943
12053 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_msg.hpp' (10,546) at 20210308005108645
12054 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/__init__.py' (10,547) at 20241206090014306
12055 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lz4_wrapper.c' (10,548) at 20210308005003708
12056 2025-10-05 03:01:02.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/Set-up-for-cross-compilation.patch' (10,549) at 20240413080012643
12057 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipherpriv.h' (10,550) at 20241211090212226
12058 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/queensbay/Kconfig' (10,551) at 20210308005002860
12059 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/mocked_bios.hpp' (10,552) at 20240801080035196
12060 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/btrfsmaintenance_0.5.bb' (10,553) at 20231011080016570
12061 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/Makefile' (10,554) at 20210308005003520
12062 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/070' (10,555) at 20220429100100886
12063 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sti/Kconfig' (10,556) at 20210308005002780
12064 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_h.c' (10,557) at 20210308005046525
12065 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/unaligned.h' (10,558) at 20210308005003560
12066 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/broadcom_bcm968580xref.h' (10,559) at 20210308005003588
12067 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/beaver/Kconfig' (10,560) at 20210308005003024
12068 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-komro-Rosenheim' (10,561) at 20210307205553758
12069 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boda_Fagerum' (10,562) at 20210307205553778
12070 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_guts.c' (10,563) at 20210308005003556
12071 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc706/ps7_init_gpl.c' (10,564) at 20210308005003180
12072 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_LXR0.json' (10,565) at 20221213040036921
12073 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmo_Niva' (10,566) at 20210307205553770
12074 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/LICENSE' (10,567) at 20230412080023456
12075 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Logs/EventLogStore.js' (10,568) at 20241004080035963
12076 2025-10-05 03:01:02.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/PLDM/Entity.interface.yaml' (10,569) at 20210610000035134
12077 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5.dtsi' (10,570) at 20210308005002612
12078 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/microchip,pic32-uart.txt' (10,571) at 20210308005003308
12079 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/095.out' (10,572) at 20210927100127481
12080 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ich9.h' (10,573) at 20241211090212358
12081 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/kernel_include.py' (10,574) at 20210308005002536
12082 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/fdc-internal.h' (10,575) at 20240906080037204
12083 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7r.inc' (10,576) at 20210905000020581
12084 2025-10-05 03:01:02.566-0500 FINEST t466 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' (10,577) at 20240413080012627
12085 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/opengl.patch' (10,578) at 20241221090017680
12086 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/fbida-gcc10.patch' (10,579) at 20210307205553938
12087 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/nmap-redefine-the-python-library-dir.patch' (10,580) at 20241221090017532
12088 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/xhci-keystone.h' (10,581) at 20210308005002732
12089 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc.py' (10,582) at 20230216040015763
12090 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/Makefile' (10,583) at 20210308005002728
12091 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/strider.c' (10,584) at 20210308005003000
12092 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/templates/default/bblayers.conf.sample' (10,585) at 20241023080015407
12093 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/android-gadget-setup' (10,586) at 20230401080011931
12094 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm_git.bb' (10,587) at 20240301090012423
12095 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet86dz_defconfig' (10,588) at 20210308005003260
12096 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/mime-construct/files/fix-mime-construct-help-return-value.patch' (10,589) at 20210307205554002
12097 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-char.json' (10,590) at 20210308005046405
12098 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/image/obmc-phosphor-image.bbappend' (10,591) at 20210812000025166
12099 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-clash-member.err' (10,592) at 20220429100100882
12100 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-devtools/python/python3-construct-native_2.10.68.bb' (10,593) at 20231126090012773
12101 2025-10-05 03:01:02.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ti816x_evm_defconfig' (10,594) at 20210308005003284
12102 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/main.c' (10,595) at 20210927100127329
12103 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/cpu/mpc83xx/Makefile' (10,596) at 20210308005003720
12104 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/0001-Silence-clang-warnings.patch' (10,597) at 20230401080011939
12105 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/ipmievd.c' (10,598) at 20210308004938832
12106 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-core_0.6.0.bb' (10,599) at 20231126090012781
12107 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/events/oem_ibm_event_state_sensor.json' (10,600) at 20240610080035204
12108 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/pseudo-pyc-test/pseudo-pyc-test.bb' (10,601) at 20210307205554386
12109 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/mpc83xx-sdram.h' (10,602) at 20210308005003636
12110 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cjson/cjson_1.7.18.bb' (10,603) at 20241221090017512
12111 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables_2.0.11.bb' (10,604) at 20241221090017496
12112 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/templates/default/local.conf.sample' (10,605) at 20241221090017472
12113 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958300k_defconfig' (10,606) at 20210308005003252
12114 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/globutil.asl' (10,607) at 20210308005002872
12115 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_d.c' (10,608) at 20210308005046517
12116 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_config_parser.cpp' (10,609) at 20230802080038882
12117 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NOSL' (10,610) at 20211006000025238
12118 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lycksele_Knaften' (10,611) at 20210307205553786
12119 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Enontekio_Ahovaara' (10,612) at 20210307205553770
12120 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/cpld.c' (10,613) at 20210308005002988
12121 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra-common-usb-gadget.h' (10,614) at 20210308005003620
12122 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb' (10,615) at 20230609080014395
12123 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/test-fdt-base.dts' (10,616) at 20210308005003744
12124 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_vining_fpga.dts' (10,617) at 20210308005002612
12125 2025-10-05 03:01:02.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/ls1021atwr.c' (10,618) at 20210308005002968
12126 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/OWNERS' (10,619) at 20241109090026714
12127 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_b.c' (10,620) at 20210308005046513
12128 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/chipspark/popmetal_rk3288/MAINTAINERS' (10,621) at 20210308005002944
12129 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/irssi/irssi_1.4.5.bb' (10,622) at 20241221090017504
12130 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/uuid.c' (10,623) at 20210308005003716
12131 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-phycore-rdk.dts' (10,624) at 20210308005002604
12132 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsa310s_defconfig' (10,625) at 20210308005003272
12133 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/qos.c' (10,626) at 20210308005003036
12134 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati_2d.c' (10,627) at 20240326080039434
12135 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ssd2828.c' (10,628) at 20210308005003532
12136 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/sromc.c' (10,629) at 20210308005002552
12137 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Lancaster' (10,630) at 20210307205553798
12138 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/chassis/avsbus-control.bb' (10,631) at 20241206090014286
12139 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/cereal.wrap' (10,632) at 20210501000157730
12140 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_defconfig' (10,633) at 20210308005003264
12141 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/073_gbb_no_size.dts' (10,634) at 20210308005003752
12142 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/CMU-Tex' (10,635) at 20210307205553754
12143 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d27_som1_ek.dts' (10,636) at 20210308005002568
12144 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra74x-mmc-iodelay.dtsi' (10,637) at 20210308005002576
12145 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-ifup' (10,638) at 20230811080018338
12146 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/syslog-controller.js' (10,639) at 20210308005107077
12147 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-account' (10,640) at 20230505080015455
12148 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-stub.c' (10,641) at 20240326080039502
12149 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/Kconfig' (10,642) at 20210308005003076
12150 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/TPM/Policy.interface.yaml' (10,643) at 20210610000035122
12151 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/release.S' (10,644) at 20210308005002836
12152 2025-10-05 03:01:02.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/distro/openbmc-kudo.conf' (10,645) at 20220506030229212
12153 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml' (10,646) at 20221207040023631
12154 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/mt7621_wdt.c' (10,647) at 20210308005003540
12155 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_mini.h' (10,648) at 20210308005003624
12156 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/0001-Make-xmlError-struct-constant.patch' (10,649) at 20240413080012659
12157 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/led.c' (10,650) at 20210308005002916
12158 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/print-format.patch' (10,651) at 20230706080014749
12159 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5249evb/MAINTAINERS' (10,652) at 20210308005002972
12160 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/subprocesstweak.py' (10,653) at 20220910030013405
12161 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Matsdal' (10,654) at 20210307205553786
12162 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_buildsys_python.py' (10,655) at 20240301090012483
12163 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0009-invoking-fsck-with-infinite-timeout.patch' (10,656) at 20210307205554034
12164 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/experiments/drive.hpp' (10,657) at 20210308005116213
12165 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_armv7_keystone2.h' (10,658) at 20210308005003620
12166 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/files/xfce4-notifyd-get-var-abs-path.patch' (10,659) at 20230503080014591
12167 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ActivationBlocksTransition.interface.yaml' (10,660) at 20221207040023631
12168 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/ldap_config_test.cpp' (10,661) at 20230512080042517
12169 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-ddr3-1333.dtsi' (10,662) at 20210308005002608
12170 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bootretry.h' (10,663) at 20210308005003564
12171 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/st,stm32mp1-ddr.txt' (10,664) at 20210308005003304
12172 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler.bb' (10,665) at 20241206090014286
12173 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/Kconfig' (10,666) at 20210308005002972
12174 2025-10-05 03:01:02.569-0500 FINEST t466 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' (10,667) at 20241221090017516
12175 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-maxargs.patch' (10,668) at 20210307205553810
12176 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bmc-prepare.target.in' (10,669) at 20210308005120349
12177 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/spin_table_v8.S' (10,670) at 20210308005002560
12178 2025-10-05 03:01:02.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__just.hpp' (10,671) at 20240817080036820
12179 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-igep0020-u-boot.dtsi' (10,672) at 20210308005002596
12180 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/rootfs_size/results.txt' (10,673) at 20210308005111465
12181 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mdbus2/mdbus2_git.bb' (10,674) at 20240301090012423
12182 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/Kconfig' (10,675) at 20240906080037140
12183 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vxworks.h' (10,676) at 20210308005003692
12184 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_mbox_defs.h' (10,677) at 20210308005046017
12185 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-static.bbclass' (10,678) at 20210812000025258
12186 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/vid.c' (10,679) at 20210308005002960
12187 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/minilib/printf.c' (10,680) at 20240906080037576
12188 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mpc83xx_gpio.c' (10,681) at 20210308005003376
12189 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch' (10,682) at 20230706080014757
12190 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/usb_gadget_sdp.c' (10,683) at 20210308005003220
12191 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_plat.h' (10,684) at 20210308005003368
12192 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/preloader.h' (10,685) at 20210308005002732
12193 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0001-Makefile.am-Add-missing-link-with-zlib.patch' (10,686) at 20230706080014761
12194 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_build_message.c' (10,687) at 20210308005003368
12195 2025-10-05 03:01:02.570-0500 FINEST t466 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' (10,688) at 20230706080014745
12196 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SESSION_README.md' (10,689) at 20221207040023631
12197 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/.clang-format' (10,690) at 20231023080010951
12198 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pytools/Makefile' (10,691) at 20210308004922932
12199 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/of-plat.txt' (10,692) at 20210308005003328
12200 2025-10-05 03:01:02.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/item_updater_mmc.cpp' (10,693) at 20240820080019550
12201 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am35xx-clocks.dtsi' (10,694) at 20210308005002564
12202 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/pel_variables.py' (10,695) at 20230216040015763
12203 2025-10-05 03:01:02.571-0500 FINEST t466 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' (10,696) at 20210307205553750
12204 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-xbzrle.c' (10,697) at 20230925080040105
12205 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91rm9200ek.h' (10,698) at 20210308005003584
12206 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/flight_recorder.hpp' (10,699) at 20211103000047313
12207 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1046ardb.h' (10,700) at 20210308005003600
12208 2025-10-05 03:01:02.571-0500 FINEST t466 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' (10,701) at 20230114040015494
12209 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/net.hpp' (10,702) at 20240817080027656
12210 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-m-profile-mve.xml' (10,703) at 20220429100100430
12211 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_close_unittest.cpp' (10,704) at 20220108040030440
12212 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dumpimage.h' (10,705) at 20210308005003760
12213 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemumips/machconfig' (10,706) at 20210307205554454
12214 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf/trace.h' (10,707) at 20241211090212470
12215 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/cougarcanyon2.c' (10,708) at 20210308005003008
12216 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arjeplog_Galtispouda' (10,709) at 20210307205553778
12217 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-3a.inc' (10,710) at 20240301090012451
12218 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libimport/libimport-into-perl_1.002004.bb' (10,711) at 20241221090017548
12219 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail.interface.yaml' (10,712) at 20220413030046446
12220 2025-10-05 03:01:02.571-0500 FINEST t466 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' (10,713) at 20221003030013265
12221 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/fp5280g3_fanboard.json' (10,714) at 20240305090004770
12222 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/reset/st,stm32-rcc.txt' (10,715) at 20210308005003308
12223 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/meson64.h' (10,716) at 20210308005003604
12224 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/native-perlinc.patch' (10,717) at 20241221090017664
12225 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stats/meson.build' (10,718) at 20230925080039997
12226 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/ldflags.patch' (10,719) at 20210307205554458
12227 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ulvohamn' (10,720) at 20210307205553794
12228 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/portals.c' (10,721) at 20210308005002832
12229 2025-10-05 03:01:02.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/220' (10,722) at 20210927100127493
12230 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemitev2/post_desc.json' (10,723) at 20221207040007843
12231 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb' (10,724) at 20231014080011735
12232 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/device.hpp' (10,725) at 20230511080035559
12233 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/sunxi_nand.c' (10,726) at 20210308005003416
12234 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/xusb-padctl-common.c' (10,727) at 20210308005002792
12235 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.BMC.service' (10,728) at 20230216040036091
12236 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-u-boot.dtsi' (10,729) at 20210308005002564
12237 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb' (10,730) at 20241206090014238
12238 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/isic/isic_0.07.bb' (10,731) at 20241221090017580
12239 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/mc.h' (10,732) at 20210308005002668
12240 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/physmem.c' (10,733) at 20210308005002884
12241 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb' (10,734) at 20230919080013974
12242 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xprop_1.2.8.bb' (10,735) at 20241221090017684
12243 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/32and64bit.patch' (10,736) at 20210307205554478
12244 2025-10-05 03:01:02.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5420/Makefile' (10,737) at 20210308005003044
12245 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch' (10,738) at 20241221090017636
12246 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/intel_i2c.c' (10,739) at 20210308005003384
12247 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS8-ssh-host@.service' (10,740) at 20231025080019870
12248 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memstat/memstat/0001-Include-limits.h-for-PATH_MAX-definition.patch' (10,741) at 20230706080014745
12249 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/microblaze_intc.h' (10,742) at 20210308005002808
12250 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kalen' (10,743) at 20210307205553786
12251 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/pylibfdt/libfdt.i_shipped' (10,744) at 20210308005003728
12252 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ledgroup' (10,745) at 20221213040024897
12253 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/268.out' (10,746) at 20210308005046465
12254 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/format-code.sh' (10,747) at 20240304090034947
12255 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bbappend' (10,748) at 20241206090014230
12256 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/types.h' (10,749) at 20210308005002544
12257 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory.errors.yaml' (10,750) at 20210610000035122
12258 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/stats64.h' (10,751) at 20230925080039933
12259 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Porvoo_Suomenkyla' (10,752) at 20210307205553774
12260 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/atomic-long.h' (10,753) at 20210308005003560
12261 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache-mod/apache-websocket_git.bb' (10,754) at 20240301090012435
12262 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/types.hpp' (10,755) at 20241105090029599
12263 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/rm/api.h' (10,756) at 20210308005002640
12264 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/selftest/cases/cvechecker.py' (10,757) at 20210307205554110
12265 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/parallels-read-bitmap.out' (10,758) at 20210927100127505
12266 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sunxi_emac.c' (10,759) at 20210308005003444
12267 2025-10-05 03:01:02.573-0500 FINEST t466 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' (10,760) at 20241221090017500
12268 2025-10-05 03:01:02.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-amd/amd-fpga/files/LICENSE' (10,761) at 20240308090017907
12269 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_pdu001_defconfig' (10,762) at 20210308005003244
12270 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/otp.c' (10,763) at 20230720080043539
12271 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config.bb' (10,764) at 20241206090014230
12272 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/280' (10,765) at 20220429100100914
12273 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_immap.h' (10,766) at 20210308005003652
12274 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb' (10,767) at 20241206090014342
12275 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/pysh/sherrors.py' (10,768) at 20210307205554242
12276 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/filedescriptor.cpp' (10,769) at 20210308005103637
12277 2025-10-05 03:01:02.574-0500 FINEST t466 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' (10,770) at 20240904080027730
12278 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/185' (10,771) at 20240326080039730
12279 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_r5_defconfig' (10,772) at 20210308005003284
12280 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/pluginbase.py' (10,773) at 20220204040022692
12281 2025-10-05 03:01:02.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/sdram.c' (10,774) at 20210308005002856
12282 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/nic301.h' (10,775) at 20210308005002780
12283 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/spl_picon.c' (10,776) at 20210308005002920
12284 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarnforsen' (10,777) at 20210307205553782
12285 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/sys-queue.h' (10,778) at 20210307205554486
12286 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/xlnx-versal-trng-test.c' (10,779) at 20240906080037576
12287 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/README' (10,780) at 20210308005002976
12288 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-37xx-devkit-u-boot.dtsi' (10,781) at 20210308005002596
12289 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0007-libtool-Fix-problem-with-libtoolize-in-multilib.patch' (10,782) at 20241221090017664
12290 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (10,783) at 20210812000025262
12291 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/002' (10,784) at 20210927100127473
12292 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FBM' (10,785) at 20241221090017616
12293 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/crt0_riscv_efi.S' (10,786) at 20210308005002844
12294 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/reset.c' (10,787) at 20210308005002548
12295 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mmc_host_def.h' (10,788) at 20210308005002660
12296 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/README' (10,789) at 20210308005002964
12297 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsisa32r6-linux' (10,790) at 20241206090014350
12298 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/Makefile' (10,791) at 20210308005002956
12299 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/syscallhdr.sh' (10,792) at 20241211090212378
12300 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/bmcctl/control_bmc_obj.c' (10,793) at 20210308004922932
12301 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/templates/layer.conf' (10,794) at 20210407000018114
12302 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vfio_zdev.h' (10,795) at 20221215040039202
12303 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/ipmi-network-format.md' (10,796) at 20240808080020596
12304 2025-10-05 03:01:02.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/phosphor-dbus-interfaces.wrap' (10,797) at 20230602080035412
12305 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb_regs.h' (10,798) at 20241211090212306
12306 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/pgpool.sysconfig' (10,799) at 20230401080011931
12307 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0008-greeter.c-show-information-on-gtk-label-info.patch' (10,800) at 20210307205553946
12308 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/ath79/pinctrl_qca953x.c' (10,801) at 20210308005003456
12309 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cjson/cjson/run-ptest' (10,802) at 20231126090012789
12310 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/op-start-host@.service' (10,803) at 20210307205554066
12311 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2' (10,804) at 20210307205554422
12312 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pxa-common.h' (10,805) at 20210308005003612
12313 2025-10-05 03:01:02.576-0500 FINEST t466 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' (10,806) at 20220910030013349
12314 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa/0002-gpio-Include-limits.h-for-PATH_MAX.patch' (10,807) at 20240113090014536
12315 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3036.h' (10,808) at 20210308005002660
12316 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/vc4graphics.cfg' (10,809) at 20241221090017576
12317 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/t4240rdb.c' (10,810) at 20210308005002996
12318 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-yaml-provider_git.bb' (10,811) at 20220921030015986
12319 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwc_ahsata.h' (10,812) at 20210308005003644
12320 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_s_w_ph.c' (10,813) at 20210308005046505
12321 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f429-pinctrl.dtsi' (10,814) at 20210308005002616
12322 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/libxml2/index.html' (10,815) at 20230114040015510
12323 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/socfpga.c' (10,816) at 20210308005002952
12324 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/074_vblock.dts' (10,817) at 20210308005003752
12325 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-Resolve-string-formatting-issues.patch' (10,818) at 20241206090014326
12326 2025-10-05 03:01:02.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/obmc/edid/program_edid' (10,819) at 20230809080018199
12327 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp0_conv.S' (10,820) at 20210308005046529
12328 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS3.conf' (10,821) at 20240529080017843
12329 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8349ITX.h' (10,822) at 20210308005003576
12330 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/qos.c' (10,823) at 20210308005003036
12331 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/tables.h' (10,824) at 20210308005002880
12332 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/sdbusplus.wrap' (10,825) at 20220322030031996
12333 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_ram.c' (10,826) at 20210308005003340
12334 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_h.c' (10,827) at 20210308005046513
12335 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/spl.c' (10,828) at 20210308005002784
12336 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sabre_common.h' (10,829) at 20210308005003604
12337 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-dmabuf.h' (10,830) at 20240326080039542
12338 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/pwm.h' (10,831) at 20210308005002672
12339 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_SPIFLASH_defconfig' (10,832) at 20210308005003244
12340 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-owl/sysmap-s900.c' (10,833) at 20210308005002768
12341 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nitrogen6x.h' (10,834) at 20210308005003608
12342 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/custom-runners.yml' (10,835) at 20240906080037132
12343 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/bootm.c' (10,836) at 20210308005002844
12344 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Knuth-CTAN' (10,837) at 20241221090017616
12345 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/181' (10,838) at 20230925080040089
12346 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/harmony/Kconfig' (10,839) at 20210308005003024
12347 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Dotseqn' (10,840) at 20211006000025234
12348 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/tach.hpp' (10,841) at 20240820080023694
12349 2025-10-05 03:01:02.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/files/fw_env.config' (10,842) at 20230704080013871
12350 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0003-error.h-is-specific-to-glibc-on-linux.patch' (10,843) at 20230706080014737
12351 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/asm-offsets.c' (10,844) at 20210308005002844
12352 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Settings/SnmpAlertsStore.js' (10,845) at 20241004080035963
12353 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/reg.h' (10,846) at 20210308005002816
12354 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/mux.c' (10,847) at 20210308005002948
12355 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libseccomp/files/run-ptest' (10,848) at 20230317080013829
12356 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mt7628-eth.c' (10,849) at 20210308005003436
12357 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/apx4devkit.c' (10,850) at 20210308005002924
12358 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashldi3.c' (10,851) at 20210308005002852
12359 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sandbox-kernel.dts' (10,852) at 20210308005003744
12360 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5272C3.h' (10,853) at 20210308005003576
12361 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/pci.c' (10,854) at 20210308005002992
12362 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere-host-force-reset@.service' (10,855) at 20220603100015803
12363 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_serial_mii_defconfig' (10,856) at 20210308005003236
12364 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/udivsi3_i4i-Os.S' (10,857) at 20210308005002852
12365 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rautjarvi_Simpele' (10,858) at 20210307205553774
12366 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-multilib/images/core-image-multilib-example.bb' (10,859) at 20210528000029723
12367 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/amcore/amcore.c' (10,860) at 20210308005003056
12368 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/files/rl-native.map' (10,861) at 20220204040022624
12369 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/arm-softmmu/default.mak' (10,862) at 20241211090212218
12370 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vlsrw.S' (10,863) at 20230426080043952
12371 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/test_loader.py' (10,864) at 20210307205554434
12372 2025-10-05 03:01:02.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/run-ci.sh' (10,865) at 20221213040033301
12373 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_xplained/Kconfig' (10,866) at 20210308005002920
12374 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/alert-banner.js' (10,867) at 20210308005107069
12375 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/configuration/entity-manager_%.bbappend' (10,868) at 20241226090016123
12376 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.scrapyard' (10,869) at 20210308005003296
12377 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/0001-Do-not-overwrite-all-our-build-flags.patch' (10,870) at 20210920100029307
12378 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/eeprom_field.h' (10,871) at 20210308005003644
12379 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (10,872) at 20211015100030976
12380 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/test/meson.build' (10,873) at 20240823080032949
12381 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed_2016.07.bb' (10,874) at 20241221090017472
12382 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ifdtool.h' (10,875) at 20210308005003764
12383 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/of_extra.c' (10,876) at 20210308005003356
12384 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_stm33_defconfig' (10,877) at 20210308005003236
12385 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Faltrask' (10,878) at 20210307205553782
12386 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/settings.hpp' (10,879) at 20240829080022542
12387 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/utils.S' (10,880) at 20210308005002712
12388 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-fifo.c' (10,881) at 20241211090212554
12389 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.3.rst' (10,882) at 20241221090017596
12390 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ddr_dimm_params.h' (10,883) at 20210308005003648
12391 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-topic-miamiplus.dts' (10,884) at 20210308005002632
12392 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/hafnium/hafnium_%.bbappend' (10,885) at 20241221090017464
12393 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (10,886) at 20210819000021018
12394 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/config.mk' (10,887) at 20210308005002732
12395 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb' (10,888) at 20230813080012856
12396 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/Makefile' (10,889) at 20210308005002760
12397 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/0001-Run-native-cd_idt8-cd_create_profile.patch' (10,890) at 20210307205553966
12398 2025-10-05 03:01:02.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r16-parrot.dts' (10,891) at 20210308005002628
12399 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/item_updater.hpp' (10,892) at 20241211090205454
12400 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-sbsa-ref.inc' (10,893) at 20241206090014210
12401 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/googletest.wrap' (10,894) at 20220805030037283
12402 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats2/trats2.c' (10,895) at 20210308005003044
12403 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/docs/README.md' (10,896) at 20240909080026931
12404 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/images/core-image-sato-dev.bb' (10,897) at 20210316000012737
12405 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/util.cpp' (10,898) at 20240301090004938
12406 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UCB' (10,899) at 20210307205554426
12407 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/misc.c' (10,900) at 20210308005003740
12408 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/systemd-sulogin-force.conf' (10,901) at 20240417080014694
12409 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/.gitignore' (10,902) at 20210307205553738
12410 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c' (10,903) at 20210308005002904
12411 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/Kconfig' (10,904) at 20210308005003412
12412 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemuarm64.cfg' (10,905) at 20220804030014691
12413 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/shift.c' (10,906) at 20220429100100946
12414 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Umfors' (10,907) at 20210307205553794
12415 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/snapper9260/Makefile' (10,908) at 20210308005002924
12416 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/aristainetos2b_defconfig' (10,909) at 20210308005003248
12417 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce300c2.inc' (10,910) at 20210905000020581
12418 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gunnarsbyn' (10,911) at 20210307205553782
12419 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/nconf.c' (10,912) at 20210308005003732
12420 2025-10-05 03:01:02.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/mc0306d4_00000018.dtsi' (10,913) at 20210308005002872
12421 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/README.ipam390' (10,914) at 20210308005002900
12422 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vislanda_Nydala' (10,915) at 20210307205553794
12423 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb' (10,916) at 20241221090017524
12424 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/qts/sdram_config.h' (10,917) at 20210308005002912
12425 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5485EVB.h' (10,918) at 20210308005003576
12426 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_syscall.h' (10,919) at 20220429100100614
12427 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ebcdic.h' (10,920) at 20210308005046029
12428 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kalarne' (10,921) at 20210307205553786
12429 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/x264/x264_git.bb' (10,922) at 20241206090014346
12430 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios.hpp' (10,923) at 20240903080027139
12431 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-ps-api-test_git.bb' (10,924) at 20220910030013341
12432 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/0001-Fix-time.h-check.patch' (10,925) at 20230503080014583
12433 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/files/static-group-meta-multimedia' (10,926) at 20231014080011723
12434 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/fusion.patch' (10,927) at 20210307205553938
12435 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/kp_id_rev.h' (10,928) at 20210308005003012
12436 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field5.decode' (10,929) at 20210308005046389
12437 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5329EVB.h' (10,930) at 20210308005003576
12438 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/ibm/meson.build' (10,931) at 20240908080010102
12439 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_pc2_defconfig' (10,932) at 20210308005003272
12440 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuusamo_Hamppulampi' (10,933) at 20210307205553770
12441 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_all_projects_page.py' (10,934) at 20241221090017592
12442 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/call_stack.tcl' (10,935) at 20210308005007108
12443 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/libxml2_conf.patch' (10,936) at 20230706080014769
12444 2025-10-05 03:01:02.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_open_unittest.cpp' (10,937) at 20220108040030440
12445 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_helper_unittest.cpp' (10,938) at 20240817080027656
12446 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/116.out' (10,939) at 20210927100127481
12447 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (10,940) at 20221122040015511
12448 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/blk.h' (10,941) at 20210308005003564
12449 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/a32-uncond.decode' (10,942) at 20230426080043856
12450 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/lpc32xx_hsuart.c' (10,943) at 20210308005003484
12451 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-host-running@.service' (10,944) at 20210308005055797
12452 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pbr_6.1.0.bb' (10,945) at 20241221090017668
12453 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.autoboot' (10,946) at 20210308005003292
12454 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzabha.c.inc' (10,947) at 20240906080037524
12455 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/bti-3.c' (10,948) at 20240906080037576
12456 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/rtl8169_mac.c' (10,949) at 20210308005003036
12457 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/count_state_floor.hpp' (10,950) at 20240106090025434
12458 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mmc.c' (10,951) at 20210308005003212
12459 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bloblist.h' (10,952) at 20210308005003564
12460 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/MAINTAINERS' (10,953) at 20210308005003032
12461 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/Makefile' (10,954) at 20210308005002912
12462 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_platform-powerpc.c' (10,955) at 20210308005002540
12463 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/ast_wdt.c' (10,956) at 20210308005003540
12464 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-0.39-tzfix.patch' (10,957) at 20210307205553822
12465 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg/run-ptest' (10,958) at 20210307205554538
12466 2025-10-05 03:01:02.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kustavi_Viherlahti' (10,959) at 20210307205553770
12467 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/sandybridge.h' (10,960) at 20210308005002876
12468 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_w.c' (10,961) at 20210308005046521
12469 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3288/MAINTAINERS' (10,962) at 20210308005003040
12470 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.rockchip' (10,963) at 20210308005003296
12471 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/buildhistory.py' (10,964) at 20220910030013401
12472 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Chuwi_V7_CW0825_defconfig' (10,965) at 20210308005003236
12473 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/at91_udc.c' (10,966) at 20210308005003504
12474 2025-10-05 03:01:02.583-0500 FINEST t466 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' (10,967) at 20230317080013789
12475 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-vinco.dts' (10,968) at 20210308005002568
12476 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/ca-AB-Calgary' (10,969) at 20210307205553754
12477 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0009-linux-syslinux-implement-install_bootblock.patch' (10,970) at 20220910030013425
12478 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/firefly-rk3288_defconfig' (10,971) at 20210308005003260
12479 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend' (10,972) at 20240113090014552
12480 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/files/no-strict-devmem.cfg' (10,973) at 20221120040010706
12481 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/turris_mox.h' (10,974) at 20210308005003620
12482 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/dram.c' (10,975) at 20210308005002768
12483 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-nested.json' (10,976) at 20210308005046397
12484 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_value_entry_encode_integer_check.yaml' (10,977) at 20240908080010098
12485 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/bbt.c' (10,978) at 20210308005003412
12486 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/__init__.py' (10,979) at 20210307205554634
12487 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec_i2c.c' (10,980) at 20210308005003396
12488 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-net2big.dts' (10,981) at 20210308005002592
12489 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-icnova-swac.dts' (10,982) at 20210308005002624
12490 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fastboot.c' (10,983) at 20210308005003208
12491 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/elog_errorwrap_test.hpp' (10,984) at 20241003080023049
12492 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libproxy/libproxy_0.5.9.bb' (10,985) at 20241221090017696
12493 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-plus.dts' (10,986) at 20210308005002624
12494 2025-10-05 03:01:02.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/ramlist.h' (10,987) at 20241022080032784
12495 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/vagrant.pub' (10,988) at 20210308005046393
12496 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/ls1012aqds.c' (10,989) at 20210308005002964
12497 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/Kconfig' (10,990) at 20241211090212510
12498 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/and.md' (10,991) at 20240809080033023
12499 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (10,992) at 20220224040010566
12500 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/Kconfig' (10,993) at 20210308005003456
12501 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock/Kconfig' (10,994) at 20210308005003032
12502 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/ddr.c' (10,995) at 20210308005002960
12503 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/Makefile' (10,996) at 20210308005003436
12504 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_gmac.dtsi' (10,997) at 20210308005002612
12505 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/obmc-poweroff.service' (10,998) at 20220727030013877
12506 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/Kconfig' (10,999) at 20210308005003496
12507 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (11,000) at 20210812000025166
12508 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/compr_rubin.h' (11,001) at 20210308005003652
12509 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/resetvec.S' (11,002) at 20210308005002860
12510 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c' (11,003) at 20210308005003012
12511 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/catfish/catfish_4.18.0.bb' (11,004) at 20231126090012805
12512 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb' (11,005) at 20240302090018214
12513 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ms7720se_defconfig' (11,006) at 20210308005003268
12514 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-vx.xml' (11,007) at 20210308005045817
12515 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/ffdc_git.bb' (11,008) at 20220921030015986
12516 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/arm_sbcon_i2c.h' (11,009) at 20230426080043760
12517 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/pfuze3000_pmic.h' (11,010) at 20210308005003680
12518 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_structs.h' (11,011) at 20220429100100618
12519 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/chassis.hpp' (11,012) at 20240817080031292
12520 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-Joensuu-Tikka' (11,013) at 20210307205553758
12521 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/server.ttyS2.conf' (11,014) at 20230606080013598
12522 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig' (11,015) at 20210307205554454
12523 2025-10-05 03:01:02.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-extended/timezone/tzdata.bbappend' (11,016) at 20240713080014142
12524 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/Kconfig' (11,017) at 20210308005003052
12525 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_emi.h' (11,018) at 20210308005002664
12526 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info-r8a7740.c' (11,019) at 20210308005002768
12527 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/paz00_defconfig' (11,020) at 20210308005003272
12528 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-du-l-works-fix-to-use-145-instead-of-144.patch' (11,021) at 20210307205554470
12529 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/blk_legacy.c' (11,022) at 20210308005003340
12530 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb' (11,023) at 20241221090017536
12531 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/dram_sun4i_auto.c' (11,024) at 20210308005003056
12532 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley-sys-init.service' (11,025) at 20211223040107525
12533 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/142.out' (11,026) at 20220429100100906
12534 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3399_defconfig' (11,027) at 20210308005003260
12535 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bootstrap/_helpers.scss' (11,028) at 20220105012522983
12536 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/tcf-agent/ldflags.patch' (11,029) at 20230401080011975
12537 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3328.h' (11,030) at 20210308005002660
12538 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/validate_plug_ins.py' (11,031) at 20221209040018559
12539 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_tfa_SECURE_BOOT_defconfig' (11,032) at 20210308005003264
12540 2025-10-05 03:01:02.585-0500 FINEST t466 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' (11,033) at 20230706080014741
12541 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/utils.hpp' (11,034) at 20210308005134001
12542 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap143/Makefile' (11,035) at 20210308005003028
12543 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte/0004-fast_float-Add-single-header-library-for-from_char-i.patch' (11,036) at 20241221090017700
12544 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/tlb.c' (11,037) at 20210308005002996
12545 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/qts/sdram_config.h' (11,038) at 20210308005002912
12546 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/ml605.dts' (11,039) at 20210308005002884
12547 2025-10-05 03:01:02.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/corenet_ds.c' (11,040) at 20210308005002964
12548 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/setjmp.h' (11,041) at 20210308005002848
12549 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/config.mk' (11,042) at 20210308005003008
12550 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.json' (11,043) at 20230925080040089
12551 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/038' (11,044) at 20210927100127473
12552 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/guest-random.c' (11,045) at 20240326080039754
12553 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_bt_unittest.cpp' (11,046) at 20240817080027656
12554 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4860qds_crossbar_con.h' (11,047) at 20210308005002956
12555 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/SerialOverLan/index.js' (11,048) at 20220105012522995
12556 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/mdio.h' (11,049) at 20210308005003676
12557 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8569_serdes.c' (11,050) at 20210308005002832
12558 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/genboardscfg.py' (11,051) at 20210308005003764
12559 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d2_xplained.dts' (11,052) at 20210308005002568
12560 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/gammu-smsdrc' (11,053) at 20210307205553878
12561 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/.gitignore' (11,054) at 20220628030020467
12562 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/51-these-are-not-joysticks-rm.rules' (11,055) at 20210307205553918
12563 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-mmio.h' (11,056) at 20210308005046481
12564 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/leds/starscream-led-manager-config-native.bb' (11,057) at 20241206090014234
12565 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Huskvarna' (11,058) at 20210307205553782
12566 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/connman' (11,059) at 20241221090017636
12567 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/.gitignore' (11,060) at 20210308005133429
12568 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/throttle-groups.h' (11,061) at 20240326080039526
12569 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_factory_reset_sub_menu.robot' (11,062) at 20240628080017113
12570 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.err' (11,063) at 20210308005046401
12571 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/scu.h' (11,064) at 20210308005002880
12572 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5_matrix.h' (11,065) at 20210308005002716
12573 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/acpid.service' (11,066) at 20210307205554450
12574 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tricorder_defconfig' (11,067) at 20210308005003284
12575 2025-10-05 03:01:02.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-musl.inc' (11,068) at 20220502030010152
12576 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/monitor_start_delay.md' (11,069) at 20240807080019546
12577 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_bch.c' (11,070) at 20210308005003416
12578 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/60-phosphor-networkd-default.network.in' (11,071) at 20230701080027201
12579 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/tlb.c' (11,072) at 20210308005002980
12580 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap36xx-am35xx-omap3430es2plus-clocks.dtsi' (11,073) at 20210308005002600
12581 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/ddr.c' (11,074) at 20210308005003000
12582 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/linux_boot_done.cpp' (11,075) at 20230713080008188
12583 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/circ.c' (11,076) at 20230925080040097
12584 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxctl.c' (11,077) at 20210308005108641
12585 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/meson.build' (11,078) at 20210524100135851
12586 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/multilib.bbclass' (11,079) at 20241206090014302
12587 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/common/sys_eeprom.c' (11,080) at 20210308005003168
12588 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/prcm-regs.c' (11,081) at 20210308005002760
12589 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fsl_serdes.h' (11,082) at 20210308005002640
12590 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc/0001-Fix-implicit-function-declarations.patch' (11,083) at 20230811080018302
12591 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400-ahe-50dc.dts' (11,084) at 20220512100034141
12592 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg' (11,085) at 20221015030011580
12593 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/byteorder.h' (11,086) at 20210308005002876
12594 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/139.out' (11,087) at 20210308005046449
12595 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/177' (11,088) at 20210927100127489
12596 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ystad_Metallgatan' (11,089) at 20210307205553794
12597 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/.gitignore' (11,090) at 20241022080002056
12598 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/fdtdec_common.c' (11,091) at 20210308005003704
12599 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/tsc_timer.dtsi' (11,092) at 20210308005002872
12600 2025-10-05 03:01:02.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_mime_database' (11,093) at 20210307205554642
12601 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54451EVB_defconfig' (11,094) at 20210308005003236
12602 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/conf/include/non-repro-meta-gnome.inc' (11,095) at 20241206090014234
12603 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb' (11,096) at 20241221090017544
12604 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53cx9020_defconfig' (11,097) at 20210308005003268
12605 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_constants.h' (11,098) at 20210308004938816
12606 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-syslog.service.in' (11,099) at 20210307205554470
12607 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-system.c' (11,100) at 20210308005003348
12608 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/logrotate.py' (11,101) at 20220910030013401
12609 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/Kconfig' (11,102) at 20210308005003016
12610 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/example/lamp-test/lamp-test-led-overrides.json' (11,103) at 20221208040033314
12611 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.err' (11,104) at 20210308005046409
12612 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/junit.sh' (11,105) at 20241221090017464
12613 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/exrl-trt.c' (11,106) at 20220429100100942
12614 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/work_92105_defconfig' (11,107) at 20210308005003284
12615 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/mv64361.h' (11,108) at 20210927100127237
12616 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_serdes.c' (11,109) at 20210308005002556
12617 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/union-sigval.patch' (11,110) at 20210307205553938
12618 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib/ts.conf' (11,111) at 20210307205553946
12619 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157-pinctrl.dtsi' (11,112) at 20210308005002616
12620 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte/0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch' (11,113) at 20241221090017700
12621 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lmb.c' (11,114) at 20210308005003708
12622 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvd.c.inc' (11,115) at 20241211090212514
12623 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-check-for-null-buffer-before-trying-a-byteswap.patch' (11,116) at 20230503080014579
12624 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_defconfig' (11,117) at 20210308005003244
12625 2025-10-05 03:01:02.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-riscv64_defconfig' (11,118) at 20210308005003276
12626 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pio.h' (11,119) at 20210308005002716
12627 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_imx7_emmc_defconfig' (11,120) at 20210308005003252
12628 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/exynos4210_gic.h' (11,121) at 20221215040039182
12629 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-gpio-presence@.service' (11,122) at 20210308005105441
12630 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.h' (11,123) at 20210308005003364
12631 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/p_corenet/law.c' (11,124) at 20210308005002960
12632 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-x86/Kconfig' (11,125) at 20210308005002956
12633 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/average_unittest.cpp' (11,126) at 20210308004940468
12634 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-loongarch64.json' (11,127) at 20241211090212394
12635 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dsim.h' (11,128) at 20210308005002724
12636 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (11,129) at 20230807080022154
12637 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_ges.c' (11,130) at 20210308005046529
12638 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/m68k-softmmu/default.mak' (11,131) at 20240906080037160
12639 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/gsc.c' (11,132) at 20210308005002996
12640 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d4.h' (11,133) at 20210308005002716
12641 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/setlocalversion' (11,134) at 20210308005003736
12642 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl.py' (11,135) at 20210308005003748
12643 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/Makefile' (11,136) at 20210308005002948
12644 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (11,137) at 20210807000017354
12645 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipe_btn.html' (11,138) at 20210307205554286
12646 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp15-ddr.dtsi' (11,139) at 20210308005002616
12647 2025-10-05 03:01:02.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/fan-full-speed.sh' (11,140) at 20230428080015194
12648 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/mp.c' (11,141) at 20210308005002836
12649 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/cpu-topology.rst' (11,142) at 20240906080037180
12650 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/memory_hotplug.h' (11,143) at 20240906080037328
12651 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0001-team_basic_test.py-check-the-return-value.patch' (11,144) at 20220204040022528
12652 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (11,145) at 20241008080015843
12653 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__env.hpp' (11,146) at 20241219090033964
12654 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/debian-zeroconf' (11,147) at 20210307205553834
12655 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400/xtensa-modules.c.inc' (11,148) at 20210308005046361
12656 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/format_utils_tests.cpp' (11,149) at 20240809080033023
12657 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mpc83xx_serdes.h' (11,150) at 20210308005003400
12658 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rcar-base.h' (11,151) at 20210308005002768
12659 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps_0.9.26.bb' (11,152) at 20220402030015895
12660 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/target-sdk-provides-dummy.bb' (11,153) at 20220402030016151
12661 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-nuvoton_2021.04.bb' (11,154) at 20240524080012817
12662 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/data.py' (11,155) at 20220910030013393
12663 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-repl_0.3.0.bb' (11,156) at 20241221090017548
12664 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/analyze-commits.py' (11,157) at 20230523080016046
12665 2025-10-05 03:01:02.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/exynos_mipi_dsi.txt' (11,158) at 20210308005003328
12666 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Mecklenburg-Vorpommern' (11,159) at 20210307205553766
12667 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/keys.rst' (11,160) at 20230925080039849
12668 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/bp_handler.hpp' (11,161) at 20210413000025361
12669 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/jz4780_gpio.h' (11,162) at 20210308005002820
12670 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac-gcrypt.c' (11,163) at 20241211090212230
12671 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/nlohmann_json.wrap' (11,164) at 20231208090032613
12672 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/104.out' (11,165) at 20210308005046445
12673 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/acpi_table.c' (11,166) at 20210308005002880
12674 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/LICENSE' (11,167) at 20210307205554226
12675 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/Makefile' (11,168) at 20210308005002800
12676 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-u-boot.dtsi' (11,169) at 20210308005002628
12677 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/daemonize.py' (11,170) at 20220910030013373
12678 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530.dtsi' (11,171) at 20210308005002568
12679 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ndis.h' (11,172) at 20210308005003508
12680 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-bridge/xio3130_downstream.h' (11,173) at 20220429100100562
12681 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/bss_data.c' (11,174) at 20210308005003752
12682 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6ull_14x14_evk_defconfig' (11,175) at 20210308005003272
12683 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/.gitignore' (11,176) at 20240625080021640
12684 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-revA/psu_init_gpl.c' (11,177) at 20210308005003200
12685 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/test_mbox.py' (11,178) at 20241221090017632
12686 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/report-index.html.jinja' (11,179) at 20220804030014695
12687 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/Kconfig' (11,180) at 20210308005002944
12688 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/ima-local-ca.priv' (11,181) at 20230520080014484
12689 2025-10-05 03:01:02.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cyrus.h' (11,182) at 20210308005003592
12690 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-proc.h' (11,183) at 20240906080037156
12691 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/secure-coding-practices.rst' (11,184) at 20210927100127073
12692 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/follow-fork-mode.c' (11,185) at 20240906080037576
12693 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m48t35ax.c' (11,186) at 20210308005003480
12694 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.6.0.bb' (11,187) at 20241221090017564
12695 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-colorlog_6.9.0.bb' (11,188) at 20241221090017548
12696 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/Makefile' (11,189) at 20210308005002972
12697 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/COPYING.MIT' (11,190) at 20210307205553674
12698 2025-10-05 03:01:02.592-0500 FINEST t466 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' (11,191) at 20240106090017233
12699 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/machine/pstbmc.conf' (11,192) at 20240330080013095
12700 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bmc_mode_enum.hpp' (11,193) at 20230719080007815
12701 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gpimage-common.c' (11,194) at 20210308005003764
12702 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_cmc.py' (11,195) at 20210308005003748
12703 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/307' (11,196) at 20210927100127505
12704 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb' (11,197) at 20241221090017512
12705 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/sensor-example.yaml' (11,198) at 20221209040032879
12706 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/rsakey.c' (11,199) at 20221215040039070
12707 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/Kconfig' (11,200) at 20210308005003024
12708 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-immom_python-convert-to-python3.patch' (11,201) at 20210307205553818
12709 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-phosphor/health/files/bmc_health_config.json' (11,202) at 20210520100035991
12710 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_a66_defconfig' (11,203) at 20210308005003236
12711 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-linux-procfs_0.7.3.bb' (11,204) at 20231126090012801
12712 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/.gitignore' (11,205) at 20210308005003732
12713 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/meson/windows.txt' (11,206) at 20240326080039394
12714 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/Kconfig' (11,207) at 20210308005002956
12715 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-beagle-x15.dts' (11,208) at 20210308005002564
12716 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/get_module_deps3.py' (11,209) at 20230811080018322
12717 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/board.c' (11,210) at 20210308005003028
12718 2025-10-05 03:01:02.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0001-configure-Check-for-Wno-error-format-truncation-comp.patch' (11,211) at 20230706080014749
12719 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps65910_dm.c' (11,212) at 20210308005003472
12720 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/tlb.c' (11,213) at 20210308005002960
12721 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-udmabuf-stubs.c' (11,214) at 20220429100100462
12722 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (11,215) at 20230511080017319
12723 2025-10-05 03:01:02.593-0500 FINEST t466 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' (11,216) at 20210307205554086
12724 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/052' (11,217) at 20210927100127477
12725 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb' (11,218) at 20240302090018206
12726 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/host-post/phosphor-host-postd_%.bbappend' (11,219) at 20221202040015727
12727 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry_1.3.1.bb' (11,220) at 20241221090017700
12728 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bergsjo_Balleberget' (11,221) at 20210307205553778
12729 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc-linux' (11,222) at 20230317080013833
12730 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/kernel.h' (11,223) at 20210927100127257
12731 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_muh.c' (11,224) at 20210308005046525
12732 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/ns16550.c' (11,225) at 20210308005003484
12733 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-co-shared-resource.c' (11,226) at 20241211090212562
12734 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/block-helpers.c' (11,227) at 20241211090212558
12735 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/picosam9g45_defconfig' (11,228) at 20210308005003276
12736 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/timer.h' (11,229) at 20210308005002668
12737 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/dhcp_configuration.hpp' (11,230) at 20240420080036377
12738 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libproc/libproc-waitstat-perl_1.00.bb' (11,231) at 20241221090017548
12739 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/pci_io.c' (11,232) at 20210308005002848
12740 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/dummy-gbmc-update/config-dummy.json' (11,233) at 20210803000022008
12741 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/run-bash-ptests' (11,234) at 20210307205554558
12742 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-reset-button.service' (11,235) at 20240105090012010
12743 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/virt-dt.c' (11,236) at 20210308005002556
12744 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-totp/tpm2-totp_0.3.0.bb' (11,237) at 20220121040027619
12745 2025-10-05 03:01:02.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/gdbstub.c' (11,238) at 20240326080039630
12746 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/dwc2_udc.h' (11,239) at 20210308005003688
12747 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (11,240) at 20241206090014230
12748 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/openssl-buildfix.patch' (11,241) at 20230706080014745
12749 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/cadence_qspi.h' (11,242) at 20210308005003492
12750 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dma-uclass.h' (11,243) at 20210308005003628
12751 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap-gpmc-smsc9221.dtsi' (11,244) at 20210308005002596
12752 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/tlb.c' (11,245) at 20210308005002996
12753 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_sunxi.c' (11,246) at 20210308005003352
12754 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/corstone1000-flash-firmware-image.bb' (11,247) at 20241221090017464
12755 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/cpu.c' (11,248) at 20210308005002556
12756 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.2' (11,249) at 20210307205554422
12757 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/client.c' (11,250) at 20240906080037376
12758 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3288.c' (11,251) at 20210308005003464
12759 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-base-board-ddr4-1600MHz.dtsi' (11,252) at 20210308005002592
12760 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/titanium.h' (11,253) at 20210308005003620
12761 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/network/phosphor-network_%.bbappend' (11,254) at 20241206090014206
12762 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0006-libcollectdclient-Fix-string-overflow-errors.patch' (11,255) at 20210307205553910
12763 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/water-cooled.yaml' (11,256) at 20210307205553698
12764 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borkan' (11,257) at 20210307205553778
12765 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/example/led-group-config.json' (11,258) at 20221208040033314
12766 2025-10-05 03:01:02.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-x86/bootparam.h' (11,259) at 20240906080037348
12767 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-regexpr' (11,260) at 20241221090017616
12768 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/collectd.init' (11,261) at 20210307205553910
12769 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/__init__.py' (11,262) at 20210307205554262
12770 2025-10-05 03:01:02.595-0500 FINEST t466 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' (11,263) at 20240113090014532
12771 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/platinum_picon.c' (11,264) at 20210308005002920
12772 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/Makefile' (11,265) at 20210308005003032
12773 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/TableToolbar.spec.js' (11,266) at 20241004080035975
12774 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5227x.h' (11,267) at 20210308005002804
12775 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/run-ptest' (11,268) at 20220402030015983
12776 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/sse-timer.h' (11,269) at 20230426080043768
12777 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/quirks-pl2303-ids.h' (11,270) at 20221215040039162
12778 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gwventana_emmc_defconfig' (11,271) at 20210308005003260
12779 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_nor.c' (11,272) at 20210308005046525
12780 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py' (11,273) at 20210307205554266
12781 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/0003-test-mark-util-monotonic_prc_fallback-as-retriable.patch' (11,274) at 20220125040024531
12782 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pathlib2_2.3.7.bb' (11,275) at 20241221090017556
12783 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-android.c' (11,276) at 20210308005003228
12784 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/pic32mzda_sk.dts' (11,277) at 20210308005002816
12785 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32mp15_basic_defconfig' (11,278) at 20210308005003280
12786 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-2.5-AU' (11,279) at 20211006000025230
12787 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/radvd.default' (11,280) at 20210307205553822
12788 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/xen-emu.h' (11,281) at 20230426080043888
12789 2025-10-05 03:01:02.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/097_elf_strip.dts' (11,282) at 20210308005003752
12790 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/poky-bleeding.conf' (11,283) at 20230401080011959
12791 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_SPIFLASH_defconfig' (11,284) at 20210308005003232
12792 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_a3700.c' (11,285) at 20210308005003452
12793 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-base.err' (11,286) at 20210308005046413
12794 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_usbtty_nand_defconfig' (11,287) at 20210308005003280
12795 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-clearfog-u-boot.dtsi' (11,288) at 20210308005002568
12796 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar933x/ddr.c' (11,289) at 20210308005002816
12797 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/VirtualMedia/index.js' (11,290) at 20220105012522999
12798 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_gop.c' (11,291) at 20210308005003700
12799 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lit' (11,292) at 20210307205553786
12800 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Resele' (11,293) at 20210307205553790
12801 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7753evb.h' (11,294) at 20210308005003616
12802 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb' (11,295) at 20241221090017532
12803 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/multilib_header_wrapper.h' (11,296) at 20210307205554638
12804 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ipkdbg/README.md' (11,297) at 20221209040019091
12805 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/groups.json' (11,298) at 20241106090019918
12806 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/subprojects/nlohmann_json.wrap' (11,299) at 20240402080008906
12807 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSET-PL-2.1' (11,300) at 20211006000025242
12808 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-mips.txt' (11,301) at 20240113090014532
12809 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7-ddr.h' (11,302) at 20210308005002652
12810 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/hauppauge.rc5' (11,303) at 20210307205553754
12811 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/state.c' (11,304) at 20210308005002844
12812 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/MAINTAINERS' (11,305) at 20210308005002952
12813 2025-10-05 03:01:02.596-0500 FINEST t466 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' (11,306) at 20210307205554034
12814 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb' (11,307) at 20241206090014258
12815 2025-10-05 03:01:02.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/neighbor.hpp' (11,308) at 20230701080027201
12816 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi' (11,309) at 20210307205553774
12817 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/063_entry_args_missing.dts' (11,310) at 20210308005003752
12818 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/i8254_internal.h' (11,311) at 20230426080043768
12819 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/MAINTAINERS' (11,312) at 20210308005003076
12820 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams_4.6.1.bb' (11,313) at 20241221090017508
12821 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/util-macros_1.20.2.bb' (11,314) at 20241221090017684
12822 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/wic/genericarm64.wks.in' (11,315) at 20240413080012683
12823 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smbus_4.3.bb' (11,316) at 20220402030016019
12824 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/Kconfig' (11,317) at 20210308005003172
12825 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Sydney' (11,318) at 20210307205553766
12826 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/builddashboard.html' (11,319) at 20210307205554282
12827 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-cdns.c' (11,320) at 20210308005003380
12828 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-dockstar.dts' (11,321) at 20210308005002592
12829 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/add-absolute-path-for-include-dir.patch' (11,322) at 20230706080014753
12830 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/control-internal.h' (11,323) at 20230925080040105
12831 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (11,324) at 20240625080012792
12832 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77995-u-boot.dtsi' (11,325) at 20210308005002604
12833 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Reigate' (11,326) at 20210307205553798
12834 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/sort-pmuevents.py' (11,327) at 20240301090012479
12835 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console/obmc-console.conf' (11,328) at 20230512080018777
12836 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntpd.service' (11,329) at 20230706080014741
12837 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/x530/kwbimage.cfg' (11,330) at 20210308005002908
12838 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/build-sysroots.bb' (11,331) at 20241221090017644
12839 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/run-ptest' (11,332) at 20210812000025198
12840 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/114.out' (11,333) at 20210927100127481
12841 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/dsdt.asl' (11,334) at 20210308005003008
12842 2025-10-05 03:01:02.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/p4080.c' (11,335) at 20210308005003432
12843 2025-10-05 03:01:02.597-0500 FINEST t466 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' (11,336) at 20241206090014258
12844 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/softoff/mainapp.cpp' (11,337) at 20240724080026572
12845 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/254' (11,338) at 20220429100100914
12846 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/nios2-linux' (11,339) at 20241206090014350
12847 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventDestinationCollection.json' (11,340) at 20240619080002944
12848 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_common.c' (11,341) at 20210308005002884
12849 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485AFE_defconfig' (11,342) at 20210308005003236
12850 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinum_onenand_small_defconfig' (11,343) at 20210308005003284
12851 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/cei-tk1-som.c' (11,344) at 20210308005002944
12852 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-amc/Makefile' (11,345) at 20210308005002904
12853 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d27_som1.dtsi' (11,346) at 20210308005002612
12854 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/pmbus_device.h' (11,347) at 20240326080039538
12855 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_kontronoem.c' (11,348) at 20210308004938828
12856 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/ftsdc010_mci.h' (11,349) at 20210308005003404
12857 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/socfpga.c' (11,350) at 20210308005003008
12858 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/sunxi_de2.c' (11,351) at 20210308005003536
12859 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/cache.h' (11,352) at 20210308005002544
12860 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/mxc_w1.c' (11,353) at 20210308005003540
12861 2025-10-05 03:01:02.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/entry.py' (11,354) at 20210308005003748
12862 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/posix_types.h' (11,355) at 20210308005002844
12863 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/armadillo-800eva_defconfig' (11,356) at 20210308005003248
12864 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/303.out' (11,357) at 20220429100100926
12865 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmhash/files/run-ptest' (11,358) at 20210307205554130
12866 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.Host@.service' (11,359) at 20230216040036091
12867 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-inventory-sel/config.yaml' (11,360) at 20210307205554070
12868 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-legacy.c' (11,361) at 20241211090212558
12869 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/prot-none.py' (11,362) at 20241211090212550
12870 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ls2080a.c' (11,363) at 20210308005003436
12871 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/Makefile' (11,364) at 20210308005002904
12872 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/NMI.interface.yaml' (11,365) at 20221207040023627
12873 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf-perl.inc' (11,366) at 20241221090017688
12874 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/motor-init-calibration@.service' (11,367) at 20221130040015776
12875 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/test/test_version.cpp' (11,368) at 20210308005405942
12876 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_ucode_ptr.lds' (11,369) at 20210308005003756
12877 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/insns.decode' (11,370) at 20210308005046329
12878 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci-stub.c' (11,371) at 20241211090212318
12879 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (11,372) at 20210307205553930
12880 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_remap.cpp' (11,373) at 20220922030007675
12881 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/suvd3_defconfig' (11,374) at 20210308005003280
12882 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_decompress.c' (11,375) at 20210308005003696
12883 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/voltage-regulator-configuration.md' (11,376) at 20221209040006395
12884 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/slt-ast2600_defconfig' (11,377) at 20210308005003280
12885 2025-10-05 03:01:02.599-0500 FINEST t466 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' (11,378) at 20230114040015494
12886 2025-10-05 03:01:02.599-0500 FINEST t466 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' (11,379) at 20231126090012769
12887 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0001-force-static-build.patch' (11,380) at 20210307205553750
12888 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/common/bur_common.h' (11,381) at 20210308005002904
12889 2025-10-05 03:01:02.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overammer' (11,382) at 20210307205553790
12890 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/liodn.c' (11,383) at 20210308005002832
12891 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/termbits.h' (11,384) at 20210308005046073
12892 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-monitor/phosphor-dbus-monitor-snmp.conf' (11,385) at 20210911000017986
12893 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ipoctal232-test.c' (11,386) at 20221215040039374
12894 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board_k2hk.c' (11,387) at 20210308005003076
12895 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd-machine-conf_1.0.bb' (11,388) at 20220721030015845
12896 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7792-cpg-mssr.h' (11,389) at 20210308005003632
12897 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/Kconfig' (11,390) at 20210308005003044
12898 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-xive.rst' (11,391) at 20210308005045805
12899 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-3.0' (11,392) at 20210307205554418
12900 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/pxaregs.c' (11,393) at 20210307205553994
12901 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/266.out' (11,394) at 20210308005046465
12902 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/phosphor-ipmi-net@.service' (11,395) at 20240725080028268
12903 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-monitor-config/monitor.yaml' (11,396) at 20210307205553694
12904 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_no_name.cpp' (11,397) at 20210308005100997
12905 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/fw-update/README.md' (11,398) at 20240622080036455
12906 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/README' (11,399) at 20220204040022568
12907 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/network/phosphor-network/90-hmc-usb0-network.rules' (11,400) at 20240727080014098
12908 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/Kconfig' (11,401) at 20210308005002964
12909 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/entity-manager/blocklist.json' (11,402) at 20230209040014205
12910 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-webencodings_0.5.1.bb' (11,403) at 20241221090017564
12911 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/console/glome-login.bb' (11,404) at 20241206090014226
12912 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/m547xevb.c' (11,405) at 20210308005002976
12913 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_pxa.c' (11,406) at 20210308005003484
12914 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/usb/ehci-msm.txt' (11,407) at 20210308005003328
12915 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qemu-ga-client' (11,408) at 20220429100100750
12916 2025-10-05 03:01:02.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/interactive.c' (11,409) at 20210308005003360
12917 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/Makefile' (11,410) at 20210308005003020
12918 2025-10-05 03:01:02.601-0500 FINEST t466 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' (11,411) at 20210307205554018
12919 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/led.h' (11,412) at 20210308005003656
12920 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6qdl_icore_mmc_defconfig' (11,413) at 20210308005003260
12921 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/tbs2910.cfg' (11,414) at 20210308005003068
12922 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/x86emui.h' (11,415) at 20210308005003336
12923 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/patchreview' (11,416) at 20220804030014663
12924 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/run_rule.md' (11,417) at 20240809080033023
12925 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host.metadata.yaml' (11,418) at 20210610000035114
12926 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32f4xx_exti.h' (11,419) at 20221215040039182
12927 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/parselogs-ignores-qemuarm64-secureboot.txt' (11,420) at 20241221090017468
12928 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-netcp.dtsi' (11,421) at 20210308005002592
12929 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-posix-acl.c' (11,422) at 20221215040039086
12930 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/zones.json' (11,423) at 20231213090027090
12931 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/filedescriptor.hpp' (11,424) at 20210308005103637
12932 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/ncsi-pkt.h' (11,425) at 20210308005003676
12933 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/gpio/phosphor-gpio-monitor/dependencies.conf' (11,426) at 20231216090014900
12934 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/clock.h' (11,427) at 20210308005002672
12935 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/0001-fix-dispmanx-build.patch' (11,428) at 20230131040012031
12936 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (11,429) at 20241210090013352
12937 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/clock.c' (11,430) at 20210308005002712
12938 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-hmp.c' (11,431) at 20240906080037572
12939 2025-10-05 03:01:02.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/plugin-gen.h' (11,432) at 20240906080037328
12940 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/unicode.cfg' (11,433) at 20210307205554470
12941 2025-10-05 03:01:02.602-0500 FINEST t466 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' (11,434) at 20210519000031351
12942 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_core.c' (11,435) at 20210308005003472
12943 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/styles/config/vocabularies/OpenSource/accept.txt' (11,436) at 20240413080012683
12944 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/Makefile' (11,437) at 20210308005003036
12945 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/update-results-script.patch' (11,438) at 20221003030013269
12946 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.2/index.html' (11,439) at 20210307205554246
12947 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/trace.h' (11,440) at 20210308005046561
12948 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Unitymedia' (11,441) at 20210307205553758
12949 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_pcidev.h' (11,442) at 20220429100100590
12950 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3036.c' (11,443) at 20210308005003464
12951 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/repository_test.cpp' (11,444) at 20220806030027605
12952 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/kmp204x.h' (11,445) at 20210308005003012
12953 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato/50-sato.conf' (11,446) at 20210307205554610
12954 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/armsse.h' (11,447) at 20240326080039534
12955 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/tremor-arm-thumb2.patch' (11,448) at 20210307205553802
12956 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/dlopen-deps.inc' (11,449) at 20241221090017644
12957 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.git-blame-ignore-revs' (11,450) at 20230426080043628
12958 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/syscallhdr.sh' (11,451) at 20241211090212378
12959 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-ga10h-v1.1.dts' (11,452) at 20210308005002624
12960 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/Makefile' (11,453) at 20210308005002912
12961 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/0003-meson.build-do-not-require-xkbcommon.patch' (11,454) at 20230811080018302
12962 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/sol_context.hpp' (11,455) at 20240829080025811
12963 2025-10-05 03:01:02.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/cross-crompile-ffmpeg.patch' (11,456) at 20230706080014765
12964 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/error-report.c' (11,457) at 20240906080037592
12965 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/ucp1020.h' (11,458) at 20210308005002900
12966 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ti/ddr3.c' (11,459) at 20210308005003220
12967 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/bmc_epoch.cpp' (11,460) at 20230729080031011
12968 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/Kconfig' (11,461) at 20210308005002992
12969 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause-Patent' (11,462) at 20210307205554418
12970 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rautavaara_Angervikko' (11,463) at 20210307205553774
12971 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor/clean-up-filesystem.service' (11,464) at 20240521080017280
12972 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/reset.c' (11,465) at 20210308005002716
12973 2025-10-05 03:01:02.603-0500 FINEST t466 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' (11,466) at 20240413080012627
12974 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/rawcopy.py' (11,467) at 20231207090015282
12975 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/classes/sanity-meta-integrity.bbclass' (11,468) at 20210629000017460
12976 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-stm32.txt' (11,469) at 20210308005003304
12977 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-helper/qemu-oe-bridge-helper.c' (11,470) at 20230706080014785
12978 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/__init__.py' (11,471) at 20210307205554262
12979 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch' (11,472) at 20240113090014532
12980 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/wrpll-cln28hpc.c' (11,473) at 20210308005003352
12981 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_devicepath.c' (11,474) at 20210308005003704
12982 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/trace-events' (11,475) at 20241211090212206
12983 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Bmc_VR10.json' (11,476) at 20221213040036917
12984 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/optee_smc.h' (11,477) at 20210308005003496
12985 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.10.bb' (11,478) at 20220823030015959
12986 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/conf/distro/include/maintainers-meta-security.inc' (11,479) at 20230520080014484
12987 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.13.bb' (11,480) at 20231014080011723
12988 2025-10-05 03:01:02.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bmp.c' (11,481) at 20210308005003208
12989 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/StorageCollection.json' (11,482) at 20240619080002956
12990 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/crt0.S' (11,483) at 20210308005003540
12991 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-obmc-phosphor-debugtools.bbappend' (11,484) at 20210812000025258
12992 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c' (11,485) at 20210308005002832
12993 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_structs.h' (11,486) at 20220429100100614
12994 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cardhu.h' (11,487) at 20210308005003588
12995 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/conf/machine/include/tyan.inc' (11,488) at 20211222040037065
12996 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/lu-Ettelbruck-ACE' (11,489) at 20210307205553758
12997 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/files/0002-fix-parallel-error.patch' (11,490) at 20210307205553914
12998 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/spl.c' (11,491) at 20210308005002984
12999 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/javascript/.clang-format' (11,492) at 20210308004941080
13000 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mtk-common.h' (11,493) at 20210308005003456
13001 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch' (11,494) at 20210307205554602
13002 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/Makefile.am' (11,495) at 20210308005111457
13003 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/160' (11,496) at 20210927100127489
13004 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/gitutil.py' (11,497) at 20210308005003772
13005 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/phosphor-dbus-interfaces.wrap' (11,498) at 20230821192414188
13006 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/mpc8555cds.c' (11,499) at 20210308005002980
13007 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus/README.rst' (11,500) at 20210927100127013
13008 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/README.sunxi64' (11,501) at 20210308005003056
13009 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts' (11,502) at 20210308005002636
13010 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppNavigation/index.js' (11,503) at 20220105012522983
13011 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/rsyslog/rsyslog/journald.conf' (11,504) at 20230818080016881
13012 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uftrace/uftrace/0001-include-libgen.h-for-basename.patch' (11,505) at 20240413080012655
13013 2025-10-05 03:01:02.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miamilite/ps7_init_gpl.c' (11,506) at 20210308005003080
13014 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/omap_gpio.c' (11,507) at 20210308005003376
13015 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/config.mk' (11,508) at 20210308005002560
13016 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb' (11,509) at 20240413080012659
13017 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/MAINTAINERS' (11,510) at 20210308005002944
13018 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vnc-display-test.c' (11,511) at 20230426080043948
13019 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (11,512) at 20230804080018095
13020 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/timestamp.h' (11,513) at 20210308005003688
13021 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Dusseldorf' (11,514) at 20210307205553766
13022 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/mx6slevk.c' (11,515) at 20210308005002984
13023 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-avx.py' (11,516) at 20240326080039742
13024 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd_fix/nss-pam-ldapd_%.bbappend' (11,517) at 20220921030015990
13025 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-storage_%.bbappend' (11,518) at 20230114040015466
13026 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/freediameter.service' (11,519) at 20210307205553830
13027 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_nor_defconfig' (11,520) at 20210308005003264
13028 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32h743-eval.h' (11,521) at 20210308005003616
13029 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-ppce500_defconfig' (11,522) at 20210308005003276
13030 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/gru/gru.c' (11,523) at 20210308005003004
13031 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/event_logger.hpp' (11,524) at 20221005030030498
13032 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/Makefile' (11,525) at 20210308005003696
13033 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/hwmon_unittest.cpp' (11,526) at 20230511080028987
13034 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-with-bitmap.sh' (11,527) at 20210927100127505
13035 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-06' (11,528) at 20220718030006057
13036 2025-10-05 03:01:02.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/handler_config.hpp' (11,529) at 20210308005120353
13037 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/policy_table.hpp' (11,530) at 20210308005117205
13038 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/string.c' (11,531) at 20210308005003720
13039 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client/Create.interface.yaml' (11,532) at 20220315030032667
13040 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_crc32.c' (11,533) at 20210308005003704
13041 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/config.mk' (11,534) at 20210308005002848
13042 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/dtc_1.7.2.bb' (11,535) at 20241221090017688
13043 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/eeprom/eeprom_layout.c' (11,536) at 20210308005003224
13044 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/lowlevel_init.S' (11,537) at 20210308005002716
13045 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/Makefile' (11,538) at 20210308005002540
13046 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bearssl/bearssl_0.6.bb' (11,539) at 20240301090012419
13047 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.rst' (11,540) at 20241221090017596
13048 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qtest_aspeed.h' (11,541) at 20240906080037572
13049 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/app-header.html' (11,542) at 20210308005107069
13050 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb' (11,543) at 20241221090017484
13051 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-backend.c' (11,544) at 20240326080039518
13052 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm.yml' (11,545) at 20241206090014206
13053 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.get.hpp.mako' (11,546) at 20230902080037617
13054 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.json' (11,547) at 20221215040039362
13055 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/conftest.py' (11,548) at 20210308005003744
13056 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/directives/index.scss' (11,549) at 20210308005107073
13057 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6/tune-arm1136jf-s.inc' (11,550) at 20210905000020581
13058 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/Kconfig' (11,551) at 20210308005003380
13059 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Vilamarxant' (11,552) at 20210307205553766
13060 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/sec_firmware_asm.S' (11,553) at 20210308005002560
13061 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sll_h.c' (11,554) at 20210308005046521
13062 2025-10-05 03:01:02.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Seitevaare' (11,555) at 20210307205553790
13063 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ffs/ffs.inc' (11,556) at 20210812000025258
13064 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/atmel_usart.c' (11,557) at 20210308005003484
13065 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/chrony.conf' (11,558) at 20240905080011586
13066 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/index.html' (11,559) at 20210307205554246
13067 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/config.h' (11,560) at 20210308005002888
13068 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/0001-Removed-icon-from-connman-gnome-about-applet.patch' (11,561) at 20210307205554462
13069 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/Makefile.am.include' (11,562) at 20210308005108641
13070 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/meson-gxbb-gpio.h' (11,563) at 20210308005003636
13071 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb' (11,564) at 20231207090015270
13072 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/mclink.c' (11,565) at 20210308005003000
13073 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/ncp_1.2.4.bb' (11,566) at 20220402030015911
13074 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-RidgeHill' (11,567) at 20210307205553798
13075 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_signed_image_update.robot' (11,568) at 20240628080017121
13076 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx6_ccm.h' (11,569) at 20210308005046021
13077 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json' (11,570) at 20210702100031190
13078 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0012-add-explicit-dependency-on-libraries.patch' (11,571) at 20241221090017540
13079 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/common-account' (11,572) at 20241010080011636
13080 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/smc91c111.h' (11,573) at 20240906080037336
13081 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend' (11,574) at 20230401080011947
13082 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/abi-dump-formatter' (11,575) at 20240524080010085
13083 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger_%.bbappend' (11,576) at 20241206090014206
13084 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/console/obmc-console_git.bbappend' (11,577) at 20240113090014528
13085 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/grackle.h' (11,578) at 20221215040039182
13086 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pika_1.3.2.bb' (11,579) at 20240302090018210
13087 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-launch.svg' (11,580) at 20210308005107069
13088 2025-10-05 03:01:02.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/classes/sdcard_image-rpi.bbclass' (11,581) at 20240302090018214
13089 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/t2080.dtsi' (11,582) at 20210308005002836
13090 2025-10-05 03:01:02.608-0500 FINEST t466 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' (11,583) at 20230114040015542
13091 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/peci.c' (11,584) at 20210421100236118
13092 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TGPPL-1.0' (11,585) at 20241221090017616
13093 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0009-net-snmp-fix-for-disable-des.patch' (11,586) at 20240413080012643
13094 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cei-tk1-som_defconfig' (11,587) at 20210308005003252
13095 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/prototype.in' (11,588) at 20210308004938816
13096 2025-10-05 03:01:02.608-0500 FINEST t466 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' (11,589) at 20241221090017544
13097 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/common/cpld-gpio-bus.c' (11,590) at 20210308005002904
13098 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7796.c' (11,591) at 20210308005003464
13099 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/run-ptest' (11,592) at 20231011080016578
13100 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-types-psutil_6.1.0.20241102.bb' (11,593) at 20241221090017560
13101 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/transactions.h' (11,594) at 20220429100100590
13102 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-cut-Fix-s-flag-to-omit-blank-lines.patch' (11,595) at 20241221090017636
13103 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/EventLogs/EventLogs.vue' (11,596) at 20241004080035967
13104 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mbuffer/mbuffer_20140310.bb' (11,597) at 20241221090017540
13105 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Settings/DateTimeStore.js' (11,598) at 20241004080035963
13106 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-logs-to-file' (11,599) at 20241004080013211
13107 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips32r6.inc' (11,600) at 20210905000020581
13108 2025-10-05 03:01:02.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/compression.h' (11,601) at 20210308005003688
13109 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cachectl.h' (11,602) at 20210308005002816
13110 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu-qom.h' (11,603) at 20240906080037508
13111 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_shc_defconfig' (11,604) at 20210308005003244
13112 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/hardware.h' (11,605) at 20210308005002732
13113 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kyyjarvi_Noposenaho' (11,606) at 20210307205553770
13114 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SISSL' (11,607) at 20211006000025242
13115 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest-fast.bb' (11,608) at 20240302090018202
13116 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/linux-yocto-rt_%.bbappend' (11,609) at 20230813080012860
13117 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (11,610) at 20231004080018999
13118 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-telnet-perl_3.05.bb' (11,611) at 20241221090017548
13119 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.md.mako' (11,612) at 20210308005049765
13120 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-grub.bbclass' (11,613) at 20220910030013385
13121 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/templates/default/bblayers.conf.sample' (11,614) at 20240323080013545
13122 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/Kconfig' (11,615) at 20210308005003364
13123 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-9.yaml' (11,616) at 20241219090012972
13124 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (11,617) at 20220224040010566
13125 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pnv_phb3.h' (11,618) at 20240906080037336
13126 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/ppc_e500.h' (11,619) at 20210308005046025
13127 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_font_4x6.h' (11,620) at 20210308005003692
13128 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rock960-rk3399_defconfig' (11,621) at 20210308005003276
13129 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/gen-vdso-elfn.c.inc' (11,622) at 20241211090212378
13130 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/commit.info' (11,623) at 20241217090453707
13131 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/cli11.wrap' (11,624) at 20210507000042347
13132 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/README.md' (11,625) at 20230629131804615
13133 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/qed.py' (11,626) at 20210308005046473
13134 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_cpu.h' (11,627) at 20210308005046089
13135 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/MAINTAINERS' (11,628) at 20210308005003012
13136 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/pfe_hw.h' (11,629) at 20210308005003676
13137 2025-10-05 03:01:02.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm-utils.h' (11,630) at 20210308005003716
13138 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/MAINTAINERS' (11,631) at 20210308005003028
13139 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend' (11,632) at 20231126090012829
13140 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bograngen' (11,633) at 20210307205553778
13141 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config/daytonax-ipmi-sensors.yaml' (11,634) at 20230209040014205
13142 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/rk_gpio.c' (11,635) at 20210308005003380
13143 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/internal.h' (11,636) at 20241101080034432
13144 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.7.0.bb' (11,637) at 20241221090017664
13145 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/TLWG' (11,638) at 20210307205553870
13146 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/xmlcatalog.bbclass' (11,639) at 20240113090014552
13147 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/gpio.h' (11,640) at 20210308005002776
13148 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/version.c' (11,641) at 20230302090047758
13149 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/obmc-console@.service' (11,642) at 20220119040023096
13150 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/.b4-config' (11,643) at 20241221090017460
13151 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-v7-u-boot.dtsi' (11,644) at 20210308005002632
13152 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/120.out' (11,645) at 20240326080039726
13153 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/microcode-tool' (11,646) at 20210308005003768
13154 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/uninative-flags.inc' (11,647) at 20210812000025306
13155 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_hs_evm_defconfig' (11,648) at 20210308005003244
13156 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nanopb.wrap' (11,649) at 20240323080007057
13157 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (11,650) at 20241023080015407
13158 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-docopt_0.6.2.bb' (11,651) at 20241221090017552
13159 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (11,652) at 20230807080022150
13160 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/dram_if.h' (11,653) at 20210308005003368
13161 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nuttcp/nuttcp/nuttcp.socket' (11,654) at 20210307205553846
13162 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/ipmi_variable.py' (11,655) at 20221209040018559
13163 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kottsjon' (11,656) at 20210307205553786
13164 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/machines.py' (11,657) at 20241221090017620
13165 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu.sasl' (11,658) at 20210927100127337
13166 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/fix-indentation-for-gcc6.patch' (11,659) at 20230706080014757
13167 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/Kconfig' (11,660) at 20210308005002540
13168 2025-10-05 03:01:02.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0001-Fix-upstream-CFLAGS-override.patch' (11,661) at 20241221090017516
13169 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/io.h' (11,662) at 20210308005002544
13170 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/reset.c' (11,663) at 20210308005002544
13171 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/MAINTAINERS' (11,664) at 20210308005002968
13172 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm64-alt.yml' (11,665) at 20210307205554110
13173 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/pointercal.xinput' (11,666) at 20210307205554590
13174 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qualcomm-misc/README.md' (11,667) at 20210308005115201
13175 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_h.c' (11,668) at 20210308005046517
13176 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/XSkat' (11,669) at 20211006000025246
13177 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-h32mx.c' (11,670) at 20210308005003348
13178 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/082' (11,671) at 20210927100127481
13179 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/palmas.c' (11,672) at 20210308005003468
13180 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/linux-kernel-base.bbclass' (11,673) at 20230813080012872
13181 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/Makefile' (11,674) at 20210307205554622
13182 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lcov/lcov_1.16.bb' (11,675) at 20241221090017536
13183 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/ea20/Makefile' (11,676) at 20210308005002952
13184 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/icyque_git.bb' (11,677) at 20241221090017544
13185 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_partition_invalid.cpp' (11,678) at 20210308005100997
13186 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/omap3_display.c' (11,679) at 20210308005002948
13187 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-cluster.c' (11,680) at 20240326080039382
13188 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/zoned.out' (11,681) at 20230925080040093
13189 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/crc32c.h' (11,682) at 20230925080039933
13190 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/index.rst' (11,683) at 20211006000025218
13191 2025-10-05 03:01:02.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/imx/timer.c' (11,684) at 20210308005002548
13192 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stout.h' (11,685) at 20210308005003616
13193 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/getConfig.hpp' (11,686) at 20240817080005771
13194 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-core/udev/udev-aspeed-vuart.bb' (11,687) at 20241206090014218
13195 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/Kconfig' (11,688) at 20220215040051588
13196 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4420QDS_defconfig' (11,689) at 20210308005003232
13197 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/cockpit.pam' (11,690) at 20210307205554038
13198 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ivalo_Saarineitamovaara' (11,691) at 20210307205553770
13199 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/u-boot.e500' (11,692) at 20210927100127329
13200 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fat.c' (11,693) at 20210308005003208
13201 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/popmetal_rk3288.h' (11,694) at 20210308005003612
13202 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/CVE-2021-33640-CVE-2021-33645-CVE-2021-33646.patch' (11,695) at 20241221090017540
13203 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx8qxp-clock.h' (11,696) at 20210308005003632
13204 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-swap/test_mips64r6_dbitswap.c' (11,697) at 20210308005046525
13205 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/video/edid.h' (11,698) at 20210308005002880
13206 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/MAINTAINERS' (11,699) at 20210308005003076
13207 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP5.interface.yaml' (11,700) at 20220315030032659
13208 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/interface_ops_test.cpp' (11,701) at 20240820080025626
13209 2025-10-05 03:01:02.612-0500 FINEST t466 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' (11,702) at 20241206090014274
13210 2025-10-05 03:01:02.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/libpwquality_1.4.5.bb' (11,703) at 20240302090018206
13211 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ds4510.c' (11,704) at 20210308005003400
13212 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.11.0.bb' (11,705) at 20241221090017684
13213 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/test/sdevent.hpp' (11,706) at 20230511080043139
13214 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/hei_user_interface.cpp' (11,707) at 20210319000021546
13215 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ACPIPowerState.interface.yaml' (11,708) at 20221207040023627
13216 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.VLAN' (11,709) at 20210308005003292
13217 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/seaboard/MAINTAINERS' (11,710) at 20210308005003024
13218 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rockchip-common.h' (11,711) at 20210308005003612
13219 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pdu/schneider.robot' (11,712) at 20220719100015490
13220 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/aspell/aspell/0001-modules-speller-default-vector_hash-t.hpp-fix-gcc-15.patch' (11,713) at 20241221090017692
13221 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (11,714) at 20230321080018353
13222 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/hardware.h' (11,715) at 20210308005002720
13223 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-autogen.sh-not-generate-configure.patch' (11,716) at 20220402030015911
13224 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.err' (11,717) at 20210308005046405
13225 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/trace-enable/trace-enable.bb' (11,718) at 20241206090014274
13226 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/run-ci' (11,719) at 20221209040036307
13227 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (11,720) at 20241206090014230
13228 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ncsi_ast2600a1.h' (11,721) at 20210308005003608
13229 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/MAINTAINERS' (11,722) at 20210308005002984
13230 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/circuit.json' (11,723) at 20230202040011970
13231 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/r5_mpu.c' (11,724) at 20210308005002732
13232 2025-10-05 03:01:02.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_verificationpending_unittest.cpp' (11,725) at 20210308005120353
13233 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_mc.h' (11,726) at 20210308005002716
13234 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/config/test-empty-group.yaml' (11,727) at 20240911080053391
13235 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/service_files/yaml/phosphor-fan-control@.service' (11,728) at 20220819030023849
13236 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/common.hpp' (11,729) at 20220622030021581
13237 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/modules.c' (11,730) at 20210308005046397
13238 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fuse' (11,731) at 20210308005003292
13239 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/usbif.h' (11,732) at 20240326080039546
13240 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-subdir/testfile' (11,733) at 20210307205554386
13241 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/18-cve-2014-9913-unzip-buffer-overflow.patch' (11,734) at 20210307205554574
13242 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-cmd.bb' (11,735) at 20241206090014226
13243 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/go-mod.bbclass' (11,736) at 20241221090017608
13244 2025-10-05 03:01:02.614-0500 FINEST t466 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' (11,737) at 20230706080014741
13245 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bus_vcxk.h' (11,738) at 20210308005003564
13246 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Valtimo' (11,739) at 20210307205553774
13247 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_fadd.S' (11,740) at 20230925080040101
13248 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/clearfog.h' (11,741) at 20210308005003588
13249 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OCCT-PL' (11,742) at 20211006000025242
13250 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/kwbimage.cfg' (11,743) at 20210308005002908
13251 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/soc/ti/k3-sec-proxy.h' (11,744) at 20210308005003668
13252 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_tfa_defconfig' (11,745) at 20210308005003264
13253 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/booti.c' (11,746) at 20230310090043279
13254 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-3.0' (11,747) at 20210307205554418
13255 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.err' (11,748) at 20210308005046409
13256 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7ve.inc' (11,749) at 20210905000020581
13257 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/trace.h' (11,750) at 20210308005003688
13258 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.commands' (11,751) at 20210308005003292
13259 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc106.h' (11,752) at 20210308005003672
13260 2025-10-05 03:01:02.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/cim-schema.inc' (11,753) at 20210307205553838
13261 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9n12ek/MAINTAINERS' (11,754) at 20210308005002916
13262 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet_git.bb' (11,755) at 20240301090012427
13263 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/cim-schema-final_2.40.0.bb' (11,756) at 20241206090014242
13264 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/wdt_diag288.h' (11,757) at 20210308005046037
13265 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/fvp.py' (11,758) at 20241221090017468
13266 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_sa_w_ph.c' (11,759) at 20210308005046505
13267 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pystatemgr/setup.py' (11,760) at 20220728030041559
13268 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lprng/lprng/0001-checkpc-Do-not-define-Mail_fd-multiple-times.patch' (11,761) at 20210307205553918
13269 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/polaroid_mid2809pxe04_defconfig' (11,762) at 20210308005003276
13270 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/trace.h' (11,763) at 20210308005045881
13271 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/files/check-setuid-use-more-portable-find-args.patch' (11,764) at 20230706080014765
13272 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-stat.c' (11,765) at 20240326080039390
13273 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/dp_mcu_firmware.h' (11,766) at 20230720080043539
13274 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/ddr.c' (11,767) at 20210308005002968
13275 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/fts/fts_1.2.7.bb' (11,768) at 20230503080014615
13276 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vhost-user-gpu-pci.c' (11,769) at 20221215040039106
13277 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-core/os-release/os-release.bbappend' (11,770) at 20230221040011682
13278 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/rust/rust_root_crate.sh' (11,771) at 20241211090212458
13279 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/ds24xxx.c' (11,772) at 20210308005003536
13280 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/hre.c' (11,773) at 20210308005003000
13281 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/templates/default/local.conf.sample' (11,774) at 20241221090017480
13282 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/colo-proxy.txt' (11,775) at 20240906080037172
13283 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/file_handler_unittest.cpp' (11,776) at 20211023000052680
13284 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/keystone_nav.c' (11,777) at 20210308005003372
13285 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-alt-u-boot.dts' (11,778) at 20210308005002600
13286 2025-10-05 03:01:02.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/cpu_init.c' (11,779) at 20210308005002836
13287 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sunxi-common.h' (11,780) at 20210308005003620
13288 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-or-later' (11,781) at 20211006000025234
13289 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/config-static-bmc.json.in' (11,782) at 20210308005120349
13290 2025-10-05 03:01:02.616-0500 FINEST t466 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' (11,783) at 20231126090012777
13291 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/hello-s390x-asm.S' (11,784) at 20230925080040101
13292 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/bootm.c' (11,785) at 20210308005002544
13293 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/Makefile' (11,786) at 20210308005046397
13294 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/gdbstub/test-svc.py' (11,787) at 20240906080037580
13295 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/pseudo_pyc_test2.py' (11,788) at 20210307205554386
13296 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/riscv64.conf' (11,789) at 20240106090017257
13297 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_tpl.py' (11,790) at 20210308005003748
13298 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/board.h' (11,791) at 20210308005003076
13299 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch' (11,792) at 20220204040022688
13300 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Heater.v1_0_2.json' (11,793) at 20240619080002948
13301 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/0002-don-t-try-to-run-generated-binaries.patch' (11,794) at 20241221090017676
13302 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/bti-crt.c.inc' (11,795) at 20240326080039742
13303 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/format-yaml/format-yaml.py' (11,796) at 20221209040019091
13304 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/stm32-adc-core.c' (11,797) at 20210308005003332
13305 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/Kconfig' (11,798) at 20210308005003052
13306 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-env.sh' (11,799) at 20210307205554534
13307 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/i2c-mux-gpio.c' (11,800) at 20210308005003384
13308 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/0001-usb.h-Include-sys-types.h.patch' (11,801) at 20230317080013793
13309 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/pinmux-config-dalmore.h' (11,802) at 20210308005003024
13310 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/taurus/MAINTAINERS' (11,803) at 20210308005003052
13311 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glslang/glslang/0001-generate-glslang-pkg-config.patch' (11,804) at 20241221090017684
13312 2025-10-05 03:01:02.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000-500.dts' (11,805) at 20210308005002628
13313 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/rate_template.h' (11,806) at 20230426080043636
13314 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/stdplus.wrap' (11,807) at 20240329080027212
13315 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/00_man_quoting.diff' (11,808) at 20241221090017680
13316 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/iothread.h' (11,809) at 20210927100127641
13317 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-panel-sharp-ls037v7dw01.dtsi' (11,810) at 20210308005002596
13318 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/yosemite4-temporary-host-software-versions.yml' (11,811) at 20240803080017241
13319 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_bind.py' (11,812) at 20210308005003744
13320 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/0001-remove-dropped-templates.patch' (11,813) at 20230919080013958
13321 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/857.patch' (11,814) at 20230706080014761
13322 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi.h' (11,815) at 20210308005003020
13323 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max8997_pmic.h' (11,816) at 20210308005003680
13324 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/bcdsub.c' (11,817) at 20221215040039390
13325 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mie3-compl.c' (11,818) at 20220429100100946
13326 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/coreboot.c' (11,819) at 20210308005003524
13327 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/flash.h' (11,820) at 20210308005003648
13328 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/bmu.h' (11,821) at 20210308005003676
13329 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/MAINTAINERS' (11,822) at 20210308005002904
13330 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/devkit3250_spl.c' (11,823) at 20210308005003080
13331 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zipitz2/zipitz2.c' (11,824) at 20210308005003204
13332 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/pr-manager-stub.c' (11,825) at 20210308005046253
13333 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/Kconfig' (11,826) at 20210308005002916
13334 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/ptrace.h' (11,827) at 20210308005002824
13335 2025-10-05 03:01:02.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-ppce500.h' (11,828) at 20210308005003612
13336 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk-hsdk-cgu.c' (11,829) at 20210308005003348
13337 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/redfish-tests/README.md' (11,830) at 20240821080039164
13338 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-espi/bare-metal-espi/disable-espi.service' (11,831) at 20241126090011759
13339 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/O_component_ids.json' (11,832) at 20240323080030085
13340 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/regression-vhdx-log' (11,833) at 20230426080043944
13341 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__variant.hpp' (11,834) at 20241217090453707
13342 2025-10-05 03:01:02.618-0500 FINEST t466 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' (11,835) at 20240106090017233
13343 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/tegra_i2c.c' (11,836) at 20210308005003384
13344 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/xen-detect.c' (11,837) at 20230925080039993
13345 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/YPL-1.0' (11,838) at 20211006000025246
13346 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (11,839) at 20210812000025162
13347 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/fennec_rk3288/Kconfig' (11,840) at 20210308005003040
13348 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/tmpd.cpp' (11,841) at 20220922030007675
13349 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/.gitignore' (11,842) at 20220603030026297
13350 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra71-evm-u-boot.dtsi' (11,843) at 20210308005002576
13351 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/.gitignore' (11,844) at 20210308005100989
13352 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/README.md' (11,845) at 20240809080033019
13353 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-dev.bb' (11,846) at 20220204040022564
13354 2025-10-05 03:01:02.618-0500 FINEST t466 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' (11,847) at 20210307205554094
13355 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dm816x-clocks.dtsi' (11,848) at 20210308005002576
13356 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb' (11,849) at 20241221090017564
13357 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-string.json' (11,850) at 20210308005046401
13358 2025-10-05 03:01:02.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Graphics-Gems' (11,851) at 20241221090017616
13359 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/kwboot.1' (11,852) at 20210308005003332
13360 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/Makefile' (11,853) at 20210308005002548
13361 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/Makefile' (11,854) at 20210308005002960
13362 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/aarch64-mte.xml' (11,855) at 20240906080037184
13363 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/visualize-pdr/pldm_visualise_pdrs.py' (11,856) at 20221213040036921
13364 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/Kconfig' (11,857) at 20210308005003456
13365 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/linux-yocto-rt.yml' (11,858) at 20241206090014206
13366 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mtk-sd.c' (11,859) at 20210308005003404
13367 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk-netcp.dtsi' (11,860) at 20210308005002592
13368 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/evm.c' (11,861) at 20230720080043535
13369 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb' (11,862) at 20241221090017512
13370 2025-10-05 03:01:02.619-0500 FINEST t466 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' (11,863) at 20240413080012627
13371 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/rde_dictionary_manager_test.cpp' (11,864) at 20220603030001748
13372 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/Cpu_General.json' (11,865) at 20221213040036917
13373 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/lvds_rk3288.h' (11,866) at 20210308005002664
13374 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32h743-disco_defconfig' (11,867) at 20210308005003280
13375 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench_block_job.py' (11,868) at 20240326080039630
13376 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_h.c' (11,869) at 20210308005046509
13377 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test_git.bb' (11,870) at 20241206090014314
13378 2025-10-05 03:01:02.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/mcfuart.c' (11,871) at 20210308005003484
13379 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sdradd.c' (11,872) at 20210308004938828
13380 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/tayga.conf' (11,873) at 20231014080011723
13381 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/qts/pinmux_config.h' (11,874) at 20210308005002952
13382 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/malta.h' (11,875) at 20210308005003604
13383 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceq_w_phr.c' (11,876) at 20210308005046505
13384 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/bios/enum_attrs.json' (11,877) at 20221213040036917
13385 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev-throttle.c' (11,878) at 20240326080039410
13386 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch' (11,879) at 20230706080014761
13387 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fdt_host.h' (11,880) at 20210308005003760
13388 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/css.py' (11,881) at 20241206090014290
13389 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/run-ptest' (11,882) at 20231011080016582
13390 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/checksum.h' (11,883) at 20241211090212366
13391 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/fsl_chain_of_trust.c' (11,884) at 20210308005002960
13392 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/local.conf.sample' (11,885) at 20241221090017460
13393 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/iplb.h' (11,886) at 20241211090212442
13394 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/pinmux-common.c' (11,887) at 20210308005002788
13395 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/Modify-configure.in-and-etc-Makefile.am.patch' (11,888) at 20230317080013785
13396 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmx' (11,889) at 20210307205554482
13397 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_overtemp.sh' (11,890) at 20241226090016123
13398 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue' (11,891) at 20241004080035967
13399 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/AccountPermission.pm' (11,892) at 20220612030016735
13400 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/smemstat/smemstat_0.02.13.bb' (11,893) at 20240301090012423
13401 2025-10-05 03:01:02.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/dms-ba16.c' (11,894) at 20210308005002908
13402 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Aanekoski' (11,895) at 20210307205553766
13403 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/can/meson.build' (11,896) at 20240906080037376
13404 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/subprojects/ipmiblob.wrap' (11,897) at 20230815080023508
13405 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/mx6ullevk.c' (11,898) at 20210308005002988
13406 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mtr/mtr_0.95.bb' (11,899) at 20220402030015911
13407 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Apache-2.0-with-LLVM-exception' (11,900) at 20210307205554414
13408 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ibm-ac-server/ibm-basic-eth-map.json' (11,901) at 20230930080011588
13409 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t208xqds.c' (11,902) at 20210308005002996
13410 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/fdtdec_test.c' (11,903) at 20210308005003704
13411 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/inventory.pl' (11,904) at 20210308005052045
13412 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/dbus-vmstate.rst' (11,905) at 20220429100100418
13413 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_rddsp.c' (11,906) at 20210308005046505
13414 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/fpga.h' (11,907) at 20210308005003052
13415 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UCAR' (11,908) at 20241221090017616
13416 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/080_fill_empty.dts' (11,909) at 20210308005003752
13417 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/ptn3460.c' (11,910) at 20210308005003524
13418 2025-10-05 03:01:02.621-0500 FINEST t466 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' (11,911) at 20240904080027734
13419 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts' (11,912) at 20210308005002636
13420 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/duktape/duktape_2.7.0.bb' (11,913) at 20241221090017516
13421 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/emmc-init_0.1.bb' (11,914) at 20241206090014222
13422 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/README' (11,915) at 20220402030016139
13423 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/314.out' (11,916) at 20240326080039734
13424 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/have_strerror.patch' (11,917) at 20241221090017680
13425 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/cdc.h' (11,918) at 20210308005003672
13426 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.20.bb' (11,919) at 20241221090017492
13427 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-riscv32_defconfig' (11,920) at 20210308005003276
13428 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/omap3_smc911x.c' (11,921) at 20210308005002948
13429 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos5250-common.h' (11,922) at 20210308005003596
13430 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear300_usbtty_defconfig' (11,923) at 20210308005003280
13431 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/run-ptest' (11,924) at 20210307205553894
13432 2025-10-05 03:01:02.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libxml/libxml++-5.0_5.0.1.bb' (11,925) at 20241221090017508
13433 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/miqi_rk3288.h' (11,926) at 20210308005003604
13434 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/147' (11,927) at 20240326080039730
13435 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-clk-ccf.dtsi' (11,928) at 20210308005002636
13436 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/app-navigation.js' (11,929) at 20210308005107069
13437 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/config.json' (11,930) at 20231213090027094
13438 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (11,931) at 20240201090017664
13439 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/pytest.ini' (11,932) at 20210308005003744
13440 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-access.h' (11,933) at 20221215040039190
13441 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/serv.py' (11,934) at 20241206090014290
13442 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/Kconfig' (11,935) at 20241211090212338
13443 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-socket.h' (11,936) at 20241211090212354
13444 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/axs10x.h' (11,937) at 20210308005003056
13445 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mccmon6_sd_defconfig' (11,938) at 20210308005003268
13446 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.metadata.yaml' (11,939) at 20220430030026016
13447 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7757.h' (11,940) at 20210308005002848
13448 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-auth-sasl.h' (11,941) at 20210927100127657
13449 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/README.md' (11,942) at 20210307205553678
13450 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/ti-syscon.h' (11,943) at 20210308005003640
13451 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/Kconfig' (11,944) at 20210308005003700
13452 2025-10-05 03:01:02.622-0500 FINEST t466 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' (11,945) at 20240413080012627
13453 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0004-dev_setup.sh-Ignore-missing-package-manager.patch' (11,946) at 20210307205553802
13454 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_1.4.bb' (11,947) at 20241206090014250
13455 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/timer.cpp' (11,948) at 20231206090055213
13456 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/s6q-ipmb-channels.json' (11,949) at 20220211110019214
13457 2025-10-05 03:01:02.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp.db' (11,950) at 20210307205553974
13458 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/neard.in' (11,951) at 20210307205554466
13459 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_rsa.c' (11,952) at 20210308005003708
13460 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/boot0.h' (11,953) at 20210308005002780
13461 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-pdu001-u-boot.dtsi' (11,954) at 20210308005002560
13462 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-command.json' (11,955) at 20210308005046409
13463 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-Festival' (11,956) at 20241221090017616
13464 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_net.c' (11,957) at 20210308005002540
13465 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-12.conf' (11,958) at 20230412080023460
13466 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron.dtsi' (11,959) at 20210308005002608
13467 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/OperatingConfig.v1_0_4.json' (11,960) at 20240619080002952
13468 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4ek/MAINTAINERS' (11,961) at 20210308005002920
13469 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb' (11,962) at 20241221090017572
13470 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/bblayers.conf.sample' (11,963) at 20240323080013545
13471 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.displaying-bmps' (11,964) at 20210308005003292
13472 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Tacolneston' (11,965) at 20210307205553798
13473 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rv1108-elgin-r1.dts' (11,966) at 20210308005002608
13474 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/nbench_32bits.patch' (11,967) at 20210307205553870
13475 2025-10-05 03:01:02.623-0500 FINEST t466 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' (11,968) at 20220618030015170
13476 2025-10-05 03:01:02.623-0500 FINEST t466 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' (11,969) at 20240413080012651
13477 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spartan3.h' (11,970) at 20210308005003684
13478 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/meson.build' (11,971) at 20241010080036061
13479 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/xtensa_memory.h' (11,972) at 20210308005045993
13480 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ZPL-1.1' (11,973) at 20210307205554426
13481 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mvebu_espressobin-88f3720_defconfig' (11,974) at 20210308005003268
13482 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-SC_Tenerife' (11,975) at 20210307205553766
13483 2025-10-05 03:01:02.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/timer/altera_timer.txt' (11,976) at 20210308005003328
13484 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/mdio-util/mdio-util_0.1.bb' (11,977) at 20241206090014218
13485 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_nest_pervasive.h' (11,978) at 20240906080037336
13486 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/mountall.sh' (11,979) at 20220405030025645
13487 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bootm_os.c' (11,980) at 20210308005003224
13488 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gx.h' (11,981) at 20210308005003456
13489 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/118' (11,982) at 20240326080039726
13490 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7752evb_defconfig' (11,983) at 20210308005003280
13491 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p1.patch' (11,984) at 20210307205554574
13492 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-ld4.c' (11,985) at 20210308005002792
13493 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-Kaisa' (11,986) at 20210307205553758
13494 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012afrwy_qspi_defconfig' (11,987) at 20210308005003264
13495 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Boehm-GC' (11,988) at 20241221090017616
13496 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/tmpf.c' (11,989) at 20230809080010803
13497 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/systemd/system/phosphor-ledcontroller.service' (11,990) at 20240719080031533
13498 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/access.h' (11,991) at 20240906080037488
13499 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-machine-units_1.0.bb' (11,992) at 20231011080016606
13500 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/service_files/op-occ-enable@.service' (11,993) at 20230210040018895
13501 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/aio_notify.promela' (11,994) at 20210308005045805
13502 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/gic_64.S' (11,995) at 20210308005002708
13503 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ru-Krasnodar' (11,996) at 20210307205553778
13504 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/usb.c' (11,997) at 20210308005003232
13505 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/MAINTAINERS' (11,998) at 20210308005003172
13506 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/bitops.h' (11,999) at 20210308005002544
13507 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/pandora.c' (12,000) at 20210308005003028
13508 2025-10-05 03:01:02.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Connector/Port.interface.yaml' (12,001) at 20230429080025377
13509 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hassela' (12,002) at 20210307205553782
13510 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.json' (12,003) at 20210308005046397
13511 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-missing-name.json' (12,004) at 20220429100100882
13512 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti814x_evm.h' (12,005) at 20210308005003620
13513 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-subunit_1.4.4.bb' (12,006) at 20241221090017668
13514 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (12,007) at 20240516080013150
13515 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/add_led_action.cpp' (12,008) at 20240719080031533
13516 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/allyes_expected_config' (12,009) at 20210308005003736
13517 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/simplify_B_place.patch' (12,010) at 20230706080014769
13518 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tda19988.c' (12,011) at 20210308005003536
13519 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dra7xx_evm.h' (12,012) at 20210308005003592
13520 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pernaja' (12,013) at 20210307205553770
13521 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun6i-a31-ccu.h' (12,014) at 20210308005003636
13522 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/Makefile' (12,015) at 20210308005002968
13523 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cyaml/cyaml_1.4.1.bb' (12,016) at 20240106090017237
13524 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/ddr.c' (12,017) at 20210308005002980
13525 2025-10-05 03:01:02.625-0500 FINEST t466 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' (12,018) at 20210307205553746
13526 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ldflags.patch' (12,019) at 20241221090017680
13527 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ppc-util.h' (12,020) at 20240906080037572
13528 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/render_block_graph.py' (12,021) at 20240326080039630
13529 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/mkefidisk.wks' (12,022) at 20241221090017704
13530 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0020_models_bigautofield.py' (12,023) at 20220402030016103
13531 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler/baseboard-fru-handler.service' (12,024) at 20220524100009211
13532 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/bootscripts/autoboot.cmd' (12,025) at 20210308005003044
13533 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/274' (12,026) at 20220429100100914
13534 2025-10-05 03:01:02.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/README.md' (12,027) at 20240809080016318
13535 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_w.c' (12,028) at 20210308005046513
13536 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/rstFlatTable.py' (12,029) at 20210308005002536
13537 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-regulators-config.service' (12,030) at 20230516080033026
13538 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/.gitignore' (12,031) at 20210308005003760
13539 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/smartmontools_7.4.bb' (12,032) at 20241206090014254
13540 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/palmetto-ipmi-fru-properties.yaml' (12,033) at 20210307205553690
13541 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/MAINTAINERS' (12,034) at 20210308005002972
13542 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/tinfoil.py' (12,035) at 20231126090012849
13543 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/imximage.cfg' (12,036) at 20210308005003016
13544 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_cpu.h' (12,037) at 20210308005046085
13545 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/regdef.h' (12,038) at 20210308005002816
13546 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/start.S' (12,039) at 20210308005002948
13547 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_ph_w.c' (12,040) at 20210308005046509
13548 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrfors' (12,041) at 20210307205553786
13549 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/Kconfig' (12,042) at 20210308005002972
13550 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/replay.rst' (12,043) at 20241211090212234
13551 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-plain.h' (12,044) at 20221215040039070
13552 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common.bb' (12,045) at 20241206090014226
13553 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/image.c' (12,046) at 20210308005002708
13554 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/sys_proto.h' (12,047) at 20210308005002796
13555 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch' (12,048) at 20241221090017656
13556 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/global_state.h' (12,049) at 20230925080039933
13557 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/auto-basic.sh' (12,050) at 20220804030014691
13558 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/threei.c' (12,051) at 20210308005003720
13559 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/espresso7420/espresso7420.c' (12,052) at 20210308005003044
13560 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/images/obmc-phosphor-image.bbappend' (12,053) at 20211102000022380
13561 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/LICENSE' (12,054) at 20210308005118481
13562 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aio-wait.c' (12,055) at 20230925080040113
13563 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/pylint.sh' (12,056) at 20230925080039973
13564 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils/0001-define-loff_t-if-not-already-defined.patch' (12,057) at 20230706080014733
13565 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/dgnd3700v2/dgnd3700v2.c' (12,058) at 20210308005003024
13566 2025-10-05 03:01:02.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.36.0.bb' (12,059) at 20240413080012635
13567 2025-10-05 03:01:02.627-0500 FINEST t466 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' (12,060) at 20210307205554094
13568 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dc-scm-v1/Makefile' (12,061) at 20220708100032823
13569 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_is1.h' (12,062) at 20210308005003616
13570 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/.gitignore' (12,063) at 20210514000015186
13571 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400-evb.dts' (12,064) at 20220617030036053
13572 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/u-boot.lds' (12,065) at 20210308005002560
13573 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/missing_owner_target.hpp' (12,066) at 20211029000044094
13574 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-events-config.bbappend' (12,067) at 20210812000025162
13575 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb' (12,068) at 20241221090017528
13576 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Falerum_Centrum' (12,069) at 20210307205553778
13577 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/lpddr4_timing.c' (12,070) at 20210308005002964
13578 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32h7-rcc.txt' (12,071) at 20210308005003304
13579 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/vitesse.c' (12,072) at 20210308005003444
13580 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/net2big_v2.c' (12,073) at 20210308005002904
13581 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/templates/default/bblayers.conf.sample' (12,074) at 20230413080015624
13582 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/40-gbmc-forward.conf' (12,075) at 20210507100027212
13583 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_git.bb' (12,076) at 20240301090012427
13584 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__sync_wait.hpp' (12,077) at 20241219090033964
13585 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-mv78460.dtsi' (12,078) at 20210308005002568
13586 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.h' (12,079) at 20210308005003496
13587 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis_imx6_defconfig' (12,080) at 20210308005003248
13588 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/itest.c' (12,081) at 20210308005003212
13589 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/aspeed_udc.h' (12,082) at 20220802100038581
13590 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Sirius-5.0E' (12,083) at 20210307205553762
13591 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_utils.py' (12,084) at 20221209040018567
13592 2025-10-05 03:01:02.627-0500 FINEST t466 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' (12,085) at 20240413080012643
13593 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/poweron.sh' (12,086) at 20240904080027738
13594 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/system/boot.S' (12,087) at 20240326080039746
13595 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/am3517crane.h' (12,088) at 20210308005003076
13596 2025-10-05 03:01:02.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pwm.h' (12,089) at 20210308005003680
13597 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2/tweak-for-lvmdbusd.patch' (12,090) at 20241206090014262
13598 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0002_customimagerecipe.py' (12,091) at 20210307205554262
13599 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/jffs2_nand_1pass.c' (12,092) at 20210308005003548
13600 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/tgtd' (12,093) at 20220502030010100
13601 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/denali.h' (12,094) at 20210308005003412
13602 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msub_q_w.c' (12,095) at 20210308005046513
13603 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-session/matchbox-session/matchbox-session' (12,096) at 20210307205554582
13604 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/replay-core.h' (12,097) at 20230426080043756
13605 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Akersjon' (12,098) at 20210307205553778
13606 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-whitelist/phosphor-ipmi-fru-whitelist-native.conf' (12,099) at 20210307205554070
13607 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_common.c' (12,100) at 20230819080009106
13608 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/loongarch64/host-signal.h' (12,101) at 20220429100100642
13609 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mxdb.c' (12,102) at 20230925080040101
13610 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/gbmc-dev-ssh-key.bb' (12,103) at 20241206090014226
13611 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/create.c' (12,104) at 20230925080039821
13612 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/loongarch-virt-machine.c' (12,105) at 20240906080037568
13613 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/huawei_hg556a_ram_defconfig' (12,106) at 20210308005003260
13614 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-cli-include-fcntl.h-for-O_CREAT-define.patch' (12,107) at 20230706080014737
13615 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb' (12,108) at 20231207090015270
13616 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch' (12,109) at 20241221090017656
13617 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/badpel' (12,110) at 20240613080020632
13618 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/max34451@4e.conf' (12,111) at 20210307205554086
13619 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/water-cooled.yaml' (12,112) at 20210307205553698
13620 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/externalsrc.py' (12,113) at 20230114040015530
13621 2025-10-05 03:01:02.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_with_ucode_ptr.py' (12,114) at 20210308005003748
13622 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pyhatunturi' (12,115) at 20210307205553774
13623 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/conf/templates/default/local.conf.sample' (12,116) at 20241221090017484
13624 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/__init__.py' (12,117) at 20210308005048029
13625 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ms7722se.h' (12,118) at 20210308005003604
13626 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-arm.json' (12,119) at 20210308005046117
13627 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imx-cst/imx-cst_3.4.0.bb' (12,120) at 20241221090017536
13628 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (12,121) at 20241206090014286
13629 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libstemmer/libstemmer/0001-Build-so-lib.patch' (12,122) at 20230503080014587
13630 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_w.c' (12,123) at 20210308005046513
13631 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/DataFormatterMixin.js' (12,124) at 20220105012522983
13632 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sc64-regs.h' (12,125) at 20210308005002796
13633 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/samhain.py' (12,126) at 20210307205554110
13634 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7ulp-pinfunc.h' (12,127) at 20210308005002592
13635 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/irq.h' (12,128) at 20210308005002876
13636 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips32r2.inc' (12,129) at 20210905000020581
13637 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_append_pad_checksum_check.yaml' (12,130) at 20240908080010098
13638 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/multilib.py' (12,131) at 20220910030013401
13639 2025-10-05 03:01:02.629-0500 FINEST t466 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' (12,132) at 20210307205553998
13640 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sti_sdhci.c' (12,133) at 20210308005003408
13641 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4_4.13.0.bb' (12,134) at 20230503080014583
13642 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/.markdownlint.yaml' (12,135) at 20220427030011953
13643 2025-10-05 03:01:02.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/sdbusplus.wrap' (12,136) at 20220625030026176
13644 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/da850_lowlevel.c' (12,137) at 20210308005002720
13645 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/MAINTAINERS' (12,138) at 20210308005002952
13646 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-h3ulcb-u-boot.dts' (12,139) at 20210308005002600
13647 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Limavady' (12,140) at 20210307205553798
13648 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/shader.h' (12,141) at 20210308005046057
13649 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-evb.dts' (12,142) at 20210308005002624
13650 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-power-mx23.h' (12,143) at 20210308005002656
13651 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_server.cpp' (12,144) at 20241220090040763
13652 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/mapper.c' (12,145) at 20241101080034432
13653 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rcar-mstp.h' (12,146) at 20210308005002768
13654 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_proc.h' (12,147) at 20240326080039558
13655 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-insecure-signing-key-native.bb' (12,148) at 20241206090014274
13656 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/Makefile' (12,149) at 20210308005003012
13657 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imximage.c' (12,150) at 20210308005003764
13658 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/runtime_monitor.hpp' (12,151) at 20240817080031296
13659 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/sl' (12,152) at 20210308005046149
13660 2025-10-05 03:01:02.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/kexec-x32.patch' (12,153) at 20210307205553750
13661 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/arasan_nfc.c' (12,154) at 20210308005003412
13662 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/iomux.c' (12,155) at 20210308005002724
13663 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-ND-2.0' (12,156) at 20210307205554418
13664 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/test-aes-main.c.inc' (12,157) at 20230925080040101
13665 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/cli11_2.3.2.bb' (12,158) at 20240301090012427
13666 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/Kconfig' (12,159) at 20240906080037540
13667 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen_igd.h' (12,160) at 20240906080037340
13668 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geoclue/geoclue_2.7.2.bb' (12,161) at 20241221090017532
13669 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Lamobo_R1_defconfig' (12,162) at 20210308005003236
13670 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/events.hpp.mako' (12,163) at 20241110090028220
13671 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dmc.h' (12,164) at 20210308005002720
13672 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Albacete' (12,165) at 20210307205553766
13673 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/corstone1000-fvp.conf' (12,166) at 20241221090017464
13674 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-hard-poweroff@.target' (12,167) at 20220301040040077
13675 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause-Darwin' (12,168) at 20241221090017612
13676 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/clock_init.h' (12,169) at 20210308005002720
13677 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools_git.bb' (12,170) at 20240413080012643
13678 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2600.c' (12,171) at 20230720080043539
13679 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/libxml2/2.9/index.html' (12,172) at 20230114040015510
13680 2025-10-05 03:01:02.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/sdhci-test.c' (12,173) at 20221215040039382
13681 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun50i-a64-ccu.h' (12,174) at 20210308005003636
13682 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/float_convd.ref' (12,175) at 20221215040039386
13683 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/Kconfig' (12,176) at 20210308005003736
13684 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx7.c' (12,177) at 20210308005003460
13685 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Heathfield' (12,178) at 20210307205553798
13686 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-pr-helper.service' (12,179) at 20210308005045773
13687 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Parainen_Houtskari' (12,180) at 20210307205553770
13688 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Hameenlinna' (12,181) at 20210307205553766
13689 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/main.py' (12,182) at 20210307205554642
13690 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/Kconfig' (12,183) at 20210308005003036
13691 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5249EVB.h' (12,184) at 20210308005003576
13692 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/backlight.h' (12,185) at 20210308005003560
13693 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mardsjo' (12,186) at 20210307205553786
13694 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/Kconfig' (12,187) at 20210308005002552
13695 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/var_funcs.py' (12,188) at 20221209040018571
13696 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/avnet_ultra96_rev1_defconfig' (12,189) at 20210308005003248
13697 2025-10-05 03:01:02.632-0500 FINEST t466 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' (12,190) at 20241221090017504
13698 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/e2tools/files/run-ptest' (12,191) at 20240302090018202
13699 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg' (12,192) at 20241023080015407
13700 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sparc/sun4u_iommu.h' (12,193) at 20210308005046033
13701 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/ptrace.h' (12,194) at 20210308005002828
13702 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/board.c' (12,195) at 20210308005003068
13703 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.err' (12,196) at 20210308005046405
13704 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-unknown.json' (12,197) at 20210308005046401
13705 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gallsatter' (12,198) at 20210307205553782
13706 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/meson.build' (12,199) at 20230925080039849
13707 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gusemu.h' (12,200) at 20210308005045841
13708 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_firmware_boot_side.robot' (12,201) at 20241023080016467
13709 2025-10-05 03:01:02.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/redfish_request.robot' (12,202) at 20240627080021048
13710 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/mc.h' (12,203) at 20210308005002672
13711 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-deploy-ssh-keys.bbclass' (12,204) at 20230321080018353
13712 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/server.ttyS0.conf' (12,205) at 20230606080013598
13713 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/README.md' (12,206) at 20210307205554054
13714 2025-10-05 03:01:02.633-0500 FINEST t466 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' (12,207) at 20231011080016574
13715 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcmcygnus/configs.h' (12,208) at 20210308005002640
13716 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fwknop/fwknop_2.6.11.bb' (12,209) at 20241221090017496
13717 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/OWNERS' (12,210) at 20221013030022822
13718 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb.dtsi' (12,211) at 20210308005002596
13719 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/fix-musl.patch' (12,212) at 20241221090017528
13720 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0001-fix-to-build-with-glibc-2.25.patch' (12,213) at 20210307205553910
13721 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-ttcp-Add-printf-format-string.patch' (12,214) at 20210307205553842
13722 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/README' (12,215) at 20210308005046489
13723 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/Makefile' (12,216) at 20210308005003504
13724 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-plugin-ccreds_11.bb' (12,217) at 20241221090017520
13725 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_r_w.c' (12,218) at 20210308005046505
13726 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb' (12,219) at 20230706080014785
13727 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/081_x86-start16-tpl.dts' (12,220) at 20210308005003752
13728 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/aspeed/Makefile' (12,221) at 20210308005003340
13729 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (12,222) at 20240712080022837
13730 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.vxworks' (12,223) at 20210308005003300
13731 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_w.c' (12,224) at 20210308005046505
13732 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/centos.aarch64' (12,225) at 20240906080037584
13733 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/estoraged_test.cpp' (12,226) at 20240301090004938
13734 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/netbsd' (12,227) at 20240906080037584
13735 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_xplained/sama5d2_xplained.c' (12,228) at 20210308005002920
13736 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/imx-rdc.h' (12,229) at 20210308005002652
13737 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/maxbcm/Makefile' (12,230) at 20210308005003016
13738 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/OpenBMCComputerSystem_v1.xml' (12,231) at 20240907080003164
13739 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.json' (12,232) at 20240906080037560
13740 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/sha1sum.cfg' (12,233) at 20241221090017636
13741 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/r8a779x_usb3.txt' (12,234) at 20210308005002540
13742 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sdradd.h' (12,235) at 20210308004938820
13743 2025-10-05 03:01:02.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/settings/phosphor-settings-manager/ampere_settings.override.yml' (12,236) at 20220603100015803
13744 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/types.hpp' (12,237) at 20220712030042488
13745 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/cpu-hotplug.rst' (12,238) at 20241211090212238
13746 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Hnusta' (12,239) at 20210307205553794
13747 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/MAINTAINERS' (12,240) at 20210308005003044
13748 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/params/metric_params.hpp' (12,241) at 20230524080039233
13749 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/network/phosphor-network/config.json' (12,242) at 20231123090013213
13750 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/dhcrelay.service' (12,243) at 20210608000015795
13751 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Sensors/index.js' (12,244) at 20220105012522995
13752 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/guest-debug/test_gdbstub.py' (12,245) at 20241211090212542
13753 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/evb-px5.c' (12,246) at 20210308005003040
13754 2025-10-05 03:01:02.634-0500 FINEST t466 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' (12,247) at 20241206090014238
13755 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fuse.c' (12,248) at 20210308005003212
13756 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-tstee/files/Makefile' (12,249) at 20241206090014214
13757 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_compile_32r5eb.sh' (12,250) at 20210308005046525
13758 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/092_hash_bad_algo.dts' (12,251) at 20210308005003752
13759 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inffast.c' (12,252) at 20210308005003716
13760 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-lion-u-boot.dtsi' (12,253) at 20210308005002608
13761 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/bmc_epoch.hpp' (12,254) at 20240904080043247
13762 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/samsung.c' (12,255) at 20210308005003416
13763 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Juupajoki_Kopsamo' (12,256) at 20210307205553770
13764 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530DP.dts' (12,257) at 20210308005002568
13765 2025-10-05 03:01:02.634-0500 FINEST t466 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' (12,258) at 20241221090017516
13766 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-q.json' (12,259) at 20210308005046409
13767 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/wol.h' (12,260) at 20210308005003720
13768 2025-10-05 03:01:02.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmc_ssh_security.robot' (12,261) at 20240628080017121
13769 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Duvnas' (12,262) at 20210307205553778
13770 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t54.h' (12,263) at 20210308005003588
13771 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/exception_utils.hpp' (12,264) at 20210323000034099
13772 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/if_ether.h' (12,265) at 20210308005046053
13773 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/Makefile' (12,266) at 20210308005002904
13774 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/keystone_nav_cfg.c' (12,267) at 20210308005003372
13775 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-native.bb' (12,268) at 20241206090014274
13776 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/134.out' (12,269) at 20210308005046449
13777 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/test_metadata.py' (12,270) at 20241221090017632
13778 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/mux_omap4.h' (12,271) at 20210308005002656
13779 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410-pinctrl.dtsi' (12,272) at 20210308005002612
13780 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/libc.c' (12,273) at 20210308005046397
13781 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zybo-z7.dts' (12,274) at 20210308005002632
13782 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/ptimer-test-stubs.c' (12,275) at 20230925080040101
13783 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-kernel/linux/linux-aspeed_%.bbappend' (12,276) at 20231128090014177
13784 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/process.py' (12,277) at 20220910030013377
13785 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/spl.c' (12,278) at 20210308005003168
13786 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/README' (12,279) at 20210308005002972
13787 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils.bbappend' (12,280) at 20241206090014206
13788 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/linux-dummy.bbclass' (12,281) at 20220910030013389
13789 2025-10-05 03:01:02.635-0500 FINEST t466 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' (12,282) at 20240413080012663
13790 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_no_start.cpp' (12,283) at 20210308005100997
13791 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/p10bmc-ipmi-sensors.yaml' (12,284) at 20241106090019922
13792 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_reg.h' (12,285) at 20240906080037156
13793 2025-10-05 03:01:02.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EPICS' (12,286) at 20211006000025234
13794 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFULLRWD' (12,287) at 20241221090017616
13795 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/inventory_mac.hpp' (12,288) at 20230511080033415
13796 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-kernel/linux/linux-yocto%.bbappend' (12,289) at 20240301090012439
13797 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/power.c' (12,290) at 20210308005002724
13798 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/volatiles.99_sshd' (12,291) at 20210307205554466
13799 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/stream.h' (12,292) at 20210927100127241
13800 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/adcifc.h' (12,293) at 20210308005111457
13801 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/spir/spirv-shader-generator_git.bb' (12,294) at 20230114040015482
13802 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/remove-man-page-creation.patch' (12,295) at 20210307205553998
13803 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-any.err' (12,296) at 20210308005046401
13804 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PHP-3.0' (12,297) at 20210307205554426
13805 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino-Lime_defconfig' (12,298) at 20210308005003232
13806 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/virt-ctlr.rst' (12,299) at 20240326080039406
13807 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/ddr.c' (12,300) at 20210308005003008
13808 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/leds/leds-gpio.txt' (12,301) at 20210308005003304
13809 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/index.js' (12,302) at 20210308005107069
13810 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/crc.h' (12,303) at 20210308005003688
13811 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/test/test_records.cpp' (12,304) at 20210308005405942
13812 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/jobdesc.h' (12,305) at 20210308005003356
13813 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_included_reverse_dependencies.html' (12,306) at 20231126090012817
13814 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/setup.cfg' (12,307) at 20210308004922940
13815 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch' (12,308) at 20230503080014587
13816 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/Makefile' (12,309) at 20210308005002544
13817 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch' (12,310) at 20210307205553830
13818 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t3517_defconfig' (12,311) at 20210308005003252
13819 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/example/zone_conditions.yaml' (12,312) at 20210308005059165
13820 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules' (12,313) at 20220618030015174
13821 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/mach-virt-graphical.cfg' (12,314) at 20230426080043660
13822 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ds109_defconfig' (12,315) at 20210308005003256
13823 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-GoldCoast' (12,316) at 20210307205553762
13824 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nana/nana/0001-Makefile.am-fix-build-with-separate-build-dir.patch' (12,317) at 20240301090012427
13825 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-util.h' (12,318) at 20230426080043948
13826 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/files/conntrack-failover' (12,319) at 20210307205553826
13827 2025-10-05 03:01:02.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config/mtmitchell-ipmi-sensors.yaml' (12,320) at 20241018080016394
13828 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_b.c' (12,321) at 20210308005046513
13829 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/i2c.c' (12,322) at 20210308005003740
13830 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vgafont.h' (12,323) at 20221215040039398
13831 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/reproducible-build.patch' (12,324) at 20230706080014737
13832 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/Kconfig' (12,325) at 20210308005003540
13833 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/wap5813n/Makefile' (12,326) at 20210308005002948
13834 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (12,327) at 20231216090014900
13835 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-graphics/ttf-fonts/liberation-fonts_%.bbappend' (12,328) at 20241206090014274
13836 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_bytes_action.cpp' (12,329) at 20210308005405934
13837 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_hush_if_test.py' (12,330) at 20210308005003744
13838 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/net_handler.cpp' (12,331) at 20210918000044923
13839 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/generic_fuzz_configs.h' (12,332) at 20240906080037568
13840 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AGPL-3.0-only' (12,333) at 20210316000012693
13841 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/conf/include/ptest-packagelists-meta-multimedia.inc' (12,334) at 20240302090018202
13842 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Kvm/index.js' (12,335) at 20220105012522995
13843 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/graph-lock.c' (12,336) at 20230426080043848
13844 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/controlcenterdc_defconfig' (12,337) at 20210308005003256
13845 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/platform.h' (12,338) at 20221215040039358
13846 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/blessing' (12,339) at 20211006000025246
13847 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/ibex_timer.h' (12,340) at 20221215040039186
13848 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_pixbuf_cache' (12,341) at 20210307205554642
13849 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.5.rst' (12,342) at 20241221090017596
13850 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sunoem.h' (12,343) at 20210308004938820
13851 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/connection.hpp' (12,344) at 20210308005114857
13852 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/i8042.h' (12,345) at 20240906080037332
13853 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axs10x_mb.dtsi' (12,346) at 20210308005002544
13854 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/cryptmount/cryptmount_6.2.0.bb' (12,347) at 20240413080012667
13855 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/vital_handler.cpp' (12,348) at 20230516080019606
13856 2025-10-05 03:01:02.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-3.yaml' (12,349) at 20241219090012976
13857 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/ncurses.py' (12,350) at 20231207090015274
13858 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/glibc.py' (12,351) at 20230813080012876
13859 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/posix_types.h' (12,352) at 20210308005003668
13860 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/chipspark/popmetal_rk3288/Kconfig' (12,353) at 20210308005002944
13861 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1024_spi_rcw.cfg' (12,354) at 20210308005002992
13862 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_argset1.decode' (12,355) at 20210308005046389
13863 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-proto.h' (12,356) at 20230925080039925
13864 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch' (12,357) at 20241206090014310
13865 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/MAINTAINERS' (12,358) at 20210308005002996
13866 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/bmc-vmi-ca-manager.service' (12,359) at 20220601030020434
13867 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/Makefile' (12,360) at 20210308005002984
13868 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (12,361) at 20210307205553674
13869 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/lowlevel_init.S' (12,362) at 20210308005002552
13870 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_fcntl.h' (12,363) at 20210308005046097
13871 2025-10-05 03:01:02.638-0500 FINEST t466 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' (12,364) at 20240301090012423
13872 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/ftplugin/bitbake.vim' (12,365) at 20210307205554230
13873 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t102xrdb.h' (12,366) at 20210308005002992
13874 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/meson.build' (12,367) at 20240906080037272
13875 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/zconf.l' (12,368) at 20210308005003736
13876 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spd_sdram.c' (12,369) at 20210308005002828
13877 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t335.h' (12,370) at 20210308005003588
13878 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-u-boot.dtsi' (12,371) at 20210308005002600
13879 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clrl-unaligned.S' (12,372) at 20230426080043952
13880 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun8i.h' (12,373) at 20210308005003620
13881 2025-10-05 03:01:02.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/3ypower_vast2112_psu.json' (12,374) at 20240120090005357
13882 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.0-DE' (12,375) at 20241221090017616
13883 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/jffs2_1pass.c' (12,376) at 20210308005003548
13884 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-evm-common.dtsi' (12,377) at 20210308005002576
13885 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/zram-swap-init' (12,378) at 20210528000029699
13886 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/meson.build' (12,379) at 20210501000157730
13887 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_bit.c' (12,380) at 20221215040039386
13888 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/libxklavier/fix-do_installe-failure.patch' (12,381) at 20230503080014579
13889 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc-ipmb-rescan-fru.service' (12,382) at 20240828080010891
13890 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci-internal.h' (12,383) at 20230426080043724
13891 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netspace_v2_defconfig' (12,384) at 20210308005003272
13892 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.7' (12,385) at 20211006000025242
13893 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-ld4.c' (12,386) at 20210308005002792
13894 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/Kconfig' (12,387) at 20210308005003168
13895 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack/smack_generator_make_fixup.patch' (12,388) at 20210307205554122
13896 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/imx8mq_pins.h' (12,389) at 20210308005002644
13897 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/crt0.S' (12,390) at 20230720080043535
13898 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2771-0000-000_defconfig' (12,391) at 20210308005003272
13899 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-adafruit-pureio_1.1.9.bb' (12,392) at 20220502030010124
13900 2025-10-05 03:01:02.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-cli_git.bb' (12,393) at 20220126040017547
13901 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Vesilahti' (12,394) at 20210307205553770
13902 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/scripts/run-repotest' (12,395) at 20241121090011895
13903 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/trace.h' (12,396) at 20210308005045961
13904 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/run-ptest' (12,397) at 20240301090012479
13905 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/memory.h' (12,398) at 20210927100127241
13906 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/client.hpp' (12,399) at 20240125090032872
13907 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/snapper9260_defconfig' (12,400) at 20210308005003280
13908 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/Kconfig' (12,401) at 20210308005002756
13909 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console/obmc-console.conf' (12,402) at 20230512080018777
13910 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/sagem,f@st1704.dts' (12,403) at 20210308005002816
13911 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/056' (12,404) at 20240326080039726
13912 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_huffman.c' (12,405) at 20210308005003696
13913 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-cfu.h' (12,406) at 20240906080037336
13914 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/base_addr_a10.h' (12,407) at 20210308005002780
13915 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/edit.py' (12,408) at 20210307205554634
13916 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7575.patch' (12,409) at 20210307205553942
13917 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-sigrtminmax.c' (12,410) at 20241211090212550
13918 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/malta_defconfig' (12,411) at 20210308005003268
13919 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_DINF.json' (12,412) at 20221213040036921
13920 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.SPL' (12,413) at 20210308005003292
13921 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra186/gpio.h' (12,414) at 20210308005002672
13922 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/json-c/json-c_0.18.bb' (12,415) at 20241221090017664
13923 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Intel' (12,416) at 20241221090017616
13924 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/271' (12,417) at 20240326080039730
13925 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/modules-test.c' (12,418) at 20221215040039378
13926 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/u-boot.h' (12,419) at 20210308005002816
13927 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norra_Rorum' (12,420) at 20210307205553786
13928 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/050' (12,421) at 20210927100127477
13929 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/UCP1020_SPIFLASH_defconfig' (12,422) at 20210308005003244
13930 2025-10-05 03:01:02.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/sun4i-a10.h' (12,423) at 20210308005003640
13931 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__stopped_as_error.hpp' (12,424) at 20240817080036820
13932 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6-logicpd-baseboard.dtsi' (12,425) at 20210308005002584
13933 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb' (12,426) at 20210812000025290
13934 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/m53menlo_defconfig' (12,427) at 20210308005003268
13935 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/flat.h' (12,428) at 20240906080037360
13936 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/log_bmc.sh' (12,429) at 20210308004938816
13937 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_insv.c' (12,430) at 20210308005046505
13938 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/heartbeat_timer.cpp' (12,431) at 20230511080043139
13939 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/which/which-2.21/automake.patch' (12,432) at 20210307205554574
13940 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/runfvp' (12,433) at 20231126090012777
13941 2025-10-05 03:01:02.641-0500 FINEST t466 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' (12,434) at 20240904080027738
13942 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/byteorder.h' (12,435) at 20210308005002816
13943 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/MAINTAINERS' (12,436) at 20210308005048369
13944 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/docs/mrw-xml-requirements.md' (12,437) at 20221213040030489
13945 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libesmtp/libesmtp/0001-Add-build-option-for-NTLM-support.patch' (12,438) at 20231011080016574
13946 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.0' (12,439) at 20211006000025242
13947 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/qos.h' (12,440) at 20210308005003036
13948 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/bootfiles.py' (12,441) at 20241221090017620
13949 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6-orangepi-lite2.dts' (12,442) at 20210308005002620
13950 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-gpio-common.sh' (12,443) at 20210307205554082
13951 2025-10-05 03:01:02.641-0500 FINEST t466 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' (12,444) at 20230114040015470
13952 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/imx6.txt' (12,445) at 20210308005003328
13953 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/0001-Use-pkg-config-to-find-gpgme.patch' (12,446) at 20210307205553898
13954 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uec.c' (12,447) at 20210308005003472
13955 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/Kconfig' (12,448) at 20241211090212314
13956 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-data/xbitmaps_1.1.3.bb' (12,449) at 20240106090017237
13957 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/fru-fault-monitor.hpp' (12,450) at 20240828080025975
13958 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-amd/amd-fpga/files/fpgardu.sh' (12,451) at 20240308090017907
13959 2025-10-05 03:01:02.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/sysdig-selftest/0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch' (12,452) at 20240301090012447
13960 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_sh.h' (12,453) at 20210308005003484
13961 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/pdata_git.bb' (12,454) at 20240606080012860
13962 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-sabresd.dts' (12,455) at 20210308005002584
13963 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/postactions.py' (12,456) at 20241221090017632
13964 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/args.hpp' (12,457) at 20210522000020822
13965 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/MAINTAINERS' (12,458) at 20210308005002960
13966 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch3_2' (12,459) at 20210308005002556
13967 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/main.cpp' (12,460) at 20240820080038646
13968 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/listener.cpp' (12,461) at 20210308005346774
13969 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_defconfig' (12,462) at 20210308005003244
13970 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rcar-gen2-common.h' (12,463) at 20210308005003612
13971 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/xilfpga.c' (12,464) at 20210308005003008
13972 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-kernel/linux/linux-aspeed/starscream.cfg' (12,465) at 20240110090012776
13973 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/117.out' (12,466) at 20240326080039726
13974 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear310/Kconfig' (12,467) at 20210308005003052
13975 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp-standard.scc' (12,468) at 20220804030014671
13976 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/openpower-bios-factory-reset.service' (12,469) at 20211026000032466
13977 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll/network-wait-ipv6-ll@.service' (12,470) at 20240119090013779
13978 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/collectd.service' (12,471) at 20210307205553910
13979 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/Kconfig' (12,472) at 20210308005003172
13980 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_shortlog_length.fail' (12,473) at 20241206090014310
13981 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-netconfig_git.bb' (12,474) at 20220126040017551
13982 2025-10-05 03:01:02.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf-gnutls.c' (12,475) at 20241211090212230
13983 2025-10-05 03:01:02.642-0500 FINEST t466 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' (12,476) at 20240413080012623
13984 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/device.h' (12,477) at 20210308005003628
13985 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb' (12,478) at 20241206090014238
13986 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_sdcard_defconfig' (12,479) at 20210308005003264
13987 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb' (12,480) at 20230919080013974
13988 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/files/disable-mmc-sdhci.cfg' (12,481) at 20240209090013644
13989 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/lowlevel_init.S' (12,482) at 20210308005003048
13990 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/conf-notes.txt' (12,483) at 20220913030020492
13991 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/Kconfig' (12,484) at 20210308005002968
13992 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/084_files.dts' (12,485) at 20210308005003752
13993 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/poff' (12,486) at 20210307205554466
13994 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo.c' (12,487) at 20221215040039218
13995 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/s5pc210_universal_defconfig' (12,488) at 20210308005003276
13996 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/JumpLinkMixin.js' (12,489) at 20220105012522983
13997 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/281.out' (12,490) at 20220429100100926
13998 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/spartan3.c' (12,491) at 20210308005003376
13999 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/031' (12,492) at 20220429100100886
14000 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/COLO-FT.txt' (12,493) at 20241211090212230
14001 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012ardb_tfa_defconfig' (12,494) at 20210308005003264
14002 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/089.out' (12,495) at 20210927100127481
14003 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-evaluation/stm32f429-evaluation.c' (12,496) at 20210308005003052
14004 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_msm.c' (12,497) at 20210308005003484
14005 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/elfcore.c' (12,498) at 20220429100100402
14006 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nsim.h' (12,499) at 20210308005003608
14007 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS2.conf' (12,500) at 20230114040015462
14008 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Keuruu_Haapamaki' (12,501) at 20210307205553770
14009 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2l.c' (12,502) at 20210308005003076
14010 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/am3517crane.c' (12,503) at 20210308005003076
14011 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/trace.h' (12,504) at 20210308005045729
14012 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs.metadata.yaml' (12,505) at 20220430030026016
14013 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-on@.target' (12,506) at 20220301040040081
14014 2025-10-05 03:01:02.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-man-pages-1-para' (12,507) at 20241221090017616
14015 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Finnveden' (12,508) at 20210307205553782
14016 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/gpio.h' (12,509) at 20210308005002768
14017 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/dt-setup.c' (12,510) at 20210308005002788
14018 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/button_interface.hpp' (12,511) at 20240820080021574
14019 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/install.h' (12,512) at 20210308005046233
14020 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shra_qb.c' (12,513) at 20210308005046509
14021 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/spiceaudio.c' (12,514) at 20240326080039370
14022 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/memory/Kconfig' (12,515) at 20210308005003388
14023 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/joe/joe_4.6.bb' (12,516) at 20241221090017536
14024 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/whitelist' (12,517) at 20230903080011363
14025 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/pinmux.h' (12,518) at 20210308005002776
14026 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/syscon_rk3288.c' (12,519) at 20210308005002776
14027 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gd/gd_2.3.3.bb' (12,520) at 20220910030013361
14028 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-bcm6345.c' (12,521) at 20210308005003480
14029 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/clean-unit-test-docker' (12,522) at 20221208040016922
14030 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/mcimx7d-sabre.rst' (12,523) at 20241211090212238
14031 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/trace.h' (12,524) at 20210308005046109
14032 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/seqlock.h' (12,525) at 20210308005046049
14033 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-union.json' (12,526) at 20220429100100882
14034 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.%.bbappend' (12,527) at 20230114040015490
14035 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/interpreter.patch' (12,528) at 20230114040015542
14036 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/ldap-user-roles.html' (12,529) at 20210308005107069
14037 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zbar/zbar_git.bb' (12,530) at 20240301090012431
14038 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_poweroff.sh' (12,531) at 20230606080013598
14039 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb' (12,532) at 20240106090017233
14040 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_packrl_ph.c' (12,533) at 20210308005046505
14041 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC6-72w' (12,534) at 20210307205553758
14042 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/cyrus.h' (12,535) at 20210308005003168
14043 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/mx6sabresd.c' (12,536) at 20210308005002984
14044 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/firmware_utils.py' (12,537) at 20221209040018567
14045 2025-10-05 03:01:02.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/interrupts.c' (12,538) at 20210308005002848
14046 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_fv.h' (12,539) at 20210308005002880
14047 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/termbits.h' (12,540) at 20210308005046073
14048 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/mpc8572ds.c' (12,541) at 20210308005002980
14049 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/dmesg.sh' (12,542) at 20220405030025645
14050 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_siginfo.h' (12,543) at 20240326080039390
14051 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/sabre.h' (12,544) at 20230426080043764
14052 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/MAINTAINERS' (12,545) at 20210308005003020
14053 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ich9_timer.h' (12,546) at 20241211090212358
14054 2025-10-05 03:01:02.645-0500 FINEST t466 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' (12,547) at 20240904080027738
14055 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/Kconfig' (12,548) at 20210308005002916
14056 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Sachsen' (12,549) at 20210307205553766
14057 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_bss_pad.py' (12,550) at 20210308005003748
14058 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/ahci.h' (12,551) at 20240906080037568
14059 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/dbus.h' (12,552) at 20230426080043772
14060 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/uberblock_impl.h' (12,553) at 20210308005003692
14061 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch' (12,554) at 20210307205554006
14062 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/samsung-2g.cfg' (12,555) at 20210308005002908
14063 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/helper.hpp' (12,556) at 20211015000102372
14064 2025-10-05 03:01:02.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/devicetree-vpd-parser.service' (12,557) at 20241101080009595
14065 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_verificationstarted_unittest.cpp' (12,558) at 20240817080027652
14066 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/Kconfig' (12,559) at 20210308005003080
14067 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ksample.py' (12,560) at 20220910030013397
14068 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_s5p.c' (12,561) at 20210308005003484
14069 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/method.py' (12,562) at 20230516080040262
14070 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_exception.c' (12,563) at 20210308005003704
14071 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch' (12,564) at 20220910030013425
14072 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0001-ltmain.sh-Fix-sysroot-paths-being-encoded-into-RPATH.patch' (12,565) at 20241221090017664
14073 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_empty_tree.c' (12,566) at 20210308005003764
14074 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-topic-miami.dts' (12,567) at 20210308005002632
14075 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/ubuntu/build-environment.yml' (12,568) at 20241211090212458
14076 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/detached_timer.hpp' (12,569) at 20220412175720086
14077 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu1down.service' (12,570) at 20230920080013648
14078 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/files/psplash-raspberrypi-img.h' (12,571) at 20210307205554102
14079 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qtest_aspeed.c' (12,572) at 20230925080040097
14080 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/MAINTAINERS' (12,573) at 20210308005003056
14081 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/dbus-vmstate1.xml' (12,574) at 20220429100100378
14082 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/crond.service' (12,575) at 20210307205554558
14083 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_refcode.py' (12,576) at 20210308005003748
14084 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__receiver_ref.hpp' (12,577) at 20240731080033662
14085 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c' (12,578) at 20210308005002552
14086 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-read-settings-mrw/mrw-override-settings.yaml' (12,579) at 20210307205554074
14087 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/boston-clock.h' (12,580) at 20210308005003632
14088 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-gp.dts' (12,581) at 20210308005002568
14089 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-core/busybox/busybox/busybox.cfg' (12,582) at 20210307205554090
14090 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/leds/mori-led-manager-config-native.bb' (12,583) at 20241206090014226
14091 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BrierleyHill' (12,584) at 20210307205553794
14092 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/client.2201.conf' (12,585) at 20230606080013598
14093 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/entity-manager/blacklist.json' (12,586) at 20240422080012373
14094 2025-10-05 03:01:02.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/common.c' (12,587) at 20241106090008829
14095 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/python3-flatbuffers.bb' (12,588) at 20241221090017512
14096 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/aes.c' (12,589) at 20210308005003696
14097 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-tlscredsx509.c' (12,590) at 20221215040039394
14098 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/flash.c' (12,591) at 20210308005002972
14099 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-renderutil_0.3.10.bb' (12,592) at 20221120040010738
14100 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_resource.h' (12,593) at 20220429100100650
14101 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/8390.h' (12,594) at 20210308005003424
14102 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/interrupts_m.c' (12,595) at 20210308005002708
14103 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s5pc1xx-goni.dts' (12,596) at 20210308005002608
14104 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/string.h' (12,597) at 20210308005003668
14105 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Hausjarvi' (12,598) at 20210307205553766
14106 2025-10-05 03:01:02.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier2U/11.json' (12,599) at 20240212090032054
14107 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/config' (12,600) at 20210307205554454
14108 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/avocado.cfg' (12,601) at 20220429100100730
14109 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/stdplus.wrap' (12,602) at 20221210040039006
14110 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-opensuse.yml' (12,603) at 20241221090017464
14111 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/main.cpp' (12,604) at 20240817080005771
14112 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5282.h' (12,605) at 20210308005002804
14113 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/ioapic.h' (12,606) at 20230426080043760
14114 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Source-Code' (12,607) at 20211006000025230
14115 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/sensor_dbus.json' (12,608) at 20221214040014392
14116 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table.js' (12,609) at 20210308005107069
14117 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS2.conf' (12,610) at 20240529080017843
14118 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-unixsocket_0.3.0.bb' (12,611) at 20221003030013289
14119 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-fan-control-ready@.target' (12,612) at 20220301040040077
14120 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/eeprom93xx.h' (12,613) at 20210308005046021
14121 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager.cpp' (12,614) at 20210308005059705
14122 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-virtual-pnor.bbclass' (12,615) at 20230520080014484
14123 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/Makefile' (12,616) at 20210308005003372
14124 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_straddle_partitions.cpp' (12,617) at 20210308005108645
14125 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0005-libtool-Check-for-static-libs-for-internal-compiler-.patch' (12,618) at 20241221090017664
14126 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/generate_unique_mock_id.hpp' (12,619) at 20220412175720090
14127 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dms-ba16-1g_defconfig' (12,620) at 20210308005003256
14128 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/bootrom.h' (12,621) at 20210308005002660
14129 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb_rcw_sd.cfg' (12,622) at 20210308005002968
14130 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers.hpp' (12,623) at 20240711080036139
14131 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/toggle_identify_led.sh' (12,624) at 20230419080018958
14132 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/Kconfig' (12,625) at 20210308005003008
14133 2025-10-05 03:01:02.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_amiga.h' (12,626) at 20210308005003288
14134 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/sdlaudio.c' (12,627) at 20240326080039370
14135 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/make-errors.patch' (12,628) at 20220402030015951
14136 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/files/0001-setup.py-Disable-autodection-of-modules.patch' (12,629) at 20220618030015170
14137 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jokkmokk_Tjalmejaure' (12,630) at 20210307205553782
14138 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/tlb.h' (12,631) at 20210308005002820
14139 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/settings/phosphor-settings-manager/chassis_capabilities.override.yml' (12,632) at 20210727100022904
14140 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/common/raspberrypi-tools.inc' (12,633) at 20220823030015959
14141 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx28evk.h' (12,634) at 20210308005003604
14142 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pystatemgr/setup.cfg' (12,635) at 20210308004922940
14143 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/MAINTAINERS' (12,636) at 20210308005002976
14144 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/board.c' (12,637) at 20210308005003080
14145 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/media/omap3-isp.h' (12,638) at 20210308005003636
14146 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/scripts/ci-cleanup.sh' (12,639) at 20210307205554130
14147 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/clear-once/clear-once/clear-once.service' (12,640) at 20210307205554062
14148 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.core_prefetch' (12,641) at 20210308005002556
14149 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/targets.hpp' (12,642) at 20240817080026660
14150 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bollnas' (12,643) at 20210307205553778
14151 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pello' (12,644) at 20210307205553770
14152 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuall/interfaces' (12,645) at 20210307205554482
14153 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig' (12,646) at 20210308005003240
14154 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/ti-aemif.h' (12,647) at 20210308005002708
14155 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/tlb.c' (12,648) at 20210308005003048
14156 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (12,649) at 20220622030015261
14157 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_vbmeta_image.c' (12,650) at 20210308005003708
14158 2025-10-05 03:01:02.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/microblaze.c' (12,651) at 20240906080037168
14159 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_arria10.h' (12,652) at 20210308005002780
14160 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/iscsi-initiator.service' (12,653) at 20210307205553818
14161 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TAPR-OHL-1.0' (12,654) at 20211006000025246
14162 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/ppc64.conf' (12,655) at 20240106090017257
14163 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Poprad' (12,656) at 20210307205553794
14164 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/boot0.h' (12,657) at 20210308005002664
14165 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipe_packages.html' (12,658) at 20210307205554286
14166 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-u-boot.dtsi' (12,659) at 20210308005002584
14167 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/broadcom_bcm968380gerg.h' (12,660) at 20210308005003588
14168 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-command-q.err' (12,661) at 20210308005046409
14169 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/pci.c' (12,662) at 20210308005002800
14170 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-twr.dtsi' (12,663) at 20210308005002596
14171 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/MAINTAINERS' (12,664) at 20210308005002976
14172 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cmd_bmode.c' (12,665) at 20210308005002724
14173 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/misc.c' (12,666) at 20210308005003212
14174 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-hummingbird.dts' (12,667) at 20210308005002624
14175 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-2g5rdb.dts' (12,668) at 20210308005002580
14176 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/mru.cpp' (12,669) at 20240820080027374
14177 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-rdb.dts' (12,670) at 20210308005002580
14178 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-debug-tarball.bb' (12,671) at 20210307205554066
14179 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/unistd.patch' (12,672) at 20220910030013349
14180 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/php-fpm.service' (12,673) at 20240301090012423
14181 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update/config-bmc.json' (12,674) at 20210307205554066
14182 2025-10-05 03:01:02.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/bzip2-1.0.4' (12,675) at 20210307205554426
14183 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/display.h' (12,676) at 20210308005002672
14184 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/MDR_V2.interface.yaml' (12,677) at 20240618080025501
14185 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/$metadata/index.xml' (12,678) at 20220520030007180
14186 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-autoconf-exception' (12,679) at 20210307205554422
14187 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/Makefile' (12,680) at 20210308005003032
14188 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/signal.cpp' (12,681) at 20240822080031265
14189 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun9i.h' (12,682) at 20210308005002668
14190 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_ecc.c' (12,683) at 20210308005003416
14191 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/baseprojectpage.html' (12,684) at 20210307205554282
14192 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfanotify_0.3.0.bb' (12,685) at 20241221090017560
14193 2025-10-05 03:01:02.651-0500 FINEST t466 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' (12,686) at 20210307205553910
14194 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/dtree.py' (12,687) at 20210308005048033
14195 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/meson.build' (12,688) at 20210308005053409
14196 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0002-nslookup-sanitize-all-printed-strings-with-printable.patch' (12,689) at 20241206090014310
14197 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/autoboot.h' (12,690) at 20210308005003560
14198 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (12,691) at 20210823100016972
14199 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/xlnx-zynqmp-efuse.h' (12,692) at 20241211090212362
14200 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/gevent/cert.pem' (12,693) at 20210308004941620
14201 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f769-disco.dts' (12,694) at 20210308005002616
14202 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/packagegroups/packagegroup-tyan-apps.bb' (12,695) at 20211222040037065
14203 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (12,696) at 20210307205553730
14204 2025-10-05 03:01:02.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/vn-Thaibinh' (12,697) at 20210307205553798
14205 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_qb_ph.c' (12,698) at 20210308005046509
14206 2025-10-05 03:01:02.652-0500 FINEST t466 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' (12,699) at 20231011080016574
14207 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/led.c' (12,700) at 20210308005003052
14208 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/Makefile' (12,701) at 20210308005003016
14209 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/MAINTAINERS' (12,702) at 20210308005002952
14210 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/processor.h' (12,703) at 20210308005002704
14211 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Seltjarn' (12,704) at 20210307205553790
14212 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_cpu.h' (12,705) at 20240906080037360
14213 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb' (12,706) at 20241221090017528
14214 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/strict-prototypes.patch' (12,707) at 20210307205553938
14215 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_b.c' (12,708) at 20210308005046521
14216 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_commit_unittest.cpp' (12,709) at 20220824030029051
14217 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fdc.c' (12,710) at 20210308005003208
14218 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/seq_exec.h' (12,711) at 20210308005003368
14219 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/git' (12,712) at 20220910030013437
14220 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/context.hpp' (12,713) at 20241217090453703
14221 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Stop/cp_stop_check' (12,714) at 20231120090013292
14222 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Joroinen_Puukkola' (12,715) at 20210307205553770
14223 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/buffer.h' (12,716) at 20220429100100586
14224 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/utils.hpp' (12,717) at 20220210040020090
14225 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/etamin_defconfig' (12,718) at 20210308005003256
14226 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_madd.c' (12,719) at 20210308005046505
14227 2025-10-05 03:01:02.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/overflow_muldiv64.cocci' (12,720) at 20210308005046237
14228 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/exynos5_setup.h' (12,721) at 20210308005002720
14229 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Kvm/Kvm.vue' (12,722) at 20220105012522995
14230 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/templates/default/local.conf.sample' (12,723) at 20241221090017480
14231 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/Makefile' (12,724) at 20210308005003480
14232 2025-10-05 03:01:02.653-0500 FINEST t466 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' (12,725) at 20231011080016574
14233 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/all' (12,726) at 20210308005046489
14234 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_intel_fpga.c' (12,727) at 20210308005003452
14235 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Loderups_Strandbad' (12,728) at 20210307205553786
14236 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/mconf.c' (12,729) at 20210308005003732
14237 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch' (12,730) at 20220402030015899
14238 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/ascii_string_test.cpp' (12,731) at 20220308040024180
14239 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-serial.h' (12,732) at 20241219090010504
14240 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/i2c.h' (12,733) at 20210308005002660
14241 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig' (12,734) at 20210308005003236
14242 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.NDS32' (12,735) at 20210308005003288
14243 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SCEA' (12,736) at 20211006000025242
14244 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UPL-1.0' (12,737) at 20211006000025246
14245 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/xs_wire.h' (12,738) at 20240326080039546
14246 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/fastboot.mk' (12,739) at 20210307205553894
14247 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qdist.c' (12,740) at 20240326080039754
14248 2025-10-05 03:01:02.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/power-operations.scss' (12,741) at 20210308005107077
14249 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/site.conf.sample' (12,742) at 20220910030013381
14250 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/mfd/muic_max77693.c' (12,743) at 20210308005003468
14251 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.build.sh' (12,744) at 20221209040032879
14252 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/bootstrap-3.4.1.js' (12,745) at 20231126090012813
14253 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-dlc20-rev1.0.dts' (12,746) at 20210308005002632
14254 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bmc-update.target.in' (12,747) at 20210308005120349
14255 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/cs8900.c' (12,748) at 20210308005003424
14256 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/epautoconf.c' (12,749) at 20210308005003508
14257 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf_git.bb' (12,750) at 20241206090014274
14258 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_misc.h' (12,751) at 20210308005002664
14259 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-Add-riscv32-support.patch' (12,752) at 20241221090017676
14260 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/libxml2/libxml2_%.bbappend' (12,753) at 20240124090012254
14261 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/fpga-ast2605_defconfig' (12,754) at 20210421100236122
14262 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/sysinfo-common.c' (12,755) at 20210308005002764
14263 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/spl_minimal.c' (12,756) at 20210308005002832
14264 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/ice-mcpp.patch' (12,757) at 20230706080014745
14265 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/reconfig-net-interface@.service' (12,758) at 20240530080011873
14266 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/double_cpdo.c' (12,759) at 20221215040039202
14267 2025-10-05 03:01:02.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/live555/live555_20210824.bb' (12,760) at 20241206090014258
14268 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/__init__.py' (12,761) at 20210307205554262
14269 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/README.md' (12,762) at 20230523080016046
14270 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/law.c' (12,763) at 20210308005002980
14271 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/hv-balloon.h' (12,764) at 20240326080039534
14272 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-event.json' (12,765) at 20220429100100882
14273 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb' (12,766) at 20231126090012785
14274 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/CVE-2024-26458_CVE-2024-26461.patch' (12,767) at 20241221090017504
14275 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi' (12,768) at 20210308005002584
14276 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-json2html_1.3.0.bb' (12,769) at 20241221090017576
14277 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dummy/Makefile.am' (12,770) at 20210308004938832
14278 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ax88180.c' (12,771) at 20210308005003424
14279 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/log.c' (12,772) at 20210610190030293
14280 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/cpu_set.patch' (12,773) at 20210307205553842
14281 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb.h' (12,774) at 20210308005002820
14282 2025-10-05 03:01:02.655-0500 FINEST t466 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' (12,775) at 20231011080016574
14283 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/eeprom_at24c.h' (12,776) at 20230426080043764
14284 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch' (12,777) at 20241221090017640
14285 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.json' (12,778) at 20210308005046405
14286 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/Makefile' (12,779) at 20210308005003356
14287 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/.gitignore' (12,780) at 20211029100036564
14288 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/service-win32.h' (12,781) at 20210308005046229
14289 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/blanche.h' (12,782) at 20210308005003588
14290 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/gevent/phosphor-gevent' (12,783) at 20210308004941620
14291 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_cpu.c' (12,784) at 20241211090212218
14292 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/colibri_t30.c' (12,785) at 20210308005003084
14293 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bsp-guide/index.rst' (12,786) at 20211006000025214
14294 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/fit_spl_optee.its' (12,787) at 20210308005002772
14295 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/qom-api.rst' (12,788) at 20230925080039841
14296 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/time.c' (12,789) at 20210308005002812
14297 2025-10-05 03:01:02.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/lcdc.c' (12,790) at 20210308005003536
14298 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx5-clock.h' (12,791) at 20210308005003632
14299 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/core.h' (12,792) at 20210308005002884
14300 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.lcovrc' (12,793) at 20210308005116213
14301 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/xil_io.h' (12,794) at 20210308005003180
14302 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/Kconfig' (12,795) at 20210308005002992
14303 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/clock-axg.h' (12,796) at 20210308005002644
14304 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_de10_nano_defconfig' (12,797) at 20210308005003280
14305 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon/obmc/power-supply-monitor/power-supply-monitor-1.conf' (12,798) at 20210307205553710
14306 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/i2c.h' (12,799) at 20210308005002644
14307 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/tangier_sdhci.c' (12,800) at 20210308005003408
14308 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx25_ccm.h' (12,801) at 20210308005046017
14309 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-mttcg.h' (12,802) at 20221215040039042
14310 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_vmparam.h' (12,803) at 20241211090212218
14311 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/kvm/vmxcap' (12,804) at 20240906080037444
14312 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20ek_common.dtsi' (12,805) at 20210308005002572
14313 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/Kconfig' (12,806) at 20210308005002948
14314 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/patchreview.py' (12,807) at 20241221090017700
14315 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am335x_evm.h' (12,808) at 20210308005003584
14316 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ecovec.h' (12,809) at 20210308005003592
14317 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold.errors.yaml' (12,810) at 20210610000035142
14318 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_armv7_common.h' (12,811) at 20210308005003620
14319 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/Makefile' (12,812) at 20210308005002980
14320 2025-10-05 03:01:02.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/count.hpp' (12,813) at 20240904080034451
14321 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld6b.dtsi' (12,814) at 20210308005002632
14322 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg.c' (12,815) at 20210308005003508
14323 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dbus/dbus.c' (12,816) at 20210308004938832
14324 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmeter1_defconfig' (12,817) at 20210308005003264
14325 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Fenneberg-Livingston' (12,818) at 20241221090017616
14326 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (12,819) at 20240702080011692
14327 2025-10-05 03:01:02.657-0500 FINEST t466 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' (12,820) at 20231126090012801
14328 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/afalg.c' (12,821) at 20241211090212226
14329 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/early_uart.c' (12,822) at 20210308005002852
14330 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/p10bmc/obmc/fan-watchdog/reset-fan-watchdog.conf' (12,823) at 20230804080018099
14331 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/messanger_service.hpp' (12,824) at 20230523080037938
14332 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/Makefile' (12,825) at 20210308005002800
14333 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-auth-vencrypt.h' (12,826) at 20210308005046553
14334 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/getopt.h' (12,827) at 20210308005002848
14335 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/cunit_2.1-3.bb' (12,828) at 20241221090017544
14336 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/aspeed_i2c_global.c' (12,829) at 20220802100038577
14337 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ci20.h' (12,830) at 20210308005003588
14338 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/qts/sdram_config.h' (12,831) at 20210308005003052
14339 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ati_ids.h' (12,832) at 20210308005003520
14340 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-a-plus.dts' (12,833) at 20210308005002572
14341 2025-10-05 03:01:02.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr5.inc' (12,834) at 20240301090012451
14342 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/swift/psu.json' (12,835) at 20210307205553710
14343 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/k2e_evm.h' (12,836) at 20210308005003596
14344 2025-10-05 03:01:02.658-0500 FINEST t466 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' (12,837) at 20241221090017484
14345 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c_1.2.4.bb' (12,838) at 20241221090017540
14346 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/file_descriptor.hpp' (12,839) at 20230511080035559
14347 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bouncebuf.c' (12,840) at 20210308005003224
14348 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/cooker.py' (12,841) at 20220910030013377
14349 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/fp5280g3-ipmi-fru.yaml' (12,842) at 20240712080022837
14350 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/Makefile' (12,843) at 20210308005003068
14351 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libleak/libleak_0.3.6.bb' (12,844) at 20230610080017603
14352 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu.c' (12,845) at 20210308005003372
14353 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bios_emul.h' (12,846) at 20210308005003560
14354 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/redis.conf' (12,847) at 20210307205553930
14355 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lonneberga' (12,848) at 20210307205553786
14356 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/memalign.h' (12,849) at 20210308005003672
14357 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/librdkafka/librdkafka/0001-cmake-Use-CMAKE_INSTALL_LIBDIR.patch' (12,850) at 20220402030015983
14358 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Padasjoki_Arrakoski' (12,851) at 20210307205553770
14359 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/cpu.c' (12,852) at 20210308005002712
14360 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb' (12,853) at 20241221090017496
14361 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/README' (12,854) at 20210308005002976
14362 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/Kconfig' (12,855) at 20210308005002988
14363 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/Makefile' (12,856) at 20210308005003456
14364 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_blk.h' (12,857) at 20230925080039937
14365 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/sbf_dram_init.S' (12,858) at 20210308005002972
14366 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/gplugd/Kconfig' (12,859) at 20210308005002904
14367 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-win-stdio.h' (12,860) at 20210308005045997
14368 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/userland_git.bb' (12,861) at 20240413080012667
14369 2025-10-05 03:01:02.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/stubs.c' (12,862) at 20221215040039338
14370 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/libpcap/libpcap_1.10.5.bb' (12,863) at 20241221090017636
14371 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/cable.cpp' (12,864) at 20240704080030215
14372 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/MAINTAINERS' (12,865) at 20210308005002956
14373 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sinovoip_BPI_M3_defconfig' (12,866) at 20210308005003244
14374 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (12,867) at 20241206090014222
14375 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (12,868) at 20220323030026191
14376 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/uart.h' (12,869) at 20210308005002668
14377 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/OWNERS' (12,870) at 20230629131804623
14378 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/Makefile' (12,871) at 20210308005003452
14379 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/misc-uclass.c' (12,872) at 20210308005003400
14380 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/law.c' (12,873) at 20210308005002960
14381 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/exynos_pwm.c' (12,874) at 20210308005003472
14382 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/arm-ffa-user_5.0.2.bb' (12,875) at 20241221090017472
14383 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_d.c' (12,876) at 20210308005046521
14384 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_isoff.sh' (12,877) at 20230606080013598
14385 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/MAINTAINERS' (12,878) at 20210308005003040
14386 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-string.json' (12,879) at 20210308005046413
14387 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/discard-use-of-dnl-in-Makefile.am.patch' (12,880) at 20230706080014737
14388 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/bcm2835_otp.h' (12,881) at 20240906080037336
14389 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_power_on_driver_binder.sh' (12,882) at 20221015030011580
14390 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/idt8t49n222a_serdes_clk.c' (12,883) at 20210308005002960
14391 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/Kconfig' (12,884) at 20210308005003488
14392 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/local.conf.sample' (12,885) at 20241221090017480
14393 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/Kconfig' (12,886) at 20210308005003016
14394 2025-10-05 03:01:02.659-0500 FINEST t466 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' (12,887) at 20241221090017564
14395 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/StatusIcon.spec.js.snap' (12,888) at 20220105012523003
14396 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.6.rst' (12,889) at 20241221090017596
14397 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/imximage.cfg' (12,890) at 20210308005002984
14398 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LiLiQ-R-1.1' (12,891) at 20211006000025238
14399 2025-10-05 03:01:02.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/timer/sandbox_timer.txt' (12,892) at 20210308005003328
14400 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-verify.service' (12,893) at 20210803000022008
14401 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/Kconfig' (12,894) at 20210308005003000
14402 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-r-ccu.h' (12,895) at 20210308005003636
14403 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0007-Set-HAVE_LARGEFILE_SUPPORT-to-1-explicitly.patch' (12,896) at 20241221090017524
14404 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/icon-provider.js' (12,897) at 20210308005107069
14405 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/bfile.html' (12,898) at 20210307205554282
14406 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/qemu-bsd.h' (12,899) at 20240326080039394
14407 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Irevik_3195' (12,900) at 20210307205553782
14408 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljusvattnet' (12,901) at 20210307205553786
14409 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-base.json' (12,902) at 20210308005046397
14410 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/test_led_description.cpp' (12,903) at 20240801080023488
14411 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/pcie.txt' (12,904) at 20230426080043664
14412 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ippool.service' (12,905) at 20230609080014391
14413 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (12,906) at 20210903000032571
14414 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/flexcan.h' (12,907) at 20210308005002800
14415 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/components/card.js' (12,908) at 20210308005107073
14416 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/Kconfig' (12,909) at 20240906080037536
14417 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020UTM-PC_defconfig' (12,910) at 20210308005003240
14418 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ubi_uboot.h' (12,911) at 20210308005003688
14419 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_mpc83xx.c' (12,912) at 20210308005003496
14420 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/cpu.c' (12,913) at 20210308005002836
14421 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/GD' (12,914) at 20210307205553866
14422 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld11-ref.dts' (12,915) at 20210308005002632
14423 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.checkpatch.conf' (12,916) at 20210308005002536
14424 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/nonsec_virt.S' (12,917) at 20210308005002552
14425 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/buildjson/buildjson.cpp' (12,918) at 20221111040035058
14426 2025-10-05 03:01:02.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-unordered_0.6.0.bb' (12,919) at 20241206090014270
14427 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/sunxi-spl-image-builder.c' (12,920) at 20210308005003772
14428 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/Device.errors.yaml' (12,921) at 20230902080024081
14429 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/log.hpp' (12,922) at 20220401030013859
14430 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pyhavuori' (12,923) at 20210307205553774
14431 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/arc_timer.c' (12,924) at 20210308005003496
14432 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_signal.h' (12,925) at 20221215040039066
14433 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_3.0.0.bb' (12,926) at 20241206090014282
14434 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vmstate-static-checker-data/dump1.json' (12,927) at 20210927100127649
14435 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/phosphor-ipmi-flash-bios-update.service' (12,928) at 20210307205554082
14436 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.3c' (12,929) at 20210307205554422
14437 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/OWNERS' (12,930) at 20220726030037202
14438 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_errno_defs.h' (12,931) at 20210927100127273
14439 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/int-ll64.h' (12,932) at 20210308005003560
14440 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/gmac.c' (12,933) at 20210308005003056
14441 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/device.h' (12,934) at 20210308005002876
14442 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_SECURE_BOOT_defconfig' (12,935) at 20210308005003244
14443 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf_0.18.0.bb' (12,936) at 20230813080012900
14444 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/io_interface.hpp' (12,937) at 20240618080029637
14445 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/mctp/mctp.scc' (12,938) at 20230614080013166
14446 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TU-Berlin-2.0' (12,939) at 20211006000025246
14447 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/platform-bus.h' (12,940) at 20210308005046025
14448 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-8.yaml' (12,941) at 20241219090012972
14449 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/fan_speed.cpp' (12,942) at 20241203090033776
14450 2025-10-05 03:01:02.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/hypervisor_state_manager.cpp' (12,943) at 20230825080036445
14451 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/137' (12,944) at 20220429100100890
14452 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/valgrind.supp' (12,945) at 20210308005049761
14453 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-scan@.service' (12,946) at 20220503030013244
14454 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/default/krb5-kdc' (12,947) at 20210307205553878
14455 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/m48t59-internal.h' (12,948) at 20210308005045949
14456 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/151.out' (12,949) at 20221215040039362
14457 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport_dbus.h' (12,950) at 20210308005100993
14458 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500-romulus.dts' (12,951) at 20220809100039503
14459 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zipitz2/Kconfig' (12,952) at 20210308005003204
14460 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/055.out' (12,953) at 20210308005046441
14461 2025-10-05 03:01:02.662-0500 FINEST t466 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' (12,954) at 20221003030013289
14462 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (12,955) at 20240120090012778
14463 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/mcf_fec.h' (12,956) at 20210308005046017
14464 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/layout.yaml' (12,957) at 20210307205554054
14465 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5329.h' (12,958) at 20210308005002804
14466 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/atcspi200_spi.c' (12,959) at 20210308005003488
14467 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/input.h' (12,960) at 20240326080039554
14468 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/__init__.py' (12,961) at 20210307205554262
14469 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cadmus.h' (12,962) at 20210308005002960
14470 2025-10-05 03:01:02.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb' (12,963) at 20241221090017548
14471 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/adbd.mk' (12,964) at 20210307205553894
14472 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/aarch64-pauth.xml' (12,965) at 20230925080039849
14473 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-common.dtsi' (12,966) at 20210308005002596
14474 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control-yaml-provider_git.bb' (12,967) at 20210307205554054
14475 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6362-clock.h' (12,968) at 20210308005003632
14476 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/trace.h' (12,969) at 20210308005045921
14477 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (12,970) at 20241206090014278
14478 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/mps2.rst' (12,971) at 20240906080037176
14479 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/index.rst' (12,972) at 20211006000025218
14480 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/LICENSE' (12,973) at 20210308005057105
14481 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_mmio.h' (12,974) at 20210308005046053
14482 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/error-use-after-free.cocci' (12,975) at 20210308005046237
14483 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/rarp.h' (12,976) at 20210308005003720
14484 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb' (12,977) at 20210420000021566
14485 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/sysmap.h' (12,978) at 20210308005002640
14486 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/phosphor-ipmi-kcs@.service.in' (12,979) at 20221119040009726
14487 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/redfish_request_via_mTLS.md' (12,980) at 20221209040018563
14488 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_distro_bootcmd.h' (12,981) at 20210308005003572
14489 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/bios/string_attrs.json' (12,982) at 20221213040036917
14490 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.0-UK' (12,983) at 20211006000025230
14491 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/float_madds.c' (12,984) at 20240906080037576
14492 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap2.decode' (12,985) at 20210308005046389
14493 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/.gitignore' (12,986) at 20210308004940468
14494 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-eval/Makefile' (12,987) at 20210308005003056
14495 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-gfx_2.0.27.bb' (12,988) at 20241221090017528
14496 2025-10-05 03:01:02.663-0500 FINEST t466 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' (12,989) at 20230706080014737
14497 2025-10-05 03:01:02.663-0500 FINEST t466 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' (12,990) at 20210307205553886
14498 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/callout.hpp' (12,991) at 20220726030013070
14499 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.9.1.bb' (12,992) at 20220823030015951
14500 2025-10-05 03:01:02.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/run-ptest' (12,993) at 20220204040022528
14501 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_getblockinfo.h' (12,994) at 20210308005003552
14502 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training.c' (12,995) at 20210308005003364
14503 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/smccc-call.S' (12,996) at 20210308005002552
14504 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb' (12,997) at 20241206090014310
14505 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/ipmi_rest_fru_field_map.py' (12,998) at 20221209040018559
14506 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fullsjon' (12,999) at 20210307205553782
14507 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/zynqmpimage.c' (13,000) at 20210308005003776
14508 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/arch-loongarch.inc' (13,001) at 20240302090018230
14509 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/led.c' (13,002) at 20210308005002548
14510 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwc3-sti-glue.h' (13,003) at 20210308005003644
14511 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/MAINTAINERS' (13,004) at 20210308005003016
14512 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-gemei-g9.dts' (13,005) at 20210308005002616
14513 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/core.c' (13,006) at 20210308005003504
14514 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri-imx6ull_defconfig' (13,007) at 20210308005003252
14515 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset/README.md' (13,008) at 20221207040023627
14516 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/dp501.h' (13,009) at 20210308005003000
14517 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/233.out' (13,010) at 20241022080032792
14518 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/configuration/entity-manager_%.bbappend' (13,011) at 20241206090014218
14519 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend' (13,012) at 20210811000030033
14520 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/__init__.py' (13,013) at 20210307205554290
14521 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/0001-makefile-don-t-gzip-the-man-pages.patch' (13,014) at 20240301090012419
14522 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/iproc-common/armpll.h' (13,015) at 20210308005002676
14523 2025-10-05 03:01:02.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/pci.c' (13,016) at 20210308005002976
14524 2025-10-05 03:01:02.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/add-logical-with-carry.c' (13,017) at 20240326080039746
14525 2025-10-05 03:01:02.665-0500 FINEST t466 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' (13,018) at 20210307205554086
14526 2025-10-05 03:01:02.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_w.c' (13,019) at 20210308005046513
14527 2025-10-05 03:01:02.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/imx8/scu_api.c' (13,020) at 20210308005003400
14528 2025-10-05 03:01:02.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_beagle_defconfig' (13,021) at 20210308005003272
14529 2025-10-05 03:01:02.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.watchdog' (13,022) at 20210308005003300
14530 2025-10-05 03:01:02.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/README.rst' (13,023) at 20220429100100730
14531 2025-10-05 03:01:02.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/buildstats.py' (13,024) at 20230401080011979
14532 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_ids.h' (13,025) at 20210308005003680
14533 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/crc32defs.h' (13,026) at 20210308005003420
14534 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/xenpvh.rst' (13,027) at 20240326080039406
14535 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/.gitignore' (13,028) at 20220516100042300
14536 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_pic32.c' (13,029) at 20210308005003484
14537 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend' (13,030) at 20241206090014226
14538 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/internal_sys_mock.hpp' (13,031) at 20220507030031385
14539 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/mx23evk.c' (13,032) at 20210308005002980
14540 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3_xplained_mmc_defconfig' (13,033) at 20210308005003276
14541 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/meson.build' (13,034) at 20240906080037268
14542 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-evb.dts' (13,035) at 20210308005002604
14543 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/readline.h' (13,036) at 20230426080043776
14544 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros.inc' (13,037) at 20241221090017468
14545 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC832XEMDS.h' (13,038) at 20210308005003576
14546 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/002.out' (13,039) at 20210308005046413
14547 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-native.bb' (13,040) at 20241206090014274
14548 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (13,041) at 20210307205553694
14549 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha256-pss.its' (13,042) at 20210308005003744
14550 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-images-sha256-pss.its' (13,043) at 20210308005003744
14551 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/expected_config' (13,044) at 20210308005003736
14552 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (13,045) at 20220121110015008
14553 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet98v_rev2_defconfig' (13,046) at 20210308005003260
14554 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsq_sa_l_w.c' (13,047) at 20210308005046505
14555 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/imximage_dd3.cfg' (13,048) at 20210308005002984
14556 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mps2-fpgaio.h' (13,049) at 20210927100127237
14557 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mvrtc.h' (13,050) at 20210308005003480
14558 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/README.md' (13,051) at 20210307205553662
14559 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.json' (13,052) at 20220429100100882
14560 2025-10-05 03:01:02.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_r5.h' (13,053) at 20210308005003624
14561 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/build-scripts/control' (13,054) at 20210308005111461
14562 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/use-error_fatal.cocci' (13,055) at 20210308005046237
14563 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/cmd.hpp' (13,056) at 20220804030009423
14564 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/amd_iommu-stub.c' (13,057) at 20240906080037228
14565 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/riscv64-linux' (13,058) at 20230317080013833
14566 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (13,059) at 20240210090012534
14567 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/output_reproducer.py' (13,060) at 20221215040039270
14568 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/vrm-control.sh' (13,061) at 20230606080013598
14569 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/syscon.h' (13,062) at 20210308005002844
14570 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/Makefile' (13,063) at 20210308005002912
14571 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb' (13,064) at 20241206090014242
14572 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cds_pci_ft.c' (13,065) at 20210308005002960
14573 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/trace.h' (13,066) at 20210308005046337
14574 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pm9g45_defconfig' (13,067) at 20210308005003276
14575 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.err' (13,068) at 20210308005046401
14576 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/socket_manager.hpp' (13,069) at 20230629131804627
14577 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/Network.vue' (13,070) at 20241004080035971
14578 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/cpu_info.c' (13,071) at 20210308005002768
14579 2025-10-05 03:01:02.667-0500 FINEST t466 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' (13,072) at 20241206090014298
14580 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/iot_devkit.h' (13,073) at 20210308005003596
14581 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_host_network.robot' (13,074) at 20240628080017117
14582 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/trace.h' (13,075) at 20210308005045825
14583 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/sockbits.h' (13,076) at 20221215040039202
14584 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-07' (13,077) at 20210908000010395
14585 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/Endpoint.interface.yaml' (13,078) at 20240618080025501
14586 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/head64.S' (13,079) at 20230925080040101
14587 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/desc.h' (13,080) at 20220429100100534
14588 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Lugo' (13,081) at 20210307205553766
14589 2025-10-05 03:01:02.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/file-upload.scss' (13,082) at 20210308005107073
14590 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (13,083) at 20240113090014528
14591 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/ax25-ae350/ax25-ae350.c' (13,084) at 20210308005002900
14592 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/internal/sys.cpp' (13,085) at 20230511080009359
14593 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-qcow.c' (13,086) at 20241211090212226
14594 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/smbios.c' (13,087) at 20210308005003712
14595 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Alpicat' (13,088) at 20210307205553766
14596 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/threadcount.c' (13,089) at 20210308005046529
14597 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/03-threads.patch' (13,090) at 20230706080014745
14598 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-virtual-sensor/config-virtual-sensor.json' (13,091) at 20210807000017358
14599 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/s390-cpu-topology.rst' (13,092) at 20240326080039402
14600 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/gbs-ipmi-entity-association-map.bb' (13,093) at 20241206090014278
14601 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/312' (13,094) at 20230426080043944
14602 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS0-ssh-host@.service' (13,095) at 20230203040020726
14603 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/mx6qarm2.c' (13,096) at 20210308005002984
14604 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mem.h' (13,097) at 20210308005002660
14605 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/versal/board.c' (13,098) at 20210308005003172
14606 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/lowlevel_init.S' (13,099) at 20210308005003032
14607 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/Board_General.json' (13,100) at 20221213040036917
14608 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/148.out' (13,101) at 20210308005046453
14609 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_fat.c' (13,102) at 20210308005003228
14610 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_usbtty_pnor_defconfig' (13,103) at 20210308005003280
14611 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-rcu-simpleq.c' (13,104) at 20210927100127649
14612 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/hte.h' (13,105) at 20210308005002856
14613 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/efi-x86_payload32_defconfig' (13,106) at 20210308005003256
14614 2025-10-05 03:01:02.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/eth_t102xrdb.c' (13,107) at 20210308005002992
14615 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_defaults.h' (13,108) at 20210308005003572
14616 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Sarivaara' (13,109) at 20210307205553774
14617 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/Makefile' (13,110) at 20210308005002908
14618 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/bblayers.conf.sample' (13,111) at 20220910030013373
14619 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Device.errors.yaml' (13,112) at 20210610000035114
14620 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/0001-Add-configure-options-for-packages.patch' (13,113) at 20240113090014536
14621 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config/olympus-nuvoton-ipmi-fru-properties.yaml' (13,114) at 20210307205554094
14622 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions.hpp' (13,115) at 20220727030021545
14623 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/u-boot-spl.lds' (13,116) at 20210308005002844
14624 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0005-Use-posix-strerror_r-with-musl.patch' (13,117) at 20241221090017516
14625 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemumips64-multi.yml' (13,118) at 20210812000025270
14626 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/k3_rproc.c' (13,119) at 20210308005003476
14627 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/flash/phosphor-software-manager/bios-update' (13,120) at 20240828080010887
14628 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/ddr.c' (13,121) at 20210308005003052
14629 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/openipmi_2.0.36.bb' (13,122) at 20241221090017496
14630 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/clock_logger.hpp' (13,123) at 20230915080021805
14631 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc32-linux-musl' (13,124) at 20220402030016247
14632 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (13,125) at 20240712080022837
14633 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/cache.S' (13,126) at 20210308005002556
14634 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_win_defconfig' (13,127) at 20210308005003272
14635 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6838.dtsi' (13,128) at 20210308005002812
14636 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/bufferiszero.c.inc' (13,129) at 20240906080037184
14637 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/alerts/index.md' (13,130) at 20221215040043186
14638 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/meson.build' (13,131) at 20241211090212454
14639 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbpsi/libdvbpsi_1.3.3.bb' (13,132) at 20231126090012781
14640 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-net.h' (13,133) at 20210308005046481
14641 2025-10-05 03:01:02.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/atomic_add-bench.c' (13,134) at 20220429100100874
14642 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/makefile_race.patch' (13,135) at 20210307205553874
14643 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_46.1.bb' (13,136) at 20241221090017488
14644 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval_icpu_cfg.h' (13,137) at 20210308005002820
14645 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/trace.h' (13,138) at 20210308005045901
14646 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/oe_cmake_fixup.patch' (13,139) at 20210812000025274
14647 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch' (13,140) at 20241206090014338
14648 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/069.out' (13,141) at 20210308005046441
14649 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/Kconfig' (13,142) at 20210308005002960
14650 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-C' (13,143) at 20210307205554418
14651 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-SalzburgAG' (13,144) at 20210307205553758
14652 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-word.err' (13,145) at 20210308005046405
14653 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-r40-ccu.h' (13,146) at 20210308005003636
14654 2025-10-05 03:01:02.670-0500 FINEST t466 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' (13,147) at 20241206090014234
14655 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/activation_mmc.cpp' (13,148) at 20230511080022135
14656 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock-k2hk.h' (13,149) at 20210308005002732
14657 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/Makefile' (13,150) at 20210308005003340
14658 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-iot.dtsi' (13,151) at 20210308005002596
14659 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-sysfs-cross-compile.patch' (13,152) at 20210307205553818
14660 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear600/Makefile' (13,153) at 20210308005003052
14661 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_fcntl.h' (13,154) at 20210308005046093
14662 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/dif.h' (13,155) at 20220429100100498
14663 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_am335x_common.h' (13,156) at 20210308005003620
14664 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap7.decode' (13,157) at 20210308005046389
14665 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/readings.hpp' (13,158) at 20230524080039233
14666 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/MAINTAINERS' (13,159) at 20210308005003016
14667 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_meta.cpp' (13,160) at 20241123090021035
14668 2025-10-05 03:01:02.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ximg.c' (13,161) at 20210308005003220
14669 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__when_all.hpp' (13,162) at 20241219090033964
14670 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/fsp_configs.c' (13,163) at 20210308005002852
14671 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuS/eb_cpu5282/Kconfig' (13,164) at 20210308005002904
14672 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Huesca' (13,165) at 20210307205553766
14673 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8349EMDS.h' (13,166) at 20210308005003576
14674 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/devkit8000.c' (13,167) at 20210308005003080
14675 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Darwin' (13,168) at 20210307205553762
14676 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/meson.build' (13,169) at 20211211040043768
14677 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nand.c' (13,170) at 20210308005003556
14678 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/tx79.decode' (13,171) at 20240326080039682
14679 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_reset.sh' (13,172) at 20230606080013598
14680 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hemavan' (13,173) at 20210307205553782
14681 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/mux.c' (13,174) at 20210308005003076
14682 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/CLI11.wrap' (13,175) at 20230714080032711
14683 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/radiusd.service' (13,176) at 20230114040015474
14684 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/Makefile' (13,177) at 20210308005002800
14685 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/Kconfig' (13,178) at 20210308005003028
14686 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mbpoll/mbpoll_1.5.2.bb' (13,179) at 20230706080014745
14687 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/sgx.rst' (13,180) at 20240906080037180
14688 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/Makefile' (13,181) at 20210308005002548
14689 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/json-parser.hpp' (13,182) at 20240828080025979
14690 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/mime.bbclass' (13,183) at 20220910030013389
14691 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/lpc.h' (13,184) at 20210308005100993
14692 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/sequence_numbers.c' (13,185) at 20210308005100993
14693 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/compr_rtime.c' (13,186) at 20210308005003548
14694 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/LICENSE' (13,187) at 20210308005117205
14695 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.netdev' (13,188) at 20240210090012534
14696 2025-10-05 03:01:02.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/314' (13,189) at 20240326080039734
14697 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb' (13,190) at 20230401080011939
14698 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/remove-user-host-pwd-from-version.patch' (13,191) at 20210316000012677
14699 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/marvell,armada-apn806-pinctrl.txt' (13,192) at 20210308005003304
14700 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0008-Remove-RPC_FLUSH.patch' (13,193) at 20230706080014765
14701 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/main.cpp' (13,194) at 20240806080031092
14702 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/eth.c' (13,195) at 20210308005002964
14703 2025-10-05 03:01:02.672-0500 FINEST t466 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' (13,196) at 20210307205553886
14704 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/dropbear-migrate-key-location.service' (13,197) at 20230510080014491
14705 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_mrc.py' (13,198) at 20210308005003748
14706 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/eth_lx2160aqds.c' (13,199) at 20210308005002972
14707 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/powerpc_change-the-memory-size-limit.patch' (13,200) at 20210307205553750
14708 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/README.P1010RDB-PB' (13,201) at 20210308005002988
14709 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/Kconfig' (13,202) at 20210308005003020
14710 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/ioremap.h' (13,203) at 20210308005002820
14711 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/trace.h' (13,204) at 20210308005046109
14712 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/Makefile.vdso' (13,205) at 20241211090212374
14713 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu2up.service' (13,206) at 20230627080016966
14714 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/015.out' (13,207) at 20210308005046429
14715 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/trace.h' (13,208) at 20210308005046293
14716 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/init' (13,209) at 20210307205553938
14717 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/3c120_devboard.h' (13,210) at 20210308005003572
14718 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/styles/palette.styl' (13,211) at 20220105012522959
14719 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/README' (13,212) at 20210308005116217
14720 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/libwatchdog_git.bb' (13,213) at 20241206090014226
14721 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser_error.hpp' (13,214) at 20210914000041091
14722 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/leds/leds-bcm6328.txt' (13,215) at 20210308005003304
14723 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/Makefile' (13,216) at 20210308005003020
14724 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/README.md' (13,217) at 20240413080012667
14725 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sdb.dts' (13,218) at 20210308005002588
14726 2025-10-05 03:01:02.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0011-Remove-bionic-specific-calls.patch' (13,219) at 20210307205553894
14727 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_qspi_defconfig' (13,220) at 20210308005003264
14728 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ammarnas_Ribovardo' (13,221) at 20210307205553778
14729 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt_2.7.2.bb' (13,222) at 20241206090014242
14730 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gmpy2_2.2.1.bb' (13,223) at 20241221090017552
14731 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tracing/trace' (13,224) at 20221209040019095
14732 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/hellomod.c' (13,225) at 20210307205554442
14733 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-crb-swtpm-test.c' (13,226) at 20230426080043948
14734 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/Makefile' (13,227) at 20210308005002976
14735 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/psci.S' (13,228) at 20210308005002964
14736 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci-emul-uclass.c' (13,229) at 20210308005003448
14737 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/cpu-uclass.c' (13,230) at 20210308005003356
14738 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/interfaceaddtest.cpp' (13,231) at 20230520080021600
14739 2025-10-05 03:01:02.673-0500 FINEST t466 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' (13,232) at 20230706080014761
14740 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/components/AppNavigation/ibm.js' (13,233) at 20241004080035963
14741 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlskrona_Vamo' (13,234) at 20210307205553786
14742 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/power-domain.c' (13,235) at 20210308005003740
14743 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sun-PPP' (13,236) at 20241221090017616
14744 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/iana.hpp' (13,237) at 20210308004925448
14745 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/dwapb_gpio.c' (13,238) at 20210308005003376
14746 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Angersjo' (13,239) at 20210307205553778
14747 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/mem_noshuf.c' (13,240) at 20230925080040097
14748 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-x86-topo.c' (13,241) at 20240906080037584
14749 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/gpio.c' (13,242) at 20210308005003740
14750 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-4.3.rst' (13,243) at 20240413080012675
14751 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_dbm_soc1_defconfig' (13,244) at 20210308005003280
14752 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/0001-feat-dracut-install-split-ldd-command-arguments-for-.patch' (13,245) at 20241206090014238
14753 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/fifo8.h' (13,246) at 20241211090212366
14754 2025-10-05 03:01:02.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/service_files/op-occ-disable@.service' (13,247) at 20230210040018895
14755 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.err' (13,248) at 20240906080037560
14756 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb' (13,249) at 20231126090012785
14757 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/convert-variable-renames.py' (13,250) at 20220405030025649
14758 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/server-led.scss' (13,251) at 20210308005107077
14759 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/meson.build' (13,252) at 20210927100127437
14760 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/MAINTAINERS' (13,253) at 20210308005002972
14761 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/filtersnippet.js' (13,254) at 20210307205554278
14762 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk.inc' (13,255) at 20241221090017536
14763 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_base.c' (13,256) at 20210308005003416
14764 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/npcm8xx_defconfig' (13,257) at 20231107090016217
14765 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_mem.c' (13,258) at 20210308005002788
14766 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/MAINTAINERS' (13,259) at 20210308005002996
14767 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch' (13,260) at 20230919080013990
14768 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/gt64120.h' (13,261) at 20210308005003652
14769 2025-10-05 03:01:02.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/pinmux-config-p2571.h' (13,262) at 20210308005003024
14770 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Frameworx-1.0' (13,263) at 20210307205554422
14771 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.11.rst' (13,264) at 20241221090017592
14772 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/pbl_crc32.h' (13,265) at 20210308005003772
14773 2025-10-05 03:01:02.675-0500 FINEST t466 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' (13,266) at 20231011080016582
14774 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (13,267) at 20220629030020274
14775 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/board.c' (13,268) at 20210308005003004
14776 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sun-PPP-2000' (13,269) at 20241221090017616
14777 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/eth-raw-os.h' (13,270) at 20210308005002848
14778 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/machine/platform_configs.inc' (13,271) at 20211013000033044
14779 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_fibonacci.S' (13,272) at 20230426080043952
14780 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-ipmid-whitelist.conf' (13,273) at 20230808080035357
14781 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/fan53555.txt' (13,274) at 20210308005003308
14782 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.prettierignore' (13,275) at 20240529080008427
14783 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/classes/socsec-sign.bbclass' (13,276) at 20220809100017530
14784 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/standard-vga.rst' (13,277) at 20240326080039406
14785 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3288/Makefile' (13,278) at 20210308005003040
14786 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/armsse-version.h' (13,279) at 20210927100127229
14787 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/CODE_OF_CONDUCT.md' (13,280) at 20220823030015959
14788 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/riscv/host-signal.h' (13,281) at 20220429100100642
14789 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/Kconfig' (13,282) at 20240326080039494
14790 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/create_zero_size_window.c' (13,283) at 20230809080010799
14791 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/use-g_new-etc.cocci' (13,284) at 20220429100100746
14792 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/optee_msg_supplicant.h' (13,285) at 20210308005003496
14793 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Memory/MemoryECC.interface.yaml' (13,286) at 20220315030032667
14794 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/guestfd.c' (13,287) at 20240906080037444
14795 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/fno-common.patch' (13,288) at 20210307205553882
14796 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-palette.c' (13,289) at 20240326080039754
14797 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pca9554_regs.h' (13,290) at 20240906080037332
14798 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/sign-images.its' (13,291) at 20210308005003332
14799 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/funyahoo-plusplus_git.bb' (13,292) at 20241221090017544
14800 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/undefsym.py' (13,293) at 20210308005046249
14801 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/templates/default/conf-notes.txt' (13,294) at 20220913030020496
14802 2025-10-05 03:01:02.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/sysreset.c' (13,295) at 20210308005002860
14803 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/trace-events' (13,296) at 20230426080043708
14804 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_db.h' (13,297) at 20210308005003364
14805 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_rw.c' (13,298) at 20210308005003728
14806 2025-10-05 03:01:02.676-0500 FINEST t466 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' (13,299) at 20230919080013950
14807 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/task.hpp' (13,300) at 20240731080033666
14808 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hoglunda' (13,301) at 20210307205553782
14809 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/283' (13,302) at 20220429100100926
14810 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb_1.7.7.bb' (13,303) at 20241221090017528
14811 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/init' (13,304) at 20230919080013990
14812 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/Makefile' (13,305) at 20210308005003340
14813 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am335x_sl50.h' (13,306) at 20210308005003584
14814 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/PalapaC2_C-113.0E' (13,307) at 20210307205553762
14815 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/benchmark-crypto-akcipher.c' (13,308) at 20241211090212530
14816 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/power-supply-policy.bb' (13,309) at 20241206090014230
14817 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/Attributes.interface.yaml' (13,310) at 20210610000035122
14818 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/README.md' (13,311) at 20241206090030891
14819 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/x_keymap.c' (13,312) at 20210927100127661
14820 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/asc.h' (13,313) at 20240906080037328
14821 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dp83848.c' (13,314) at 20210308005002720
14822 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (13,315) at 20241206090014218
14823 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch' (13,316) at 20241221090017656
14824 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/Makefile' (13,317) at 20210308005003072
14825 2025-10-05 03:01:02.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/class_csr.h' (13,318) at 20210308005003676
14826 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/links.inc' (13,319) at 20220402030015991
14827 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/meson.build' (13,320) at 20240827080002182
14828 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1046aqds.h' (13,321) at 20210308005003600
14829 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_%.bbappend' (13,322) at 20230317080013797
14830 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/0001-Include-sys-time-h.patch' (13,323) at 20210307205553930
14831 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/extended_user_header_test.cpp' (13,324) at 20210308005049141
14832 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/module.h' (13,325) at 20221215040039190
14833 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080a_simu_defconfig' (13,326) at 20210308005003268
14834 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-dict.json' (13,327) at 20210308005046409
14835 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/bletchley-sled-removal@.target' (13,328) at 20230310090018691
14836 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/law.c' (13,329) at 20210308005002988
14837 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/instance-id.h' (13,330) at 20231110090010623
14838 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_board.c' (13,331) at 20210308005002788
14839 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-modal-csr-gen.html' (13,332) at 20210308005107065
14840 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NTP' (13,333) at 20210307205554426
14841 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/mpc8349emds.c' (13,334) at 20210308005002976
14842 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bind.c' (13,335) at 20210308005003208
14843 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/sdhci-cmd.c' (13,336) at 20221215040039374
14844 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzo/lzo1x_decompress.c' (13,337) at 20210308005003708
14845 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-evb-npcm845/packagegroups/packagegroup-evb-npcm845-apps.bb' (13,338) at 20240715080020841
14846 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ulcb.h' (13,339) at 20210308005003624
14847 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/byteorder.h' (13,340) at 20210308005002824
14848 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb' (13,341) at 20240301090012459
14849 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dma.h' (13,342) at 20210308005002668
14850 2025-10-05 03:01:02.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/get_power_state.cpp' (13,343) at 20210512000037560
14851 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spice-port-fqdn.txt' (13,344) at 20210308005045805
14852 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pfla02_defconfig' (13,345) at 20210308005003272
14853 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tammela' (13,346) at 20210307205553774
14854 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/templates/default/bblayers.conf.sample' (13,347) at 20240323080013549
14855 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/common/tamonten-ng.c' (13,348) at 20210308005002920
14856 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ich9_timer.c' (13,349) at 20241211090212246
14857 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/crypto.h' (13,350) at 20210308005002788
14858 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/origen.c' (13,351) at 20210308005003044
14859 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/distro/include/ibm-yaml.inc' (13,352) at 20210413000020813
14860 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_SDCARD_defconfig' (13,353) at 20210308005003240
14861 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp.bb' (13,354) at 20241206090014226
14862 2025-10-05 03:01:02.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.out' (13,355) at 20241211090212542
14863 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/nanomips.c' (13,356) at 20240906080037168
14864 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/default-cxx-std.patch' (13,357) at 20240301090012419
14865 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear310/MAINTAINERS' (13,358) at 20210308005003052
14866 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_config_test.cpp' (13,359) at 20240819080030259
14867 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-yocto-rt_%.bbappend' (13,360) at 20241206090014214
14868 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_vbt.py' (13,361) at 20210308005003748
14869 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/acpi.c' (13,362) at 20210308005002852
14870 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (13,363) at 20241206090014278
14871 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block.c' (13,364) at 20241211090212226
14872 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Selkirk' (13,365) at 20210307205553798
14873 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/boilerplate.rst' (13,366) at 20230114040015510
14874 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/unaligned.h' (13,367) at 20210308005002880
14875 2025-10-05 03:01:02.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/uefi-http-boot.cfg' (13,368) at 20241221090017472
14876 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hudiksvall_Galgberget' (13,369) at 20210307205553782
14877 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-vmsr-helper.service' (13,370) at 20240906080037164
14878 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/renesas-cpg-mssr.c' (13,371) at 20210308005003352
14879 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/igep00x0.h' (13,372) at 20210308005003012
14880 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-mio.c' (13,373) at 20210308005003356
14881 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/start.S' (13,374) at 20210308005002800
14882 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-vfio.h' (13,375) at 20221215040039186
14883 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/calao/usb_a9263/MAINTAINERS' (13,376) at 20210308005002944
14884 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_disk_image.h' (13,377) at 20210308005003704
14885 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/ds2502.c' (13,378) at 20210308005003536
14886 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/remove-perl-check.patch' (13,379) at 20210307205554534
14887 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-fru.yaml' (13,380) at 20210307205553662
14888 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/cutils.c' (13,381) at 20230426080043840
14889 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/Makefile' (13,382) at 20210308005003024
14890 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-virt.xml' (13,383) at 20230925080039849
14891 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g35ek.dts' (13,384) at 20210308005002572
14892 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json' (13,385) at 20240816080011190
14893 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/Kconfig' (13,386) at 20220215040051576
14894 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib_1.3.1.bb' (13,387) at 20241221090017648
14895 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Metric/Value.interface.yaml' (13,388) at 20240618080025501
14896 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/tayga_0.9.2.bb' (13,389) at 20241221090017492
14897 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/memory.py' (13,390) at 20240906080037576
14898 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/websocket_monitor.py' (13,391) at 20221209040018559
14899 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb' (13,392) at 20241221090017516
14900 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-empty.json' (13,393) at 20210308005046401
14901 2025-10-05 03:01:02.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (13,394) at 20220620100012713
14902 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/hvm/hvm_op.h' (13,395) at 20240326080039546
14903 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/relocate_64.S' (13,396) at 20210308005002708
14904 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/uname.h' (13,397) at 20221215040039210
14905 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/Makefile.am.patch' (13,398) at 20230706080014737
14906 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600a1.h' (13,399) at 20210308005003596
14907 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/db-88f6720.h' (13,400) at 20210308005003592
14908 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/Makefile' (13,401) at 20210308005002804
14909 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Compatible.interface.yaml' (13,402) at 20221207040023627
14910 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-common/recipes-inventec/packagegroups/packagegroup-obmc-apps.bbappend' (13,403) at 20221013030014394
14911 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/phosphor-dbus-interfaces.wrap' (13,404) at 20220322030034432
14912 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.8' (13,405) at 20210307205554426
14913 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-chiliboard.dts' (13,406) at 20210308005002560
14914 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/releases/individual/xserver/index.html' (13,407) at 20210307205554250
14915 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/LICENSE' (13,408) at 20240124090001898
14916 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/development-shell.rst' (13,409) at 20240302090018218
14917 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/hello-autotools/hello_2.10.bb' (13,410) at 20220402030016127
14918 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/Kconfig' (13,411) at 20210308005003088
14919 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/fru.h' (13,412) at 20240305090009362
14920 2025-10-05 03:01:02.681-0500 FINEST t466 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' (13,413) at 20241221090017488
14921 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/system.h' (13,414) at 20210308005002828
14922 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os_4.%.bbappend' (13,415) at 20241206090014214
14923 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/LICENSE' (13,416) at 20210308004940468
14924 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/poky.yml' (13,417) at 20241206090014206
14925 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/inittab' (13,418) at 20210307205554470
14926 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-sgi575.inc' (13,419) at 20240413080012623
14927 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/float_madds.ref' (13,420) at 20210308005046489
14928 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/phosphor-wait-power-off@.service' (13,421) at 20230706080014765
14929 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/spidev-test/spidev-test.bb' (13,422) at 20241221090017532
14930 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb' (13,423) at 20241221090017548
14931 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/android-gadget-start' (13,424) at 20230401080011931
14932 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/fuse.h' (13,425) at 20210927100127225
14933 2025-10-05 03:01:02.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd/gpsd.init' (13,426) at 20210307205553962
14934 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/phosphor-logging.wrap' (13,427) at 20220322030048836
14935 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb' (13,428) at 20241206090014262
14936 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Enviken' (13,429) at 20210307205553778
14937 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/trace.h' (13,430) at 20210308005046281
14938 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/x86.csv' (13,431) at 20240326080039746
14939 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/7_6.diff' (13,432) at 20231011080016574
14940 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/Makefile' (13,433) at 20210308005002988
14941 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3288_mipi.c' (13,434) at 20210308005003532
14942 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6_common.h' (13,435) at 20210308005003604
14943 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_sandbox.c' (13,436) at 20210308005003500
14944 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/log4cplus/log4cplus_2.1.2.bb' (13,437) at 20241221090017664
14945 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/mmu-arm64.c' (13,438) at 20210308005002724
14946 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/Makefile' (13,439) at 20210308005002984
14947 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/soc.txt' (13,440) at 20210308005003304
14948 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/test_fdt.py' (13,441) at 20210308005003760
14949 2025-10-05 03:01:02.682-0500 FINEST t466 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' (13,442) at 20231011080016574
14950 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib/99-xf86-input-tslib.rules' (13,443) at 20210307205553950
14951 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-todir-globfile' (13,444) at 20210307205554386
14952 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm011_defconfig' (13,445) at 20210308005003288
14953 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6sl-clock.h' (13,446) at 20210308005003632
14954 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip-perl/run-ptest' (13,447) at 20210307205553838
14955 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqm834x/tqm834x.c' (13,448) at 20210308005003088
14956 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/template.md' (13,449) at 20241206090014210
14957 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/bitsperlong.h' (13,450) at 20210308005046065
14958 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_ibt.h' (13,451) at 20241211090212362
14959 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/bios-update/phosphor-ipmi-flash-bios-update.service' (13,452) at 20240405080013750
14960 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_console.c' (13,453) at 20210308005003704
14961 2025-10-05 03:01:02.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/f0b-ipmi-fru-read-inventory-native.bb' (13,454) at 20241206090014278
14962 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/test.h' (13,455) at 20210308005003688
14963 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-ddr' (13,456) at 20210308005003292
14964 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/no-md2.patch' (13,457) at 20210307205553818
14965 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/i440fx_fuzz.c' (13,458) at 20230426080043948
14966 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/310' (13,459) at 20221215040039366
14967 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/rootfs_size/rootfs_size.py' (13,460) at 20221206040017633
14968 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/relative_symlinks.bbclass' (13,461) at 20220910030013393
14969 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_SLAVE_defconfig' (13,462) at 20210308005003236
14970 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/ppc.h' (13,463) at 20210308005003560
14971 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/serial.rst' (13,464) at 20210308005002536
14972 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/iopoll.h' (13,465) at 20210308005003656
14973 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/0001-Disable-installing-documentation.patch' (13,466) at 20230706080014757
14974 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/rockchip_sdhci.c' (13,467) at 20210308005003404
14975 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/.gitignore' (13,468) at 20240409080019271
14976 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pic32_gpio.c' (13,469) at 20210308005003380
14977 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/system/regdef.h' (13,470) at 20241211090212550
14978 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/fsl_espi_spl.c' (13,471) at 20210308005003420
14979 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/OWNERS' (13,472) at 20240319080028318
14980 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/types.cpp' (13,473) at 20230701080027201
14981 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/pmic.h' (13,474) at 20210308005003680
14982 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/__init__.py' (13,475) at 20241221090017700
14983 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3_xplained/MAINTAINERS' (13,476) at 20210308005002920
14984 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/check_host_running.cpp' (13,477) at 20230206040014957
14985 2025-10-05 03:01:02.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK100_defconfig' (13,478) at 20210308005003236
14986 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/0001-libpcap-search-sysroot-for-headers.patch' (13,479) at 20210307205553814
14987 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3368.c' (13,480) at 20210308005003352
14988 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (13,481) at 20210307205553722
14989 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/stm32f100_soc.h' (13,482) at 20240326080039534
14990 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/edid.h' (13,483) at 20210308005003644
14991 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/config-mbcpld.json' (13,484) at 20210413100020742
14992 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/crt0_arm_efi.S' (13,485) at 20210308005002708
14993 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Authentication/AuthenticanStore.js' (13,486) at 20241108090039441
14994 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_syscall.h' (13,487) at 20240906080037360
14995 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/ppc64_pseries-machine.c' (13,488) at 20221215040039374
14996 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/find_existing_config.patch' (13,489) at 20230706080014765
14997 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/update-alternatives.bbclass' (13,490) at 20230520080014496
14998 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-inet86dz.dts' (13,491) at 20210308005002624
14999 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qdist.h' (13,492) at 20210308005046049
15000 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/apic-msidef.h' (13,493) at 20210308005046013
15001 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/README.md' (13,494) at 20240809080013506
15002 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexa510.inc' (13,495) at 20240301090012451
15003 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Shutdown/ThermalEvent.errors.yaml' (13,496) at 20210610000035154
15004 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/nop-phy.c' (13,497) at 20210308005003456
15005 2025-10-05 03:01:02.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-poweron.service' (13,498) at 20210810100021256
15006 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/con2fbmap/con2fbmap_git.bb' (13,499) at 20241221090017504
15007 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-nettle.c.inc' (13,500) at 20241211090212226
15008 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/mtms.hpp' (13,501) at 20220609030024386
15009 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig' (13,502) at 20210308005003240
15010 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-8.conf' (13,503) at 20210307205554082
15011 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7ulp.dtsi' (13,504) at 20210308005002592
15012 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/adc/npcm7xx_adc.h' (13,505) at 20230426080043756
15013 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric.hpp' (13,506) at 20240307090027676
15014 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/googletest.wrap' (13,507) at 20210421000104602
15015 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet-host.c' (13,508) at 20240906080037380
15016 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/Kconfig' (13,509) at 20210308005003044
15017 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/ls102xa_pbi.cfg' (13,510) at 20210308005002964
15018 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake' (13,511) at 20231207090015278
15019 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/README.md' (13,512) at 20240824080021954
15020 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/virgl.py' (13,513) at 20221003030013329
15021 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/LICENSE' (13,514) at 20210430130416990
15022 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch' (13,515) at 20240127090011892
15023 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/monitor.c' (13,516) at 20210308005046373
15024 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210.dtsi' (13,517) at 20210308005002576
15025 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/cpld.c' (13,518) at 20210308005002968
15026 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/test/libpldmresponder_fileio_test.cpp' (13,519) at 20240819080030263
15027 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/templates/default/local.conf.sample' (13,520) at 20241221090017476
15028 2025-10-05 03:01:02.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/pci.hpp' (13,521) at 20241219090024012
15029 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/mx6sxsabresd.c' (13,522) at 20210308005002984
15030 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/json_spirit_v4.08.zip' (13,523) at 20210307205553902
15031 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nilsia' (13,524) at 20210307205553770
15032 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/dcmi/test_dcmi_management_controller.robot' (13,525) at 20240628080017113
15033 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.service' (13,526) at 20230412080023456
15034 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/MAINTAINERS' (13,527) at 20210308005002968
15035 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_dextr.S' (13,528) at 20230925080040101
15036 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gmime/gmime/iconv-detect.h' (13,529) at 20210729000029104
15037 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ifplugd/ifplugd/0001-src-interface.h-Make-declarations-as-extern.patch' (13,530) at 20210307205553878
15038 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.json' (13,531) at 20210308005046401
15039 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx53-cx9020.dts' (13,532) at 20210308005002580
15040 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-spear.c' (13,533) at 20210308005003512
15041 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/service_files/json/phosphor-fan-monitor@.service' (13,534) at 20220819030023853
15042 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/ncplite-inventory-log/ncplite-inventory-log.bb' (13,535) at 20241206090014286
15043 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Borceux' (13,536) at 20211006000025230
15044 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/build-scripts/openbmctool-rhel8.spec' (13,537) at 20210308005111461
15045 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-inventory-native.bb' (13,538) at 20241206090014286
15046 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Intrusion.interface.yaml' (13,539) at 20231201090024326
15047 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/classes/test_events.bbclass' (13,540) at 20210307205554386
15048 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/ddr.c' (13,541) at 20210308005002996
15049 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/README.md' (13,542) at 20210308005114857
15050 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/FactoryReset/FactoryReset.vue' (13,543) at 20241004080035967
15051 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/cipher_mgmt.hpp' (13,544) at 20230513080027506
15052 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_mtlohi1.c' (13,545) at 20210308005046525
15053 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-power-state-init' (13,546) at 20240730080012557
15054 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/0001-libdirect-remove-use-of-keyword-register.patch' (13,547) at 20241221090017528
15055 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv-xventana.c' (13,548) at 20240906080037168
15056 2025-10-05 03:01:02.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/p5020ds_ddr.c' (13,549) at 20210308005002964
15057 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h743i-eval.dts' (13,550) at 20210308005002616
15058 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0001-make_exports.awk-not-expose-the-path.patch' (13,551) at 20220910030013369
15059 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160QDS_NAND_defconfig' (13,552) at 20210308005003244
15060 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/include/linux/peci-ioctl.h' (13,553) at 20230509080005840
15061 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_semantics.c' (13,554) at 20220429100100782
15062 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/hoststate' (13,555) at 20210308005059705
15063 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/d2net_v2_defconfig' (13,556) at 20210308005003256
15064 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/syscallhdr.sh' (13,557) at 20241211090212374
15065 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/liberation-fonts/30-liberation-aliases.conf' (13,558) at 20210307205554586
15066 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/read_window_mark_write_erased.c' (13,559) at 20230809080010803
15067 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_shortlog_format.fail' (13,560) at 20241206090014310
15068 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-neoversev2.inc' (13,561) at 20240301090012451
15069 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BitTorrent-1.0' (13,562) at 20211006000025230
15070 2025-10-05 03:01:02.687-0500 FINEST t466 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' (13,563) at 20210307205553802
15071 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/rtc.h' (13,564) at 20210308005003684
15072 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/sdhc_boot.c' (13,565) at 20210308005003000
15073 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/notifier_dbus_handler.cpp' (13,566) at 20240910080001402
15074 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/corvus/MAINTAINERS' (13,567) at 20210308005003048
15075 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/common.py' (13,568) at 20210307205554258
15076 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Orangepi_defconfig' (13,569) at 20210308005003240
15077 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend' (13,570) at 20241221090017468
15078 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-x86/chassis/x86-power-control_%.bbappend' (13,571) at 20241206090014218
15079 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/800mhz_4x256mx16.cfg' (13,572) at 20210308005002924
15080 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/power-button.sh' (13,573) at 20230706080014733
15081 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestPatch.test_signed_off_by_presence.pass' (13,574) at 20241206090014310
15082 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/machine/quanta-q71l.conf' (13,575) at 20230927080013514
15083 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/COPYING.MIT' (13,576) at 20210307205554078
15084 2025-10-05 03:01:02.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/koelsch_spl.c' (13,577) at 20210308005003036
15085 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass' (13,578) at 20230811080018306
15086 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_core.c' (13,579) at 20210308005003452
15087 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vyasa-rk3288.h' (13,580) at 20210308005003624
15088 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.pass' (13,581) at 20241206090014306
15089 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/slt_ast2600/slt_ast2600.c' (13,582) at 20210308005002916
15090 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t-allwinner-h8homlet-v2.dts' (13,583) at 20210308005002624
15091 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_fixed_factor.c' (13,584) at 20210308005003348
15092 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/src/watchdog.cpp' (13,585) at 20230511080038647
15093 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/128' (13,586) at 20210927100127485
15094 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/test_smack_udp_sockets.sh' (13,587) at 20210307205554122
15095 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/law.c' (13,588) at 20210308005002828
15096 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy.bb' (13,589) at 20241206090014230
15097 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-or-later' (13,590) at 20211006000025234
15098 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/host-gpio.service' (13,591) at 20240828080010887
15099 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/service_files/xyz.openbmc_project.Chassis.Control.Power@.service' (13,592) at 20211112040111283
15100 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nordanede' (13,593) at 20210307205553786
15101 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clk_synthesizer.c' (13,594) at 20210308005002756
15102 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/tve_common.c' (13,595) at 20210308005003536
15103 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_pattern_group_nest1.decode' (13,596) at 20210308005046389
15104 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/rk_pwm.c' (13,597) at 20210308005003472
15105 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-zero-plus.dts' (13,598) at 20210308005002620
15106 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcmcygnus/Makefile' (13,599) at 20210308005002552
15107 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_vpd.hpp' (13,600) at 20240819080030263
15108 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/server.ttyS3.conf' (13,601) at 20230606080013598
15109 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/meson.build' (13,602) at 20240326080039706
15110 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/README.md' (13,603) at 20240710080040518
15111 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/README' (13,604) at 20210308005003056
15112 2025-10-05 03:01:02.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd.service' (13,605) at 20210307205553834
15113 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/msm_sdhci.c' (13,606) at 20210308005003404
15114 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/rbtree_augmented.h' (13,607) at 20210308005003668
15115 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/win32-kbd-hook.h' (13,608) at 20210308005046057
15116 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/.gitignore' (13,609) at 20240716080017671
15117 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvdalen_Brunnsberg' (13,610) at 20210307205553778
15118 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OpenSSL' (13,611) at 20210307205554426
15119 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-qemu-allocation.out' (13,612) at 20240326080039734
15120 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/Makefile' (13,613) at 20210307205554390
15121 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_pio4.h' (13,614) at 20210308005002716
15122 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/062.out' (13,615) at 20210308005046441
15123 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_sdmc.h' (13,616) at 20240906080037336
15124 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at_3.2.5.bb' (13,617) at 20241206090014334
15125 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/nbench-byte' (13,618) at 20210307205553870
15126 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/ge_common.h' (13,619) at 20210308005003004
15127 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sgmii_riser.h' (13,620) at 20210308005002960
15128 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/0001-Fixed-compilation-warnings-in-ainput-channel.patch' (13,621) at 20241206090014258
15129 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/README_VirtualBox_Guest_Additions.txt' (13,622) at 20210307205554482
15130 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/uldivmod.S' (13,623) at 20210308005002708
15131 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/mctp_%.bbappend' (13,624) at 20241206090014222
15132 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/dbus-sdr/sensorcommands_unittest.cpp' (13,625) at 20240829080022542
15133 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/bootscripts/bootzimg.cmd' (13,626) at 20210308005003044
15134 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0003_add_cancelling_state.py' (13,627) at 20210307205554262
15135 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/0001-support-to-override-usr-sbin-and-usr-share.patch' (13,628) at 20241221090017512
15136 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/meson.build' (13,629) at 20240906080037276
15137 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/logs.py' (13,630) at 20231126090012817
15138 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/dwc3-omap.h' (13,631) at 20210308005003672
15139 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/linux-compat.h' (13,632) at 20210308005003500
15140 2025-10-05 03:01:02.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/OWNERS' (13,633) at 20220723030029377
15141 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-exynos5.c' (13,634) at 20210308005003516
15142 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/feature_to_c.py' (13,635) at 20240906080037444
15143 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/aarch64.conf' (13,636) at 20240106090017257
15144 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC9-83.0W' (13,637) at 20210307205553758
15145 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader/texture-blit-flip.vert' (13,638) at 20230426080043960
15146 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mc13892.h' (13,639) at 20210308005003672
15147 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/ksparser.py' (13,640) at 20230919080013994
15148 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Garpenberg_Kuppgarden' (13,641) at 20210307205553782
15149 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_ATM_defconfig' (13,642) at 20210308005003236
15150 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/040.out' (13,643) at 20210308005046437
15151 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/rxsbg.c' (13,644) at 20230426080043952
15152 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/org.openbmc.control.Power@.service' (13,645) at 20221129040014411
15153 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_SECURE_BOOT_defconfig' (13,646) at 20210308005003244
15154 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/paaudio.c' (13,647) at 20240326080039370
15155 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-controller/mips-gic.h' (13,648) at 20210308005003636
15156 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/battery/bat_trats.c' (13,649) at 20210308005003468
15157 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/tcpdchk_libwrapped.patch' (13,650) at 20241221090017680
15158 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-x86.h' (13,651) at 20210308005003612
15159 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/tegra30-mc.h' (13,652) at 20210308005003636
15160 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Makefile' (13,653) at 20210308005002712
15161 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ACEX1K.h' (13,654) at 20210308005003556
15162 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/ddr.c' (13,655) at 20210308005002728
15163 2025-10-05 03:01:02.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APAFML' (13,656) at 20211006000025226
15164 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/m68k/denormal.c' (13,657) at 20240326080039746
15165 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/tune-loongarch.inc' (13,658) at 20230211040012647
15166 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/107' (13,659) at 20220429100100890
15167 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/safe-syscall.S' (13,660) at 20220429100100406
15168 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/MAINTAINERS' (13,661) at 20210308005003008
15169 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-Turku' (13,662) at 20210307205553758
15170 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-top-perms' (13,663) at 20240326080039734
15171 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/Kconfig' (13,664) at 20210308005002916
15172 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/opcua.json' (13,665) at 20210307205553850
15173 2025-10-05 03:01:02.691-0500 FINEST t466 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' (13,666) at 20230131040012027
15174 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.0.rst' (13,667) at 20230114040015514
15175 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/libcurses-perl_1.45.bb' (13,668) at 20241221090017544
15176 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/.prettierrc.yaml' (13,669) at 20221213040016740
15177 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.SNTP' (13,670) at 20210308005003292
15178 2025-10-05 03:01:02.691-0500 FINEST t466 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' (13,671) at 20230706080014741
15179 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_qb.c' (13,672) at 20210308005046505
15180 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/busybox/busybox_%.bbappend' (13,673) at 20210812000025290
15181 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/__init__.py' (13,674) at 20210308005003736
15182 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/getopts.cfg' (13,675) at 20241221090017636
15183 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm017-dc3/psu_init_gpl.c' (13,676) at 20210308005003200
15184 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a0-spl_defconfig' (13,677) at 20210308005003256
15185 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_sf.py' (13,678) at 20210308005003744
15186 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (13,679) at 20241206090014218
15187 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/preg_alias.c' (13,680) at 20230925080040097
15188 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-clock-data-logger@.service.in' (13,681) at 20230513080022442
15189 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/_templates/breadcrumbs.html' (13,682) at 20210307205554290
15190 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/Kconfig' (13,683) at 20210308005002852
15191 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/301' (13,684) at 20210927100127505
15192 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ftpm.py' (13,685) at 20241206090014214
15193 2025-10-05 03:01:02.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS1-ssh-bic@.service' (13,686) at 20230203040020726
15194 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/e820_memory_layout.c' (13,687) at 20240906080037228
15195 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/ptrace.h' (13,688) at 20210308005002808
15196 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bios-update.bb' (13,689) at 20241221090017480
15197 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/oldask1_config' (13,690) at 20210308005003736
15198 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/mrccache.c' (13,691) at 20210308005002884
15199 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_spl_simple.c' (13,692) at 20210308005003416
15200 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/microblaze-core.xml' (13,693) at 20230426080043664
15201 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-snmp/xyz.openbmc_project.Network.SNMP.service' (13,694) at 20230215040018439
15202 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/float_convs.ref' (13,695) at 20220429100100942
15203 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-add-libnetsnmp-when-link.patch' (13,696) at 20210307205553818
15204 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/Kconfig' (13,697) at 20210308005003736
15205 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/imx-regs.h' (13,698) at 20210308005002672
15206 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/keystone_net.c' (13,699) at 20210308005003448
15207 2025-10-05 03:01:02.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libdeflate/libdeflate_1.20.bb' (13,700) at 20241206090014250
15208 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/ncsi.c' (13,701) at 20210421100236122
15209 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/1296.patch' (13,702) at 20231011080016574
15210 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/socfpga.c' (13,703) at 20210308005003072
15211 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/meson.build' (13,704) at 20241211090212314
15212 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-vmsr-helper.rst' (13,705) at 20240906080037180
15213 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd/fix-pps_strerror_r.patch' (13,706) at 20241221090017532
15214 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/board.c' (13,707) at 20210308005002920
15215 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/licenses/Unicode' (13,708) at 20210307205554010
15216 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32f429-evaluation_defconfig' (13,709) at 20210308005003280
15217 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc0_defconfig' (13,710) at 20210308005003284
15218 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/dcpop.c' (13,711) at 20230925080040097
15219 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox_flattree_defconfig' (13,712) at 20210308005003276
15220 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_spi_rcw.cfg' (13,713) at 20210308005002992
15221 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seeed/linkit-smart-7688/Makefile' (13,714) at 20210308005003048
15222 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc.c' (13,715) at 20210308005003404
15223 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/MAINTAINERS' (13,716) at 20210308005002972
15224 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/lib/Makefile' (13,717) at 20210308005002808
15225 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/meson.build' (13,718) at 20240326080039442
15226 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7629/mt7629_rfb.c' (13,719) at 20210308005003016
15227 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/50-mount-persistent' (13,720) at 20240218090011626
15228 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/bitops.c' (13,721) at 20230426080043960
15229 2025-10-05 03:01:02.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/AssemblyStore.js' (13,722) at 20241004080035963
15230 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ls102xa_stream_id.c' (13,723) at 20210308005002960
15231 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (13,724) at 20230120040014546
15232 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml' (13,725) at 20240906080037132
15233 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.23.rst' (13,726) at 20241221090017596
15234 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cscope/cscope_15.9.bb' (13,727) at 20241221090017512
15235 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/libgcc.c' (13,728) at 20210308005002828
15236 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/target/qemu.py' (13,729) at 20240106090017261
15237 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/run-ptest' (13,730) at 20231011080016614
15238 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-mixer_1.2.12.bb' (13,731) at 20241221090017528
15239 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/150.out.raw' (13,732) at 20210308005046453
15240 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/thermal.h' (13,733) at 20210308005003688
15241 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32-rcc.txt' (13,734) at 20210308005003304
15242 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zmx25_defconfig' (13,735) at 20210308005003288
15243 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-liftoff-Correct-function-signatures.patch' (13,736) at 20241221090017512
15244 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grasmark' (13,737) at 20210307205553782
15245 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/testfloat_3e.bb' (13,738) at 20241221090017544
15246 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qemu-img-bitmaps' (13,739) at 20210927100127505
15247 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/cpuinfo' (13,740) at 20210308005059705
15248 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/spi.c' (13,741) at 20210308005003740
15249 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/update-config.patch' (13,742) at 20210307205553834
15250 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_efi_selftest.py' (13,743) at 20210308005003744
15251 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/bounces' (13,744) at 20210308005003300
15252 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-beagle-x15-revc.dts' (13,745) at 20210308005002564
15253 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-kernel/linux/linux-aspeed_%.bbappend' (13,746) at 20221015030011580
15254 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/udoo_neo.h' (13,747) at 20210308005003624
15255 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash/cpld-update/config-bmccpld.json' (13,748) at 20240405080013750
15256 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json' (13,749) at 20230511080017319
15257 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cpu.c' (13,750) at 20210308005002724
15258 2025-10-05 03:01:02.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.json' (13,751) at 20210308005046405
15259 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/gparted/files/0001-Install-polkit-action-unconditionally-executable-pke.patch' (13,752) at 20210307205553742
15260 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5cm.dtsi' (13,753) at 20210308005002572
15261 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_SECURE_BOOT_defconfig' (13,754) at 20210308005003244
15262 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/nlohmann_json.wrap' (13,755) at 20231208090033857
15263 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/stm32-reset.c' (13,756) at 20210308005003480
15264 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t2080_ids.c' (13,757) at 20210308005002832
15265 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/test-empty-image.bb' (13,758) at 20210307205554386
15266 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/Kconfig' (13,759) at 20210308005003040
15267 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/.gitignore' (13,760) at 20210308005002752
15268 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-4.3.rst' (13,761) at 20231126090012821
15269 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl/0001-include-libgen.h-for-basename.patch' (13,762) at 20240413080012647
15270 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/Makefile' (13,763) at 20210308005003716
15271 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/JCSat3A_C-128.0E' (13,764) at 20210307205553762
15272 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/config.mk' (13,765) at 20210308005002756
15273 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/0001-Makefile.am-avoid-race-when-creating-autostart-direc.patch' (13,766) at 20210307205553946
15274 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pcmcia.h' (13,767) at 20210308005003680
15275 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_common.c' (13,768) at 20210308005003452
15276 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-all.bb' (13,769) at 20231014080011723
15277 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/bcm6348-usbh-phy.c' (13,770) at 20210308005003452
15278 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/tlb.c' (13,771) at 20210308005002980
15279 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-olinuxino.dts' (13,772) at 20210308005002620
15280 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/init-install-efi.sh' (13,773) at 20220612030016755
15281 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/blanche.c' (13,774) at 20210308005003032
15282 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/mtk-reset.h' (13,775) at 20210308005003640
15283 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-extended/pam/libpam/faillock.conf' (13,776) at 20240221090011581
15284 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ch7301.c' (13,777) at 20210308005003000
15285 2025-10-05 03:01:02.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/0001-src-installer-utils.py-sort-entries-before-writing-o.patch' (13,778) at 20241221090017668
15286 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi.h' (13,779) at 20210308005002872
15287 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/sys_proto.h' (13,780) at 20210308005002656
15288 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/templates/default/bblayers.conf.sample' (13,781) at 20240323080013545
15289 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule-network.bb' (13,782) at 20241221090017520
15290 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-3.0-only' (13,783) at 20210316000012717
15291 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gusum' (13,784) at 20210307205553782
15292 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/README' (13,785) at 20210308005003004
15293 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-r7-tv-dongle.dts' (13,786) at 20210308005002620
15294 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c/run-ptest' (13,787) at 20241221090017668
15295 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_kontronoem.h' (13,788) at 20210308004938820
15296 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.json' (13,789) at 20210308005046405
15297 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/rsh.xinetd.inetutils' (13,790) at 20210307205554462
15298 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord.bb' (13,791) at 20241221090017532
15299 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap3-transition.css' (13,792) at 20210307205554270
15300 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/meson.build' (13,793) at 20210927100127017
15301 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rv1108.h' (13,794) at 20210308005002660
15302 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/MAINTAINERS' (13,795) at 20210308005002968
15303 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/soc.c' (13,796) at 20210308005002728
15304 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/law.c' (13,797) at 20210308005003168
15305 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_summary.h' (13,798) at 20210308005003556
15306 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/panel.c' (13,799) at 20210308005003740
15307 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/siemens-am33x-common.h' (13,800) at 20210308005003616
15308 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kc1_defconfig' (13,801) at 20210308005003260
15309 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/Kconfig' (13,802) at 20240906080037296
15310 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fagersta' (13,803) at 20210307205553778
15311 2025-10-05 03:01:02.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/cli/obmc-yadro-cli_%.bbappend' (13,804) at 20221011030017216
15312 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/pkg-config-native.patch' (13,805) at 20241206090014338
15313 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opencore-amr/vo-aacenc_0.1.3.bb' (13,806) at 20210307205553802
15314 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_gen5.c' (13,807) at 20210308005002780
15315 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-juno.inc' (13,808) at 20230804080018091
15316 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_aemv8a_juno_defconfig' (13,809) at 20210308005003284
15317 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_callouts.pl' (13,810) at 20220720030027719
15318 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/autoboot.c' (13,811) at 20210308005003220
15319 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fsl_epu.h' (13,812) at 20210308005002552
15320 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/299.out' (13,813) at 20210308005046469
15321 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_zero_plus2_defconfig' (13,814) at 20210308005003272
15322 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Sturovo' (13,815) at 20210307205553794
15323 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/0002-automake-Update-for-python.m4-to-respect-libdir.patch' (13,816) at 20241221090017648
15324 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/0001-setup_build.py-avoid-absolute-path.patch' (13,817) at 20241221090017552
15325 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (13,818) at 20230412080023460
15326 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-maxMsgLen.patch' (13,819) at 20230706080014749
15327 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/tegra186-powergate.h' (13,820) at 20210308005003640
15328 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sil.h' (13,821) at 20210308005003336
15329 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_nest1.decode' (13,822) at 20210308005046389
15330 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/test-fdt-overlay-stacked.dts' (13,823) at 20210308005003744
15331 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/kona-common/clk.h' (13,824) at 20210308005002676
15332 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-powerreset@.target' (13,825) at 20220301040040077
15333 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zed' (13,826) at 20211006000025246
15334 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-nettle.c' (13,827) at 20241211090212230
15335 2025-10-05 03:01:02.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_bmerge.S' (13,828) at 20230925080040101
15336 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/queue.h' (13,829) at 20210308005046049
15337 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/host/x86_64/host-signal.h' (13,830) at 20221215040039062
15338 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth.h' (13,831) at 20240326080039742
15339 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/trace.h' (13,832) at 20210308005046253
15340 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ampere-boot-progress.service' (13,833) at 20230529080011979
15341 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.2.bb' (13,834) at 20231126090012805
15342 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/malloc_simple.c' (13,835) at 20210308005003228
15343 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-boundary-read.c' (13,836) at 20230421080019768
15344 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/u-boot-nds32.h' (13,837) at 20210308005002824
15345 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/conf-notes.txt' (13,838) at 20220913030020496
15346 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/escape-outside-string.err' (13,839) at 20210308005046405
15347 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/Makefile' (13,840) at 20210308005003036
15348 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_a64_defconfig' (13,841) at 20210308005003272
15349 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/netboot/netboot' (13,842) at 20221206040017633
15350 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_mxc.c' (13,843) at 20210308005003484
15351 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_rw.cpp' (13,844) at 20210308005108645
15352 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/biosemui.h' (13,845) at 20210308005003336
15353 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (13,846) at 20240113090014528
15354 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t1024_ids.c' (13,847) at 20210308005002832
15355 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/042_intel-fsp.dts' (13,848) at 20210308005003752
15356 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4/0001-Allow-building-gir-in-cross-environments.patch' (13,849) at 20230114040015470
15357 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS2.conf' (13,850) at 20230606080013598
15358 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/TableSortMixin.js' (13,851) at 20220105012522983
15359 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0005-Add-rmb-definition-for-NIOS2-architecture.patch' (13,852) at 20210407000018082
15360 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/sifive_clint.c' (13,853) at 20210308005002844
15361 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm-common.dtsi' (13,854) at 20210308005002576
15362 2025-10-05 03:01:02.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388.dtsi' (13,855) at 20210308005002568
15363 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2605_defconfig' (13,856) at 20220215040051528
15364 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/020' (13,857) at 20210927100127473
15365 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/pgood_wait/pgood_wait.c' (13,858) at 20241010080036061
15366 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/.gitignore' (13,859) at 20220211040006541
15367 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/0001-Do-not-add-library-path-to-avoid-host-contamination.patch' (13,860) at 20220204040022688
15368 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig' (13,861) at 20210308005003240
15369 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/omap_lcdc.c' (13,862) at 20230426080043688
15370 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/10-remove-build-date.patch' (13,863) at 20220618030015190
15371 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-virtio' (13,864) at 20210308005046237
15372 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cgrl-unaligned.S' (13,865) at 20230426080043952
15373 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/olympus-nuvoton-inventory-cleanup.bb' (13,866) at 20241206090014278
15374 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_ucode_ptr.c' (13,867) at 20210308005003756
15375 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (13,868) at 20241206090014286
15376 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed-l2-cache.c' (13,869) at 20220429100100394
15377 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geomet_1.1.0.bb' (13,870) at 20241221090017552
15378 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/sound/tlv320aic31xx-micbias.h' (13,871) at 20210308005003644
15379 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/close_window_v2.c' (13,872) at 20230809080010799
15380 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-kernel/linux/linux-aspeed/ampere.cfg' (13,873) at 20221118040015022
15381 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/__init__.py' (13,874) at 20241221090017624
15382 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/am3517evm.c' (13,875) at 20210308005003016
15383 2025-10-05 03:01:02.699-0500 FINEST t466 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' (13,876) at 20230131040012031
15384 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/legoev3.h' (13,877) at 20210308005003600
15385 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-versioneer_0.29.bb' (13,878) at 20230813080012860
15386 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_qspi_defconfig' (13,879) at 20210308005003264
15387 2025-10-05 03:01:02.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/Cper.c' (13,880) at 20241114091008828
15388 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/rtl8169.c' (13,881) at 20210308005003444
15389 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/reiserfs_private.h' (13,882) at 20210308005003548
15390 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0017_distro_clone.py' (13,883) at 20210307205554262
15391 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/eject-timeout.patch' (13,884) at 20230317080013793
15392 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/common/cpld-gpio-bus.h' (13,885) at 20210308005002904
15393 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fo' (13,886) at 20210308005046145
15394 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_addresses.c' (13,887) at 20210308005003728
15395 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0007_auto_20160523_1446.py' (13,888) at 20210307205554262
15396 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/.clang-format' (13,889) at 20210308005107065
15397 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/ncurses_6.5.bb' (13,890) at 20241206090014318
15398 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/251' (13,891) at 20220429100100914
15399 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kallror' (13,892) at 20210307205553786
15400 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/incompatible_lic.py' (13,893) at 20241221090017632
15401 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/gpio.h' (13,894) at 20210308005002660
15402 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.fail' (13,895) at 20241206090014306
15403 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/MAINTAINERS' (13,896) at 20210308005003004
15404 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_portals.c' (13,897) at 20210308005003400
15405 2025-10-05 03:01:02.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/nand.h' (13,898) at 20210308005003676
15406 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/cache.c' (13,899) at 20210308005002824
15407 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (13,900) at 20240904080027730
15408 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pca9552-test.c' (13,901) at 20240906080037572
15409 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795.dtsi' (13,902) at 20210308005002600
15410 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/rockchip_sound.c' (13,903) at 20210308005003488
15411 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-fru.yaml' (13,904) at 20210307205553694
15412 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ritsem' (13,905) at 20210307205553790
15413 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/clock_logger_main.cpp' (13,906) at 20230915080021805
15414 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/074' (13,907) at 20220429100100886
15415 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mv_sdhci.c' (13,908) at 20210308005003404
15416 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/mips/safe-syscall.inc.S' (13,909) at 20220429100100406
15417 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_dcscm/ast2600_dcscm.c' (13,910) at 20230720080043535
15418 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_qb.c' (13,911) at 20210308005046505
15419 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cyrus_P5020_defconfig' (13,912) at 20210308005003236
15420 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2400/Makefile' (13,913) at 20210308005002916
15421 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/corstone1000/base.cfg' (13,914) at 20220804030014671
15422 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/LICENSE' (13,915) at 20210308005047061
15423 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb' (13,916) at 20241221090017548
15424 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/ti_handler.cpp' (13,917) at 20241022080016868
15425 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-plain.c' (13,918) at 20210308005045777
15426 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.init' (13,919) at 20210307205553954
15427 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/intel-speed-select/intel-speed-select.bb' (13,920) at 20241221090017528
15428 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/start.S' (13,921) at 20210308005002800
15429 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/README' (13,922) at 20210308005046525
15430 2025-10-05 03:01:02.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/dbus_sensor_tester.bb' (13,923) at 20220427030012593
15431 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/CLI11.wrap' (13,924) at 20220323030036807
15432 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/spl.h' (13,925) at 20210308005002848
15433 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/close_window_v2.c' (13,926) at 20210308005108641
15434 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricDefinitionCollection.json' (13,927) at 20240619080002948
15435 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-kernel/linux/linux-aspeed_%.bbappend' (13,928) at 20241023080015407
15436 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0001-RH-fixup-udev-rules-for-redhat.patch' (13,929) at 20241221090017540
15437 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kwboot.c' (13,930) at 20210308005003764
15438 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2022-0529.patch' (13,931) at 20220721030015881
15439 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/utility.hpp' (13,932) at 20230513080027502
15440 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/test.c' (13,933) at 20240725080010424
15441 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (13,934) at 20240712080022837
15442 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts' (13,935) at 20210308005002624
15443 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun50i-a64-ccu.h' (13,936) at 20210308005003640
15444 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/gpg_sign.py' (13,937) at 20230503080014611
15445 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu.svg' (13,938) at 20210308005046549
15446 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx31/sys_proto.h' (13,939) at 20210308005002644
15447 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-qemu/qemu.h' (13,940) at 20210308005002876
15448 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sys_proto.h' (13,941) at 20210308005002640
15449 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_b.c' (13,942) at 20210308005046509
15450 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.service' (13,943) at 20210908000029103
15451 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/clk-pll.c' (13,944) at 20210308005003348
15452 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-guessing-game-crates.inc.upgraded' (13,945) at 20241206090014294
15453 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/at-All' (13,946) at 20210307205553762
15454 2025-10-05 03:01:02.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/mapped-ram.rst' (13,947) at 20241211090212234
15455 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/dbusdoc.py' (13,948) at 20220429100100422
15456 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/trace-events' (13,949) at 20210927100127413
15457 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2015-7696.patch' (13,950) at 20210307205554574
15458 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_updater_unittest.cpp' (13,951) at 20240817080027660
15459 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/bashism.patch' (13,952) at 20210307205553938
15460 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hunnebostrand' (13,953) at 20210307205553782
15461 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/qfw.c' (13,954) at 20210308005003216
15462 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/byteorder.h' (13,955) at 20210308005002888
15463 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/relocate-rela.c' (13,956) at 20210308005003772
15464 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/opos6uldev_defconfig' (13,957) at 20210308005003272
15465 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh' (13,958) at 20220405030025645
15466 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_fcntl.h' (13,959) at 20210927100127269
15467 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0001-ippool-Port-to-ppp-2.5-APIs.patch' (13,960) at 20230609080014391
15468 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGDL-Taiwan-1.0' (13,961) at 20211006000025242
15469 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/Makefile' (13,962) at 20210308005002784
15470 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/bi2cp/README.md' (13,963) at 20221209040019091
15471 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/spl.h' (13,964) at 20210308005002644
15472 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-logging-yaml-provider.bbclass' (13,965) at 20230209040014209
15473 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Thueringen' (13,966) at 20210307205553766
15474 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/stm32_hwspinlock.c' (13,967) at 20210308005003380
15475 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed_%.bbappend' (13,968) at 20211216040034756
15476 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/run-qemu-robot-test.sh' (13,969) at 20221208040016922
15477 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_w.c' (13,970) at 20210308005046509
15478 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/lua/lua/run-ptest' (13,971) at 20220125040024499
15479 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_qsort.c' (13,972) at 20210308005003556
15480 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-v7_6.6.bb' (13,973) at 20240413080012667
15481 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-bsp/u-boot/u-boot-aspeed-sdk/transformers-ast2600.cfg' (13,974) at 20211013000033044
15482 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/exynos-uboot-spl.lds' (13,975) at 20210308005003044
15483 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/trimslice/Kconfig' (13,976) at 20210308005002948
15484 2025-10-05 03:01:02.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libusb/libusb1/run-ptest' (13,977) at 20210307205554622
15485 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_structs.h' (13,978) at 20221215040039210
15486 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/gpio.h' (13,979) at 20210308005002672
15487 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8dx.dtsi' (13,980) at 20210308005002580
15488 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/trousers_git.bb' (13,981) at 20241206090014282
15489 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/MAINTAINERS' (13,982) at 20210308005002904
15490 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_d.c' (13,983) at 20210308005046513
15491 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/version_gen.h' (13,984) at 20210308005003728
15492 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/arch-ag102/ag102.h' (13,985) at 20210308005002824
15493 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/test-cpp-example.cpp' (13,986) at 20240106090017253
15494 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/builderthread.py' (13,987) at 20210308005003756
15495 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (13,988) at 20210812000025162
15496 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/146.out' (13,989) at 20240326080039730
15497 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/vr3032u/vr-3032u.c' (13,990) at 20210308005002948
15498 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed.h' (13,991) at 20240326080039386
15499 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp/0001-Use-native-mtp-hotplug.patch' (13,992) at 20210307205553878
15500 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/Kconfig' (13,993) at 20210308005003336
15501 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc85xx/gpio.h' (13,994) at 20210308005002836
15502 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/ipmitool.c' (13,995) at 20210308004938832
15503 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/LICENSE' (13,996) at 20210721000004738
15504 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils/run-ptest' (13,997) at 20210307205554558
15505 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/lpddr2.c' (13,998) at 20210308005002992
15506 2025-10-05 03:01:02.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/hostlogger/phosphor-hostlogger_%.bbappend' (13,999) at 20241226090016127
15507 2025-10-05 03:01:02.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-3.4.rst' (14,000) at 20230114040015518
15508 2025-10-05 03:01:02.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/packagegroups/packagegroup-op-apps.bbappend' (14,001) at 20241206090014230
15509 2025-10-05 03:01:02.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/cases/devtool.py' (14,002) at 20241206090014306
15510 2025-10-05 03:01:02.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/veyron/MAINTAINERS' (14,003) at 20210308005003004
15511 2025-10-05 03:01:02.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/elog-errors.hpp' (14,004) at 20240820080038646
15512 2025-10-05 03:01:02.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_abs.S' (14,005) at 20230925080040101
15513 2025-10-05 03:01:02.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BlackHill' (14,006) at 20210307205553794
15514 2025-10-05 03:01:02.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qmp-shell' (14,007) at 20221215040039270
15515 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp809.dtsi' (14,008) at 20210308005002572
15516 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3007-remove-xorg-related-link-libs.patch' (14,009) at 20230114040015494
15517 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/sys_info.c' (14,010) at 20210308005002756
15518 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/termbits.h' (14,011) at 20210308005046085
15519 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/mx6sllevk.c' (14,012) at 20210308005002984
15520 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/spl_minimal.c' (14,013) at 20210308005002988
15521 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/nrf51.h' (14,014) at 20210308005046005
15522 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/pr-manager.rst' (14,015) at 20210308005045809
15523 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Wsuipa' (14,016) at 20211006000025246
15524 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/psu-monitoring.md' (14,017) at 20221209040006391
15525 2025-10-05 03:01:02.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/ep0.c' (14,018) at 20210308005003500
15526 2025-10-05 03:01:02.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.min.css' (14,019) at 20210307205554270
15527 2025-10-05 03:01:02.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-inventory-sensors.yaml' (14,020) at 20210730100031453
15528 2025-10-05 03:01:02.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/CVE-2024-6655.patch' (14,021) at 20241221090017524
15529 2025-10-05 03:01:02.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/Kconfig' (14,022) at 20210308005003452
15530 2025-10-05 03:01:02.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-apbh.h' (14,023) at 20210308005002676
15531 2025-10-05 03:01:02.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/safec' (14,024) at 20210307205553870
15532 2025-10-05 03:01:02.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sandbox.c' (14,025) at 20210308005003332
15533 2025-10-05 03:01:02.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_raw.c' (14,026) at 20210308004938828
15534 2025-10-05 03:01:02.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/Makefile.interfaces.in' (14,027) at 20210308005057105
15535 2025-10-05 03:01:02.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/181.out' (14,028) at 20210308005046457
15536 2025-10-05 03:01:02.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/uart.h' (14,029) at 20210308005002644
15537 2025-10-05 03:01:02.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/0001-cmake-respect-explicit-install-prefix.patch' (14,030) at 20240127090011884
15538 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFAP' (14,031) at 20211006000025234
15539 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/phosphor-wait-power-off@.service' (14,032) at 20240730080012557
15540 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-mv784mp-gp/Makefile' (14,033) at 20210308005002904
15541 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/include/non-repro-meta-filesystems.inc' (14,034) at 20241221090017484
15542 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53evk.h' (14,035) at 20210308005003604
15543 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/CLI11.wrap' (14,036) at 20230809080029971
15544 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/attr.c' (14,037) at 20210308005003540
15545 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160QDS_SECURE_BOOT_defconfig' (14,038) at 20210308005003244
15546 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_pxa270/colibri_pxa270.c' (14,039) at 20210308005003084
15547 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Seinajoki' (14,040) at 20210307205553770
15548 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9rl_devices.c' (14,041) at 20210308005002712
15549 2025-10-05 03:01:02.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.gitignore' (14,042) at 20210518000042341
15550 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_vboot.py' (14,043) at 20210308005003744
15551 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs3_defconfig' (14,044) at 20210308005003248
15552 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ir35221-on-unbind@.service' (14,045) at 20210307205553698
15553 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/MAINTAINERS' (14,046) at 20210308005003000
15554 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/vexpress_common.c' (14,047) at 20210308005002916
15555 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c' (14,048) at 20210308005002752
15556 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apf27_defconfig' (14,049) at 20210308005003248
15557 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-device-swtpm-test.c' (14,050) at 20230426080043948
15558 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs_5.1.9.bb' (14,051) at 20241221090017496
15559 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/spl_minimal.c' (14,052) at 20210308005002988
15560 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.serial_multi' (14,053) at 20210308005003296
15561 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-remote-test_git.bb' (14,054) at 20231011080016570
15562 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/init.c' (14,055) at 20210308005003432
15563 2025-10-05 03:01:02.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-all.json' (14,056) at 20220429100100882
15564 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/python/python3-scapy/run-ptest' (14,057) at 20230317080013785
15565 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/cable_unittest.cpp' (14,058) at 20211014000010487
15566 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bios.h' (14,059) at 20210308005002884
15567 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/cfb_console.c' (14,060) at 20230302090047762
15568 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench_write_req.py' (14,061) at 20210927100127349
15569 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp/0002-fix-invalid-conversion-from-int-to-CURLoption.patch' (14,062) at 20241221090017496
15570 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio-blkdev.c' (14,063) at 20241211090212442
15571 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mtrr.h' (14,064) at 20210308005002880
15572 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_git.bb' (14,065) at 20240718080012383
15573 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Control/OCOTShutdownPolicy.interface.yaml' (14,066) at 20221207040023627
15574 2025-10-05 03:01:02.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb' (14,067) at 20241221090017556
15575 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/mmap-smack-test_1.0.bb' (14,068) at 20241206090014286
15576 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/proc-pre-poweroff@.service.in' (14,069) at 20230513080022442
15577 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (14,070) at 20240719080014909
15578 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_cpu.c' (14,071) at 20230426080043652
15579 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6memcal.h' (14,072) at 20210308005003604
15580 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/stm32f7-rcc.h' (14,073) at 20210308005003636
15581 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/templates/default/local.conf.sample' (14,074) at 20241221090017580
15582 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/clock-tables.h' (14,075) at 20210308005002672
15583 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/sysroot.py' (14,076) at 20220910030013405
15584 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-sse-exceptions.c' (14,077) at 20210308005046497
15585 2025-10-05 03:01:02.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxc_nand_spl.c' (14,078) at 20210308005003412
15586 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/snmp_trap.cpp' (14,079) at 20241213090042302
15587 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc' (14,080) at 20241221090017488
15588 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch' (14,081) at 20230317080013793
15589 2025-10-05 03:01:02.713-0500 FINEST t466 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' (14,082) at 20210307205553814
15590 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/0001-confiure.ac-Believe-the-cflags-from-environment.patch' (14,083) at 20220204040022684
15591 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cmd_spl.h' (14,084) at 20210308005003572
15592 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/Kconfig' (14,085) at 20210419100148337
15593 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-post-end.service' (14,086) at 20240105090012010
15594 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/it.po' (14,087) at 20240906080037428
15595 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/socorro-syms.bbclass' (14,088) at 20210812000025190
15596 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/service_files/xyz.openbmc_project.eStoraged.service.in' (14,089) at 20240203090004878
15597 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/gpio/phosphor-gpio-monitor/dependencies.conf' (14,090) at 20231107090016217
15598 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ot1200.h' (14,091) at 20210308005003608
15599 2025-10-05 03:01:02.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/258' (14,092) at 20221215040039366
15600 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/u-boot.h' (14,093) at 20210308005002828
15601 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/universe.c' (14,094) at 20210308005003220
15602 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/display.h' (14,095) at 20210308005003628
15603 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stih410-b2260_defconfig' (14,096) at 20210308005003280
15604 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/kbuild.h' (14,097) at 20210308005003656
15605 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/network/phosphor-network_%.bbappend' (14,098) at 20241206090014222
15606 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_aer.c' (14,099) at 20240906080037276
15607 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ae3xx/MAINTAINERS' (14,100) at 20210308005002900
15608 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (14,101) at 20210902000021581
15609 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/gose_spl.c' (14,102) at 20210308005003036
15610 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/omap.h' (14,103) at 20210308005002660
15611 2025-10-05 03:01:02.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/syslib.c' (14,104) at 20210308005002556
15612 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb' (14,105) at 20241221090017556
15613 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/prom-env-test.c' (14,106) at 20240906080037572
15614 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/cpu_loop.c' (14,107) at 20210308005046097
15615 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/ddr.c' (14,108) at 20210308005002980
15616 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr600_mt47h32m16_333_cl5_psync.c' (14,109) at 20210308005002548
15617 2025-10-05 03:01:02.715-0500 FINEST t466 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' (14,110) at 20241221090017464
15618 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OperatingSystem.v1_0_2.json' (14,111) at 20240619080002952
15619 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/cpld.h' (14,112) at 20210308005003040
15620 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/spl_minimal.c' (14,113) at 20210308005002960
15621 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_xenstore.h' (14,114) at 20230426080043692
15622 2025-10-05 03:01:02.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Bremen' (14,115) at 20210307205553766
15623 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_misc.h' (14,116) at 20230925080040097
15624 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc702.dts' (14,117) at 20210308005002632
15625 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/states.h' (14,118) at 20231110090010623
15626 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/parallels.h' (14,119) at 20240326080039382
15627 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/endian.hpp' (14,120) at 20210308005051513
15628 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NLPL' (14,121) at 20211006000025238
15629 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/s5p_goni_defconfig' (14,122) at 20210308005003276
15630 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vantaa_Hakunila' (14,123) at 20210307205553774
15631 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers.bb' (14,124) at 20241206090014314
15632 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig' (14,125) at 20210308005003240
15633 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/cpu.h' (14,126) at 20210308005002752
15634 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/start.S' (14,127) at 20210308005003008
15635 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/linux-yocto-dev.yml' (14,128) at 20241206090014206
15636 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_vpu.c' (14,129) at 20210308005003532
15637 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-ab.dts' (14,130) at 20210308005002596
15638 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/linkage.h' (14,131) at 20210308005002816
15639 2025-10-05 03:01:02.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb' (14,132) at 20241221090017548
15640 2025-10-05 03:01:02.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/0001-Add-boot-initiator-mailbox-interface.patch' (14,133) at 20210307205554226
15641 2025-10-05 03:01:02.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/asm.S' (14,134) at 20210308005003720
15642 2025-10-05 03:01:02.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-ivgen.c' (14,135) at 20241211090212554
15643 2025-10-05 03:01:02.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm-demo.h' (14,136) at 20210308005003628
15644 2025-10-05 03:01:02.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/0004-clif-Include-string.h-for-mem-function-prototypes.patch' (14,137) at 20221003030013261
15645 2025-10-05 03:01:02.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/traps.c' (14,138) at 20210308005002816
15646 2025-10-05 03:01:02.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_load_store.S' (14,139) at 20210927100127637
15647 2025-10-05 03:01:02.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/u-boot-spl.lds' (14,140) at 20210308005002828
15648 2025-10-05 03:01:02.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx7dsabresd_qspi_defconfig' (14,141) at 20210308005003272
15649 2025-10-05 03:01:02.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/groups.json' (14,142) at 20231213090027090
15650 2025-10-05 03:01:02.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/edminiv2/Makefile' (14,143) at 20210308005002904
15651 2025-10-05 03:01:02.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/u-boot-spl-ipam390.lds' (14,144) at 20210308005002900
15652 2025-10-05 03:01:02.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/Makefile' (14,145) at 20210308005002724
15653 2025-10-05 03:01:02.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/icid.c' (14,146) at 20210308005002556
15654 2025-10-05 03:01:02.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/tve.h' (14,147) at 20210308005002668
15655 2025-10-05 03:01:02.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/Kconfig' (14,148) at 20210308005002716
15656 2025-10-05 03:01:02.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/partition.cpp' (14,149) at 20220922030007675
15657 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.desktop' (14,150) at 20210307205553910
15658 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/fsl_espi.c' (14,151) at 20210308005003492
15659 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_dw_hdmi.h' (14,152) at 20210308005003528
15660 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci-qmp-cmds.c' (14,153) at 20230426080043724
15661 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/Makefile' (14,154) at 20210308005002972
15662 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/Bonnell.json' (14,155) at 20240809080033019
15663 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/machine/mori.conf' (14,156) at 20241221090017480
15664 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/include.d/functions' (14,157) at 20230114040023959
15665 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/u-boot.h' (14,158) at 20210308005002824
15666 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_w.c' (14,159) at 20210308005046517
15667 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libabigail/libabigail_2.5.bb' (14,160) at 20241221090017512
15668 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/index.scss' (14,161) at 20210308005107073
15669 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ast2600_ubimg_gen.sh' (14,162) at 20210421100236122
15670 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/sdbusplus.wrap' (14,163) at 20230714080032711
15671 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/pci.c' (14,164) at 20210308005002800
15672 2025-10-05 03:01:02.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console/obmc-console.conf' (14,165) at 20230512080018777
15673 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/interrupts.c' (14,166) at 20210308005002708
15674 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/40-libgphoto2.rules' (14,167) at 20210307205553942
15675 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/mplus' (14,168) at 20241221090017620
15676 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/0003-Add-format-string-qualifier-to-fix-potential-securit.patch' (14,169) at 20230706080014749
15677 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sagem/f@st1704/Kconfig' (14,170) at 20210308005003040
15678 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/sbx81lifxcat.c' (14,171) at 20210308005002908
15679 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_thread.h' (14,172) at 20221215040039062
15680 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_defconfig' (14,173) at 20210308005003244
15681 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandbox/sandbox.c' (14,174) at 20210308005003044
15682 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjorksele' (14,175) at 20210307205553778
15683 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/0001-Remove-cpp-unittest-compilation.patch' (14,176) at 20241206090014258
15684 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/conf/bitbake.conf' (14,177) at 20220402030016091
15685 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h' (14,178) at 20210308005002664
15686 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/busconfig/phosphor-rsyslog-config.conf' (14,179) at 20210511000050230
15687 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch' (14,180) at 20210307205554494
15688 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/196' (14,181) at 20240326080039730
15689 2025-10-05 03:01:02.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/Makefile' (14,182) at 20210308005002712
15690 2025-10-05 03:01:02.721-0500 FINEST t466 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' (14,183) at 20230706080014749
15691 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_fp.c' (14,184) at 20240326080039466
15692 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-HolywellHill' (14,185) at 20210307205553774
15693 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/0002-Fix-Eq-CAPS-plugin-name.patch' (14,186) at 20210307205553754
15694 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/float_convs.c' (14,187) at 20240906080037576
15695 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_ap/MAINTAINERS' (14,188) at 20210308005002924
15696 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/bios_utils.hpp' (14,189) at 20240618080043041
15697 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-8k/Makefile' (14,190) at 20210308005002908
15698 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/0001-Makefile.am-suppress-perllocal.pod.patch' (14,191) at 20210307205554122
15699 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Backe' (14,192) at 20210307205553778
15700 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/console/files/obmc-console.conf' (14,193) at 20210307205554082
15701 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/conf-notes.txt' (14,194) at 20240720080012609
15702 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/0001-Add-compatibility-with-FFMPEG-7.0.patch' (14,195) at 20241221090017488
15703 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mvebu_a3700_spi.c' (14,196) at 20210308005003492
15704 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2500/evb_ast2500.c' (14,197) at 20210308005002916
15705 2025-10-05 03:01:02.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/run-ptest' (14,198) at 20210307205554586
15706 2025-10-05 03:01:02.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sl-pinfunc.h' (14,199) at 20210308005002588
15707 2025-10-05 03:01:02.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (14,200) at 20210812000025162
15708 2025-10-05 03:01:02.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/busybox-cross-menuconfig.patch' (14,201) at 20210307205554470
15709 2025-10-05 03:01:02.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/platinum_titanium.c' (14,202) at 20210308005002920
15710 2025-10-05 03:01:02.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/aspenite/MAINTAINERS' (14,203) at 20210308005002904
15711 2025-10-05 03:01:02.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/dump_cache.py' (14,204) at 20210307205554230
15712 2025-10-05 03:01:02.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/mailmapper' (14,205) at 20210308005003736
15713 2025-10-05 03:01:02.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Luopioinen' (14,206) at 20210307205553770
15714 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-06' (14,207) at 20210908000010395
15715 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/lowlevel_init.S' (14,208) at 20210308005003036
15716 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/bacnet.json' (14,209) at 20210307205553850
15717 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/junit.py' (14,210) at 20241221090017700
15718 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/Makefile' (14,211) at 20210308005003540
15719 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/140-mips_disable_devicetree_support.patch' (14,212) at 20230706080014733
15720 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/images/core-image-kernel-dev.bb' (14,213) at 20210812000025354
15721 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/defs.rst.inc' (14,214) at 20210927100127069
15722 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/0001-tests-Allow-different-output-from-mv.patch' (14,215) at 20210307205554550
15723 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/pinmux.c' (14,216) at 20210308005002724
15724 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/libglu_%.bbappend' (14,217) at 20210812000025266
15725 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/Kconfig' (14,218) at 20210308005003496
15726 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/sv.po' (14,219) at 20210308005046217
15727 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-axg-s400-u-boot.dtsi' (14,220) at 20210308005002596
15728 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS8-ssh-bic@.service' (14,221) at 20231025080019870
15729 2025-10-05 03:01:02.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package_pkgdata.bbclass' (14,222) at 20220910030013385
15730 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/activy.rcmm' (14,223) at 20210307205553754
15731 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/huawei_hg556a.h' (14,224) at 20210308005003596
15732 2025-10-05 03:01:02.724-0500 FINEST t466 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' (14,225) at 20210307205554106
15733 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/clk_rk3288.c' (14,226) at 20210308005002776
15734 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sagmyra' (14,227) at 20210307205553790
15735 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/fpstuff.c' (14,228) at 20240326080039742
15736 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/cpuusage.html' (14,229) at 20210307205554282
15737 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.22.rst' (14,230) at 20241221090017596
15738 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/Makefile.target' (14,231) at 20241211090212550
15739 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/arm_mptimer.h' (14,232) at 20210308005046033
15740 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/syscallhdr.sh' (14,233) at 20241211090212378
15741 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ASWF-Digital-Assets-1.0' (14,234) at 20241221090017612
15742 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/include/config.hpp' (14,235) at 20241022080002056
15743 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/m68k/arch-m68k.inc' (14,236) at 20210812000025310
15744 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/err.h' (14,237) at 20210308005003656
15745 2025-10-05 03:01:02.724-0500 FINEST t466 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' (14,238) at 20241221090017464
15746 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock.c' (14,239) at 20210308005002756
15747 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_SPIFLASH_defconfig' (14,240) at 20210308005003244
15748 2025-10-05 03:01:02.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_SDCARD_defconfig' (14,241) at 20210308005003244
15749 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/fortran/files/hello.f95' (14,242) at 20210307205554386
15750 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/elog.hpp' (14,243) at 20241011080033163
15751 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/extern/date.h' (14,244) at 20231106090003948
15752 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-covdefaults_2.3.0.bb' (14,245) at 20240301090012431
15753 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/power/first-boot-set-psu/first-boot-set-psu@.service' (14,246) at 20210307205554094
15754 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (14,247) at 20240420080017941
15755 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/inittab' (14,248) at 20210307205553890
15756 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (14,249) at 20210307205554094
15757 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vsc7385.h' (14,250) at 20210308005003692
15758 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/non-objects.err' (14,251) at 20210927100127469
15759 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst' (14,252) at 20230919080013962
15760 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_h.c' (14,253) at 20210308005046517
15761 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/Kconfig' (14,254) at 20210308005003080
15762 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-build-with-clang.patch' (14,255) at 20241221090017680
15763 2025-10-05 03:01:02.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/packagegroups/packagegroup-hardening.bb' (14,256) at 20210812000025270
15764 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Langa' (14,257) at 20210307205553786
15765 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-atl-x530.dts' (14,258) at 20210308005002568
15766 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_tree_test.cpp' (14,259) at 20230805080010197
15767 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am4372-generic.dts' (14,260) at 20210308005002564
15768 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb' (14,261) at 20241221090017560
15769 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/Makefile' (14,262) at 20210308005002992
15770 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-braswell/fsp/fsp_configs.h' (14,263) at 20210308005002876
15771 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-q.err' (14,264) at 20210308005046409
15772 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/0001-Fix-missing-return-statements-in-module-stubs.patch' (14,265) at 20210307205554030
15773 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/xor.c' (14,266) at 20210308005003368
15774 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/files/config.txt' (14,267) at 20210307205554090
15775 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-win.h' (14,268) at 20210308005045997
15776 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/Kconfig' (14,269) at 20210308005003736
15777 2025-10-05 03:01:02.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/host/p9-host-start.bbappend' (14,270) at 20210812000025162
15778 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3399-cru.h' (14,271) at 20210308005003632
15779 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/0004-Modify-systemd-config-directory.patch' (14,272) at 20210307205553910
15780 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-list.json' (14,273) at 20220429100100882
15781 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb' (14,274) at 20241206090014334
15782 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/bhrb-impl.c.inc' (14,275) at 20240906080037516
15783 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/eep_sandbox.c' (14,276) at 20210308005003536
15784 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/phosphor-hwmon-refactoring.md' (14,277) at 20221209040006391
15785 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/analyse-locks-simpletrace.py' (14,278) at 20240326080039626
15786 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/mt_ventoux.c' (14,279) at 20210308005003072
15787 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host_git.bb' (14,280) at 20240312080011852
15788 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/bsettings.py' (14,281) at 20210308005003756
15789 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/cpu.c' (14,282) at 20210308005002800
15790 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Yttermalung' (14,283) at 20210307205553794
15791 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libipc/libipc-signal-perl_1.00.bb' (14,284) at 20241221090017548
15792 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/gbs-bmc-update.bb' (14,285) at 20241221090017568
15793 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/rail.hpp' (14,286) at 20240817080031296
15794 2025-10-05 03:01:02.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sample-content/bigbuckbunny-1080p.bb' (14,287) at 20241206090014238
15795 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3368.h' (14,288) at 20210308005002660
15796 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/runqemu.py' (14,289) at 20210307205554634
15797 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skene_Nycklarberget' (14,290) at 20210307205553790
15798 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bosebyn' (14,291) at 20210307205553778
15799 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/mime-xdg.bbclass' (14,292) at 20220910030013389
15800 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/boot.c' (14,293) at 20210308005002760
15801 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/client.2200.conf' (14,294) at 20230606080013598
15802 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/mpy.idef' (14,295) at 20210927100127385
15803 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear300/spear300.c' (14,296) at 20210308005003052
15804 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/ibm/fileio.cpp' (14,297) at 20240926080014017
15805 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/controllers/__init__.py' (14,298) at 20220910030013397
15806 2025-10-05 03:01:02.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-khadas-vim-u-boot.dtsi' (14,299) at 20210308005002596
15807 2025-10-05 03:01:02.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/hardware.h' (14,300) at 20210308005002796
15808 2025-10-05 03:01:02.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/mctp-defines.h' (14,301) at 20231102080015293
15809 2025-10-05 03:01:02.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpi-gpio/0001-Remove-nested-functions.patch' (14,302) at 20210307205554102
15810 2025-10-05 03:01:02.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lrl-unaligned.S' (14,303) at 20230426080043952
15811 2025-10-05 03:01:02.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_core.c' (14,304) at 20210308005003516
15812 2025-10-05 03:01:02.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/git-mailrc' (14,305) at 20210308005003328
15813 2025-10-05 03:01:02.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/cpu.h' (14,306) at 20210308005046041
15814 2025-10-05 03:01:02.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/mux.c' (14,307) at 20210308005003048
15815 2025-10-05 03:01:02.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pnv_phb4_regs.h' (14,308) at 20240326080039538
15816 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_device_path.c' (14,309) at 20210308005003700
15817 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target-reg-bits.h' (14,310) at 20230925080040073
15818 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/alsa-state/asound.state' (14,311) at 20210307205554450
15819 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/lowlevel_init.S' (14,312) at 20210308005003036
15820 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3399_mipi.c' (14,313) at 20210308005003532
15821 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/README' (14,314) at 20210308005002972
15822 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/image-type/mmc.inc' (14,315) at 20230114040015490
15823 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/TrustedComponent.interface.yaml' (14,316) at 20240229090018787
15824 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/fw_cfg.h' (14,317) at 20210927100127149
15825 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/qca,ar9330-uart.txt' (14,318) at 20210308005003308
15826 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/leds/gen3-led-manager-config/led.yaml' (14,319) at 20240829080014018
15827 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/trace.h' (14,320) at 20210308005045961
15828 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hoting' (14,321) at 20210307205553782
15829 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy13_C-127W' (14,322) at 20210307205553762
15830 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/get_default_envs.sh' (14,323) at 20210308005003732
15831 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_h.c' (14,324) at 20210308005046521
15832 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/sysctrl.h' (14,325) at 20210308005002636
15833 2025-10-05 03:01:02.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-type.json' (14,326) at 20210927100127469
15834 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/scc.c' (14,327) at 20210308005003020
15835 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/static-group' (14,328) at 20241221090017604
15836 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/files/makefile.patch' (14,329) at 20210307205553870
15837 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080ardb_nand_defconfig' (14,330) at 20210308005003268
15838 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (14,331) at 20220620100012713
15839 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/8x25_hsbp.json' (14,332) at 20220601030005857
15840 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-individuals' (14,333) at 20230426080043656
15841 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.10.0.bb' (14,334) at 20241206090014242
15842 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/bus/aio.cpp' (14,335) at 20230301040040897
15843 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.json' (14,336) at 20210927100127469
15844 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch' (14,337) at 20220204040022684
15845 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/Kconfig' (14,338) at 20210308005002952
15846 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Stop/parm_def' (14,339) at 20220209110031618
15847 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dfi-bt700-q7x-151_defconfig' (14,340) at 20210308005003256
15848 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/stm32.h' (14,341) at 20210308005002784
15849 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/templates/default/local.conf.sample' (14,342) at 20241221090017480
15850 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/super.c' (14,343) at 20210308005003544
15851 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-connectivity/usbmuxd/usbmuxd_%.bbappend' (14,344) at 20221007030014979
15852 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/machine/ethanolx.conf' (14,345) at 20240307090019088
15853 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd.h' (14,346) at 20210308005003676
15854 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/manager.hpp' (14,347) at 20220726030033678
15855 2025-10-05 03:01:02.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Soft_errors/supports_obmc' (14,348) at 20210308005007100
15856 2025-10-05 03:01:02.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/allwinner-sdhost.h' (14,349) at 20230925080039929
15857 2025-10-05 03:01:02.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_notyetstarted_unittest.cpp' (14,350) at 20210308005120353
15858 2025-10-05 03:01:02.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Tyrnava' (14,351) at 20210307205553770
15859 2025-10-05 03:01:02.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader/texture-blit.frag' (14,352) at 20230426080043960
15860 2025-10-05 03:01:02.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu1up.service' (14,353) at 20230920080013648
15861 2025-10-05 03:01:02.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-gp/README' (14,354) at 20210308005002904
15862 2025-10-05 03:01:02.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/opcodes-virt.h' (14,355) at 20210308005002680
15863 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7722.h' (14,356) at 20210308005002848
15864 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vessigebro' (14,357) at 20210307205553794
15865 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-mmc-init/mmc-init.sh' (14,358) at 20240216090011902
15866 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/efi_info.c' (14,359) at 20210308005003700
15867 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/Kconfig' (14,360) at 20210308005003044
15868 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/font-awesome.min.css' (14,361) at 20210307205554270
15869 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env_main.c' (14,362) at 20230530080039376
15870 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/helloworld.c' (14,363) at 20210308005003700
15871 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro5.dtsi' (14,364) at 20210308005002632
15872 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/good/Board_General.json' (14,365) at 20221213040036917
15873 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metric_value.hpp' (14,366) at 20240904080048943
15874 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverity-scan/model.c' (14,367) at 20240326080039626
15875 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-trim-schemas' (14,368) at 20220910030013437
15876 2025-10-05 03:01:02.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/zones.json' (14,369) at 20231213090027090
15877 2025-10-05 03:01:02.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-ld4.c' (14,370) at 20210308005002792
15878 2025-10-05 03:01:02.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mips-relocs.c' (14,371) at 20210308005003768
15879 2025-10-05 03:01:02.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/pfc-r8a7740.c' (14,372) at 20210308005002772
15880 2025-10-05 03:01:02.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_cse_nor_defconfig' (14,373) at 20210308005003288
15881 2025-10-05 03:01:02.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rx8010sj.c' (14,374) at 20210308005003480
15882 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/swift/avsbus-enable.sh' (14,375) at 20210307205553698
15883 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/gicv3_internal.h' (14,376) at 20240906080037240
15884 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_s_ph.c' (14,377) at 20210308005046509
15885 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout2' (14,378) at 20210308005003736
15886 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/MAINTAINERS' (14,379) at 20210308005003080
15887 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/simple.h' (14,380) at 20210927100127653
15888 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/Makefile.am' (14,381) at 20210308005111465
15889 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/README' (14,382) at 20210501000157730
15890 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pydownloadmgr/setup.cfg' (14,383) at 20210308004922940
15891 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dalmore.h' (14,384) at 20210308005003592
15892 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/makefile-add-ldflags.patch' (14,385) at 20210307205553834
15893 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0002-wvrules.mk-Use-_DEFAULT_SOURCE.patch' (14,386) at 20230706080014741
15894 2025-10-05 03:01:02.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/132' (14,387) at 20240326080039730
15895 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/0001-make-Define-SBINDIR-flag.patch' (14,388) at 20220502030010112
15896 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/Makefile' (14,389) at 20220718100041673
15897 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/lowlevel_init.S' (14,390) at 20210308005003020
15898 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/capitalization.h' (14,391) at 20210308005003564
15899 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7724.h' (14,392) at 20210308005002848
15900 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/pico-imx7d.c' (14,393) at 20210308005003072
15901 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/empty.c' (14,394) at 20240906080037580
15902 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apx4devkit_defconfig' (14,395) at 20210308005003248
15903 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch' (14,396) at 20241221090017656
15904 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_serialize.cpp' (14,397) at 20220517030029526
15905 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/80-obmc-console-uart.rules.in' (14,398) at 20240323080012189
15906 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/ristretto/ristretto_0.13.1.bb' (14,399) at 20240309090012808
15907 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dmg-bz2.c' (14,400) at 20210308005045737
15908 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0003-Fix-unknown-prefix-env.patch' (14,401) at 20231011080016574
15909 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/embest/mx6boards/Makefile' (14,402) at 20210308005002956
15910 2025-10-05 03:01:02.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958305k/MAINTAINERS' (14,403) at 20210308005002940
15911 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor/phosphor-msl-verify.service' (14,404) at 20210307205554062
15912 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/Kconfig' (14,405) at 20210308005003172
15913 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch' (14,406) at 20230706080014741
15914 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/README.md' (14,407) at 20231222090004823
15915 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/mx25pdk.c' (14,408) at 20210308005002980
15916 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb' (14,409) at 20241221090017540
15917 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/bitops.h' (14,410) at 20210308005002848
15918 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-progress.c' (14,411) at 20221215040039406
15919 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-debuginfod' (14,412) at 20241206090014354
15920 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubispl/ubi-wrapper.h' (14,413) at 20210308005003424
15921 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_omap3_common.h' (14,414) at 20210308005003620
15922 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool/run-ptest' (14,415) at 20241221090017512
15923 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/README.md' (14,416) at 20221213040040909
15924 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/taurus/Makefile' (14,417) at 20210308005003052
15925 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Orivesi_Talviainen' (14,418) at 20210307205553770
15926 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libatasmart/files/0001-Makefile.am-add-CFLAGS-and-LDFLAGS-definiton.patch' (14,419) at 20210307205553978
15927 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srlv.c' (14,420) at 20210308005046525
15928 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-utils/ampere_add_redfishevent.sh' (14,421) at 20240619080012644
15929 2025-10-05 03:01:02.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/MAINTAINERS' (14,422) at 20210308005002968
15930 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/trace-events' (14,423) at 20240906080037160
15931 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8568_serdes.c' (14,424) at 20210308005002832
15932 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/meson.build' (14,425) at 20230925080039885
15933 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_network_manager_main.cpp' (14,426) at 20231005080026449
15934 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/r7780mp.c' (14,427) at 20210308005003036
15935 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/system.h' (14,428) at 20210308005002888
15936 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/ptimer-test.c' (14,429) at 20240906080037580
15937 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/start.S' (14,430) at 20210308005002836
15938 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/statdef.asl' (14,431) at 20210308005002876
15939 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/163.out' (14,432) at 20210308005046453
15940 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/vtpm.scc' (14,433) at 20210307205554118
15941 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/am3.h' (14,434) at 20210308005003632
15942 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/interfaces' (14,435) at 20240413080012687
15943 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/0001-Fix-comparison-types.patch' (14,436) at 20230706080014741
15944 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/remote_logging_test_address.cpp' (14,437) at 20210427100054251
15945 2025-10-05 03:01:02.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd/systemd-networkd-only-wait-for-one.conf' (14,438) at 20240203090012010
15946 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400/core-matmap.h' (14,439) at 20221215040039346
15947 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/i2c.h' (14,440) at 20210308005002656
15948 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/autoconf-2.73.patch' (14,441) at 20230813080012904
15949 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarpen_Mellangardsberget' (14,442) at 20210307205553782
15950 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/disable_test.patch' (14,443) at 20230706080014757
15951 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-Fix-generate-keynames.patch' (14,444) at 20230503080014579
15952 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/zynq_qspi.c' (14,445) at 20210308005003496
15953 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.android-fastboot' (14,446) at 20210308005003292
15954 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs/android-gadget-cleanup' (14,447) at 20230401080011931
15955 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-radix64.h' (14,448) at 20240906080037516
15956 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/rockchip-lvds.txt' (14,449) at 20210308005003328
15957 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/livetree.txt' (14,450) at 20210308005003328
15958 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pythonping_1.1.4.bb' (14,451) at 20221104030017433
15959 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data_file.hpp' (14,452) at 20210806000043018
15960 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_argset2.decode' (14,453) at 20210308005046389
15961 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxm-khadas-vim2.dts' (14,454) at 20210308005002596
15962 2025-10-05 03:01:02.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/qmp_shell.py' (14,455) at 20240326080039614
15963 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/clocks.cfg' (14,456) at 20210308005002924
15964 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tystberga' (14,457) at 20210307205553794
15965 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.json' (14,458) at 20210308005046401
15966 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/LICENSE' (14,459) at 20210308005120349
15967 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-ipmi-kcs/bare-metal-ipmi-kcs/disable-ipmi-kcs.service.in' (14,460) at 20241126090011759
15968 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/suricata-crates.inc' (14,461) at 20231011080016586
15969 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/atmel_nand.c' (14,462) at 20210308005003412
15970 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_flat.h' (14,463) at 20230426080043784
15971 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/Makefile' (14,464) at 20210308005002976
15972 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/system.c' (14,465) at 20210308005108645
15973 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/multi-presence/gpio_presence.cpp' (14,466) at 20240817080025332
15974 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/trace.h' (14,467) at 20210308005045729
15975 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/ut.h' (14,468) at 20210308005003688
15976 2025-10-05 03:01:02.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,ar-5315u.dts' (14,469) at 20210308005002812
15977 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/files/0001-versioneer.py-do-not-use-SafeConfigParser.patch' (14,470) at 20240113090014540
15978 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/messages/trigger_presence_changed_ind.hpp' (14,471) at 20220412175720086
15979 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/dedup_variant.hpp' (14,472) at 20240618080045405
15980 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_fcntl.h' (14,473) at 20221215040039202
15981 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.pass' (14,474) at 20241206090014310
15982 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/mux.c' (14,475) at 20210308005003028
15983 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/error.hpp' (14,476) at 20210308005114857
15984 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/install-bench.patch' (14,477) at 20230706080014757
15985 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/pgood_wait/meson.build' (14,478) at 20241010080036061
15986 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/xilinx_tb_wdt.c' (14,479) at 20210308005003540
15987 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-werkzeug_3.1.3.bb' (14,480) at 20241221090017564
15988 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.User.Manager.service' (14,481) at 20230422080012291
15989 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/kxgettext.c' (14,482) at 20210308005003732
15990 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/utils.c' (14,483) at 20210927100127093
15991 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/t4_sd_rcw.cfg' (14,484) at 20210308005002996
15992 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-define-__THROW-to-avoid-build-issue-with-musl.patch' (14,485) at 20230706080014753
15993 2025-10-05 03:01:02.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/userfaultfd.c' (14,486) at 20241211090212562
15994 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_rs_w.c' (14,487) at 20210308005046505
15995 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_SPIFLASH_defconfig' (14,488) at 20210308005003244
15996 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/bcm6345_gpio.c' (14,489) at 20210308005003376
15997 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/print_ut.c' (14,490) at 20230302090047762
15998 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-initscript-fix.patch' (14,491) at 20230317080013785
15999 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_vop.h' (14,492) at 20210308005003532
16000 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/etc/ld.so.conf' (14,493) at 20210307205554478
16001 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0002-start-stop-daemon-fix-tests.patch' (14,494) at 20241221090017636
16002 2025-10-05 03:01:02.742-0500 FINEST t466 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' (14,495) at 20240904080027734
16003 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/boot-qemu.sh' (14,496) at 20230413080016200
16004 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/corstone1000-flash-firmware.wks.in' (14,497) at 20241221090017468
16005 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/Kconfig' (14,498) at 20210308005002996
16006 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/Kconfig' (14,499) at 20210308005003372
16007 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/0001-Do-not-use-Werror-with-clang.patch' (14,500) at 20230706080014753
16008 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/package-index.bb' (14,501) at 20210307205554486
16009 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/plugin.S' (14,502) at 20210308005002988
16010 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi_selftest.h' (14,503) at 20210308005003644
16011 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-auth' (14,504) at 20210307205554566
16012 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3328_defconfig' (14,505) at 20210308005003260
16013 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml' (14,506) at 20221223040024045
16014 2025-10-05 03:01:02.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsankoski' (14,507) at 20210307205553770
16015 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/README' (14,508) at 20210308005003004
16016 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/Kconfig' (14,509) at 20210308005003056
16017 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/173.out' (14,510) at 20210927100127489
16018 2025-10-05 03:01:02.743-0500 FINEST t466 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' (14,511) at 20210307205553758
16019 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/configuration/olympus-nuvoton-yaml-config.bb' (14,512) at 20241206090014278
16020 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/palmas_regulator.c' (14,513) at 20210308005003472
16021 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python3-pytun/python3-pytun_2.4.1.bb' (14,514) at 20210729000029108
16022 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tox.ini' (14,515) at 20231126090012817
16023 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_NAND_defconfig' (14,516) at 20210308005003244
16024 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/cpu.c' (14,517) at 20210308005002724
16025 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/MAINTAINERS' (14,518) at 20210308005002976
16026 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_conf_manager.cpp' (14,519) at 20240822080026693
16027 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/systemd.c' (14,520) at 20230925080040113
16028 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-yocto-dev.bbappend' (14,521) at 20241206090014214
16029 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/meson.build' (14,522) at 20210308005045897
16030 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/patchtest_parser.py' (14,523) at 20241221090017632
16031 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-tec-ng.dts' (14,524) at 20210308005002632
16032 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__execution_fwd.hpp' (14,525) at 20241217090453703
16033 2025-10-05 03:01:02.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_syscall.h' (14,526) at 20241211090212218
16034 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-usb.c' (14,527) at 20210308005003348
16035 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/flow.h' (14,528) at 20210308005002672
16036 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/test/README.md' (14,529) at 20210308004942076
16037 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-inet-86vs.dts' (14,530) at 20210308005002620
16038 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/service_root/test_sessions_connection.robot' (14,531) at 20240420080019489
16039 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/cereal.wrap' (14,532) at 20240229090015607
16040 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit_1.33.11.bb' (14,533) at 20230609080014391
16041 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-a83t-ccu.h' (14,534) at 20210308005003640
16042 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_no_end.cpp' (14,535) at 20210308005108645
16043 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/boot0.h' (14,536) at 20210308005002660
16044 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bollebygd' (14,537) at 20210307205553778
16045 2025-10-05 03:01:02.744-0500 FINEST t466 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' (14,538) at 20230401080011935
16046 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/plugins/ody-plugins.cpp' (14,539) at 20240830080017491
16047 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_efi_plugin.wks' (14,540) at 20241221090017604
16048 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_overo.h' (14,541) at 20210308005003608
16049 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/ftwdt010_wdt.c' (14,542) at 20210308005003540
16050 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/net_ethoc.h' (14,543) at 20210308005003628
16051 2025-10-05 03:01:02.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitops/__fls.h' (14,544) at 20210308005003560
16052 2025-10-05 03:01:02.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/associations.hpp' (14,545) at 20240820080028978
16053 2025-10-05 03:01:02.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-cross-canadian.bb' (14,546) at 20210812000025334
16054 2025-10-05 03:01:02.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-12' (14,547) at 20230114040005626
16055 2025-10-05 03:01:02.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/package-lock.json' (14,548) at 20210308005107081
16056 2025-10-05 03:01:02.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/99_dnsmasq' (14,549) at 20210307205553838
16057 2025-10-05 03:01:02.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zap_leaf.h' (14,550) at 20210308005003696
16058 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (14,551) at 20230310090018691
16059 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-yaml-provider_git.bb' (14,552) at 20210307205554054
16060 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/celt051_git.bb' (14,553) at 20240301090012419
16061 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/Makefile' (14,554) at 20210308005003056
16062 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_qb.c' (14,555) at 20210308005046505
16063 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/console/obmc-console_%.bbappend' (14,556) at 20210812000025262
16064 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/manifest.py' (14,557) at 20220910030013397
16065 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot_2.3.21.1.bb' (14,558) at 20241221090017496
16066 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_errno_defs.h' (14,559) at 20210927100127273
16067 2025-10-05 03:01:02.747-0500 FINEST t466 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' (14,560) at 20241221090017468
16068 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/vexpress64.c' (14,561) at 20210308005002916
16069 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand_spl.c' (14,562) at 20210308005003412
16070 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb' (14,563) at 20231126090012797
16071 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra_spi.h' (14,564) at 20210308005003496
16072 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComputerSystemCollection.json' (14,565) at 20240619080002944
16073 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tpm-common.h' (14,566) at 20230310090043283
16074 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/appendix-customizing-standard.rst' (14,567) at 20210817100021802
16075 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/0001-Do-not-emit-useless-rpath.patch' (14,568) at 20230114040015482
16076 2025-10-05 03:01:02.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/fan-watchdog-monitor@.service' (14,569) at 20220514030009420
16077 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls1021aqds_qixis.h' (14,570) at 20210308005002964
16078 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-bananapi-m64.dts' (14,571) at 20210308005002616
16079 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (14,572) at 20220219040012739
16080 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/OWNERS' (14,573) at 20231222090011739
16081 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/README' (14,574) at 20210308004938816
16082 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch' (14,575) at 20210307205553998
16083 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun9i-a80-ccu.h' (14,576) at 20210308005003640
16084 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/txx9_translate.c' (14,577) at 20210927100127413
16085 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec.h' (14,578) at 20221215040039342
16086 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw_6.9.bb' (14,579) at 20241221090017636
16087 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0001-Link-in-libexecinfo-if-it-has-backtrace-API.patch' (14,580) at 20241206090014242
16088 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EFL-1.0' (14,581) at 20210307205554418
16089 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/CertificatesStore.js' (14,582) at 20241004080035963
16090 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/README.md' (14,583) at 20240809080033019
16091 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/SnmpAlerts/index.js' (14,584) at 20230811080042214
16092 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/image-uefi.conf' (14,585) at 20240106090017257
16093 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/system/kernel.ld' (14,586) at 20210308005046489
16094 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if.err' (14,587) at 20220429100100882
16095 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bootm.c' (14,588) at 20210308005002884
16096 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/detect-zeroes-registered-buf.out' (14,589) at 20230426080043944
16097 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-disable-route_1.patch' (14,590) at 20241221090017696
16098 2025-10-05 03:01:02.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Joutsa_Lankia' (14,591) at 20210307205553770
16099 2025-10-05 03:01:02.749-0500 FINEST t466 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' (14,592) at 20230609080014391
16100 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.desktop' (14,593) at 20240309090012824
16101 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_cpu.h' (14,594) at 20230426080043780
16102 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk-evm.dts' (14,595) at 20210308005002592
16103 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/MAINTAINERS' (14,596) at 20210308005002952
16104 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fxam.c' (14,597) at 20210308005046497
16105 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/0002-Fix-pyext_PATTERN-for-cross-compilation.patch' (14,598) at 20240113090014536
16106 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/LICENSE' (14,599) at 20210307205553734
16107 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/tpm-tools-extendpcr.patch' (14,600) at 20230706080014769
16108 2025-10-05 03:01:02.749-0500 FINEST t466 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' (14,601) at 20220910030013353
16109 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/pcie-poweroff@.service.in' (14,602) at 20230513080022442
16110 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/Kconfig' (14,603) at 20210308005003068
16111 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/README' (14,604) at 20210308005002972
16112 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/mdev.conf' (14,605) at 20210307205554470
16113 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_pl01x.c' (14,606) at 20210308005003484
16114 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/debuginfo.c' (14,607) at 20240906080037544
16115 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Vrm_LocationCode.json' (14,608) at 20221213040036921
16116 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/Makefile' (14,609) at 20210308005003740
16117 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/real_pel_test.cpp' (14,610) at 20221005030030506
16118 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kmc/kzm9g/MAINTAINERS' (14,611) at 20210308005003012
16119 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.err' (14,612) at 20210308005046401
16120 2025-10-05 03:01:02.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4_nand_rcw.cfg' (14,613) at 20210308005002996
16121 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am57xx_evm.h' (14,614) at 20210308005003584
16122 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/0001-libacpi-Fix-build-witth-fno-commom.patch' (14,615) at 20241221090017632
16123 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Attestation/ComponentIntegrity.interface.yaml' (14,616) at 20240229090018787
16124 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-kernel/linux/linux-aspeed_%.bbappend' (14,617) at 20230412080023456
16125 2025-10-05 03:01:02.750-0500 FINEST t466 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' (14,618) at 20221003030013285
16126 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-visibility-on.svg' (14,619) at 20210308005107069
16127 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mbox.h' (14,620) at 20210308005100993
16128 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-acpica' (14,621) at 20241221090017612
16129 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/xtensaeb-softmmu/default.mak' (14,622) at 20210927100127057
16130 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-alternate.json' (14,623) at 20210308005046401
16131 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/soci/soci/0001-Do-not-use-std-shuffle-with-clang-15.patch' (14,624) at 20221003030013269
16132 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/merge_variants.hpp' (14,625) at 20230106040046360
16133 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_skip_unittest.cpp' (14,626) at 20210308005120353
16134 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/messages-win32.mc' (14,627) at 20230426080043840
16135 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_intel/Makefile' (14,628) at 20210525100144787
16136 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-sizes.h.in' (14,629) at 20241219090010504
16137 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t35.h' (14,630) at 20210308005003588
16138 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_patterns_64bit.h' (14,631) at 20210308005003364
16139 2025-10-05 03:01:02.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-whitelist/openpower-ipmi-oem-whitelist-native.conf' (14,632) at 20210307205554054
16140 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/wdt.h' (14,633) at 20210308005002644
16141 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/task.html' (14,634) at 20210307205554286
16142 2025-10-05 03:01:02.751-0500 FINEST t466 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' (14,635) at 20210307205554094
16143 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/kernel.ld' (14,636) at 20240326080039742
16144 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-generic-u-boot.dtsi' (14,637) at 20210308005002592
16145 2025-10-05 03:01:02.751-0500 FINEST t466 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' (14,638) at 20241206090014342
16146 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/utfcpp/utfcpp_4.0.6.bb' (14,639) at 20241221090017700
16147 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/fsl_upm.h' (14,640) at 20210308005003668
16148 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch' (14,641) at 20210307205554458
16149 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/configuration/entity-manager_%.bbappend' (14,642) at 20241206090014222
16150 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/osd.c' (14,643) at 20210308005003216
16151 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-driver-binder/ampere-power-on-driver-binder@.service' (14,644) at 20221006100013249
16152 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_sa_w_ph.c' (14,645) at 20210308005046505
16153 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableCellCount.vue' (14,646) at 20241004080035963
16154 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/Kconfig' (14,647) at 20210308005002988
16155 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_nand_rcw.cfg' (14,648) at 20210308005002992
16156 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mark_read_dirty.c' (14,649) at 20210308005108641
16157 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/volatiles.99_atop' (14,650) at 20210307205553966
16158 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_conf_manager.hpp' (14,651) at 20220727030029197
16159 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/timer-del-timer-free.cocci' (14,652) at 20210927100127345
16160 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8548_serdes.c' (14,653) at 20210308005002832
16161 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinumavc_onenand_small_defconfig' (14,654) at 20210308005003284
16162 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stopit/LICENSE' (14,655) at 20230706080014765
16163 2025-10-05 03:01:02.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch' (14,656) at 20220204040022676
16164 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tepl/tepl_6.8.0.bb' (14,657) at 20231011080016570
16165 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/socfpgaimage.c' (14,658) at 20210308005003772
16166 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_ap/bcm28155_ap.c' (14,659) at 20210308005002924
16167 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/snmp-controller.html' (14,660) at 20210308005107073
16168 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/OWNERS' (14,661) at 20241018080016394
16169 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-afalg.c' (14,662) at 20241211090212226
16170 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/iothread-lock-block.c' (14,663) at 20220429100100758
16171 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_b.c' (14,664) at 20210308005046521
16172 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/meson-setup.py' (14,665) at 20220125040024499
16173 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_serialize.cpp' (14,666) at 20230615080025080
16174 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/trace.h' (14,667) at 20220429100100530
16175 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/metric.hpp' (14,668) at 20240323080007057
16176 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/201' (14,669) at 20210927100127493
16177 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr_lowlevel_init.S' (14,670) at 20210308005002548
16178 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/Kconfig' (14,671) at 20210308005002908
16179 2025-10-05 03:01:02.752-0500 FINEST t466 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' (14,672) at 20230114040015542
16180 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/078.out' (14,673) at 20210308005046441
16181 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-evm.dts' (14,674) at 20210308005002564
16182 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-build/action.yml' (14,675) at 20221017030012226
16183 2025-10-05 03:01:02.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet-3w.dts' (14,676) at 20210308005002616
16184 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/fpga_manager_gen5.h' (14,677) at 20210308005002780
16185 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/Makefile' (14,678) at 20210308005003072
16186 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_enum_encode_check.yaml' (14,679) at 20240908080010098
16187 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/acpi-power-state.service.in' (14,680) at 20230629131804615
16188 2025-10-05 03:01:02.753-0500 FINEST t466 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' (14,681) at 20230706080014737
16189 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/MAINTAINERS' (14,682) at 20210308005002988
16190 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/Makefile' (14,683) at 20210308005003528
16191 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-include-cstdint-for-uintXX_t-types.patch' (14,684) at 20230131040012027
16192 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/xtensa-isa.c' (14,685) at 20210308005046373
16193 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/files/location.patch' (14,686) at 20230706080014769
16194 2025-10-05 03:01:02.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-autoflake_2.3.1.bb' (14,687) at 20241206090014266
16195 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/part_efi.h' (14,688) at 20210308005003676
16196 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/ppce500.rst' (14,689) at 20230426080043664
16197 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vining_2000.h' (14,690) at 20210308005003624
16198 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-discover-system-state@.service' (14,691) at 20240513080028599
16199 2025-10-05 03:01:02.754-0500 FINEST t466 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' (14,692) at 20210307205553958
16200 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/__init__.py' (14,693) at 20210307205554266
16201 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/OWNERS' (14,694) at 20220413030038613
16202 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/Makefile' (14,695) at 20210308005003348
16203 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities_20040406.bb' (14,696) at 20241221090017524
16204 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/MAINTAINERS' (14,697) at 20210308005003172
16205 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Renstrom' (14,698) at 20210307205553790
16206 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb' (14,699) at 20241221090017676
16207 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/.linter-ignore' (14,700) at 20221206040017633
16208 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mora_Eldris' (14,701) at 20210307205553786
16209 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gpimage.c' (14,702) at 20210308005003764
16210 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/Kconfig' (14,703) at 20210308005003168
16211 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/ps7_spl_init.c' (14,704) at 20210308005002796
16212 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410-clock.dtsi' (14,705) at 20210308005002612
16213 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb' (14,706) at 20241206090014342
16214 2025-10-05 03:01:02.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kallinge_Kalleberga' (14,707) at 20210307205553786
16215 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_project_page.py' (14,708) at 20241221090017592
16216 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_a_w.c' (14,709) at 20210308005046513
16217 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/Makefile' (14,710) at 20210308005003520
16218 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/phosphor-led-manager/lamp-test-led-overrides.json' (14,711) at 20210331000018326
16219 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pixis.c' (14,712) at 20210308005002960
16220 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/Makefile' (14,713) at 20210308005002824
16221 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/types.h' (14,714) at 20210308005002828
16222 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revC_defconfig' (14,715) at 20210308005003288
16223 2025-10-05 03:01:02.755-0500 FINEST t466 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' (14,716) at 20210307205553750
16224 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/default-cpu-governor.cfg' (14,717) at 20231126090012805
16225 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/espresso7420/Kconfig' (14,718) at 20210308005003044
16226 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb' (14,719) at 20241221090017560
16227 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/minikconf.py' (14,720) at 20241211090212458
16228 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd' (14,721) at 20210307205554562
16229 2025-10-05 03:01:02.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/dts/10m50_devboard.dts' (14,722) at 20210308005002824
16230 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-emmc_defconfig' (14,723) at 20220215040051528
16231 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Community-Spec-1.0' (14,724) at 20241221090017616
16232 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pdbg_callback.hpp' (14,725) at 20211209040029741
16233 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/.gitignore' (14,726) at 20210602100056089
16234 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_xventanacondops.c.inc' (14,727) at 20230925080040061
16235 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.gitreview' (14,728) at 20210307205553662
16236 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mxs_gpio.c' (14,729) at 20210308005003376
16237 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_signal.h' (14,730) at 20220429100100642
16238 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Cable.events.yaml' (14,731) at 20241126090023811
16239 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5_%.bbappend' (14,732) at 20230114040015494
16240 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/templates/default/local.conf.sample' (14,733) at 20241221090017580
16241 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.s5pc1xx' (14,734) at 20210308005003296
16242 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/async/match.cpp' (14,735) at 20240817080036824
16243 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvb.c.inc' (14,736) at 20230426080043916
16244 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-defusedxml_0.7.1.bb' (14,737) at 20230706080014761
16245 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/conf/machine/include/wistron.inc' (14,738) at 20220315100011431
16246 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libva/libva_2.22.0.bb' (14,739) at 20241221090017684
16247 2025-10-05 03:01:02.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-reset-host-clear.service.in' (14,740) at 20230513080022442
16248 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/theadorable.h' (14,741) at 20210308005003620
16249 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_azalia.h' (14,742) at 20210308005002880
16250 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128-board.c' (14,743) at 20210308005002772
16251 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/guard/guard_git.bb' (14,744) at 20241106090019922
16252 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.8.rst' (14,745) at 20230114040015514
16253 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/vesa.c' (14,746) at 20210308005003536
16254 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6_wru4.c' (14,747) at 20210308005003088
16255 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/122' (14,748) at 20220429100100890
16256 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/Makefile' (14,749) at 20210308005002912
16257 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/0001-kpatch-build-add-cross-compilation-support.patch' (14,750) at 20210307205553954
16258 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn16.decode' (14,751) at 20241211090212514
16259 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/tune-arm926ejs.inc' (14,752) at 20210905000020581
16260 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/rtc.dtsi' (14,753) at 20210308005002872
16261 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/acc1.c' (14,754) at 20210308005003720
16262 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/run-ptest' (14,755) at 20230401080011939
16263 2025-10-05 03:01:02.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/phase_fault.hpp' (14,756) at 20220913030035245
16264 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_errata.h' (14,757) at 20210308005003648
16265 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3036-sdk.dts' (14,758) at 20210308005002604
16266 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vmstate-if.h' (14,759) at 20210308005046037
16267 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-fru-properties.yaml' (14,760) at 20210307205554082
16268 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/OWNERS' (14,761) at 20241008080001891
16269 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/libmctp/files/service-override.conf' (14,762) at 20240712080022837
16270 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/license.c' (14,763) at 20210308005003212
16271 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sleepycat' (14,764) at 20210307205554426
16272 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/279.out' (14,765) at 20210308005046465
16273 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/power-supplies-monitoring.bb' (14,766) at 20241206090014230
16274 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-logging/MAINTAINERS' (14,767) at 20210308005117965
16275 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Wenvoe' (14,768) at 20210307205553798
16276 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mvebu_db_armada8k_defconfig' (14,769) at 20210308005003268
16277 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/net/ti-dp83867.h' (14,770) at 20210308005003636
16278 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.1' (14,771) at 20211006000025242
16279 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/spl.c' (14,772) at 20210308005002808
16280 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m548xevb/Kconfig' (14,773) at 20210308005002976
16281 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/Makefile' (14,774) at 20210308005003388
16282 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/allextenc.def' (14,775) at 20220429100100786
16283 2025-10-05 03:01:02.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/copyleft-next-0.3.0' (14,776) at 20211006000025246
16284 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/hiomap.hpp' (14,777) at 20210308005133429
16285 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ua-Odessa' (14,778) at 20210307205553794
16286 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/maketype.py' (14,779) at 20220910030013393
16287 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/high_speed_env_lib.c' (14,780) at 20210308005002756
16288 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/objdiff' (14,781) at 20210308005003736
16289 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-artifact-names.bbclass' (14,782) at 20230811080018310
16290 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/snapper9260.h' (14,783) at 20210308005003616
16291 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cros_ec.c' (14,784) at 20210308005003208
16292 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/poison.h' (14,785) at 20210308005003668
16293 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/Kconfig' (14,786) at 20210308005003048
16294 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/pinmux-config-nyan-big.h' (14,787) at 20210308005003024
16295 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_defconfig' (14,788) at 20210308005003244
16296 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/phy.c' (14,789) at 20210308005002716
16297 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nl-All' (14,790) at 20210307205553774
16298 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-hardlink.patch' (14,791) at 20210307205553810
16299 2025-10-05 03:01:02.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_rstc.h' (14,792) at 20210308005002716
16300 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-socketio_5.11.2.bb' (14,793) at 20240413080012663
16301 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0011-build-shared-library-for-vchostif.patch' (14,794) at 20230706080014765
16302 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm015-dc1/psu_init_gpl.c' (14,795) at 20210308005003200
16303 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy15_C-133W' (14,796) at 20210307205553762
16304 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/rcS.default' (14,797) at 20210307205554470
16305 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-shift128.c' (14,798) at 20210927100127649
16306 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_ph.c' (14,799) at 20210308005046505
16307 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuppc64.conf' (14,800) at 20230317080013821
16308 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/kona_sdhci.c' (14,801) at 20210308005003404
16309 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/baremetal-image.bbclass' (14,802) at 20241221090017608
16310 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/imx27.txt' (14,803) at 20210308005003328
16311 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/conf2struct-native_git.bb' (14,804) at 20230505080015455
16312 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu1-monitoring.service' (14,805) at 20230920080013648
16313 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-gen-common.h' (14,806) at 20240906080037324
16314 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/sys_info.c' (14,807) at 20210308005002760
16315 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/hello.c' (14,808) at 20210307205554442
16316 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_defconfig' (14,809) at 20210308005003244
16317 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/conf/include/non-repro-meta-xfce.inc' (14,810) at 20241206090014270
16318 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_qspi_defconfig' (14,811) at 20210308005003284
16319 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/Makefile' (14,812) at 20210308005003012
16320 2025-10-05 03:01:02.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_flat.h' (14,813) at 20230426080043780
16321 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/fpga.c' (14,814) at 20210308005003000
16322 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/chardev_open.c' (14,815) at 20240906080037592
16323 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/layers.schema.json' (14,816) at 20220910030013393
16324 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/grlib_irqmp.h' (14,817) at 20240906080037332
16325 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/fennec-rk3288_defconfig' (14,818) at 20210308005003260
16326 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PCIeDevice_LocationCode.json' (14,819) at 20221213040036921
16327 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/event.cpp' (14,820) at 20230511080009359
16328 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-h3-ccu.h' (14,821) at 20210308005046017
16329 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/axs103_defconfig' (14,822) at 20210308005003248
16330 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/Makefile' (14,823) at 20210308005002796
16331 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/display5_defconfig' (14,824) at 20210308005003256
16332 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpau_h_qbl.c' (14,825) at 20210308005046505
16333 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/fru_master/fru_master.json' (14,826) at 20221213040036917
16334 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a8_00000010.dtsi' (14,827) at 20210308005002872
16335 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ncsi-linkspeed@.service' (14,828) at 20230407080015091
16336 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp_2020.10.bb' (14,829) at 20241206090014230
16337 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/pgpool.service' (14,830) at 20230401080011931
16338 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/nopoll/nopoll_0.4.6.b400.bb' (14,831) at 20220402030015907
16339 2025-10-05 03:01:02.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_defconfig' (14,832) at 20210308005003244
16340 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/altera_sysid.c' (14,833) at 20210308005003396
16341 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32f429-discovery_defconfig' (14,834) at 20210308005003280
16342 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Krakow' (14,835) at 20210307205553778
16343 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/meson.build' (14,836) at 20241114091008832
16344 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Donostia' (14,837) at 20210307205553766
16345 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/timer.c' (14,838) at 20210308005002548
16346 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/common.rc' (14,839) at 20240326080039722
16347 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Laukaa_Vihtavuori' (14,840) at 20210307205553770
16348 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/start.c' (14,841) at 20210308005002844
16349 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rv1108.c' (14,842) at 20210308005003464
16350 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/uboot_image.h' (14,843) at 20241211090212262
16351 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/crypto.rst' (14,844) at 20240906080037172
16352 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/README.md' (14,845) at 20241102080033050
16353 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NCSA' (14,846) at 20210307205554426
16354 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qemu-print.h' (14,847) at 20220429100100586
16355 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/ls1021aiot.c' (14,848) at 20210308005002964
16356 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0029-corstone1000-enable-PSCI-reset.patch' (14,849) at 20240413080012627
16357 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/MAINTAINERS' (14,850) at 20210308005002908
16358 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/tzpc.c' (14,851) at 20210308005002724
16359 2025-10-05 03:01:02.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message_handler.hpp' (14,852) at 20240829080025807
16360 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/rlogin.xinetd.inetutils' (14,853) at 20210307205554462
16361 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/ebpf/rss.bpf.c' (14,854) at 20240906080037584
16362 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/Kconfig' (14,855) at 20210308005003020
16363 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-barrier.h' (14,856) at 20210308005046549
16364 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-vfp.xml' (14,857) at 20220429100100430
16365 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap-gpmc-smsc911x.dtsi' (14,858) at 20210308005002596
16366 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus.h' (14,859) at 20210308005003676
16367 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/m68k-core.xml' (14,860) at 20210308005045817
16368 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/pppoe-server.default' (14,861) at 20210307205553834
16369 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/qts/iocsr_config.h' (14,862) at 20210308005003072
16370 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/resettable.c' (14,863) at 20241211090212262
16371 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/altitude/altitude' (14,864) at 20221206040017633
16372 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/cmpi-bindings-0.4.17-sblim-sigsegv.patch' (14,865) at 20240113090014536
16373 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fastboot.h' (14,866) at 20210308005003648
16374 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-controller/arm-gic.h' (14,867) at 20210308005003636
16375 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kagerod_Mollarp' (14,868) at 20210307205553786
16376 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/Makefile' (14,869) at 20210308005003016
16377 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-kernel/linux/linux-aspeed_%.bbappend' (14,870) at 20210813100029652
16378 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bredaker' (14,871) at 20210307205553778
16379 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/imximage.cfg' (14,872) at 20210308005003044
16380 2025-10-05 03:01:02.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/useradd-staticids.bbclass' (14,873) at 20230706080014777
16381 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/system/boot.S' (14,874) at 20240906080037576
16382 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.avb2' (14,875) at 20210308005003292
16383 2025-10-05 03:01:02.764-0500 FINEST t466 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' (14,876) at 20231126090012769
16384 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Faro_Ajkerstrask' (14,877) at 20210307205553782
16385 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb/run-ptest' (14,878) at 20230418080015344
16386 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/entity-manager_%.bbappend' (14,879) at 20241206090014230
16387 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-sld8.c' (14,880) at 20210308005002792
16388 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-aarch64.json' (14,881) at 20210308005046117
16389 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi' (14,882) at 20210308005002588
16390 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/cflags_filter.patch' (14,883) at 20220204040022520
16391 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mtd/altera_qspi.txt' (14,884) at 20210308005003304
16392 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CPL-1.0' (14,885) at 20210307205554418
16393 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC10_C-135W' (14,886) at 20210307205553758
16394 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cmsdk-apb-timer-test.c' (14,887) at 20210927100127509
16395 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_thermal.h' (14,888) at 20210308005046017
16396 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0004-Implement-support-for-musl-ppc64.patch' (14,889) at 20240413080012651
16397 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SessionInfo.interface.yaml' (14,890) at 20221207040023631
16398 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/config.json' (14,891) at 20231213090027098
16399 2025-10-05 03:01:02.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/systemd/mapper-subtree-remove@.service.in' (14,892) at 20230215040032675
16400 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/npcm7xx_sdhci.h' (14,893) at 20230426080043768
16401 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c' (14,894) at 20210308005046509
16402 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/axg-clkc.h' (14,895) at 20210308005003632
16403 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-pro4.c' (14,896) at 20210308005002792
16404 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (14,897) at 20230412080023460
16405 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/fp' (14,898) at 20210307205554094
16406 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/phosphor-certificate-manager@.service' (14,899) at 20220601030020434
16407 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/.gitignore' (14,900) at 20210308005057105
16408 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb' (14,901) at 20241221090017528
16409 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/classes/bandit.bbclass' (14,902) at 20210307205554010
16410 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/cros_ec_ldo.c' (14,903) at 20210308005003380
16411 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mpc8349_pci.h' (14,904) at 20210308005002840
16412 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/Makefile' (14,905) at 20210308005002988
16413 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/power_control_obj.c' (14,906) at 20241010080036061
16414 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mvmfp.h' (14,907) at 20210308005003676
16415 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/Kconfig' (14,908) at 20210308005002988
16416 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/copy_buildsystem.py' (14,909) at 20241206090014302
16417 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libnss-nis/libnss-nis.bb' (14,910) at 20230811080018326
16418 2025-10-05 03:01:02.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3399-dmc.txt' (14,911) at 20210308005003300
16419 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/introspection.py' (14,912) at 20210308005048033
16420 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.host' (14,913) at 20210308005003724
16421 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_desc.c' (14,914) at 20230426080043716
16422 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-restx_1.3.0.bb' (14,915) at 20240106090017237
16423 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-sparc64.rst' (14,916) at 20210308005045809
16424 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-iperf3.bb' (14,917) at 20241206090014226
16425 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/highbank.h' (14,918) at 20210308005003596
16426 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-unknown.json' (14,919) at 20210308005046397
16427 2025-10-05 03:01:02.766-0500 FINEST t466 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' (14,920) at 20231011080016574
16428 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy_1.11.1.bb' (14,921) at 20241206090014242
16429 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5250/Makefile' (14,922) at 20210308005003044
16430 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/scsi/constants.h' (14,923) at 20240326080039550
16431 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/fsp_configs.c' (14,924) at 20210308005002856
16432 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/pcr-extend/files/fix_openssl11_build.patch' (14,925) at 20230520080014488
16433 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/default_image.c' (14,926) at 20210308005003760
16434 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/lowlevel_init.S' (14,927) at 20210308005002756
16435 2025-10-05 03:01:02.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/README.md' (14,928) at 20230415080038469
16436 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/concurrencykit/concurrencykit/0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch' (14,929) at 20230211040012639
16437 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/internal_recipient' (14,930) at 20210307205553818
16438 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c' (14,931) at 20210308005046509
16439 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/obmc-recover-pnor.service' (14,932) at 20240423080018523
16440 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/trace.h' (14,933) at 20210308005046321
16441 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x25.dtsi' (14,934) at 20210308005002572
16442 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mpc8xx_spi.c' (14,935) at 20210308005003492
16443 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/nfs-export-root/exports' (14,936) at 20210307205554502
16444 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Console/UART.interface.yaml' (14,937) at 20230601080022474
16445 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/exynos-tmu.c' (14,938) at 20210308005003468
16446 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/QWTv1.0' (14,939) at 20210307205553866
16447 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/x86-base.inc' (14,940) at 20231014080011731
16448 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial/serial/0001-Add-SOVERSION-for-shared-lib-and-comment-example.patch' (14,941) at 20241206090014266
16449 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/logging_utils.py' (14,942) at 20241029080012599
16450 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-simple-sub.json' (14,943) at 20210308005046409
16451 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/README' (14,944) at 20210308005002952
16452 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Spencer-99' (14,945) at 20211006000025246
16453 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-gs.xml' (14,946) at 20210308005045817
16454 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ds109.h' (14,947) at 20210308005003592
16455 2025-10-05 03:01:02.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (14,948) at 20210307205553674
16456 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/sdeventplus.wrap' (14,949) at 20220801133228674
16457 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-375-db.dts' (14,950) at 20210308005002564
16458 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.falcon' (14,951) at 20210308005003292
16459 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/OWNERS' (14,952) at 20231201090025178
16460 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6s.cfg' (14,953) at 20210308005002924
16461 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-rock2-square.dts' (14,954) at 20210308005002604
16462 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EndpointGroup.v1_3_4.json' (14,955) at 20240619080002944
16463 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/proc-armv/system.h' (14,956) at 20210308005002704
16464 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/Kconfig' (14,957) at 20210308005003520
16465 2025-10-05 03:01:02.768-0500 FINEST t466 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' (14,958) at 20240413080012651
16466 2025-10-05 03:01:02.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config/bond_channel_config.json' (14,959) at 20220126110011868
16467 2025-10-05 03:01:02.769-0500 FINEST t466 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' (14,960) at 20230706080014761
16468 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c' (14,961) at 20210308005046509
16469 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp-event.h' (14,962) at 20210308005046041
16470 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/vf610/timer.c' (14,963) at 20210308005002556
16471 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-metadata_2.0.2.bb' (14,964) at 20241221090017560
16472 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/IA7-129w' (14,965) at 20210307205553762
16473 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/0003-without-build-plugins.patch' (14,966) at 20230401080011935
16474 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/typeahead.jquery.js' (14,967) at 20210307205554282
16475 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ctapi-common/ctapi-common_1.1-14.bb' (14,968) at 20241221090017536
16476 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfltsi.c' (14,969) at 20210308005046529
16477 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/HDF5' (14,970) at 20210307205553866
16478 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/lib.sh' (14,971) at 20230606080013598
16479 2025-10-05 03:01:02.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/kas-security-dm.yml' (14,972) at 20210905000020565
16480 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/reloc_x86_64_efi.c' (14,973) at 20210308005002884
16481 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzfh.c.inc' (14,974) at 20241211090212514
16482 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9m10g45ek_nandflash_defconfig' (14,975) at 20210308005003248
16483 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/pmu.h' (14,976) at 20210308005002672
16484 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds-duart.dts' (14,977) at 20210308005002580
16485 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (14,978) at 20241206090014206
16486 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-fsl.c' (14,979) at 20210308005003512
16487 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb_miim_regs.h' (14,980) at 20210308005002820
16488 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arvika_Orshultaberget' (14,981) at 20210307205553778
16489 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pystatemgr/Makefile' (14,982) at 20210308004922932
16490 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/headerize-hsdk.py' (14,983) at 20210308005003056
16491 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch' (14,984) at 20241221090017692
16492 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/dns-resolver.h' (14,985) at 20210308005046037
16493 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spl_gpio.h' (14,986) at 20210308005003684
16494 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-simple.out' (14,987) at 20241211090212542
16495 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pps-tools/pps-tools_1.0.3.bb' (14,988) at 20241221090017544
16496 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg/opkg.conf' (14,989) at 20210307205554538
16497 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tandadalen' (14,990) at 20210307205553790
16498 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp809.h' (14,991) at 20210308005003560
16499 2025-10-05 03:01:02.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/MAINTAINERS' (14,992) at 20210308005003172
16500 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/ddrmc-vf610.h' (14,993) at 20210308005002672
16501 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-file.c' (14,994) at 20221215040039394
16502 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_dbm_soc1.h' (14,995) at 20210308005003616
16503 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cli_readline.c' (14,996) at 20210308005003224
16504 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368-board-tpl.c' (14,997) at 20210308005002776
16505 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (14,998) at 20241206090014206
16506 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm2.cfg' (14,999) at 20210307205554118
16507 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds414/cmd_syno.c' (15,000) at 20210308005002908
16508 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/sata.c' (15,001) at 20210308005003540
16509 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/lxdm-pam' (15,002) at 20210307205553946
16510 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/system.h' (15,003) at 20210308005100993
16511 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/sntp.c' (15,004) at 20210308005003720
16512 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/sysmap-apq8016.h' (15,005) at 20210308005002776
16513 2025-10-05 03:01:02.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-iommu.c' (15,006) at 20221215040039374
16514 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/gbs-sysinit.bb' (15,007) at 20241206090014278
16515 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/vdev_impl.h' (15,008) at 20210308005003696
16516 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-AucklandInfill' (15,009) at 20210307205553778
16517 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-h3-sysctrl.h' (15,010) at 20210308005046017
16518 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/board.h' (15,011) at 20210308005003004
16519 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/bootparam.h' (15,012) at 20210308005002888
16520 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32mp1.h' (15,013) at 20210308005003616
16521 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/mdio-util/files/mdio-util' (15,014) at 20220513030016805
16522 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g25.dtsi' (15,015) at 20210308005002572
16523 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGL-UK-3.0' (15,016) at 20211006000025242
16524 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART1.conf' (15,017) at 20230606080013598
16525 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-kernel/linux/linux-nuvoton_%.bbappend' (15,018) at 20240727080014098
16526 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/config.h.in' (15,019) at 20230510080020915
16527 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Lucenec' (15,020) at 20210307205553794
16528 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pxm2_defconfig' (15,021) at 20210308005003276
16529 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/lib.h' (15,022) at 20210308005003688
16530 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-ifdown' (15,023) at 20230811080018338
16531 2025-10-05 03:01:02.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol_module.cpp' (15,024) at 20220413030054066
16532 2025-10-05 03:01:02.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/eepro100-test.c' (15,025) at 20221215040039370
16533 2025-10-05 03:01:02.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-fvp-base.txt' (15,026) at 20241221090017464
16534 2025-10-05 03:01:02.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier1S4U/4.json' (15,027) at 20240212090032054
16535 2025-10-05 03:01:02.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/uniphier-sd.c' (15,028) at 20210308005003408
16536 2025-10-05 03:01:02.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_dw_hdmi.c' (15,029) at 20210308005003528
16537 2025-10-05 03:01:02.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/da8xx-usb.h' (15,030) at 20210308005002720
16538 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_desc.h' (15,031) at 20210308005045921
16539 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kruunupyy' (15,032) at 20210307205553770
16540 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-smdk5250.dts' (15,033) at 20210308005002580
16541 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karbole' (15,034) at 20210307205553786
16542 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules' (15,035) at 20221202040015731
16543 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/fs.cpp' (15,036) at 20210308005133997
16544 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-CA-SF-Bay-Area' (15,037) at 20210307205553754
16545 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-cmd-manager.hpp' (15,038) at 20231209090027349
16546 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/hitachi_tx18d42vm_lcd.c' (15,039) at 20210308005003528
16547 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer_1.1.0.bb' (15,040) at 20241221090017684
16548 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/videomodes.h' (15,041) at 20210308005003536
16549 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-geekbox.dts' (15,042) at 20210308005002608
16550 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/biosconfigcommands.hpp' (15,043) at 20210706000010802
16551 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/chassis_state_manager_main.cpp' (15,044) at 20240823080031161
16552 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysfsutils/sysfsutils_2.1.1.bb' (15,045) at 20230706080014781
16553 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/miqi-rk3288_defconfig' (15,046) at 20210308005003268
16554 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t208x_pbi.cfg' (15,047) at 20210308005002996
16555 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/OWNERS' (15,048) at 20231222090003971
16556 2025-10-05 03:01:02.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/pixel_ops.h' (15,049) at 20210308005046057
16557 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Bilsdale' (15,050) at 20210307205553794
16558 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/python' (15,051) at 20221209040018559
16559 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/sys_membarrier.c' (15,052) at 20210308005046561
16560 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_uboot.h' (15,053) at 20210308005003520
16561 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/config.h' (15,054) at 20210308005002672
16562 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-LarkStoke' (15,055) at 20210307205553798
16563 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx31/clock.h' (15,056) at 20210308005002644
16564 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/xlnx-zynqmp-ipi.h' (15,057) at 20210308005046017
16565 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ST1_C-80.0E' (15,058) at 20210307205553762
16566 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/mdha.h' (15,059) at 20210308005002800
16567 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/.clang-format' (15,060) at 20230511080010311
16568 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/double-type.json' (15,061) at 20210927100127469
16569 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_qixis.h' (15,062) at 20210308005002968
16570 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power-systemd-links.bb' (15,063) at 20220921030015990
16571 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/system/boot.S' (15,064) at 20210308005046489
16572 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/templates/default/local.conf.sample' (15,065) at 20241221090017472
16573 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/uclass-internal.h' (15,066) at 20210308005003628
16574 2025-10-05 03:01:02.775-0500 FINEST t466 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' (15,067) at 20240413080012635
16575 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a33.c' (15,068) at 20210308005002784
16576 2025-10-05 03:01:02.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/clock.h' (15,069) at 20210308005002672
16577 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl/0001-support-cross-complication.patch' (15,070) at 20210307205554022
16578 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-presence-config.bbappend' (15,071) at 20210812000025162
16579 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qmp-spec.rst' (15,072) at 20230925080039845
16580 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_crypt_impl.h' (15,073) at 20210308004938836
16581 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.err' (15,074) at 20210308005046409
16582 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_fcsr.c' (15,075) at 20221215040039386
16583 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Jam' (15,076) at 20241221090017616
16584 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pcm058.h' (15,077) at 20210308005003608
16585 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_b.c' (15,078) at 20210308005046521
16586 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/googletest.wrap' (15,079) at 20210528100050438
16587 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t102xrdb.c' (15,080) at 20210308005002992
16588 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/elog_update_ts_test.cpp' (15,081) at 20241212090025215
16589 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/test/mapper.cpp' (15,082) at 20210819000142090
16590 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/tune-xscale.inc' (15,083) at 20210905000020581
16591 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/pci.c' (15,084) at 20210308005002996
16592 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-bananapi-m2-zero.dts' (15,085) at 20210308005002624
16593 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/Kconfig' (15,086) at 20210308005003520
16594 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/useradd.bbclass' (15,087) at 20240302090018226
16595 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-toolz_1.0.0.bb' (15,088) at 20241221090017560
16596 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target-con-str.h' (15,089) at 20230925080040073
16597 2025-10-05 03:01:02.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6338-reset.h' (15,090) at 20210308005003640
16598 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/cpld.c' (15,091) at 20210308005002992
16599 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/fastboot.h' (15,092) at 20210308005003676
16600 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/imximage.cfg' (15,093) at 20210308005002984
16601 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/rockchip_i2s.c' (15,094) at 20210308005003488
16602 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-monitor_%.bbappend' (15,095) at 20221025030015193
16603 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_defconfig' (15,096) at 20210308005003240
16604 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvm.c.inc' (15,097) at 20240326080039694
16605 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb' (15,098) at 20230114040015546
16606 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/settings/phosphor-settings-manager/powerOnHours.override.yml' (15,099) at 20240821080012435
16607 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-hummingbird.dts' (15,100) at 20210308005002620
16608 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bus_vcxk.c' (15,101) at 20210308005003524
16609 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cortina.h' (15,102) at 20210308005003628
16610 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/name_change.cpp' (15,103) at 20221201040034376
16611 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config_1.0.bb' (15,104) at 20241206090014246
16612 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8536DS_defconfig' (15,105) at 20210308005003240
16613 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch' (15,106) at 20241221090017524
16614 2025-10-05 03:01:02.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/spapr-phb-test.c' (15,107) at 20221215040039382
16615 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/README' (15,108) at 20210308005002976
16616 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_rcw_sd_ifc.cfg' (15,109) at 20210308005002968
16617 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/248.out' (15,110) at 20210927100127497
16618 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/da850evm_nand_defconfig' (15,111) at 20210308005003256
16619 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.pattern' (15,112) at 20210308005046469
16620 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb' (15,113) at 20231011080016606
16621 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a77990.c' (15,114) at 20210308005003464
16622 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-noto-emoji_20200916.bb' (15,115) at 20210812000025214
16623 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/ftgmac100.h' (15,116) at 20240906080037336
16624 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.codespell-ignore' (15,117) at 20240110090003528
16625 2025-10-05 03:01:02.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/ddr4_init.c' (15,118) at 20210308005003364
16626 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/q35.h' (15,119) at 20241211090212362
16627 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7792-sysc.h' (15,120) at 20210308005003640
16628 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/console_socket.py' (15,121) at 20240326080039614
16629 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-unknown.json' (15,122) at 20210308005046401
16630 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/xtfpga.dtsi' (15,123) at 20210308005002884
16631 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/late_lowlevel_init.S' (15,124) at 20210308005002792
16632 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/ast2600-reset.h' (15,125) at 20210421100236122
16633 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/witherspoon-debug/libncursesw.so.5.9' (15,126) at 20210308005111469
16634 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9n12ek/at91sam9n12ek.c' (15,127) at 20210308005002916
16635 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-pmem-pci.h' (15,128) at 20230925080039917
16636 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/lshrdi3.c' (15,129) at 20210308005002804
16637 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/example/example.yaml' (15,130) at 20240726080021431
16638 2025-10-05 03:01:02.779-0500 FINEST t466 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' (15,131) at 20210307205553938
16639 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/pseq-monitor-pgood.service' (15,132) at 20230128040027422
16640 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/tmio-common.h' (15,133) at 20210308005003408
16641 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/mock-target.h' (15,134) at 20241211090212362
16642 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/meson.build' (15,135) at 20240906080037220
16643 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xlock' (15,136) at 20241221090017620
16644 2025-10-05 03:01:02.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/0001-Drop-ptests-fixtures-and-recorde_modes.patch' (15,137) at 20240309090012808
16645 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/sun4v-rtc.h' (15,138) at 20240906080037340
16646 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/kernelmodule.py' (15,139) at 20220910030013397
16647 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-fwu_%.bbappend' (15,140) at 20241206090014214
16648 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/c-ares/run-ptest' (15,141) at 20241206090014258
16649 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm019-dc5/psu_init_gpl.c' (15,142) at 20210308005003200
16650 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/ubuntuvm.py' (15,143) at 20240326080039750
16651 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/section.scss' (15,144) at 20210308005107073
16652 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/if_ether.h' (15,145) at 20210308005003656
16653 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Degeberga' (15,146) at 20210307205553778
16654 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/rx20-led-manager-config-native.bb' (15,147) at 20241206090014286
16655 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-extract-sdk' (15,148) at 20230114040015554
16656 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ypbind.service' (15,149) at 20210307205553846
16657 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/rsa_oem_dss_key.pem' (15,150) at 20210519100046553
16658 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/cereal.wrap' (15,151) at 20220331030041643
16659 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/cmake/HunterGate.cmake' (15,152) at 20210308005114857
16660 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0003-pserror.c-Define-column-to-be-int-explcitly.patch' (15,153) at 20230706080014749
16661 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-2.c' (15,154) at 20210927100127513
16662 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Kaihuanvaara' (15,155) at 20210307205553774
16663 2025-10-05 03:01:02.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/LICENSE' (15,156) at 20210308005055793
16664 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cbfs.h' (15,157) at 20210308005003572
16665 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/Makefile' (15,158) at 20210308005002828
16666 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/195.out' (15,159) at 20240326080039730
16667 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/blob_named_by_arg.py' (15,160) at 20210308005003748
16668 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/kgdb.c' (15,161) at 20210308005003228
16669 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm23550_w1d_defconfig' (15,162) at 20210308005003252
16670 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch' (15,163) at 20230706080014749
16671 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/sbe_chipOp_handler.hpp' (15,164) at 20210308005104849
16672 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/callbackgroupgentest.mako.hpp' (15,165) at 20210308005108057
16673 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/fans/phosphor-pid-control/config.json' (15,166) at 20230412080023456
16674 2025-10-05 03:01:02.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/eth_p4080.c' (15,167) at 20210308005002964
16675 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-bitmap.c' (15,168) at 20240906080037152
16676 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-iso8601_2.1.0.bb' (15,169) at 20240301090012471
16677 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/legacy.py' (15,170) at 20240326080039614
16678 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/hw_data.c' (15,171) at 20210308005002760
16679 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/ecovec.c' (15,172) at 20210308005003032
16680 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_SECURE_BOOT_defconfig' (15,173) at 20210308005003244
16681 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/sys_proto.h' (15,174) at 20210308005002644
16682 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/Kconfig' (15,175) at 20210308005003360
16683 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rtc-uclass.c' (15,176) at 20210308005003480
16684 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600a0-evb.dts' (15,177) at 20220617030036053
16685 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/blocklist.json' (15,178) at 20210825100019184
16686 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_resource.h' (15,179) at 20220429100100642
16687 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/MAINTAINERS' (15,180) at 20210308005003008
16688 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/led.c' (15,181) at 20210308005002916
16689 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-Avoid-duplicate-definitions-of-IOPortBase.patch' (15,182) at 20241206090014342
16690 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/sata.c' (15,183) at 20210308005002728
16691 2025-10-05 03:01:02.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/ahb.h' (15,184) at 20210308005002672
16692 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/rpolicy.md' (15,185) at 20240806080022195
16693 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_px5.h' (15,186) at 20210308005003596
16694 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/iconv-detect.h' (15,187) at 20210307205553742
16695 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/set_initiatorname' (15,188) at 20210307205553818
16696 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/Makefile' (15,189) at 20210308005002556
16697 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb-examples_1.7.0.bb' (15,190) at 20241221090017524
16698 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/obmc-ikvm.service' (15,191) at 20240921080016394
16699 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/gitlab-runner.yml' (15,192) at 20241211090212458
16700 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_riscv_opensbi.py' (15,193) at 20241211090212542
16701 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/Include/Guid/BiosTablesTest.h' (15,194) at 20210308005046541
16702 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/fsl_esdhc_spl.c' (15,195) at 20210308005003404
16703 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (15,196) at 20230209040014209
16704 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/s5m8767.h' (15,197) at 20210308005003680
16705 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mrvl_uart.sh' (15,198) at 20210308005003768
16706 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/LICENSE' (15,199) at 20210308005103633
16707 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sinlinx_SinA31s_defconfig' (15,200) at 20210308005003244
16708 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/c_cpp.py' (15,201) at 20240106090017261
16709 2025-10-05 03:01:02.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7757lcr_defconfig' (15,202) at 20210308005003280
16710 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/dhcp-done/update-dhcp-status.cpp' (15,203) at 20240724080006311 to deleted uid set
16711 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb' (15,204) at 20230131040012035
16712 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FanSpeed.interface.yaml' (15,205) at 20210610000035114
16713 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1307.c' (15,206) at 20210308005003480
16714 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7269.h' (15,207) at 20210308005002848
16715 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/reg_mut.c' (15,208) at 20230925080040097
16716 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_36BIT_SDCARD_defconfig' (15,209) at 20210308005003240
16717 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/system_queries.cpp' (15,210) at 20240822080023973
16718 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/Kconfig' (15,211) at 20210308005002980
16719 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu-csr.h' (15,212) at 20240906080037496
16720 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/Makefile' (15,213) at 20210308005002908
16721 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-int-branch.err' (15,214) at 20220429100100882
16722 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/main.cpp' (15,215) at 20210308005120361
16723 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/029' (15,216) at 20240326080039726
16724 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2019-13232_p2.patch' (15,217) at 20210307205554574
16725 2025-10-05 03:01:02.784-0500 FINEST t466 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' (15,218) at 20231011080016574
16726 2025-10-05 03:01:02.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed-sdk_2019.04.bb' (15,219) at 20241221090017472
16727 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/sgidefs.h' (15,220) at 20210308005002816
16728 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-gp-evm.dts' (15,221) at 20210308005002564
16729 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P1022DS.h' (15,222) at 20210308005003580
16730 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/metric_listener_mock.hpp' (15,223) at 20220412175720090
16731 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am335x_igep003x.h' (15,224) at 20210308005003584
16732 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/index.rst' (15,225) at 20241221090017592
16733 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_read_leveling.c' (15,226) at 20210308005003368
16734 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/processor.h' (15,227) at 20210308005002852
16735 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/pam.py' (15,228) at 20220910030013401
16736 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stode_Hullsjon' (15,229) at 20210307205553790
16737 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/keymile-common.h' (15,230) at 20210308005003600
16738 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service' (15,231) at 20210307205553838
16739 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/Makefile' (15,232) at 20210308005003168
16740 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/callback.hpp' (15,233) at 20241219090033960
16741 2025-10-05 03:01:02.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/files/2.dat' (15,234) at 20210308005003756
16742 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/meson.build' (15,235) at 20240326080039494
16743 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/exynos_hs_i2c.c' (15,236) at 20210308005003380
16744 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/templates/default/bblayers.conf.sample' (15,237) at 20230901080018206
16745 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/enums.h' (15,238) at 20240906080037328
16746 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_miim.h' (15,239) at 20210308005003436
16747 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/strace.list' (15,240) at 20210308005045761
16748 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-patch-overrides/qemuarm/arm.patch' (15,241) at 20241206090014298
16749 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/0001-Match-prototypes-of-callbacks-with-libgphoto.patch' (15,242) at 20230401080011939
16750 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/console_truetype.c' (15,243) at 20210308005003524
16751 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_soc.h' (15,244) at 20210308005003400
16752 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8r/tune-cortexr82.inc' (15,245) at 20240301090012451
16753 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/bbdbg/bbdbg' (15,246) at 20221209040019091
16754 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/pmbus.hpp' (15,247) at 20240820080038646
16755 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/u-boot.h' (15,248) at 20210308005002888
16756 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Budapest' (15,249) at 20210307205553774
16757 2025-10-05 03:01:02.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_vop.c' (15,250) at 20210308005003532
16758 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/irq.h' (15,251) at 20210308005002880
16759 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/psci-suspend.S' (15,252) at 20210308005002728
16760 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/clock_logger.cpp' (15,253) at 20231013080019926
16761 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/redfish-logging-in-bmcweb.md' (15,254) at 20221209040006383
16762 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/do_fuse.c' (15,255) at 20210308005003084
16763 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/.gitignore' (15,256) at 20210308005108641
16764 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ostree/run-ptest' (15,257) at 20210307205553930
16765 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/composite.h' (15,258) at 20210308005003672
16766 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.aserver.callback.hpp.mako' (15,259) at 20241002080038083
16767 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/0002-Fix-pyext_PATTERN-for-cross-compilation.patch' (15,260) at 20240113090014532
16768 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020MBG-PC_36BIT_defconfig' (15,261) at 20210308005003240
16769 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/sdeventplus.wrap' (15,262) at 20220323030036807
16770 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/2001-configure-setup-for-OE-core-usage.patch' (15,263) at 20241206090014282
16771 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/user_header.cpp' (15,264) at 20210308005346774
16772 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/poplar_defconfig' (15,265) at 20210308005003276
16773 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/devilspie/files/devilspie2.desktop' (15,266) at 20210307205553742
16774 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/scan_manager.c' (15,267) at 20210308005002780
16775 2025-10-05 03:01:02.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-devicetree.bbclass' (15,268) at 20230811080018310
16776 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/designware.c' (15,269) at 20210308005003428
16777 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc_%.bbappend' (15,270) at 20241206090014230
16778 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_reorder.S' (15,271) at 20230426080043952
16779 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/COPYING.MIT' (15,272) at 20210307205553806
16780 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/newappend.py' (15,273) at 20210307205554634
16781 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-alloc.h' (15,274) at 20241219090010504
16782 2025-10-05 03:01:02.788-0500 FINEST t466 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' (15,275) at 20210307205553694
16783 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/cr51_image_descriptor.h' (15,276) at 20240817080006807
16784 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/tftpd.xinetd.inetutils' (15,277) at 20210307205554462
16785 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/MAINTAINERS' (15,278) at 20210308005003028
16786 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/linuxboot.S' (15,279) at 20210308005046177
16787 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/tlb.c' (15,280) at 20210308005002988
16788 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0001-absl-always-use-asm-sgidefs.h.patch' (15,281) at 20241221090017512
16789 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti816x/MAINTAINERS' (15,282) at 20210308005003080
16790 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/global_data.h' (15,283) at 20210308005002824
16791 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_versal_mini_defconfig' (15,284) at 20210308005003284
16792 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/inventory-cleanup/swift/inventory-cleanup.yaml' (15,285) at 20210721000034682
16793 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/PageContainer.spec.js' (15,286) at 20241004080035975
16794 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_ap/Kconfig' (15,287) at 20210308005002924
16795 2025-10-05 03:01:02.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/README.md' (15,288) at 20220315100011431
16796 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_overlay.c' (15,289) at 20210308005003728
16797 2025-10-05 03:01:02.789-0500 FINEST t466 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' (15,290) at 20240413080012627
16798 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/nfs/nfs.scc' (15,291) at 20240426080018068
16799 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-fmopa-1.c' (15,292) at 20240906080037576
16800 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/ddr.c' (15,293) at 20210308005002728
16801 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/loader.py' (15,294) at 20230503080014611
16802 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/lua/lua/lua.pc.in' (15,295) at 20220721030015877
16803 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/insn.h' (15,296) at 20240906080037476
16804 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/Makefile' (15,297) at 20210308005003700
16805 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb45n/MAINTAINERS' (15,298) at 20210308005003016
16806 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-socket.c' (15,299) at 20241211090212554
16807 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/Makefile' (15,300) at 20210308005002824
16808 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/decode_ext_mmvec.h' (15,301) at 20220429100100786
16809 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control/avsbus-enable.sh' (15,302) at 20210307205553690
16810 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/meson_options.txt' (15,303) at 20230925080039997
16811 2025-10-05 03:01:02.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sdmmc-internal.h' (15,304) at 20240906080037296
16812 2025-10-05 03:01:02.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/types.hpp' (15,305) at 20210308005059173
16813 2025-10-05 03:01:02.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7576.patch' (15,306) at 20210307205553942
16814 2025-10-05 03:01:02.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/LICENSE' (15,307) at 20210308005113633
16815 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Everest/4.json' (15,308) at 20240212090032054
16816 2025-10-05 03:01:02.791-0500 FINEST t466 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' (15,309) at 20221003030013277
16817 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/0002-traced-fix-missing-include.patch' (15,310) at 20241221090017512
16818 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Solleftea_Multra' (15,311) at 20210307205553790
16819 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-bsp/image/gxp-bootblock.bbappend' (15,312) at 20230413080015624
16820 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe-Utopia' (15,313) at 20241221090017612
16821 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/src/power_control.hpp' (15,314) at 20230308090040626
16822 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/MAINTAINERS' (15,315) at 20210308005003048
16823 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/as3722_init.c' (15,316) at 20210308005003080
16824 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/chiliboard.h' (15,317) at 20210308005003588
16825 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/sysbus-fdt.h' (15,318) at 20221215040039178
16826 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-slt.dts' (15,319) at 20220617030036053
16827 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/111' (15,320) at 20220429100100890
16828 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier/fans.json' (15,321) at 20231213090027090
16829 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/macros.h.inc' (15,322) at 20241211090212478
16830 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/power8-pmu-regs.c.inc' (15,323) at 20240906080037516
16831 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon_0.97.bb' (15,324) at 20231126090012789
16832 2025-10-05 03:01:02.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/gpio.h' (15,325) at 20210308005002676
16833 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/vectors.S' (15,326) at 20210308005002708
16834 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.err' (15,327) at 20240906080037560
16835 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_lt_qb.c' (15,328) at 20210308005046501
16836 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APSL-1.1' (15,329) at 20210307205554414
16837 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/vid.h' (15,330) at 20210308005002960
16838 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vetlanda_Nye' (15,331) at 20210307205553794
16839 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/pyproject.toml' (15,332) at 20220323030041559
16840 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/element.py' (15,333) at 20241206090014290
16841 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/parsec-tool-crates.inc' (15,334) at 20231126090012805
16842 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/health.html' (15,335) at 20210307205554286
16843 2025-10-05 03:01:02.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-musl-Define-O_LARGEFILE-for-riscv32.patch' (15,336) at 20230503080014587
16844 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-setup-layers' (15,337) at 20240301090012483
16845 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/menulibre/menulibre_2.4.0.bb' (15,338) at 20241206090014270
16846 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/obmc-shutdown.sh' (15,339) at 20231116090013989
16847 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/twl6030.c' (15,340) at 20210308005003472
16848 2025-10-05 03:01:02.793-0500 FINEST t466 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' (15,341) at 20230706080014737
16849 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_luton_defconfig' (15,342) at 20210308005003268
16850 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0004_auto_20160523_1446.py' (15,343) at 20210307205554262
16851 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/haiku.x86_64' (15,344) at 20230426080043956
16852 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-6.c' (15,345) at 20210927100127517
16853 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/297' (15,346) at 20220429100100926
16854 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/hello-arm.c' (15,347) at 20210308005046489
16855 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/p3041ds_ddr.c' (15,348) at 20210308005002964
16856 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/io.h' (15,349) at 20210308005002808
16857 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.json' (15,350) at 20210308005046401
16858 2025-10-05 03:01:02.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb' (15,351) at 20220204040022560
16859 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_usba_udc.h' (15,352) at 20210308005002716
16860 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/hu.po' (15,353) at 20210308005046217
16861 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/concepts.hpp' (15,354) at 20221006030141047
16862 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/lowlevel_init.S' (15,355) at 20210308005002760
16863 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/mount.ignorelist' (15,356) at 20220612030016759
16864 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.tls' (15,357) at 20220429100100930
16865 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__intrusive_slist.hpp' (15,358) at 20241219090033964
16866 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/child.hpp' (15,359) at 20230511080043139
16867 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sra_d.c' (15,360) at 20210308005046525
16868 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/howto.txt' (15,361) at 20210308005003332
16869 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (15,362) at 20210812000025162
16870 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/243.out' (15,363) at 20210308005046461
16871 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/README.txt' (15,364) at 20210308005003328
16872 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/bufferiszero-bench.c' (15,365) at 20240906080037556
16873 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-03' (15,366) at 20220412030005129
16874 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.3.rst' (15,367) at 20241221090017596
16875 2025-10-05 03:01:02.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/init-exclude.patch' (15,368) at 20230503080014591
16876 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/README' (15,369) at 20230919080013962
16877 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svenstavik' (15,370) at 20210307205553790
16878 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libuio/libuio_0.2.1.bb' (15,371) at 20240301090012427
16879 2025-10-05 03:01:02.795-0500 FINEST t466 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' (15,372) at 20210307205554094
16880 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/libppd_2.0.0.bb' (15,373) at 20231126090012797
16881 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/p2371-2180.c' (15,374) at 20210308005003024
16882 2025-10-05 03:01:02.795-0500 FINEST t466 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' (15,375) at 20210307205553722
16883 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubietruck_defconfig' (15,376) at 20210308005003236
16884 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_samus_defconfig' (15,377) at 20210308005003252
16885 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/files/fw_env.config' (15,378) at 20210307205554098
16886 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/drm_dp_helper.h' (15,379) at 20210308005003656
16887 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Bananapro_defconfig' (15,380) at 20210308005003236
16888 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/meson.build' (15,381) at 20240920080011535
16889 2025-10-05 03:01:02.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_fdt.c' (15,382) at 20210308005003704
16890 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svaneholm' (15,383) at 20210307205553790
16891 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpmac.h' (15,384) at 20210308005003648
16892 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_resource.h' (15,385) at 20220429100100634
16893 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_NAND_defconfig' (15,386) at 20210308005003244
16894 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-staprun-address-ncurses-6.3-failures.patch' (15,387) at 20220204040022680
16895 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/pwmtachtool.c' (15,388) at 20210308005111465
16896 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/syscfg_defs.h' (15,389) at 20210308005002720
16897 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/abilis/tb100/MAINTAINERS' (15,390) at 20210308005002908
16898 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.json' (15,391) at 20240906080037560
16899 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/acpi-utils.h' (15,392) at 20221215040039366
16900 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/LICENSE' (15,393) at 20210307205553682
16901 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/052.out' (15,394) at 20210308005046441
16902 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/lists.c' (15,395) at 20210308005003356
16903 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/MAINTAINERS' (15,396) at 20210308005002908
16904 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/u-boot-spl.lds' (15,397) at 20210308005002808
16905 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/Kconfig' (15,398) at 20210308005003084
16906 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/sandbox_wdt.c' (15,399) at 20210308005003540
16907 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20210914.bb' (15,400) at 20241221090017496
16908 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-6.yaml' (15,401) at 20241219090012976
16909 2025-10-05 03:01:02.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/tayga.service' (15,402) at 20231014080011723
16910 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-Replacing-GPR_ASSERT-with-c-assert.patch' (15,403) at 20241221090017516
16911 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/turris_omnia_defconfig' (15,404) at 20210308005003284
16912 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/tty-handler.c' (15,405) at 20240710080015177
16913 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-test.err' (15,406) at 20210308005046409
16914 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/p9-host-start.bb' (15,407) at 20241206090014270
16915 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/enum.py' (15,408) at 20210308005049761
16916 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/bcm2835_dma.h' (15,409) at 20210308005046009
16917 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/vsx_f2i_nan.c' (15,410) at 20240326080039746
16918 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/config.h' (15,411) at 20210308005002836
16919 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/MAINTAINERS' (15,412) at 20210308005003180
16920 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/font-alias_1.0.5.bb' (15,413) at 20230401080011979
16921 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/keystone-usb-phy.c' (15,414) at 20210308005003452
16922 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bootstrap/_index.scss' (15,415) at 20220105012522983
16923 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/Makefile' (15,416) at 20210308005002828
16924 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/files/run-ptest' (15,417) at 20220721030015837
16925 2025-10-05 03:01:02.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2500/Kconfig' (15,418) at 20210308005002916
16926 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/moveconfig.py' (15,419) at 20210308005003768
16927 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/plutux_defconfig' (15,420) at 20210308005003276
16928 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/Kconfig' (15,421) at 20240906080037220
16929 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra186-clock.h' (15,422) at 20210308005003636
16930 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rsk7203_defconfig' (15,423) at 20210308005003276
16931 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/meson.build' (15,424) at 20211211040043768
16932 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sh_mmcif.h' (15,425) at 20210308005003408
16933 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/gnuchess/0001-Remove-register-storage-class-classifier.patch' (15,426) at 20230131040012023
16934 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gzip/files/run-ptest' (15,427) at 20241221090017676
16935 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/syscall.tbl' (15,428) at 20241211090212378
16936 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/HW_CI_DEV' (15,429) at 20220429100025221
16937 2025-10-05 03:01:02.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_centralization.c' (15,430) at 20210308005003364
16938 2025-10-05 03:01:02.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/boot-status-led/files/boot-status-led.service' (15,431) at 20220127040054629
16939 2025-10-05 03:01:02.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/fan_utils.robot' (15,432) at 20240627080021048
16940 2025-10-05 03:01:02.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/theadorable.c' (15,433) at 20210308005003072
16941 2025-10-05 03:01:02.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/e1000.c' (15,434) at 20210308005003428
16942 2025-10-05 03:01:02.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ddr.h' (15,435) at 20210308005002820
16943 2025-10-05 03:01:02.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.7.rst' (15,436) at 20230114040015518
16944 2025-10-05 03:01:02.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/emac.c' (15,437) at 20210308005002768
16945 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qos_external.h' (15,438) at 20221215040039374
16946 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/main.js' (15,439) at 20220602030014530
16947 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/openwsmand.service' (15,440) at 20210307205553930
16948 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asttokens_3.0.0.bb' (15,441) at 20241221090017548
16949 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb' (15,442) at 20241221090017656
16950 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/redfish-tests/redfish_requests.py' (15,443) at 20221213040040909
16951 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/017.out' (15,444) at 20210308005046429
16952 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/jz4780.h' (15,445) at 20210308005002820
16953 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_add.c' (15,446) at 20210308005046529
16954 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Mullaghanish' (15,447) at 20210307205553774
16955 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mp.h' (15,448) at 20210308005002832
16956 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/145' (15,449) at 20210927100127485
16957 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m41t11.c' (15,450) at 20210308005003480
16958 2025-10-05 03:01:02.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_dp_lowlevel.c' (15,451) at 20210308005003524
16959 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_36BIT_defconfig' (15,452) at 20210308005003240
16960 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/byteorder.h' (15,453) at 20210308005002800
16961 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/udmabuf.h' (15,454) at 20210927100127257
16962 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/qts/pll_config.h' (15,455) at 20210308005003072
16963 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/flash_write.c' (15,456) at 20230809080010803
16964 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0004-Do-not-override-flags-coming-from-build-environment.patch' (15,457) at 20230706080014761
16965 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/fix_version_parse.patch' (15,458) at 20230706080014765
16966 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-S-2.0' (15,459) at 20211006000025234
16967 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vitsand' (15,460) at 20210307205553794
16968 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/run-ptest' (15,461) at 20241221090017508
16969 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/new-machine.rst' (15,462) at 20240302090018218
16970 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/local.rules' (15,463) at 20210307205554494
16971 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/interrupt.h' (15,464) at 20210308005002880
16972 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.2.rst' (15,465) at 20241221090017596
16973 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Image.metadata.yaml' (15,466) at 20230910080024030
16974 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/dot.kermrc' (15,467) at 20210308005003764
16975 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p2041rdb.cfg' (15,468) at 20210308005002964
16976 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/Kconfig' (15,469) at 20210308005003068
16977 2025-10-05 03:01:02.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/neo/Makefile' (15,470) at 20210308005003088
16978 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a33.h' (15,471) at 20210308005002668
16979 2025-10-05 03:01:02.802-0500 FINEST t466 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' (15,472) at 20241221090017500
16980 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/fs.cpp' (15,473) at 20210308005120353
16981 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/run-ptest' (15,474) at 20210307205554578
16982 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/mc.h' (15,475) at 20210308005002672
16983 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/queue.h' (15,476) at 20241211090212366
16984 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5250/smdk5250_spl.c' (15,477) at 20210308005003044
16985 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/Makefile' (15,478) at 20210308005002944
16986 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-amd-xgbe.h' (15,479) at 20210308005046033
16987 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-redefine-LOCKPROG.patch' (15,480) at 20230401080011935
16988 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_syscall.h' (15,481) at 20220429100100646
16989 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bbclasses.py' (15,482) at 20241221090017628
16990 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Priority.interface.yaml' (15,483) at 20231019080027867
16991 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/018_pack_image_align.dts' (15,484) at 20210308005003752
16992 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/pt-br' (15,485) at 20210308005046149
16993 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/skiboot/skiboot.inc' (15,486) at 20220126040017543
16994 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_built_detail.html' (15,487) at 20210307205554286
16995 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/skiboot/pflash_git.bb' (15,488) at 20210812000025258
16996 2025-10-05 03:01:02.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0001-Remove-python-venv.patch' (15,489) at 20210307205553802
16997 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/Makefile' (15,490) at 20210308005002844
16998 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-obmc-console/bare-metal-obmc-console/disable_obmc_console.sh' (15,491) at 20240127090011884
16999 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP7.interface.yaml' (15,492) at 20220315030032659
17000 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/__init__.py' (15,493) at 20210308005003736
17001 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/builder/files/builder_session.sh' (15,494) at 20241221090017684
17002 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/0002-link.mk-use-CFLAGS-with-version.o.patch' (15,495) at 20241221090017472
17003 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fsl_diu_fb.c' (15,496) at 20210308005003528
17004 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mingw_support.c' (15,497) at 20210308005003768
17005 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/subdir/fileinsubdir' (15,498) at 20210307205554390
17006 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_argset_type1.decode' (15,499) at 20210927100127465
17007 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/subprojects/phosphor-host-ipmid.wrap' (15,500) at 20230720080010758
17008 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/pel_section.hpp' (15,501) at 20230516080019606
17009 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/board.h' (15,502) at 20210308005003048
17010 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/fsl_qspi.c' (15,503) at 20210308005003492
17011 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_base.scss' (15,504) at 20220105012522983
17012 2025-10-05 03:01:02.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/Makefile.vdso' (15,505) at 20240326080039558
17013 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/emmc-btrfs.scc' (15,506) at 20221007030014979
17014 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-HTV' (15,507) at 20210307205553758
17015 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_evm.h' (15,508) at 20210308005003608
17016 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-poweroff.service' (15,509) at 20230128040012702
17017 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/260' (15,510) at 20220429100100914
17018 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_spi.c' (15,511) at 20210308005003232
17019 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/vining_2000.c' (15,512) at 20210308005003044
17020 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inffast.h' (15,513) at 20210308005003716
17021 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/50-org.freedesktop.udiskie.rules' (15,514) at 20220612030016727
17022 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/conftest.py' (15,515) at 20210308005003736
17023 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-powercycle@.target' (15,516) at 20221206040032153
17024 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/MAINTAINERS' (15,517) at 20210308005002944
17025 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gardena-smart-gateway-mt7688-ram_defconfig' (15,518) at 20210308005003260
17026 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/README' (15,519) at 20210308005002968
17027 2025-10-05 03:01:02.804-0500 FINEST t466 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' (15,520) at 20241221090017532
17028 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/search.h' (15,521) at 20210308005003684
17029 2025-10-05 03:01:02.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsa_Halli' (15,522) at 20210307205553770
17030 2025-10-05 03:01:02.804-0500 FINEST t466 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' (15,523) at 20230706080014737
17031 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/mpc8xx_wdt.c' (15,524) at 20210308005003540
17032 2025-10-05 03:01:02.805-0500 FINEST t466 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' (15,525) at 20241221090017464
17033 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/diffmark' (15,526) at 20211006000025246
17034 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/nfs-export.patch' (15,527) at 20210307205554038
17035 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/evm.c' (15,528) at 20210308005003080
17036 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/034_x86_ucode.dts' (15,529) at 20210308005003752
17037 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-x86/chassis/x86-power-control_%.bbappend' (15,530) at 20230107040016303
17038 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/files/1.dat' (15,531) at 20210308005003756
17039 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/board.c' (15,532) at 20210308005003740
17040 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Rovisuvanto' (15,533) at 20210307205553774
17041 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/Kconfig' (15,534) at 20210927100127125
17042 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ddr.h' (15,535) at 20210308005002968
17043 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_sysarch.h' (15,536) at 20221215040039062
17044 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/078_u_boot_tpl.dts' (15,537) at 20210308005003752
17045 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/trace.h' (15,538) at 20210927100127437
17046 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/psc_defs.h' (15,539) at 20210308005002732
17047 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-client-can-write' (15,540) at 20240809080013506
17048 2025-10-05 03:01:02.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hyvinkaa' (15,541) at 20210307205553770
17049 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/clock.c' (15,542) at 20210308005002548
17050 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pcf8574.h' (15,543) at 20240906080037332
17051 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/types.py' (15,544) at 20220910030013397
17052 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-proc.c' (15,545) at 20240326080039390
17053 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/mmc-first-dev.c' (15,546) at 20210308005002796
17054 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_ffs.h' (15,547) at 20210308005002880
17055 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/ax25/Makefile' (15,548) at 20210308005002844
17056 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/ddr3_spd.c' (15,549) at 20210308005002732
17057 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Paulistom' (15,550) at 20210307205553790
17058 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hashpriv.h' (15,551) at 20241211090212230
17059 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/network/phosphor-network_%.bbappend' (15,552) at 20241206090014218
17060 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/transport/af-mctp.h' (15,553) at 20231110090010623
17061 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/common.cpp' (15,554) at 20211011100017323
17062 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_xdma.h' (15,555) at 20210927100127237
17063 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/Resource.interface.yaml' (15,556) at 20240913080021481
17064 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.errors.yaml' (15,557) at 20221207040023631
17065 2025-10-05 03:01:02.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/concat.h' (15,558) at 20210308005003668
17066 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_dbus.c' (15,559) at 20210308005108641
17067 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/mux.c' (15,560) at 20210308005003052
17068 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_firmware_upgrade.sh' (15,561) at 20240502080013187
17069 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/abilis_tb100.dts' (15,562) at 20210308005002544
17070 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/start.S' (15,563) at 20210308005002820
17071 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/012' (15,564) at 20210927100127473
17072 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/munmap.patch' (15,565) at 20230706080014757
17073 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lru-dict_1.3.0.bb' (15,566) at 20241221090017556
17074 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zile/zile_2.4.15.bb' (15,567) at 20241221090017544
17075 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h' (15,568) at 20210308005002660
17076 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch' (15,569) at 20210307205554622
17077 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/common.c' (15,570) at 20210308005002948
17078 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/list.h' (15,571) at 20210308005003732
17079 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/_sstatetests_noauto.py' (15,572) at 20230401080011963
17080 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/234' (15,573) at 20220429100100914
17081 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mxc_ipuv3_fb.c' (15,574) at 20210308005003532
17082 2025-10-05 03:01:02.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/dasd-ipl.h' (15,575) at 20241211090212442
17083 2025-10-05 03:01:02.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Midhurst' (15,576) at 20210307205553798
17084 2025-10-05 03:01:02.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/not_action.hpp' (15,577) at 20210914000041091
17085 2025-10-05 03:01:02.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuarm64.conf' (15,578) at 20241221090017612
17086 2025-10-05 03:01:02.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/simg_dump-python3.patch' (15,579) at 20231011080016574
17087 2025-10-05 03:01:02.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/Makefile' (15,580) at 20210308005002772
17088 2025-10-05 03:01:02.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/sandbox.c' (15,581) at 20210308005003496
17089 2025-10-05 03:01:02.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/malloc-spapr.h' (15,582) at 20221215040039374
17090 2025-10-05 03:01:02.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/Kconfig' (15,583) at 20220804030036611
17091 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (15,584) at 20210813100029652
17092 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu106-revA.dts' (15,585) at 20210308005002636
17093 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb50n/wb50n.c' (15,586) at 20210308005003016
17094 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_mipi.c' (15,587) at 20210308005003532
17095 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/peer-targets-everest.json' (15,588) at 20220302040019952
17096 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mediatek/gpio.h' (15,589) at 20210308005002644
17097 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-poweron' (15,590) at 20240105090012010
17098 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/pavucontrol/0001-pavucontrol-remove-canberra-gtk-support.patch' (15,591) at 20220618030015170
17099 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ref-daughter.dtsi' (15,592) at 20210308005002632
17100 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Idivuoma' (15,593) at 20210307205553782
17101 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/config/test-group-priority.yaml' (15,594) at 20240824080021954
17102 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/attribs.h' (15,595) at 20221215040039294
17103 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile' (15,596) at 20220802100038573
17104 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-sensor-states@.service' (15,597) at 20220419030216144
17105 2025-10-05 03:01:02.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc' (15,598) at 20230114040015550
17106 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-loongarch-cross.docker' (15,599) at 20241121090029296
17107 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_vbmeta_image.h' (15,600) at 20210308005003708
17108 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/display.h' (15,601) at 20210308005002672
17109 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-bsd.c' (15,602) at 20241211090212454
17110 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/event_jsons/good/event_state_sensor.json' (15,603) at 20240610080035204
17111 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricReport.v1_5_2.json' (15,604) at 20240824080002938
17112 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/opos6uldev/Makefile' (15,605) at 20210308005002912
17113 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/qts/pinmux_config.h' (15,606) at 20210308005003044
17114 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada8k/cache_llc.S' (15,607) at 20210308005002752
17115 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/meson.build' (15,608) at 20240326080039682
17116 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_coldfire.h' (15,609) at 20210308005003628
17117 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/build_image.py' (15,610) at 20210812000025378
17118 2025-10-05 03:01:02.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/docs/asio.md' (15,611) at 20221207040044387
17119 2025-10-05 03:01:02.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_regs.h' (15,612) at 20210308005003368
17120 2025-10-05 03:01:02.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/m68k-fp.xml' (15,613) at 20210308005045817
17121 2025-10-05 03:01:02.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/system_configuration.hpp' (15,614) at 20230511080033415
17122 2025-10-05 03:01:02.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-stream' (15,615) at 20240906080037568
17123 2025-10-05 03:01:02.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/imx-regs.h' (15,616) at 20210308005002644
17124 2025-10-05 03:01:02.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/files/rc.local.sample' (15,617) at 20210307205554386
17125 2025-10-05 03:01:02.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py' (15,618) at 20210307205554262
17126 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MessageRegistryFile.v1_1_5.json' (15,619) at 20240619080002948
17127 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/atmel_pmecc_params.c' (15,620) at 20210308005003748
17128 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lzma/LzmaTypes.h' (15,621) at 20210308005003672
17129 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rksd.c' (15,622) at 20210308005003772
17130 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/pl022_spi.c' (15,623) at 20210308005003492
17131 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/W3C' (15,624) at 20210307205554426
17132 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/common/fsl-errata.c' (15,625) at 20210308005003500
17133 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/dbus_vis.css' (15,626) at 20220602030014530
17134 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/zabbix-agent.service' (15,627) at 20210307205553886
17135 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7790-cpg-mssr.c' (15,628) at 20210308005003352
17136 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/suites.h' (15,629) at 20210308005003688
17137 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_nodtb.py' (15,630) at 20210308005003748
17138 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/types/container_types_helpers.hpp' (15,631) at 20240711080036139
17139 2025-10-05 03:01:02.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds@.service' (15,632) at 20220514030009396
17140 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PCIeDevice_VINI.json' (15,633) at 20221213040036921
17141 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm_4.2.0.bb' (15,634) at 20241221090017496
17142 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml_1.4.5.bb' (15,635) at 20240127090011884
17143 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-tod-step-check-fault.cpp' (15,636) at 20240830080017491
17144 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_cse_nand_defconfig' (15,637) at 20210308005003288
17145 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/bindings.py' (15,638) at 20210308005048033
17146 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-serial-test.c' (15,639) at 20210308005046489
17147 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lattice.h' (15,640) at 20210308005003656
17148 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/jr2/jr2.c' (15,641) at 20210308005003020
17149 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/Makefile' (15,642) at 20210308005003004
17150 2025-10-05 03:01:02.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx6dl-mamoj.h' (15,643) at 20210308005003596
17151 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_cpu.h' (15,644) at 20210308005046089
17152 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/init-valkey-server' (15,645) at 20241221090017524
17153 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/traps.c' (15,646) at 20210308005002804
17154 2025-10-05 03:01:02.814-0500 FINEST t466 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' (15,647) at 20241206090014254
17155 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/xen-compat.h' (15,648) at 20240326080039546
17156 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/sdeventplus.wrap' (15,649) at 20220323030041563
17157 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/top.c' (15,650) at 20210308005003020
17158 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-2.0' (15,651) at 20210307205554418
17159 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/__init__.py' (15,652) at 20210307205554266
17160 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/VoltageControl.interface.yaml' (15,653) at 20210610000035126
17161 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/draco_defconfig' (15,654) at 20210308005003256
17162 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-smm-gateway_%.bbappend' (15,655) at 20220910030013341
17163 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/aes.h' (15,656) at 20240326080039526
17164 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/files/0001-src-Makefile-improve-reproducibility.patch' (15,657) at 20220204040022688
17165 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_w.c' (15,658) at 20210308005046521
17166 2025-10-05 03:01:02.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NICTA-1.0' (15,659) at 20241221090017616
17167 2025-10-05 03:01:02.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomli_2.2.1.bb' (15,660) at 20241221090017560
17168 2025-10-05 03:01:02.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/display_options.c' (15,661) at 20230302090047762
17169 2025-10-05 03:01:02.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-native.bb' (15,662) at 20241206090014274
17170 2025-10-05 03:01:02.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/Makefile' (15,663) at 20210308005003416
17171 2025-10-05 03:01:02.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Sopron-Koszeg' (15,664) at 20210307205553774
17172 2025-10-05 03:01:02.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/image-fuzzer.txt' (15,665) at 20220429100100418
17173 2025-10-05 03:01:02.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/cla-signers/README.md' (15,666) at 20210308005111457
17174 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/r8152.h' (15,667) at 20210308005003504
17175 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5800-peach-pi.dts' (15,668) at 20210308005002580
17176 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/Makefile.softmmu-target' (15,669) at 20240906080037576
17177 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gsettings.bbclass' (15,670) at 20220910030013385
17178 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/neon-ls.decode' (15,671) at 20230426080043860
17179 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-strace.h' (15,672) at 20210927100127045
17180 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/opengrok1.0.log' (15,673) at 20241228090340496
17181 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/6x_bootscript_android.txt' (15,674) at 20210308005002924
17182 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/goldfish_rtc.h' (15,675) at 20221215040039186
17183 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/meta-filesystems-image-ptest-all.bb' (15,676) at 20240302090018202
17184 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/cpp-example.inc' (15,677) at 20241206090014298
17185 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/phosphor-logging.wrap' (15,678) at 20220323030036807
17186 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/timer.h' (15,679) at 20210308005002668
17187 2025-10-05 03:01:02.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb' (15,680) at 20240106090017253
17188 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/libgcc.h' (15,681) at 20210308005002852
17189 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vdpa-dev.h' (15,682) at 20230426080043768
17190 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-xattr.c' (15,683) at 20210927100127085
17191 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tec-ng.h' (15,684) at 20210308005003620
17192 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitrepotest/gitrepotest/0001-testpatch.patch' (15,685) at 20241206090014298
17193 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/service_files/yaml/phosphor-fan-presence-tach@.service' (15,686) at 20220819030023853
17194 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/pauth-5.c' (15,687) at 20240326080039742
17195 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_thread.h' (15,688) at 20221215040039062
17196 2025-10-05 03:01:02.817-0500 FINEST t466 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' (15,689) at 20231011080016574
17197 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/processor.h' (15,690) at 20210308005002544
17198 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/nrf51_nvm.h' (15,691) at 20210308005046021
17199 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/libptytty/libptytty/0001-CMakeLists.txt-do-not-run-cross-binary.patch' (15,692) at 20220204040022684
17200 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-images-sha1-pss.its' (15,693) at 20210308005003744
17201 2025-10-05 03:01:02.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bootretry.c' (15,694) at 20210308005003224
17202 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb' (15,695) at 20241206090014330
17203 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/files/0001-CMakeLists-txt-Avoid-host-specific-path-to-libsodium.patch' (15,696) at 20210307205553886
17204 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mboxd.h' (15,697) at 20210308005100993
17205 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkcommon.h' (15,698) at 20210308005003772
17206 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/hmp-target.h' (15,699) at 20240906080037344
17207 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m548xevb/m548xevb.c' (15,700) at 20210308005002976
17208 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/gitlab-ci-section' (15,701) at 20241211090212458
17209 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/trace-events' (15,702) at 20240906080037296
17210 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/subprojects/boost.wrap' (15,703) at 20220427030012593
17211 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SSH-short' (15,704) at 20211006000025242
17212 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/MAINTAINERS' (15,705) at 20210308005003020
17213 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl-aspeed.h' (15,706) at 20210308005003456
17214 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-word.json' (15,707) at 20210308005046405
17215 2025-10-05 03:01:02.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_unicode_collation.c' (15,708) at 20210308005003704
17216 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/ofnode.c' (15,709) at 20210308005003740
17217 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_ucontext.h' (15,710) at 20220429100100402
17218 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-08' (15,711) at 20210908000010395
17219 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/layerdetails.js' (15,712) at 20210307205554278
17220 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/u-boot.dtsi' (15,713) at 20210308005002872
17221 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_mman.h' (15,714) at 20230925080039945
17222 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/interrupts.c' (15,715) at 20210308005002832
17223 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/create_pel.hpp' (15,716) at 20230329080019516
17224 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/glmConfigVersion.cmake.in' (15,717) at 20210307205553942
17225 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/Kconfig' (15,718) at 20210308005002772
17226 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/trace.h' (15,719) at 20210308005045957
17227 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-qds.dtsi' (15,720) at 20210308005002580
17228 2025-10-05 03:01:02.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/HypervisorInterface-default-p10bmc.override.yml' (15,721) at 20220722030013175
17229 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/sockbits.h' (15,722) at 20210308005046097
17230 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.sh' (15,723) at 20210819100023842
17231 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/LICENSE' (15,724) at 20220204210413341
17232 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/rk3399.c' (15,725) at 20210308005002776
17233 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/Kconfig' (15,726) at 20210308005002984
17234 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-riscv32.txt' (15,727) at 20240113090014532
17235 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/passwdqc/passwdqc/makefile-add-ldflags.patch' (15,728) at 20230811080018302
17236 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/zsh' (15,729) at 20210307205553870
17237 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/files/usleep.1' (15,730) at 20210307205553890
17238 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_chiptod.h' (15,731) at 20240906080037336
17239 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/opentitan.h' (15,732) at 20230925080039929
17240 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmoinen_Harjunsalmi' (15,733) at 20210307205553770
17241 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/cpu.c' (15,734) at 20210308005002800
17242 2025-10-05 03:01:02.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-target.inc' (15,735) at 20240309090012820
17243 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb' (15,736) at 20241221090017528
17244 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/GraphicsController.v1_0_2.json' (15,737) at 20240619080002948
17245 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/tie-asm.h' (15,738) at 20210308005002884
17246 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/axi_sandbox.c' (15,739) at 20210308005003336
17247 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/bletchley/post_desc.json' (15,740) at 20230205040006420
17248 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rojdafors' (15,741) at 20210307205553790
17249 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rv1108_common.h' (15,742) at 20210308005003612
17250 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/tinker_rk3288/Kconfig' (15,743) at 20210308005003040
17251 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/itstool.bbclass' (15,744) at 20210812000025190
17252 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_handoff.py' (15,745) at 20210308005003744
17253 2025-10-05 03:01:02.821-0500 FINEST t466 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' (15,746) at 20210307205553718
17254 2025-10-05 03:01:02.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/nvme.h' (15,747) at 20210308005003676
17255 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0007-greeter.c-support-to-update-expired-password.patch' (15,748) at 20210307205553946
17256 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/meson.build' (15,749) at 20230920080021024
17257 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/meson.build' (15,750) at 20241211090212338
17258 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/usb-hcd-uhci-test.c' (15,751) at 20240326080039738
17259 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/berkeley-softfloat-3.wrap' (15,752) at 20240326080039630
17260 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/kmscube/kmscube_git.bb' (15,753) at 20241221090017684
17261 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/fix_missing_use_directives.patch' (15,754) at 20230706080014765
17262 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ipmi/ipmi_bt.h' (15,755) at 20210308005046017
17263 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/fans/pwm-init/pwm_init.service' (15,756) at 20220119040023096
17264 2025-10-05 03:01:02.822-0500 FINEST t466 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' (15,757) at 20230114040015494
17265 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km_kirkwood.h' (15,758) at 20210308005003600
17266 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-spl-tiny_defconfig' (15,759) at 20210421100236118
17267 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkcommon.c' (15,760) at 20210308005003772
17268 2025-10-05 03:01:02.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/Kconfig' (15,761) at 20210308005003468
17269 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-nyan.dtsi' (15,762) at 20210308005002628
17270 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0012_use_release_instead_of_up_branch.py' (15,763) at 20210307205554262
17271 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a77970-cpg-mssr.c' (15,764) at 20210308005003352
17272 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_u_h.c' (15,765) at 20210308005046517
17273 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/test_sdbus_error.hpp' (15,766) at 20230511080035563
17274 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/README' (15,767) at 20210307205554386
17275 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/bmccontrolservices.cpp' (15,768) at 20240920080007542
17276 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/ftools.py' (15,769) at 20220910030013405
17277 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (15,770) at 20210618000018360
17278 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/Kconfig' (15,771) at 20210308005002924
17279 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_efi.c' (15,772) at 20210308005003484
17280 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/RebootBmc/index.js' (15,773) at 20220105012522995
17281 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_uboot.c' (15,774) at 20210308005003520
17282 2025-10-05 03:01:02.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/kylin_rk3036/kylin_rk3036.c' (15,775) at 20210308005003040
17283 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pcmcia/Makefile' (15,776) at 20210308005003452
17284 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/journal.cpp' (15,777) at 20240817080031292
17285 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VCATEntry.v1_0_3.json' (15,778) at 20240619080002956
17286 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-e2220-1170.dts' (15,779) at 20210308005002628
17287 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pcie-presence/MAINTAINERS' (15,780) at 20210308005101821
17288 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/ptrace.h' (15,781) at 20210308005002848
17289 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/manager.cpp' (15,782) at 20240904080043247
17290 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_write_bit.md' (15,783) at 20240809080033023
17291 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/images/core-image-rt.bb' (15,784) at 20210307205554606
17292 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_vita.c' (15,785) at 20210308004938832
17293 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_tpm2.py' (15,786) at 20210308005003744
17294 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/090.out' (15,787) at 20210308005046445
17295 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/lib-bin-check.sh' (15,788) at 20210307205554130
17296 2025-10-05 03:01:02.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_b.c' (15,789) at 20210308005046513
17297 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vaddo_Elmsta' (15,790) at 20210307205553794
17298 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.ini' (15,791) at 20210307205554586
17299 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/temporary_file.hpp' (15,792) at 20211208110037694
17300 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu/30-dejavu-aliases.conf' (15,793) at 20210307205553950
17301 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/spl.c' (15,794) at 20210308005003012
17302 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-sandbox.c' (15,795) at 20210308005003460
17303 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/fix-musl.patch' (15,796) at 20240413080012647
17304 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/README.md' (15,797) at 20230706080014733
17305 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/syscon_rk3368.c' (15,798) at 20210308005002776
17306 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/files/modutils.sh' (15,799) at 20220405030025649
17307 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-regex_2024.11.6.bb' (15,800) at 20241221090017560
17308 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre_8.45.bb' (15,801) at 20241221090017696
17309 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mach-generic/mangle-port.h' (15,802) at 20210308005002816
17310 2025-10-05 03:01:02.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungsbacka_Ojersbo' (15,803) at 20210307205553786
17311 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/README.md' (15,804) at 20240618080025501
17312 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0005-Disable-PIE-during-link.patch' (15,805) at 20240124090012266
17313 2025-10-05 03:01:02.826-0500 FINEST t466 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' (15,806) at 20240413080012647
17314 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/README.khadas-vim2' (15,807) at 20210308005002912
17315 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyiface_0.0.11.bb' (15,808) at 20231011080016582
17316 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/makefile-use-link-for-helper.patch' (15,809) at 20240301090012423
17317 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_topology_def.h' (15,810) at 20210308005003368
17318 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-bananapi.dts' (15,811) at 20210308005002620
17319 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/stream_id_lsch2.h' (15,812) at 20210308005002640
17320 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/iomux.h' (15,813) at 20210308005002640
17321 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm64.yml' (15,814) at 20241206090014206
17322 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/cper-parse-str.h' (15,815) at 20241114091008832
17323 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/snapshot.h' (15,816) at 20240906080037344
17324 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi' (15,817) at 20210308005002568
17325 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_monitor.hpp' (15,818) at 20240625080015044
17326 2025-10-05 03:01:02.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/l+g/vinco/vinco.c' (15,819) at 20210308005003016
17327 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mvebu/bubt.c' (15,820) at 20210308005003216
17328 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/conf-notes.txt' (15,821) at 20220913030020496
17329 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/UFL' (15,822) at 20210307205553870
17330 2025-10-05 03:01:02.827-0500 FINEST t466 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' (15,823) at 20210307205553854
17331 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton/fw_env.config' (15,824) at 20210307205554090
17332 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/.gitignore' (15,825) at 20231228090030524
17333 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/event_notification.py' (15,826) at 20230214040017329
17334 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/087_files_no_pattern.dts' (15,827) at 20210308005003752
17335 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/musl_fixup.patch' (15,828) at 20220721030015849
17336 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/keyutils-test-fix-output-format.patch' (15,829) at 20210307205553962
17337 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_stat_unittest.cpp' (15,830) at 20210308005120353
17338 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Remove-newline-from-format-line.patch' (15,831) at 20230706080014741
17339 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/0001-daemontools-Fix-QA-Issue.patch' (15,832) at 20230706080014757
17340 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/check_journal/check_journal' (15,833) at 20240726080015971
17341 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/meson.build' (15,834) at 20241211090212238
17342 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/threeparttable' (15,835) at 20241221090017620
17343 2025-10-05 03:01:02.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tannas_Vastra' (15,836) at 20210307205553790
17344 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/0003-burn.S-Remove-.func-.endfunc.patch' (15,837) at 20210307205553870
17345 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9260ek_dataflash_cs0_defconfig' (15,838) at 20210308005003248
17346 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/LzmaDec.h' (15,839) at 20210308005003708
17347 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net.h' (15,840) at 20210308005003676
17348 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-1.0' (15,841) at 20210307205554418
17349 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0003-rarpd.c-bug-fix.patch' (15,842) at 20230706080014749
17350 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/__init__.py' (15,843) at 20210308005046245
17351 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/aspenite/Makefile' (15,844) at 20210308005002904
17352 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m548xevb/MAINTAINERS' (15,845) at 20210308005002976
17353 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/README' (15,846) at 20210308005002968
17354 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/nopackages.bbclass' (15,847) at 20220910030013389
17355 2025-10-05 03:01:02.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/scope.hpp' (15,848) at 20230407080041895
17356 2025-10-05 03:01:02.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb' (15,849) at 20220204040022524
17357 2025-10-05 03:01:02.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/demo.c' (15,850) at 20210308005003208
17358 2025-10-05 03:01:02.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/log.c' (15,851) at 20210308005003228
17359 2025-10-05 03:01:02.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (15,852) at 20241207090012335
17360 2025-10-05 03:01:02.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/tmu012.h' (15,853) at 20210308005046033
17361 2025-10-05 03:01:02.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Kabhegy-Kaposvar-Tamasi' (15,854) at 20210307205553774
17362 2025-10-05 03:01:02.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/047.out' (15,855) at 20210308005046437
17363 2025-10-05 03:01:02.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalMacAddress.vue' (15,856) at 20241004080035971
17364 2025-10-05 03:01:02.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/270.out' (15,857) at 20210308005046465
17365 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/clock.h' (15,858) at 20210308005002640
17366 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/temporary_subdirectory.hpp' (15,859) at 20240524080026761
17367 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/busconfig/phosphor-bmcweb-cert-config.conf' (15,860) at 20210701100031463
17368 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/Kconfig' (15,861) at 20210308005003080
17369 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hennan' (15,862) at 20210307205553782
17370 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/upgrade_hostconsole_group.sh' (15,863) at 20230422080012291
17371 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/lsan_suppressions.txt' (15,864) at 20230925080039989
17372 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/event.cpp' (15,865) at 20230511080043139
17373 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/results_to_text.py' (15,866) at 20210927100127349
17374 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/copyright' (15,867) at 20210307205554482
17375 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Catharon' (15,868) at 20241221090017616
17376 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/newcustomimage_modal.html' (15,869) at 20210307205554286
17377 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958712k_defconfig' (15,870) at 20210308005003252
17378 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp809.c' (15,871) at 20210308005003468
17379 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fmov.c.inc' (15,872) at 20240906080037496
17380 2025-10-05 03:01:02.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/mfd/Makefile' (15,873) at 20210308005003468
17381 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/mchp_pfsoc_mmuart.h' (15,874) at 20241211090212358
17382 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/061_fdt_update_bad.dts' (15,875) at 20210308005003752
17383 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/tricore-defs.h' (15,876) at 20210308005046345
17384 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.i2c' (15,877) at 20210308005003296
17385 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_powersupply_readings.robot' (15,878) at 20210308005007128
17386 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_dma.h' (15,879) at 20210308005003516
17387 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/elf.py' (15,880) at 20220910030013401
17388 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_pxa270/MAINTAINERS' (15,881) at 20210308005003084
17389 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/atmel_df_pow2.c' (15,882) at 20210308005003544
17390 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/record_manager.hpp' (15,883) at 20230511080045639
17391 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/bios-version.service' (15,884) at 20241106090019922
17392 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SchemeReport' (15,885) at 20241221090017616
17393 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_w.c' (15,886) at 20210308005046521
17394 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6slevk_spinor_defconfig' (15,887) at 20210308005003268
17395 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/sm4.h' (15,888) at 20240326080039526
17396 2025-10-05 03:01:02.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PolyForm-Noncommercial-1.0.0' (15,889) at 20211006000025242
17397 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4240qds.c' (15,890) at 20210308005002996
17398 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_arria10.c' (15,891) at 20210308005002780
17399 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-bsp/uboot/files/yosemite4-common.cfg' (15,892) at 20240727080014098
17400 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.link-local' (15,893) at 20210308005003296
17401 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime/0001-Makefile-Detect-compiler-in-makefile.patch' (15,894) at 20230919080013962
17402 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/contains.hpp' (15,895) at 20221014100033151
17403 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/psci.S' (15,896) at 20210308005002552
17404 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_tpl.c' (15,897) at 20210308005003704
17405 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.33/index.html' (15,898) at 20210307205554250
17406 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mt7629.c' (15,899) at 20210308005003456
17407 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/print.tcl' (15,900) at 20210308005007116
17408 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xenstore_impl.h' (15,901) at 20230426080043696
17409 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_max8998.c' (15,902) at 20210308005003468
17410 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-blk/meson.build' (15,903) at 20240906080037164
17411 2025-10-05 03:01:02.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/README' (15,904) at 20210308005003040
17412 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_load_rom.c' (15,905) at 20240906080037324
17413 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb' (15,906) at 20220721030015865
17414 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/squid.nm' (15,907) at 20231207090015262
17415 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/219.out' (15,908) at 20210308005046461
17416 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/00_arches.patch' (15,909) at 20220502030010176
17417 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/Makefile' (15,910) at 20210308005002824
17418 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_pbi.cfg' (15,911) at 20210308005002968
17419 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hede' (15,912) at 20210307205553782
17420 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-fru-properties.yaml' (15,913) at 20210307205553718
17421 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nassjo' (15,914) at 20210307205553786
17422 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_portal.c' (15,915) at 20210308005003432
17423 2025-10-05 03:01:02.833-0500 FINEST t466 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' (15,916) at 20240904080027738
17424 2025-10-05 03:01:02.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kp_imx6q_tpc_defconfig' (15,917) at 20210308005003264
17425 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/board.c' (15,918) at 20230720080043535
17426 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-emmc.dts' (15,919) at 20210308005002588
17427 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/lpc.asl' (15,920) at 20210308005002876
17428 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_intf.h' (15,921) at 20210308004938820
17429 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/readline.inc' (15,922) at 20241206090014318
17430 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/customization/theme.md' (15,923) at 20221215040043186
17431 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-any.json' (15,924) at 20220429100100882
17432 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Umea_Mariehem' (15,925) at 20210307205553794
17433 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables_1.8.11.bb' (15,926) at 20241221090017676
17434 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-tacoma.dts' (15,927) at 20220617030036053
17435 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/stm32-sdram.h' (15,928) at 20210308005003636
17436 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/leds/leds-bcm6358.txt' (15,929) at 20210308005003304
17437 2025-10-05 03:01:02.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome_0.105.bb' (15,930) at 20241206090014234
17438 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy10R-123w' (15,931) at 20210307205553762
17439 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-reset.service' (15,932) at 20220119040023072
17440 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/asix.c' (15,933) at 20210308005003504
17441 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config.bb' (15,934) at 20241206090014230
17442 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/settings.cpp' (15,935) at 20231201090034758
17443 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/urls.py' (15,936) at 20230919080013966
17444 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/xusb-padctl.c' (15,937) at 20210308005002788
17445 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-tpm2.inc' (15,938) at 20210826000024272
17446 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7-pins.h' (15,939) at 20210308005002652
17447 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/114' (15,940) at 20240906080037564
17448 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_w.c' (15,941) at 20210308005046521
17449 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/ocelot/Makefile' (15,942) at 20210308005003020
17450 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk_timer.c' (15,943) at 20210308005002776
17451 2025-10-05 03:01:02.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cp437.h' (15,944) at 20210308005003628
17452 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch' (15,945) at 20230706080014733
17453 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/go.py' (15,946) at 20231126090012845
17454 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/FileContent.pm' (15,947) at 20220612030016735
17455 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-microzed/ps7_init_gpl.c' (15,948) at 20210308005003176
17456 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/README.md' (15,949) at 20221015030013456
17457 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6-orangepi-one-plus.dts' (15,950) at 20210308005002620
17458 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.json' (15,951) at 20210308005046401
17459 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/h2200.c' (15,952) at 20210308005003004
17460 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/aarch64-fpu.xml' (15,953) at 20210308005045817
17461 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/0002-tests-check-for-recently-fixed-bug.patch' (15,954) at 20231011080016614
17462 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis-tk1_defconfig' (15,955) at 20210308005003248
17463 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-core/busybox/busybox_%.bbappend' (15,956) at 20210908000029103
17464 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch' (15,957) at 20220910030013425
17465 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-3.0' (15,958) at 20210307205554426
17466 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3229/Kconfig' (15,959) at 20210308005003040
17467 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_writemeta_unittest.cpp' (15,960) at 20210918000044923
17468 2025-10-05 03:01:02.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/overo.h' (15,961) at 20210308005003028
17469 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/Kconfig' (15,962) at 20210308005003028
17470 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6362-reset.h' (15,963) at 20210308005003640
17471 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/phosphor-dbus-interfaces.wrap' (15,964) at 20220326030026470
17472 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/newproject.html' (15,965) at 20210307205554286
17473 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-diffsigs' (15,966) at 20241221090017580
17474 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/hw-vendor-repos-policy.md' (15,967) at 20240719080004033
17475 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (15,968) at 20210307205553690
17476 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9260ek.dts' (15,969) at 20210308005002572
17477 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-Use-correct-enum-type.patch' (15,970) at 20230706080014745
17478 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3288/Kconfig' (15,971) at 20210308005003040
17479 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/conf-notes.txt' (15,972) at 20220913030020492
17480 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tplink/wdr4300/Kconfig' (15,973) at 20210308005003088
17481 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPL-1.0' (15,974) at 20210307205554422
17482 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode/python39.patch' (15,975) at 20210307205553934
17483 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/MAINTAINERS' (15,976) at 20210308005003068
17484 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/OWNERS' (15,977) at 20240820080017649
17485 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/meson.build' (15,978) at 20241211090212270
17486 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pdu/synaccess.robot' (15,979) at 20220818030013057
17487 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/162.out' (15,980) at 20210308005046453
17488 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/LICENSE' (15,981) at 20210610190030293
17489 2025-10-05 03:01:02.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/occ/nicole-occ-control-config-native.bb' (15,982) at 20241206090014286
17490 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/control.c' (15,983) at 20241211090212554
17491 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/iotkit-sysinfo.h' (15,984) at 20210927100127237
17492 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/designware_udc.c' (15,985) at 20210308005003504
17493 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/Added-missing-headers.patch' (15,986) at 20231011080016574
17494 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Malung' (15,987) at 20210307205553786
17495 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/layer.conf' (15,988) at 20241221090017604
17496 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/page-vary-common.c' (15,989) at 20221215040039222
17497 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/microvm-dt.h' (15,990) at 20220429100100470
17498 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_display.c' (15,991) at 20210308005002540
17499 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Afmparse' (15,992) at 20211006000025226
17500 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/OWNERS' (15,993) at 20231202090019380
17501 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_support.c' (15,994) at 20210308005002884
17502 2025-10-05 03:01:02.838-0500 FINEST t466 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' (15,995) at 20210307205553742
17503 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xlsclients_1.1.5.bb' (15,996) at 20240106090017237
17504 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/Makefile' (15,997) at 20210308005003056
17505 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/cpuinfo.c' (15,998) at 20210308005002712
17506 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear600_defconfig' (15,999) at 20210308005003280
17507 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/0001-Makefile-fix-hardcoded-installation-directories.patch' (16,000) at 20210729000029112
17508 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/060.out' (16,001) at 20240326080039726
17509 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/distrooverrides.bbclass' (16,002) at 20220910030013389
17510 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ag101p/Makefile' (16,003) at 20210308005002900
17511 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/alldef_expected_config' (16,004) at 20210308005003736
17512 2025-10-05 03:01:02.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (16,005) at 20240120090012778
17513 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/switch-nic-to-aux-mode@.service' (16,006) at 20240504080013861
17514 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pihtipudas' (16,007) at 20210307205553770
17515 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/JsonSchemaFileCollection.json' (16,008) at 20240619080002948
17516 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/prservice.py' (16,009) at 20240106090017261
17517 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/volatiles.atop.conf' (16,010) at 20210307205553966
17518 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/meesc/MAINTAINERS' (16,011) at 20210308005002956
17519 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftsmc020.h' (16,012) at 20210308005003648
17520 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/hw_data.c' (16,013) at 20210308005002760
17521 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-io.h' (16,014) at 20210308005045997
17522 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9260.h' (16,015) at 20210308005002716
17523 2025-10-05 03:01:02.839-0500 FINEST t466 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' (16,016) at 20231011080016574
17524 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/buildslist.py' (16,017) at 20210307205554290
17525 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb' (16,018) at 20241206090014298
17526 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/touchscreen.rules' (16,019) at 20210307205554494
17527 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-armsoc_1.4.1.bb' (16,020) at 20220402030015975
17528 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/Makefile' (16,021) at 20210308005002852
17529 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/keystone_serdes.h' (16,022) at 20210308005002708
17530 2025-10-05 03:01:02.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/fbyv2.json' (16,023) at 20241213090004409
17531 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/fw_env_private.h' (16,024) at 20210308005003760
17532 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/window_hw_interface.hpp' (16,025) at 20210308005120353
17533 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_structs.h' (16,026) at 20220429100100642
17534 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cache.c' (16,027) at 20210308005003208
17535 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/tiny/ksize.py' (16,028) at 20210307205554642
17536 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/mpp.c' (16,029) at 20210308005002732
17537 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/stdint/test-includes.sh' (16,030) at 20210308005003748
17538 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/i586.conf' (16,031) at 20240106090017257
17539 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/request.json' (16,032) at 20210307205553850
17540 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/trace-events' (16,033) at 20241211090212210
17541 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d34.dtsi' (16,034) at 20210308005002612
17542 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/Kconfig' (16,035) at 20240906080037500
17543 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/Makefile' (16,036) at 20210308005002776
17544 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-brppt1-nand.dts' (16,037) at 20210308005002560
17545 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap.h' (16,038) at 20210308005002804
17546 2025-10-05 03:01:02.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/jffs2_private.h' (16,039) at 20210308005003548
17547 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7792-clock.h' (16,040) at 20210308005003632
17548 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/ddr.c' (16,041) at 20210308005003168
17549 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch' (16,042) at 20230706080014757
17550 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/xxhash.h' (16,043) at 20230925080039933
17551 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv6m.inc' (16,044) at 20210905000020581
17552 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-bsp/image/gxp-bootblock.bbappend' (16,045) at 20231205090013445
17553 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target.h' (16,046) at 20221215040039066
17554 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/build_bug.h' (16,047) at 20210308005003656
17555 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key.bb' (16,048) at 20241206090014226
17556 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-som.dtsi' (16,049) at 20210308005002596
17557 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryRegion.v1_0_3.json' (16,050) at 20240824080002938
17558 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch' (16,051) at 20241206090014298
17559 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/taurus/Kconfig' (16,052) at 20210308005003052
17560 2025-10-05 03:01:02.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/Makefile' (16,053) at 20210308005003004
17561 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5275evb/Makefile' (16,054) at 20210308005002972
17562 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config.bb' (16,055) at 20241206090014286
17563 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/timer.c' (16,056) at 20210308005002556
17564 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/tcp_client.c' (16,057) at 20241206090014286
17565 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/mpc8548cds.c' (16,058) at 20210308005002980
17566 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/user.h' (16,059) at 20241211090212358
17567 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt-native_0.68.bb' (16,060) at 20241206090014334
17568 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-ptest-all.bb' (16,061) at 20230503080014615
17569 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/COPYING.MIT' (16,062) at 20210307205554390
17570 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorap_cm926ejs_defconfig' (16,063) at 20210308005003260
17571 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fmemory.c.inc' (16,064) at 20240906080037496
17572 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/axs101_defconfig' (16,065) at 20210308005003248
17573 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/Makefile' (16,066) at 20210308005002992
17574 2025-10-05 03:01:02.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDL-1.0' (16,067) at 20211006000025234
17575 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/greatlakes.json' (16,068) at 20241213090004409
17576 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear600_nand_defconfig' (16,069) at 20210308005003280
17577 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrl_ph.c' (16,070) at 20210308005046509
17578 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mt_ventoux_defconfig' (16,071) at 20210308005003268
17579 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorap_cm920t_defconfig' (16,072) at 20210308005003260
17580 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/syscallhdr.sh' (16,073) at 20241211090212378
17581 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld4.dtsi' (16,074) at 20210308005002632
17582 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/u-boot.h' (16,075) at 20210308005002708
17583 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/not_action_tests.cpp' (16,076) at 20210308005405938
17584 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/0001-configure-libxslt-conf.patch' (16,077) at 20231014080011723
17585 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/thunderx-88xx.dts' (16,078) at 20210308005002632
17586 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/LzmaTools.h' (16,079) at 20210308005003708
17587 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/xenon_sdhci.c' (16,080) at 20210308005003408
17588 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/system.idef' (16,081) at 20210927100127385
17589 2025-10-05 03:01:02.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/syscall.tbl' (16,082) at 20241211090212378
17590 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/ix86-common' (16,083) at 20241206090014350
17591 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/at91_gpio.c' (16,084) at 20210308005003376
17592 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/ti,dp83867.txt' (16,085) at 20210308005003304
17593 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/cache.h' (16,086) at 20210308005002888
17594 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.service' (16,087) at 20210307205553682
17595 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bios-update.target.in' (16,088) at 20210308005120349
17596 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6362-dma.h' (16,089) at 20210308005003636
17597 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/am35x.c' (16,090) at 20210308005003520
17598 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootcount.c' (16,091) at 20210308005003208
17599 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.6/index.html' (16,092) at 20210307205554246
17600 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_h.c' (16,093) at 20210308005046521
17601 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse/run-ptest' (16,094) at 20240302090018210
17602 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci-pc.h' (16,095) at 20221215040039374
17603 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9xe.dtsi' (16,096) at 20210308005002572
17604 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/Kconfig' (16,097) at 20210308005003040
17605 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/phosphor-dbus-interfaces.wrap' (16,098) at 20241101080009595
17606 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/psplash/psplash_git.bbappend' (16,099) at 20210812000025290
17607 2025-10-05 03:01:02.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xxhash_3.5.0.bb' (16,100) at 20241221090017564
17608 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Fan_LocationCode.json' (16,101) at 20221213040036921
17609 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/Makefile' (16,102) at 20210308005003040
17610 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-2.0-or-later' (16,103) at 20210316000012717
17611 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0003-Fix-missing-shared-object-LDFLAGS.patch' (16,104) at 20210307205553754
17612 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/volatiles.03_samba' (16,105) at 20210307205553814
17613 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/info-tooltip/index.md' (16,106) at 20221215040043186
17614 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tizen/Makefile' (16,107) at 20210308005003712
17615 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/Maximum.interface.yaml' (16,108) at 20221207040023627
17616 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/apalis_imx6q.cfg' (16,109) at 20210308005003080
17617 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch' (16,110) at 20241221090017692
17618 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.video' (16,111) at 20210308005003300
17619 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/COPYING.MIT' (16,112) at 20210307205553682
17620 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/omap24xx_i2c.h' (16,113) at 20210308005003384
17621 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_fwum.h' (16,114) at 20210308004938820
17622 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/zone.hpp' (16,115) at 20240820080023690
17623 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6318-clock.h' (16,116) at 20210308005003632
17624 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_internal.h' (16,117) at 20210308005003452
17625 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/ipmi-hostboot-fru-mrw.yaml' (16,118) at 20240228090013752
17626 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/lowlevel_init.S' (16,119) at 20210308005002768
17627 2025-10-05 03:01:02.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/MAINTAINERS' (16,120) at 20210308005003044
17628 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/af-mctp.c' (16,121) at 20240901080013973
17629 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/m54418twr.c' (16,122) at 20210308005002972
17630 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/Kconfig' (16,123) at 20210927100127381
17631 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/vdso.ld' (16,124) at 20240326080039566
17632 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/ramtest.c' (16,125) at 20210308005002884
17633 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/pinctrl-bindings.txt' (16,126) at 20210308005003308
17634 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-hextile.c' (16,127) at 20221215040039402
17635 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c' (16,128) at 20210308005002980
17636 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-extract-sdk' (16,129) at 20230114040015554
17637 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa/0001-mraa-Use-posix-basename.patch' (16,130) at 20240113090014536
17638 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/.clang-format' (16,131) at 20231024080020317
17639 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-extsys.yml' (16,132) at 20241221090017464
17640 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/machine/s8036.conf' (16,133) at 20230927080013514
17641 2025-10-05 03:01:02.846-0500 FINEST t466 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' (16,134) at 20210307205553802
17642 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/reiser.c' (16,135) at 20210308005003216
17643 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/Makefile' (16,136) at 20230310090043283
17644 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/configuration.html' (16,137) at 20210307205554282
17645 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/mock-fvp.py' (16,138) at 20231126090012777
17646 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__sender_introspection.hpp' (16,139) at 20240731080033662
17647 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9261_devices.c' (16,140) at 20210308005002712
17648 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/nlohmann_json.wrap' (16,141) at 20231210090030716
17649 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool_%.bbappend' (16,142) at 20231126090012805
17650 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/files/OpenBMC.priv' (16,143) at 20240731080013630
17651 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-conf.bb' (16,144) at 20241206090014310
17652 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/.gitignore' (16,145) at 20240410080033022
17653 2025-10-05 03:01:02.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb' (16,146) at 20230706080014785
17654 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,ar-5387un.dts' (16,147) at 20210308005002812
17655 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Padasjoki' (16,148) at 20210307205553770
17656 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2500-spl_defconfig' (16,149) at 20220215040051528
17657 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replication.c' (16,150) at 20210927100127345
17658 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/juce/projucer.inc' (16,151) at 20231126090012781
17659 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libterm/libterm-readkey-perl_2.38.bb' (16,152) at 20241221090017548
17660 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-host-failure-reboots.bb' (16,153) at 20241206090014274
17661 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/gcc-version.sh' (16,154) at 20210308005003732
17662 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-jkl' (16,155) at 20210307205553758
17663 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/adbd.mk' (16,156) at 20230401080011931
17664 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/sse-timer-test.c' (16,157) at 20240906080037572
17665 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-rx.rst' (16,158) at 20210308005045809
17666 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/018' (16,159) at 20210927100127473
17667 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Cronyx' (16,160) at 20241221090017616
17668 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6ul_14x14_evk_defconfig' (16,161) at 20210308005003272
17669 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native.bb' (16,162) at 20241206090014274
17670 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-CO-Denver' (16,163) at 20210307205553754
17671 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-list.json' (16,164) at 20210308005046413
17672 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_d.c' (16,165) at 20210308005046521
17673 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/115.out' (16,166) at 20210308005046449
17674 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/phy.c' (16,167) at 20220802100038573
17675 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/math64.h' (16,168) at 20210308005003668
17676 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salo_Isokyla' (16,169) at 20210307205553774
17677 2025-10-05 03:01:02.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stih410-b2260/Kconfig' (16,170) at 20210308005003052
17678 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/rakp34.hpp' (16,171) at 20210731000041777
17679 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/code-of-conduct.md' (16,172) at 20221209040006383
17680 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/download.h' (16,173) at 20240906080037160
17681 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/init/transformers-init/transformers-init.service' (16,174) at 20211013000033044
17682 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb' (16,175) at 20230114040015526
17683 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap6.decode' (16,176) at 20210308005046389
17684 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest-setup-sharedir' (16,177) at 20231126090012869
17685 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/phy.h' (16,178) at 20220215040051512
17686 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Kbuild' (16,179) at 20210308005002536
17687 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/gbs-led-manager-config/led.yaml' (16,180) at 20240829080014018
17688 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyexpect_1.0.22.bb' (16,181) at 20230610080017603
17689 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libmpc/libmpc_1.3.1.bb' (16,182) at 20230114040015550
17690 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/spl_boot.c' (16,183) at 20210308005002548
17691 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/config.mk' (16,184) at 20210308005002844
17692 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t104x_pbi.cfg' (16,185) at 20210308005002992
17693 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/Inventory/ManufacturerExt.interface.yaml' (16,186) at 20240306090017812
17694 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2g_evm_defconfig' (16,187) at 20210308005003260
17695 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet_1.4.48.bb' (16,188) at 20241221090017544
17696 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_event.h' (16,189) at 20210308004938820
17697 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/registry_test.cpp' (16,190) at 20241212090025215
17698 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91rm9200ek_defconfig' (16,191) at 20210308005003248
17699 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.9.rst' (16,192) at 20241221090017596
17700 2025-10-05 03:01:02.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus.h' (16,193) at 20210308004938836
17701 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_h.c' (16,194) at 20210308005046517
17702 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/icons.scss' (16,195) at 20210308005107073
17703 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tullinge_Hamra' (16,196) at 20210307205553794
17704 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/readme.patch.gz' (16,197) at 20210307205554386
17705 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/codegen' (16,198) at 20210308004922932
17706 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py' (16,199) at 20241221090017592
17707 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_allocator.c' (16,200) at 20210308005003552
17708 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/trace.h' (16,201) at 20210308005045845
17709 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/Makefile' (16,202) at 20210308005003456
17710 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/log_id.cpp' (16,203) at 20240418080028286
17711 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3328-cru.h' (16,204) at 20210308005003632
17712 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/debian.bbclass' (16,205) at 20231126090012829
17713 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/types.hpp' (16,206) at 20230616135354425
17714 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear320/Makefile' (16,207) at 20210308005003052
17715 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fr-All' (16,208) at 20210307205553774
17716 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/dptest.c' (16,209) at 20230720080043539
17717 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_fmul.S' (16,210) at 20230925080040101
17718 2025-10-05 03:01:02.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-doc-sell' (16,211) at 20241221090017616
17719 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_udev_hwdb' (16,212) at 20220502030010232
17720 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/Kconfig' (16,213) at 20210308005003340
17721 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_common.hpp' (16,214) at 20230516080019602
17722 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p2041_serdes.c' (16,215) at 20210308005002832
17723 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework-dm/dmverity' (16,216) at 20230706080014769
17724 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/App-s2p' (16,217) at 20241221090017612
17725 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/odata.v4_0_5.json' (16,218) at 20240529080008499
17726 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemitev2/cri_sensors.json' (16,219) at 20221207040007843
17727 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/methods.md' (16,220) at 20240807080019546
17728 2025-10-05 03:01:02.850-0500 FINEST t466 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' (16,221) at 20240413080012627
17729 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/tomoyo-tools/tomoyo-tools_2.6.1.bb' (16,222) at 20231207090015270
17730 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/015_pack_overflow.dts' (16,223) at 20210308005003752
17731 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch' (16,224) at 20210307205553934
17732 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service' (16,225) at 20210307205553718
17733 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging-callouts-example/callouts.yaml' (16,226) at 20210307205554070
17734 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/qos.h' (16,227) at 20210308005003036
17735 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lemon/lemon_3.44.2.bb' (16,228) at 20240106090017233
17736 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-Disable-running-gyp-files-for-bundled-deps.patch' (16,229) at 20241221090017512
17737 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-feh' (16,230) at 20211006000025238
17738 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch' (16,231) at 20230813080012900
17739 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/arp.h' (16,232) at 20210308005003716
17740 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_proc.h' (16,233) at 20240326080039566
17741 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/bblayers.conf.sample' (16,234) at 20220910030013369
17742 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/file.hpp' (16,235) at 20240822080027617
17743 2025-10-05 03:01:02.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/add-with-bisonlocaledir.patch' (16,236) at 20210307205554502
17744 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada3700/cpu.c' (16,237) at 20210308005002752
17745 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.json' (16,238) at 20210927100127473
17746 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9rl_matrix.h' (16,239) at 20210308005002716
17747 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_randtable.c' (16,240) at 20210308005003696
17748 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-gru.dtsi' (16,241) at 20210308005002608
17749 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ptyprocess/a44312974bd9084aa568d2e18ce5b2a7e0e45983.patch' (16,242) at 20241221090017560
17750 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/security-test-image.bb' (16,243) at 20220721030015853
17751 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/Makefile' (16,244) at 20210308005003168
17752 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/obmc-bsp-common.inc' (16,245) at 20230620080013227
17753 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/double-type.err' (16,246) at 20220429100100882
17754 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86_64.txt' (16,247) at 20240106090017261
17755 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/lion_rk3368.c' (16,248) at 20210308005003072
17756 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_presence_service.hpp' (16,249) at 20210308005405938
17757 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1088a-rdb.dts' (16,250) at 20210308005002580
17758 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/gpio.h' (16,251) at 20210308005002840
17759 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/pe.h' (16,252) at 20230426080043656
17760 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware.h' (16,253) at 20210308005002636
17761 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/clocks-common.c' (16,254) at 20210308005002756
17762 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mvebu_mmc.c' (16,255) at 20210308005003404
17763 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_entry.hpp' (16,256) at 20220727100018782
17764 2025-10-05 03:01:02.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh/0002-Add-debian-csh-scripts.patch' (16,257) at 20230706080014753
17765 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-config-native.bb' (16,258) at 20220921030015986
17766 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2e_hs_evm_defconfig' (16,259) at 20210308005003260
17767 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/MAINTAINERS' (16,260) at 20210308005003076
17768 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/libgenwrap.c' (16,261) at 20210308005003540
17769 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Berlin' (16,262) at 20210307205553766
17770 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/include/poky-world-exclude.inc' (16,263) at 20210407000018106
17771 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/phycore_rk3288.h' (16,264) at 20210308005003608
17772 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/hello.c' (16,265) at 20220910030013381
17773 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/Kconfig' (16,266) at 20210308005003228
17774 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/Kconfig' (16,267) at 20210308005002908
17775 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Event.interface.yaml' (16,268) at 20221207040023631
17776 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/xlnx-zynqmp-can.h' (16,269) at 20230426080043764
17777 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (16,270) at 20231005080013641
17778 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/emc.c' (16,271) at 20210308005002788
17779 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/start.S' (16,272) at 20210308005002552
17780 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/dcmi_raw_cmd_table.py' (16,273) at 20230609080016051
17781 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config.bb' (16,274) at 20241206090014274
17782 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/rpm.py' (16,275) at 20240301090012455
17783 2025-10-05 03:01:02.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/files/run-ptest' (16,276) at 20220612030016763
17784 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool-native_2.5.4.bb' (16,277) at 20241221090017664
17785 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/systemd/systemd_%.bbappend' (16,278) at 20241206090014282
17786 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/ib62x0.h' (16,279) at 20210308005003032
17787 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/bootstrap.sh' (16,280) at 20210308005108641
17788 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/Kconfig' (16,281) at 20210308005002984
17789 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/host/arm/host-signal.h' (16,282) at 20220429100100402
17790 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/openbmc.h' (16,283) at 20241010080036049
17791 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-37xx-u-boot.dtsi' (16,284) at 20210308005002596
17792 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/csf_uboot.txt' (16,285) at 20210308005003328
17793 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh/lib.sh' (16,286) at 20230907080012579
17794 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ZPL-2.1' (16,287) at 20210307205554426
17795 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/blk_common.c' (16,288) at 20210308005003208
17796 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec/Makefile' (16,289) at 20210308005002920
17797 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/pinmux.h' (16,290) at 20210308005002724
17798 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0003-Fix-PACKAGE_PREFIX_DIR-in-qt-cmake-AppStreamQtConfig.patch' (16,291) at 20241221090017692
17799 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-loader.svg' (16,292) at 20210308005107069
17800 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-host-watchdog-poweroff.service' (16,293) at 20210819100023862
17801 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/skeleton/obmc-libobmc-intf/mtmitchell_gpio_defs.json' (16,294) at 20221015030011580
17802 2025-10-05 03:01:02.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/external_storer_file.hpp' (16,295) at 20240910080001398
17803 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-ssp.h' (16,296) at 20210308005002656
17804 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6sll-clock.h' (16,297) at 20210308005003632
17805 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utilities.py' (16,298) at 20231216090016808
17806 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/MAINTAINERS' (16,299) at 20210308005003036
17807 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/README.sh7757lcr' (16,300) at 20210308005003036
17808 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/igb-test.c' (16,301) at 20230426080043948
17809 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/freediameter.init' (16,302) at 20210307205553830
17810 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-unaligned-prefetch' (16,303) at 20240906080037568
17811 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cadence/xtfpga/Makefile' (16,304) at 20210308005002944
17812 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_vr3032u_ram_defconfig' (16,305) at 20210308005003252
17813 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_h3.c' (16,306) at 20210308005003352
17814 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/byteorder.h' (16,307) at 20210308005002824
17815 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/Makefile' (16,308) at 20210308005003356
17816 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/spi-boot.c' (16,309) at 20210308005003036
17817 2025-10-05 03:01:02.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo_1.19.0.bb' (16,310) at 20241221090017664
17818 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_mc_cmd.h' (16,311) at 20210308005003648
17819 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-hashserv' (16,312) at 20241206090014286
17820 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/run-ptest' (16,313) at 20210307205553818
17821 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu2.json' (16,314) at 20230920080013648
17822 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/pass-options-to-AR.patch' (16,315) at 20220204040022528
17823 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/qts/pll_config.h' (16,316) at 20210308005003072
17824 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/srawi.c' (16,317) at 20210308005003720
17825 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/0001-undefined-strdup-macro.patch' (16,318) at 20230706080014745
17826 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/ts4600.c' (16,319) at 20210308005003072
17827 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OPL-UK-3.0' (16,320) at 20241221090017616
17828 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (16,321) at 20210307205554094
17829 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xset_1.2.5.bb' (16,322) at 20230114040015546
17830 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/crypto/clmul.h' (16,323) at 20240326080039410
17831 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/qts/pll_config.h' (16,324) at 20210308005002952
17832 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds414/MAINTAINERS' (16,325) at 20210308005002908
17833 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/argument.mako.cpp' (16,326) at 20210308005054069
17834 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/__init__.py' (16,327) at 20210307205554262
17835 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/config.mk' (16,328) at 20210308005003008
17836 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-doc-utils-stub/files/gnome-doc-utils.m4' (16,329) at 20210307205553938
17837 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (16,330) at 20241031080012183
17838 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/fix-client-gfx_state-initialisation.patch' (16,331) at 20210307205553938
17839 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/oelint.bbclass' (16,332) at 20220910030013393
17840 2025-10-05 03:01:02.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere-host-on-host-check@.service' (16,333) at 20221006030129547
17841 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xcm_cmp.dtsi' (16,334) at 20210308005002612
17842 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/COPYING' (16,335) at 20210307205554390
17843 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (16,336) at 20220629030020274
17844 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_offload.cpp' (16,337) at 20241129090023561
17845 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-i686.inc' (16,338) at 20210905000020585
17846 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/devicetree.bbclass' (16,339) at 20241221090017608
17847 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sabresd.h' (16,340) at 20210308005003604
17848 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/mux.c' (16,341) at 20210308005003048
17849 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-sysbus.h' (16,342) at 20210308005045977
17850 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/and_action.hpp' (16,343) at 20210914000041091
17851 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tervola' (16,344) at 20210307205553774
17852 2025-10-05 03:01:02.856-0500 FINEST t466 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' (16,345) at 20241221090017544
17853 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/veyron.h' (16,346) at 20210308005003624
17854 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring1.sh' (16,347) at 20230920080013648
17855 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/bochs.c' (16,348) at 20240326080039374
17856 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/musl.yml' (16,349) at 20241206090014206
17857 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/Makefile' (16,350) at 20210308005003400
17858 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/adc.h' (16,351) at 20210308005003560
17859 2025-10-05 03:01:02.856-0500 FINEST t466 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' (16,352) at 20230813080012860
17860 2025-10-05 03:01:02.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/qts/iocsr_config.h' (16,353) at 20210308005002912
17861 2025-10-05 03:01:02.857-0500 FINEST t466 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' (16,354) at 20230503080014575
17862 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/uart.h' (16,355) at 20210308005002664
17863 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria5.dtsi' (16,356) at 20210308005002612
17864 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_ensure_off.sh' (16,357) at 20210810100021256
17865 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/Makefile' (16,358) at 20210308005003168
17866 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/Makefile.include' (16,359) at 20220429100100878
17867 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_flow.h' (16,360) at 20210308005003364
17868 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-bytedance/packagegroups/packagegroup-obmc-apps.bbappend' (16,361) at 20210813100029652
17869 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/clocks_omap3.h' (16,362) at 20210308005002656
17870 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/Makefile.am' (16,363) at 20210308005111457
17871 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/not-echo-compiler-info-to-check_stdint.h.patch' (16,364) at 20210307205554618
17872 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pinebook.dts' (16,365) at 20210308005002616
17873 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/events/test_bmc_snmp_config.robot' (16,366) at 20240628080017117
17874 2025-10-05 03:01:02.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_font.h' (16,367) at 20210308005003692
17875 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_read_unittest.cpp' (16,368) at 20220108040030440
17876 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/Makefile' (16,369) at 20210308005003464
17877 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/005_simple.dts' (16,370) at 20210308005003752
17878 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/pcie_device.cpp' (16,371) at 20240704080030215
17879 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cramfs/Kconfig' (16,372) at 20210308005003544
17880 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/uniphier_ld4_sld8_defconfig' (16,373) at 20210308005003284
17881 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/pmu.h' (16,374) at 20210308005002880
17882 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/responder.h' (16,375) at 20231102080015293
17883 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/file.hpp' (16,376) at 20220105040019314
17884 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/device-remove.c' (16,377) at 20210308005003356
17885 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_compat.c' (16,378) at 20210308005003452
17886 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/OWNERS' (16,379) at 20231207090015258
17887 2025-10-05 03:01:02.858-0500 FINEST t466 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' (16,380) at 20210307205553746
17888 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/p10.inc' (16,381) at 20230517080016925
17889 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/meson.build' (16,382) at 20231108090009938
17890 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ct5361/MAINTAINERS' (16,383) at 20210308005002948
17891 2025-10-05 03:01:02.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/mux.c' (16,384) at 20210308005002920
17892 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/noman.patch' (16,385) at 20241221090017656
17893 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/imb/Makefile.am' (16,386) at 20210308004938832
17894 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/allwinner-a10-pit.h' (16,387) at 20210308005046033
17895 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240RDB_SDCARD_defconfig' (16,388) at 20210308005003244
17896 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ide-dma.h' (16,389) at 20240906080037332
17897 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/init' (16,390) at 20210307205553822
17898 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/iterators/use_after_iter.cocci' (16,391) at 20210308005003724
17899 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/trace.h' (16,392) at 20210308005046225
17900 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/mru.hpp' (16,393) at 20210308005049129
17901 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-ld11.c' (16,394) at 20210308005002796
17902 2025-10-05 03:01:02.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/Kconfig' (16,395) at 20210308005002784
17903 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/pf0100.h' (16,396) at 20210308005003084
17904 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32f2xx_syscfg.h' (16,397) at 20210308005046021
17905 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/obmcconsole' (16,398) at 20210308005059705
17906 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/gpu.h' (16,399) at 20210308005002668
17907 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP1.interface.yaml' (16,400) at 20220315030032659
17908 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qom/qom-qobject.h' (16,401) at 20210308005046049
17909 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/cpu.rst' (16,402) at 20220429100100422
17910 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/lan91c96.h' (16,403) at 20210308005003436
17911 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/lto.inc' (16,404) at 20210812000025306
17912 2025-10-05 03:01:02.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/pinmux.h' (16,405) at 20210308005002668
17913 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/dwc2.c' (16,406) at 20210308005003512
17914 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/stsi-topology.c' (16,407) at 20240326080039702
17915 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/child.cpp' (16,408) at 20230511080043139
17916 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartd.service' (16,409) at 20210307205553934
17917 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch' (16,410) at 20241206090014346
17918 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos.c' (16,411) at 20210308005003456
17919 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/libdevmapper.bb' (16,412) at 20241221090017540
17920 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/bayleybay.dts' (16,413) at 20210308005002860
17921 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/dbus-module.h' (16,414) at 20221215040039198
17922 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smdk5250_defconfig' (16,415) at 20210308005003280
17923 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-uart-switch-button' (16,416) at 20240822080012460
17924 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/recipes-kernel/linux/linux-aspeed/s7106.cfg' (16,417) at 20211222040037069
17925 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-jobs.h' (16,418) at 20210308005046553
17926 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-darwin' (16,419) at 20210307205554626
17927 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (16,420) at 20230929080014511
17928 2025-10-05 03:01:02.861-0500 FINEST t466 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' (16,421) at 20241221090017464
17929 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/fail-monitor/main.cpp' (16,422) at 20220924030023784
17930 2025-10-05 03:01:02.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0009-Check-for-NULL-before-freeing-th_pathname.patch' (16,423) at 20241221090017540
17931 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/clock-tables.h' (16,424) at 20210308005002668
17932 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/ddr.c' (16,425) at 20210308005002976
17933 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_prime_defconfig' (16,426) at 20210308005003272
17934 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/Makefile' (16,427) at 20210308005002712
17935 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/Makefile' (16,428) at 20210308005046469
17936 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/python-ldap' (16,429) at 20241221090017620
17937 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/pinctrl-glue.c' (16,430) at 20210308005002796
17938 2025-10-05 03:01:02.862-0500 FINEST t466 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' (16,431) at 20220910030013353
17939 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/emulation-u-boot.dtsi' (16,432) at 20210308005002860
17940 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.json' (16,433) at 20210308005046405
17941 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu100-revC/psu_init_gpl.c' (16,434) at 20210308005003200
17942 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-sl50.dts' (16,435) at 20210308005002564
17943 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/amarula_a64_relic_defconfig' (16,436) at 20210308005003248
17944 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib/run-ptest' (16,437) at 20210307205554494
17945 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/Makefile' (16,438) at 20210308005003760
17946 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/083' (16,439) at 20210927100127481
17947 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/board.h' (16,440) at 20210308005002668
17948 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.4.rst' (16,441) at 20241221090017596
17949 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/blktrace/blktrace_git.bb' (16,442) at 20241221090017684
17950 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/juno.conf' (16,443) at 20230804080018087
17951 2025-10-05 03:01:02.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/event.mako.cpp' (16,444) at 20210308005108057
17952 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/headerize-axs.py' (16,445) at 20210308005003056
17953 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdnotify_0.3.2.bb' (16,446) at 20230610080017607
17954 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/sdhci.h' (16,447) at 20210308005046481
17955 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (16,448) at 20220622030015261
17956 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bios_setting.cpp' (16,449) at 20240827080004798
17957 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2088a-rdb-qspi.dts' (16,450) at 20210308005002580
17958 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/chrpath/chrpath_0.18.bb' (16,451) at 20241221090017656
17959 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing/riscv_support.patch' (16,452) at 20210307205553802
17960 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_hptof.S' (16,453) at 20240326080039746
17961 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/cli11/0001-Do-not-download-the-catch-framework-during-configure.patch' (16,454) at 20221003030013285
17962 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/hexloader-test.c' (16,455) at 20230426080043948
17963 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-todir' (16,456) at 20210307205554390
17964 2025-10-05 03:01:02.863-0500 FINEST t466 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' (16,457) at 20230503080014575
17965 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zybo_defconfig' (16,458) at 20210308005003288
17966 2025-10-05 03:01:02.863-0500 FINEST t466 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' (16,459) at 20210307205553754
17967 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb_ether.h' (16,460) at 20210308005003692
17968 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_openbmc_mmc.txt' (16,461) at 20210621100057381
17969 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-use-serial-tests-config-needed-by-ptest.patch' (16,462) at 20210307205553818
17970 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Canberra-Black-Mt' (16,463) at 20210307205553762
17971 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini-emmc0.dts' (16,464) at 20210308005002636
17972 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/configure-add-enable-pam.patch' (16,465) at 20210307205554558
17973 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-asmoffset.h' (16,466) at 20240326080039562
17974 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mtd.c' (16,467) at 20210308005108641
17975 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_main.hpp' (16,468) at 20210308005346770
17976 2025-10-05 03:01:02.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-7040-db-nand.dts' (16,469) at 20210308005002568
17977 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/JSON' (16,470) at 20211006000025238
17978 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3036.h' (16,471) at 20210308005002660
17979 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/gpio.h' (16,472) at 20210308005002672
17980 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/bootindex.rst' (16,473) at 20241211090212238
17981 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/layerdetails.html' (16,474) at 20220125040024447
17982 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/initramfs-framework-ima/ima' (16,475) at 20210420000021570
17983 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Bendigo' (16,476) at 20210307205553762
17984 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0005-include-sys-ttydefaults.h-for-CEOT-definition.patch' (16,477) at 20230706080014737
17985 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig' (16,478) at 20210308005003264
17986 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/include/mach/pic32.h' (16,479) at 20210308005002824
17987 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/packagegroups/packagegroup-sdk-target.bb' (16,480) at 20241206090014250
17988 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8540ADS.h' (16,481) at 20210308005003576
17989 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_sessionstat_unittest.cpp' (16,482) at 20210308005134001
17990 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/JPNIC' (16,483) at 20211006000025238
17991 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/development-environment.rst' (16,484) at 20240113090014548
17992 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0009-fix-cmake-dependency-race.patch' (16,485) at 20230706080014765
17993 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/devkit3250.c' (16,486) at 20210308005003080
17994 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/netspace_v2.h' (16,487) at 20210308005002904
17995 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control/avsbus-disable@.service' (16,488) at 20230128040012702
17996 2025-10-05 03:01:02.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/multi-with-fpga.its' (16,489) at 20210308005003332
17997 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-35xx-devkit.dts' (16,490) at 20210308005002596
17998 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/callbackgroupgentest.cpp' (16,491) at 20210308005108057
17999 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_storage.c' (16,492) at 20210308005002540
18000 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/tlb.c' (16,493) at 20210308005002956
18001 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/054.out' (16,494) at 20210308005046441
18002 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/eth.c' (16,495) at 20210308005002964
18003 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ae3xx/Kconfig' (16,496) at 20210308005002900
18004 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpress_defconfig' (16,497) at 20210308005003288
18005 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/sdbusplus.wrap' (16,498) at 20220805030037283
18006 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/.gitignore' (16,499) at 20210721000045210
18007 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock_ti816x.c' (16,500) at 20210308005002756
18008 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/matches.hpp' (16,501) at 20210308005059165
18009 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Multics' (16,502) at 20210307205554426
18010 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_a3700.h' (16,503) at 20210308005003452
18011 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/trace.hpp' (16,504) at 20220330030018050
18012 2025-10-05 03:01:02.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_dcgu.h' (16,505) at 20210308005003020
18013 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/0001-ffmpeg-5.1.4-rpi_24.patch' (16,506) at 20241206090014282
18014 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/nand.c' (16,507) at 20210308005002972
18015 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/VirtualMedia/ModalConfigureConnection.vue' (16,508) at 20241004080035967
18016 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/altr,rst-mgr-s10.h' (16,509) at 20210308005003640
18017 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.18.bb' (16,510) at 20220910030013361
18018 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexx3.inc' (16,511) at 20240301090012451
18019 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/db-mv784mp-gp_defconfig' (16,512) at 20210308005003256
18020 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/progress_mock.hpp' (16,513) at 20210308005120365
18021 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_events.hpp' (16,514) at 20220105040019314
18022 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/minidebuginfo.py' (16,515) at 20241206090014306
18023 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4fs.c' (16,516) at 20210308005003544
18024 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/port' (16,517) at 20210308005046489
18025 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-bool.json' (16,518) at 20210308005046401
18026 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/rsa_mod_exp/mod_exp_sw.c' (16,519) at 20210308005003356
18027 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm968580xref.dts' (16,520) at 20210308005002576
18028 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ccid/ccid_1.5.5.bb' (16,521) at 20240301090012427
18029 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb' (16,522) at 20241221090017676
18030 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/onenand.c' (16,523) at 20210308005003044
18031 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-km_kirkwood.dts' (16,524) at 20210308005002592
18032 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet/ampere-usbnet.service' (16,525) at 20240809080014478
18033 2025-10-05 03:01:02.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/lowlevel.S' (16,526) at 20210308005002552
18034 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/0001-Add-header-dependency-to-nciattach.o.patch' (16,527) at 20210307205554466
18035 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/config-validator.hpp' (16,528) at 20240828080025975
18036 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/pylintrc' (16,529) at 20241211090212542
18037 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/io-channel-helpers.h' (16,530) at 20210927100127641
18038 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb' (16,531) at 20230813080012860
18039 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/150.out.qcow2' (16,532) at 20210308005046453
18040 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/pinmux-config-cardhu.h' (16,533) at 20210308005003024
18041 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/bsection.py' (16,534) at 20210308005003748
18042 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cython.bbclass' (16,535) at 20241221090017608
18043 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-inet-98v-rev2.dts' (16,536) at 20210308005002620
18044 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/udev/rules.d/debug-trigger-kcs4.rules' (16,537) at 20210616125333493
18045 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/termbits.h' (16,538) at 20210308005046089
18046 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_b.c' (16,539) at 20210308005046517
18047 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv5.inc' (16,540) at 20210905000020581
18048 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/ip-to-fpga.sh' (16,541) at 20240308090017911
18049 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/i2c_rtc_emul.c' (16,542) at 20210308005003480
18050 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/branch.idef' (16,543) at 20230925080040021
18051 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77693_pmic.h' (16,544) at 20210308005003680
18052 2025-10-05 03:01:02.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb' (16,545) at 20230609080014391
18053 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/siul.h' (16,546) at 20210308005002664
18054 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/gpio.h' (16,547) at 20210308005002664
18055 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_NAND_defconfig' (16,548) at 20210308005003240
18056 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_s10.h' (16,549) at 20210308005002780
18057 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/vdso.S' (16,550) at 20240326080039558
18058 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPEG-SSG' (16,551) at 20241221090017616
18059 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/tdx-common.h' (16,552) at 20210308005003084
18060 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/patchxml.py' (16,553) at 20221206040028413
18061 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/sensord.init' (16,554) at 20210307205553874
18062 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/CVE-2024-50612.patch' (16,555) at 20241221090017692
18063 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/distcc.service' (16,556) at 20210307205554502
18064 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-config-resolve-console-id.c' (16,557) at 20240710080015177
18065 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8315ERDB.h' (16,558) at 20210308005003576
18066 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPL-1.1' (16,559) at 20210307205554422
18067 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pimd/pimd/0001-configure-Dont-use-uname-to-determine-target-OS.patch' (16,560) at 20230706080014741
18068 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/_templates/footer.html' (16,561) at 20230114040015510
18069 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runexported.py' (16,562) at 20210307205554442
18070 2025-10-05 03:01:02.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc_json_config.md' (16,563) at 20240807080021830
18071 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/serialize.cpp' (16,564) at 20240820080019550
18072 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/debugHostSelector_button.hpp' (16,565) at 20241209090018856
18073 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/tegra186_gpio_priv.h' (16,566) at 20210308005003380
18074 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/enums.py' (16,567) at 20210308005048033
18075 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/controlcenterd-id.c' (16,568) at 20210308005003000
18076 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (16,569) at 20220224040010566
18077 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/40-inplace-gbmc-upgrade.sh' (16,570) at 20220721030015837
18078 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/50-edk2-x86_64-secure.json' (16,571) at 20210308005046117
18079 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/pwr_regulator.c' (16,572) at 20210308005002784
18080 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-riscv32_smode_defconfig' (16,573) at 20210308005003276
18081 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d36ek_cmp.dts' (16,574) at 20210308005002612
18082 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.chromium' (16,575) at 20210308005003292
18083 2025-10-05 03:01:02.869-0500 FINEST t466 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' (16,576) at 20240413080012623
18084 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/detect-gpio-present.sh' (16,577) at 20230428080015190
18085 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.13/index.html' (16,578) at 20210307205554246
18086 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0001-common-utils-Include-string.h-for-strcasestr.patch' (16,579) at 20221003030013273
18087 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.interface.yaml' (16,580) at 20240612080019950
18088 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/generate-supported.mk' (16,581) at 20210307205554478
18089 2025-10-05 03:01:02.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/spl.c' (16,582) at 20210308005002992
18090 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/cli11.wrap' (16,583) at 20220330030021482
18091 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (16,584) at 20241226090016127
18092 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/yosemite4-disable-auto-reboot.override.yml' (16,585) at 20240418080016206
18093 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/nvmm/meson.build' (16,586) at 20230925080040029
18094 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_client.hpp' (16,587) at 20220818100031371
18095 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Makefile' (16,588) at 20210308005002556
18096 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/swift-led-manager-config-native.bb' (16,589) at 20241206090014230
18097 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/image-fuzzer/qcow2/layout.py' (16,590) at 20210308005046393
18098 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/hexagon-core.xml' (16,591) at 20240906080037184
18099 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/subversion/subversion/serfmacro.patch' (16,592) at 20210307205554550
18100 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/.gitignore' (16,593) at 20230211040012631
18101 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch' (16,594) at 20210307205554558
18102 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/Kconfig' (16,595) at 20210308005002972
18103 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/.gitignore' (16,596) at 20210308005104849
18104 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_bitmap.h' (16,597) at 20210308005003552
18105 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nyliden' (16,598) at 20210307205553790
18106 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/simple-pattern.cloop.bz2' (16,599) at 20210308005046473
18107 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.poky.md' (16,600) at 20230919080013974
18108 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/initcall.h' (16,601) at 20210308005003652
18109 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kasta_Ringkallen' (16,602) at 20210307205553786
18110 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0003-start-stop-false.patch' (16,603) at 20241221090017636
18111 2025-10-05 03:01:02.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/spl.c' (16,604) at 20210308005002956
18112 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/backup-discard-source.out' (16,605) at 20240906080037568
18113 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/tools/mksmdkv310spl.c' (16,606) at 20210308005003044
18114 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/entity-manager_%.bbappend' (16,607) at 20241206090014230
18115 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/spl_sd.cfg' (16,608) at 20210308005002728
18116 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_gts.c' (16,609) at 20210308005046529
18117 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/complex.c' (16,610) at 20210308005003720
18118 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/tbs2910.c' (16,611) at 20210308005003068
18119 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-Add-prototype-to-function-definitions.patch' (16,612) at 20220910030013417
18120 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio-msm.txt' (16,613) at 20210308005003304
18121 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kampersvik_Ekeberget' (16,614) at 20210307205553786
18122 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MS-RL' (16,615) at 20210307205554422
18123 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock.h' (16,616) at 20210308005002664
18124 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/pmc.h' (16,617) at 20210308005003348
18125 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.1.0.bb' (16,618) at 20240302090018206
18126 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfltu.c' (16,619) at 20210308005046529
18127 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/error.py' (16,620) at 20240920080030747
18128 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/default-gcc.patch' (16,621) at 20210307205553670
18129 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/tmpfiles.clamav' (16,622) at 20210307205554126
18130 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/AUTHORS' (16,623) at 20210307205554226
18131 2025-10-05 03:01:02.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/022' (16,624) at 20230426080043944
18132 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/machine_unittest.cpp' (16,625) at 20211014000010487
18133 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/inventory.scss' (16,626) at 20210308005107077
18134 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/OWNERS' (16,627) at 20220723030019896
18135 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/base.hpp' (16,628) at 20241119090031273
18136 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/259.out' (16,629) at 20210308005046465
18137 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/alpha_sys.h' (16,630) at 20230426080043668
18138 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/start.S' (16,631) at 20210308005002828
18139 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Raahe_Mestauskallio' (16,632) at 20210307205553774
18140 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/dgnd3700v2/Kconfig' (16,633) at 20210308005003024
18141 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/Kconfig' (16,634) at 20240906080037444
18142 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/idef-parser.y' (16,635) at 20240906080037476
18143 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/g_dnl.c' (16,636) at 20210308005003508
18144 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/memory-hotplug.txt' (16,637) at 20210308005045801
18145 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libqrtr-glib/libqrtr-glib_git.bb' (16,638) at 20240301090012423
18146 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/data/resource_variables.py' (16,639) at 20240130090014241
18147 2025-10-05 03:01:02.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.json' (16,640) at 20210308005046405
18148 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/decorator/package.py' (16,641) at 20240106090017261
18149 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srar_b.c' (16,642) at 20210308005046525
18150 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-ocotp.h' (16,643) at 20210308005002656
18151 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/conffile.py' (16,644) at 20221005030014094
18152 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed_%.bbappend' (16,645) at 20220223040020636
18153 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_SECURE_BOOT_defconfig' (16,646) at 20210308005003268
18154 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4_xplained/Makefile' (16,647) at 20210308005002920
18155 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout0' (16,648) at 20210308005003736
18156 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/boot_status_led_blink.service' (16,649) at 20240119090013779
18157 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/swtpm.py' (16,650) at 20220721030015853
18158 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/dirinfo.html' (16,651) at 20210307205554286
18159 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/rlwimi.c' (16,652) at 20210308005003720
18160 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/README' (16,653) at 20221120040010710
18161 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/CLI11.wrap' (16,654) at 20220323030041559
18162 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/checksum.py' (16,655) at 20241221090017584
18163 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/zimage.h' (16,656) at 20210308005002880
18164 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create.interface.yaml' (16,657) at 20220413030046446
18165 2025-10-05 03:01:02.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/at91.h' (16,658) at 20210308005003636
18166 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2.hpp' (16,659) at 20240716080039516
18167 2025-10-05 03:01:02.874-0500 FINEST t466 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' (16,660) at 20221003030013265
18168 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/imx_avic.h' (16,661) at 20210308005046017
18169 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvme_intel_p_series.json' (16,662) at 20240424080004828
18170 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/api.js' (16,663) at 20241210090035589
18171 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-micro-emmc.dts' (16,664) at 20210308005002624
18172 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/ipmi_raw_cmd_table.py' (16,665) at 20230601080016326
18173 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/build-tf.mak' (16,666) at 20210308005003004
18174 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp-sabreauto-u-boot.dtsi' (16,667) at 20210308005002584
18175 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-mini-xplus.dts' (16,668) at 20210308005002616
18176 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/overlay_tool.h' (16,669) at 20221215040039346
18177 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-stdvga' (16,670) at 20210308005046237
18178 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.c' (16,671) at 20210308005003368
18179 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/amcore/MAINTAINERS' (16,672) at 20210308005003056
18180 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa32.inc' (16,673) at 20241221090017612
18181 2025-10-05 03:01:02.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_unicode_collation.c' (16,674) at 20210308005003700
18182 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/debug.c' (16,675) at 20210308005003336
18183 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_mock.hpp' (16,676) at 20230511080029875
18184 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/config.h' (16,677) at 20210308005002816
18185 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb' (16,678) at 20241221090017560
18186 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch' (16,679) at 20240413080012663
18187 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7785.h' (16,680) at 20210308005002848
18188 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/run_rule_action.hpp' (16,681) at 20230511080035559
18189 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Paltamo_Kivesvaara' (16,682) at 20210307205553770
18190 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/Kconfig' (16,683) at 20210308005003076
18191 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/init.d/krb5-kdc' (16,684) at 20210307205553878
18192 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/display_options.h' (16,685) at 20210308005003628
18193 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/common.c' (16,686) at 20210308005003028
18194 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.fail' (16,687) at 20241206090014310
18195 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/utils.hpp' (16,688) at 20240409080029603
18196 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/MAINTAINERS' (16,689) at 20210308005002984
18197 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-icore-rqs.dtsi' (16,690) at 20210308005002584
18198 2025-10-05 03:01:02.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/pinctrl_broadwell.c' (16,691) at 20210308005002852
18199 2025-10-05 03:01:02.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.err' (16,692) at 20210308005046413
18200 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Everest/11.json' (16,693) at 20240212090032054
18201 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2400/evb_ast2400.c' (16,694) at 20210308005002916
18202 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.dfutftp' (16,695) at 20210308005003292
18203 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsdload.c' (16,696) at 20220429100100402
18204 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a7795_salvator-x_defconfig' (16,697) at 20210308005003276
18205 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/asf.h' (16,698) at 20210308004938832
18206 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/meson.build' (16,699) at 20240326080039654
18207 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CPOL-1.02' (16,700) at 20211006000025234
18208 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/dbus_impl_pdr.hpp' (16,701) at 20240819080030263
18209 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/247' (16,702) at 20210927100127497
18210 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/nlohmann_json.wrap' (16,703) at 20231208090028437
18211 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_parser.cpp' (16,704) at 20240731164718599
18212 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/cache.c' (16,705) at 20210308005002560
18213 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-CaradonHill' (16,706) at 20210307205553794
18214 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os-sbsa-ref.inc' (16,707) at 20241206090014214
18215 2025-10-05 03:01:02.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/0001-ext4_utils-remove-selinux-extensions.patch' (16,708) at 20210307205553894
18216 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp.pc.in' (16,709) at 20210610190030293
18217 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/groups.hpp' (16,710) at 20210308005059169
18218 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/httpserver.py' (16,711) at 20230211040012647
18219 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/commit.py' (16,712) at 20210308005003772
18220 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/run-robot.sh' (16,713) at 20231128090014821
18221 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-its_%.bbappend' (16,714) at 20230114040015466
18222 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuppc/machconfig' (16,715) at 20210307205554454
18223 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-raspberrypi/conf/templates/default/bblayers.conf.sample' (16,716) at 20240323080013545
18224 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/README' (16,717) at 20230925080040081
18225 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/gtest.wrap' (16,718) at 20220518030015451
18226 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/init_helpers.c' (16,719) at 20210308005002544
18227 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/COPYING.apache-2.0' (16,720) at 20210307205553734
18228 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/soc.c' (16,721) at 20210308005002780
18229 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/psci.c' (16,722) at 20210308005002556
18230 2025-10-05 03:01:02.878-0500 FINEST t466 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' (16,723) at 20220502030010108
18231 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-bootstrap.docker' (16,724) at 20210308005046393
18232 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/TODO' (16,725) at 20210308005002820
18233 2025-10-05 03:01:02.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/psensor.hpp' (16,726) at 20230511080026927
18234 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb' (16,727) at 20241221090017604
18235 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_versal_mini_emmc0_defconfig' (16,728) at 20210308005003284
18236 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-sunxi.c' (16,729) at 20210308005003480
18237 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/013.out' (16,730) at 20210308005046421
18238 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/debuginfod.py' (16,731) at 20241206090014306
18239 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/init.c' (16,732) at 20210308005002732
18240 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_liodn.h' (16,733) at 20210308005002840
18241 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/config.mk' (16,734) at 20210308005002728
18242 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/entity-example.md' (16,735) at 20240808080020596
18243 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/COPYING' (16,736) at 20210307205553954
18244 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/no-aux-cache.patch' (16,737) at 20210307205554478
18245 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/scriptpath.py' (16,738) at 20210307205554634
18246 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/ledctl/Makefile' (16,739) at 20210308004922932
18247 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_pic32.c' (16,740) at 20210308005003348
18248 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/fdt.c' (16,741) at 20210308005002756
18249 2025-10-05 03:01:02.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/0001-Allow-configuring-flash-image-files-compile-time.patch' (16,742) at 20241206090014214
18250 2025-10-05 03:01:02.879-0500 FINEST t466 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' (16,743) at 20240413080012627
18251 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/Kconfig' (16,744) at 20210308005003544
18252 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ipu.h' (16,745) at 20210308005003528
18253 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm963158.dts' (16,746) at 20210308005002576
18254 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/zynq_sdhci.c' (16,747) at 20210308005003408
18255 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-ipmi-host-whitelist.bbclass' (16,748) at 20210307205554058
18256 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/phosphor-logging.wrap' (16,749) at 20220322030034912
18257 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/MAINTAINERS' (16,750) at 20210308005003080
18258 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/hbitmap.c' (16,751) at 20241211090212562
18259 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/normalize_ip.c' (16,752) at 20230718080007968
18260 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/Kconfig' (16,753) at 20210308005003536
18261 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imx_cntr_image.sh' (16,754) at 20210308005003764
18262 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/lan7x.c' (16,755) at 20210308005003504
18263 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-dcscm.dts' (16,756) at 20221021030041175
18264 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/Makefile' (16,757) at 20210308005002836
18265 2025-10-05 03:01:02.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/xenpvh.rst' (16,758) at 20241211090212238
18266 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/exec_rw_const.cocci' (16,759) at 20210308005046237
18267 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-kernel/linux/linux-yocto/defconfig' (16,760) at 20240507080014346
18268 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-yones-toptech-bs1078-v2.dts' (16,761) at 20210308005002620
18269 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/virtual-media-controller.html' (16,762) at 20210308005107077
18270 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-invariants-or-later' (16,763) at 20211006000025234
18271 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/numlockx/numlockx_1.2.bb' (16,764) at 20241221090017528
18272 2025-10-05 03:01:02.881-0500 FINEST t466 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' (16,765) at 20241206090014254
18273 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/metrics-ipmi-blobs_git.bb' (16,766) at 20240323080013545
18274 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/files/run-ptest' (16,767) at 20210307205554002
18275 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/witherspoon/obmc/gpio/phosphor-power-supply-1.conf' (16,768) at 20210307205553702
18276 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-servalt.c' (16,769) at 20210308005003456
18277 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cse-qspi.dtsi' (16,770) at 20210308005002632
18278 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/214.out' (16,771) at 20210308005046461
18279 2025-10-05 03:01:02.881-0500 FINEST t466 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' (16,772) at 20230706080014749
18280 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/br-Net-Digital' (16,773) at 20210307205553758
18281 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/service_files/xyz.openbmc_project.bios_bmc_smm_error_logger.service.in' (16,774) at 20230316080002078
18282 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/opensbi/Dockerfile' (16,775) at 20230426080043628
18283 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/qtest/meson.build' (16,776) at 20230925080039813
18284 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/devilspie/files/default.lua' (16,777) at 20210307205553742
18285 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS8.conf' (16,778) at 20240529080017843
18286 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/timer.c' (16,779) at 20210308005002712
18287 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/vhost-user-blk.h' (16,780) at 20210927100127509
18288 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/0001-cmake-Pass-noline-flag-to-flex.patch' (16,781) at 20241221090017492
18289 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-boundary-poll.c' (16,782) at 20230421080019768
18290 2025-10-05 03:01:02.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/minilib/Makefile.target' (16,783) at 20240326080039746
18291 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS7.conf' (16,784) at 20230114040015462
18292 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/context.py' (16,785) at 20241221090017628
18293 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.arm-relocation' (16,786) at 20210308005003292
18294 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/report-defect.rst' (16,787) at 20230919080013970
18295 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/misc.py' (16,788) at 20240309090012828
18296 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (16,789) at 20220709030014420
18297 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_nand_defconfig' (16,790) at 20210308005003264
18298 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/git.orderfile' (16,791) at 20230426080043844
18299 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/scsi.h' (16,792) at 20210308005003684
18300 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aiot_sdcard_defconfig' (16,793) at 20210308005003264
18301 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi-gen.py' (16,794) at 20210308005046241
18302 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt_1.18.2.bb' (16,795) at 20230813080012844
18303 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Control/NMISource.interface.yaml' (16,796) at 20230114040023131
18304 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-host-pci-device.h' (16,797) at 20240906080037320
18305 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/example_dump_types.yaml' (16,798) at 20230901080026062
18306 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/onenand_regs.h' (16,799) at 20210308005003668
18307 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_sockit.dts' (16,800) at 20210308005002612
18308 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/ioctl.h' (16,801) at 20210308005003560
18309 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-usbphy.h' (16,802) at 20210308005002676
18310 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/config.json' (16,803) at 20240511080025294
18311 2025-10-05 03:01:02.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwc3-uboot.h' (16,804) at 20210308005003644
18312 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0005-change-library-linking-order.patch' (16,805) at 20230211040012643
18313 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/designware_wdt.c' (16,806) at 20210308005003540
18314 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/meson.build' (16,807) at 20210927100127289
18315 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/sa1100/Makefile' (16,808) at 20210308005002560
18316 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/pxa_mmc_gen.c' (16,809) at 20210308005003404
18317 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/files/myapp_cmake/CMakeLists.txt' (16,810) at 20210307205554446
18318 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s5pc110-pinctrl.dtsi' (16,811) at 20210308005002608
18319 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/makedevs.c' (16,812) at 20241221090017664
18320 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGTSL' (16,813) at 20210307205554426
18321 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tec_defconfig' (16,814) at 20210308005003280
18322 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/ddr-setup.cfg' (16,815) at 20210308005003080
18323 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/README' (16,816) at 20210307205554258
18324 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sra_w.c' (16,817) at 20210308005046525
18325 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/media_bus_format.h' (16,818) at 20210308005003672
18326 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/external_storer_interface.hpp' (16,819) at 20220616030001767
18327 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/conf/machine/include/ieisystem.inc' (16,820) at 20240719080014905
18328 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/Makefile' (16,821) at 20210308005003056
18329 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/systemctl' (16,822) at 20221017030012222
18330 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/pkg_add_rm_btn.html' (16,823) at 20210307205554286
18331 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mk802_a10s_defconfig' (16,824) at 20210308005003268
18332 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa77.inc' (16,825) at 20240301090012451
18333 2025-10-05 03:01:02.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/Kconfig' (16,826) at 20210308005002908
18334 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx7_snvs.h' (16,827) at 20240906080037336
18335 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64.dts' (16,828) at 20210308005002616
18336 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/gpio/gpio-ctrl_git.bb' (16,829) at 20241206090014226
18337 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/detail/async_send_op.hpp' (16,830) at 20210308005114857
18338 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/tf-a-tests_%.bbappend' (16,831) at 20241206090014210
18339 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-utmi.c' (16,832) at 20210308005003348
18340 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0008-include-linux-limits.h-for-MAX_INPUT.patch' (16,833) at 20210407000018086
18341 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch' (16,834) at 20241221090017672
18342 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_crcn.S' (16,835) at 20240326080039746
18343 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/login_defs_pam.sed' (16,836) at 20210307205554570
18344 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/0001-configure-Filter-out-buildpaths-from-CC.patch' (16,837) at 20230609080014391
18345 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/int128.c' (16,838) at 20230426080043964
18346 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/0001-Don-t-build-the-in-script-manual.patch' (16,839) at 20210307205554574
18347 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6328.h' (16,840) at 20210308005003588
18348 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/OperationalStatus.interface.yaml' (16,841) at 20220315030032671
18349 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso-asmoffset.h' (16,842) at 20240326080039558
18350 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/sbp1-yaml-config/sbp1-ipmi-fru-properties.yaml' (16,843) at 20230817080015056
18351 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/pcie_cards.json' (16,844) at 20241016080024698
18352 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xrandr_1.5.3.bb' (16,845) at 20241221090017684
18353 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config.bb' (16,846) at 20241206090014202
18354 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/Kconfig' (16,847) at 20210308005003072
18355 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/nvdimm.h' (16,848) at 20240326080039538
18356 2025-10-05 03:01:02.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/objdump.c' (16,849) at 20240906080037168
18357 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ipset/ipset/0001-ipset-Define-portable-basename-function.patch' (16,850) at 20240413080012643
18358 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/README' (16,851) at 20210308005003056
18359 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf_5.22.01.bb' (16,852) at 20230131040012027
18360 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/capability.conf' (16,853) at 20210307205554590
18361 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-apalis.dts' (16,854) at 20210308005002628
18362 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/036.out' (16,855) at 20210308005046437
18363 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_vmparam.h' (16,856) at 20221215040039062
18364 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/index.js' (16,857) at 20210308005107073
18365 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036-board-spl.c' (16,858) at 20210308005002772
18366 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-astlpc.h' (16,859) at 20231005080010777
18367 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/LICENSE' (16,860) at 20221122040015507
18368 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/fstab' (16,861) at 20210307205554470
18369 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ubispl' (16,862) at 20210308005003300
18370 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-packaging/run-ptest.in' (16,863) at 20241221090017668
18371 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/warmboot_avp.h' (16,864) at 20210308005002788
18372 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0004-add-libvchostif-to-link.patch' (16,865) at 20230211040012643
18373 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90x_device.cpp' (16,866) at 20240508080027398
18374 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.err' (16,867) at 20220429100100882
18375 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ssh_config' (16,868) at 20230813080012876
18376 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/turris_mox_defconfig' (16,869) at 20210308005003284
18377 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/precise-smc-softmmu.S' (16,870) at 20240326080039746
18378 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Adolfstrom' (16,871) at 20210307205553778
18379 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (16,872) at 20210307205553930
18380 2025-10-05 03:01:02.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Orkelljunga' (16,873) at 20210307205553790
18381 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/atsha204a-i2c.c' (16,874) at 20210308005003396
18382 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Mackerras-3-Clause' (16,875) at 20241221090017616
18383 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/meson.build' (16,876) at 20240823080032949
18384 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/lpc.c' (16,877) at 20210308005100993
18385 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/xpedite537x.c' (16,878) at 20210308005003172
18386 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbl.c' (16,879) at 20210308005046505
18387 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/lowlevel_init.S' (16,880) at 20210308005002712
18388 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/zoom1.h' (16,881) at 20210308005003016
18389 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/iotests-mypy.sh' (16,882) at 20220429100100734
18390 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (16,883) at 20241206090014286
18391 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/elog_watch.hpp' (16,884) at 20241129090023561
18392 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_ocelot_defconfig' (16,885) at 20210308005003268
18393 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/0001-use-echo-only-in-init.patch' (16,886) at 20241221090017676
18394 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0007-fix-memleaks-in-libtar-sample-program.patch' (16,887) at 20241221090017540
18395 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/serval2_pcb112.dts' (16,888) at 20210308005002816
18396 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_numa.h' (16,889) at 20220429100100566
18397 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seeed/linkit-smart-7688/board.c' (16,890) at 20210308005003048
18398 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_logic.h' (16,891) at 20210308005003608
18399 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/0003-optee-enable-clang-support.patch' (16,892) at 20241221090017472
18400 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/snmp_trap.hpp' (16,893) at 20230520080021600
18401 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/brxre1.h' (16,894) at 20210308005003588
18402 2025-10-05 03:01:02.886-0500 FINEST t466 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' (16,895) at 20231011080016574
18403 2025-10-05 03:01:02.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (16,896) at 20241031080012183
18404 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/async/context.cpp' (16,897) at 20241219090033968
18405 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/fsp/fsp_vpd.h' (16,898) at 20210308005002876
18406 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/README.nanopi-k2' (16,899) at 20210308005002912
18407 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-mingw' (16,900) at 20221215040039358
18408 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/Kconfig' (16,901) at 20210308005002968
18409 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_fcntl.h' (16,902) at 20210308005046085
18410 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button/obmc/gpio/id_button' (16,903) at 20210307205553694
18411 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mullsjo_Torestorp' (16,904) at 20210307205553786
18412 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/util.hpp' (16,905) at 20240424080006136
18413 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ibm-ac-server/ir35221-unbind-bind.sh' (16,906) at 20240904080027730
18414 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.15.bb' (16,907) at 20230401080011939
18415 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/dbus.js' (16,908) at 20210308004923384
18416 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/COPYING.MIT' (16,909) at 20210307205553670
18417 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/meson_options.txt' (16,910) at 20230629131804619
18418 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mtd/mtd-physmap.txt' (16,911) at 20210308005003304
18419 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_bitsplit.S' (16,912) at 20230426080043952
18420 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sunxi_mmc.c' (16,913) at 20210308005003408
18421 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/flash_unittest.cpp' (16,914) at 20211014000010487
18422 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/switchtec-user/switchtec-user_4.2.bb' (16,915) at 20240301090012431
18423 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_defconfig' (16,916) at 20210308005003264
18424 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/Makefile' (16,917) at 20210308005003036
18425 2025-10-05 03:01:02.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_read_sensor_action.hpp' (16,918) at 20240817080031292
18426 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/fs-perms.txt' (16,919) at 20241221090017620
18427 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp_1.11.0.bb' (16,920) at 20241221090017524
18428 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/links-x11_2.26.bb' (16,921) at 20241206090014262
18429 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VWML.interface.yaml' (16,922) at 20210610000035102
18430 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/pseudo.inc' (16,923) at 20241206090014330
18431 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/AUTHORS' (16,924) at 20241206090014290
18432 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/csr.hpp' (16,925) at 20230511080024715
18433 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-kernel/linux/linux-aspeed_git.bbappend' (16,926) at 20230126040012359
18434 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-caret-down.svg' (16,927) at 20210308005107069
18435 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/list.h' (16,928) at 20210308005045993
18436 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/OWNERS' (16,929) at 20240712080022833
18437 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb' (16,930) at 20210307205554386
18438 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb' (16,931) at 20241221090017484
18439 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/sh.txt' (16,932) at 20210308005003308
18440 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/libbej.wrap' (16,933) at 20220618030002706
18441 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-display5.dts' (16,934) at 20210308005002584
18442 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/nrf51_uart.h' (16,935) at 20210308005046005
18443 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/tmpf.c' (16,936) at 20210308005108645
18444 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-offsets.h' (16,937) at 20210308005003560
18445 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/Makefile' (16,938) at 20210308005002984
18446 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar933x/lowlevel_init.S' (16,939) at 20210308005002816
18447 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/list.scss' (16,940) at 20210308005107073
18448 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bzlib.h' (16,941) at 20210308005003564
18449 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/meson.build' (16,942) at 20240906080037224
18450 2025-10-05 03:01:02.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/systemd-boot-cfg.bbclass' (16,943) at 20231011080016598
18451 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingLoop.v1_0_3.json' (16,944) at 20240619080002944
18452 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-boneblack.dts' (16,945) at 20210308005002560
18453 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Thermal.v1_7_3.json' (16,946) at 20240619080002956
18454 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/allwinner-a10-spi.h' (16,947) at 20241211090212362
18455 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_thread.h' (16,948) at 20241211090212218
18456 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/backported.patch' (16,949) at 20241206090014298
18457 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/physdev.h' (16,950) at 20240326080039546
18458 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/move/test_msa_move_v.c' (16,951) at 20210308005046521
18459 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mb862xx.h' (16,952) at 20210308005003672
18460 2025-10-05 03:01:02.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch' (16,953) at 20210307205553938
18461 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/argument.hpp' (16,954) at 20210308005109241
18462 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/ddrphy_utils.c' (16,955) at 20210308005003364
18463 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Eurosym' (16,956) at 20211006000025234
18464 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/a32.decode' (16,957) at 20230426080043856
18465 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-mamoj.dts' (16,958) at 20210308005002584
18466 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/imximage.cfg' (16,959) at 20210308005003084
18467 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-tls.c' (16,960) at 20230426080043956
18468 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/config.mk' (16,961) at 20210308005002556
18469 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/strace.c' (16,962) at 20241211090212382
18470 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/OWNERS' (16,963) at 20241018080022102
18471 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/maxim_codec.c' (16,964) at 20210308005003488
18472 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/040_x86_ucode_not_in_image.dts' (16,965) at 20210308005003752
18473 2025-10-05 03:01:02.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/sys_proto.h' (16,966) at 20210308005002648
18474 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_chassis.c' (16,967) at 20210308004938820
18475 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/host_notifier_test.cpp' (16,968) at 20240820080027382
18476 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/cmd_dhry.c' (16,969) at 20210308005003696
18477 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb' (16,970) at 20241221090017556
18478 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/musca-b1.md' (16,971) at 20221017030012206
18479 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/include/atomic.h' (16,972) at 20240906080037344
18480 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/meta-initramfs-image.bb' (16,973) at 20210307205553750
18481 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch.h' (16,974) at 20221215040039066
18482 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi' (16,975) at 20210308005002580
18483 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7785lcr.h' (16,976) at 20210308005003616
18484 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/run-ptest' (16,977) at 20210307205554614
18485 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/funcmux.h' (16,978) at 20210308005002668
18486 2025-10-05 03:01:02.891-0500 FINEST t466 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' (16,979) at 20210307205554598
18487 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/semiconsole.c' (16,980) at 20221215040039382
18488 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_iface.cpp' (16,981) at 20230919080007046
18489 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/speed.c' (16,982) at 20210308005002800
18490 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_h.c' (16,983) at 20210308005046513
18491 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/LICENSE' (16,984) at 20210307205553682
18492 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/tc-artifacts-image.bb' (16,985) at 20220804030014667
18493 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-kernel/linux/linux-nuvoton_%.bbappend' (16,986) at 20220511030207178
18494 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-inventory/inventory' (16,987) at 20210307205554222
18495 2025-10-05 03:01:02.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/arch-ppc4xx/gpio.h' (16,988) at 20210308005002836
18496 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mjosjo' (16,989) at 20210307205553786
18497 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/rk_i2c.c' (16,990) at 20210308005003384
18498 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi' (16,991) at 20210308005002596
18499 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TTWL' (16,992) at 20241221090017616
18500 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/types.hpp' (16,993) at 20230503080035016
18501 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/update-enterprise-numbers' (16,994) at 20240627080019396
18502 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/openssl1.1_fix.patch' (16,995) at 20230520080014488
18503 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/system.h' (16,996) at 20210308005002852
18504 2025-10-05 03:01:02.892-0500 FINEST t466 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' (16,997) at 20241221090017516
18505 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/diskusage' (16,998) at 20210308005059705
18506 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-twr-lpuart.dts' (16,999) at 20210308005002596
18507 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/run-ptest' (17,000) at 20231207090015262
18508 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/MAINTAINERS' (17,001) at 20210308005003004
18509 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/post.c' (17,002) at 20210308005003724
18510 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/no-force-mem.patch' (17,003) at 20210307205553958
18511 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-sysctl-ignore-EIO-of-stable_secret-below-proc-sys-ne.patch' (17,004) at 20210307205554470
18512 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf_3.2.6.bb' (17,005) at 20231126090012861
18513 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/tps65090_regulator.c' (17,006) at 20210308005003472
18514 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/physical.cpp' (17,007) at 20240719080031533
18515 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/ddr-setup2.cfg' (17,008) at 20210308005002912
18516 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/ls2080aqds_qixis.h' (17,009) at 20210308005002972
18517 2025-10-05 03:01:02.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/packagegroups/packagegroup-meta-perl.bb' (17,010) at 20240302090018206
18518 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/load_unpack.c' (17,011) at 20230925080040097
18519 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/tangier_wdt.c' (17,012) at 20210308005003540
18520 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/libreport_2.17.15.bb' (17,013) at 20240413080012655
18521 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/direct.py' (17,014) at 20241221090017704
18522 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Puolanka' (17,015) at 20210307205553774
18523 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/0001-attr-fix-utime-for-symlink.patch' (17,016) at 20230520080014504
18524 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/tpm/tpm2.cfg' (17,017) at 20221119040012330
18525 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/bitops.h' (17,018) at 20210308005002672
18526 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/init.c' (17,019) at 20240906080037164
18527 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm_git.bb' (17,020) at 20240302090018206
18528 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/.gitignore' (17,021) at 20210308005007096
18529 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/meson.options' (17,022) at 20240731164718595
18530 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Torosay' (17,023) at 20210307205553798
18531 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.sh' (17,024) at 20230428080015190
18532 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/README' (17,025) at 20210308005002984
18533 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-snan-convert.c' (17,026) at 20210308005046497
18534 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210.dtsi' (17,027) at 20210308005002628
18535 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/298' (17,028) at 20240326080039734
18536 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/060_fdt_update.dts' (17,029) at 20210308005003752
18537 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/install_db' (17,030) at 20210307205553890
18538 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_pnor_defconfig' (17,031) at 20210308005003280
18539 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.tag.hpp.mako' (17,032) at 20230902080037617
18540 2025-10-05 03:01:02.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/bios.h' (17,033) at 20231102080015293
18541 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/DMTF_Redfish_logo_2017.svg' (17,034) at 20210308005107069
18542 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi' (17,035) at 20210308005002616
18543 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu2-monitoring.service' (17,036) at 20230920080013648
18544 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zybo-z7/ps7_init_gpl.c' (17,037) at 20210308005003180
18545 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/signal.c' (17,038) at 20240906080037360
18546 2025-10-05 03:01:02.894-0500 FINEST t466 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' (17,039) at 20210307205553818
18547 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/MACAddress.interface.yaml' (17,040) at 20221207040023631
18548 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ip6tables.service' (17,041) at 20210307205554562
18549 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/obmc-flash-bios-init.service' (17,042) at 20241206090018458
18550 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-i386.c' (17,043) at 20241211090212558
18551 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/Makefile' (17,044) at 20210308005003088
18552 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/projects/qemu-win-installer.yml' (17,045) at 20240906080037560
18553 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf-gcrypt.c' (17,046) at 20241211090212230
18554 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt' (17,047) at 20210308005003328
18555 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_d.c' (17,048) at 20210308005046521
18556 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/imximage.cfg' (17,049) at 20210308005002984
18557 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/consteval_string.hpp' (17,050) at 20240925080038338
18558 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/host-template.yaml' (17,051) at 20220409030017475
18559 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/logging/phosphor-logging_%.bbappend' (17,052) at 20230728080019718
18560 2025-10-05 03:01:02.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-regulators-monitor-disable.service' (17,053) at 20230516080033026
18561 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/Makefile' (17,054) at 20220520100030268
18562 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyflashbmc/setup.py' (17,055) at 20220728030041559
18563 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368-board-spl.c' (17,056) at 20210308005002776
18564 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/README' (17,057) at 20210308005003072
18565 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/panda.c' (17,058) at 20210308005003080
18566 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/sections.h' (17,059) at 20210308005002828
18567 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/0002-Fix-gcc-build-problem.patch' (17,060) at 20240413080012655
18568 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000-000.dts' (17,061) at 20210308005002628
18569 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.5.4.bb' (17,062) at 20231126090012789
18570 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (17,063) at 20241206090014278
18571 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-sabreauto-u-boot.dtsi' (17,064) at 20210308005002584
18572 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/i2c-omap.c' (17,065) at 20221215040039374
18573 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb' (17,066) at 20241221090017504
18574 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-lx2160a-qds.dts' (17,067) at 20210308005002580
18575 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1232_revA_defconfig' (17,068) at 20210308005003284
18576 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/pwaudio.c' (17,069) at 20241211090212206
18577 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/meson.build' (17,070) at 20240906080037564
18578 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftpd-hpa.service' (17,071) at 20210307205553822
18579 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-textparser_0.24.0.bb' (17,072) at 20220612030016731
18580 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0002-Add-ImageProcessor-only-when-DISBALE_IMAGEPROCESSOR_.patch' (17,073) at 20230503080014583
18581 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/pwm-fan-controller@103000.conf' (17,074) at 20231021080018978
18582 2025-10-05 03:01:02.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-snow.dts' (17,075) at 20210308005002580
18583 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-igep0033.dtsi' (17,076) at 20210308005002560
18584 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parso_0.8.4.bb' (17,077) at 20241206090014266
18585 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/Kconfig' (17,078) at 20210308005003476
18586 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native/yosemite4-temporary-software-versions.yml' (17,079) at 20240626080012027
18587 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6720/Makefile' (17,080) at 20210308005002904
18588 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebit_mickey_defconfig' (17,081) at 20210308005003252
18589 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb' (17,082) at 20241206090014346
18590 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Modification' (17,083) at 20211006000025230
18591 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/0001-Fix-build-with-format-string-checks.patch' (17,084) at 20210307205553846
18592 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3128.c' (17,085) at 20210308005003352
18593 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/battery/Makefile' (17,086) at 20210308005003468
18594 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/Makefile' (17,087) at 20210308005002972
18595 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/physmem.c' (17,088) at 20210308005003708
18596 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/ibm/file_io.c' (17,089) at 20241009080011085
18597 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/defaults.yaml' (17,090) at 20220310040011704
18598 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/crypto-tls-x509-helpers.c' (17,091) at 20241211090212550
18599 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53cx9020.h' (17,092) at 20210308005003604
18600 2025-10-05 03:01:02.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/string.h' (17,093) at 20210308005002824
18601 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvdnav/libdvdnav_6.1.1.bb' (17,094) at 20220402030015899
18602 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/e500.h' (17,095) at 20210308005003644
18603 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/0001-configure.ac-Define-SOURCE_DATE_EPOCH-in-CPPFLAGS.patch' (17,096) at 20230131040012031
18604 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/src/pam_ipmisave/pam_ipmisave.c' (17,097) at 20240625080018420
18605 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/musca-s1.yml' (17,098) at 20241206090014206
18606 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/imximage.cfg' (17,099) at 20210308005002920
18607 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/dbus.rst' (17,100) at 20220429100100418
18608 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb' (17,101) at 20231126090012781
18609 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Pilgrimstad' (17,102) at 20210307205553790
18610 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/fix_for_mips_with_gcc-4.5.0.patch' (17,103) at 20210307205553958
18611 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.json' (17,104) at 20240906080037560
18612 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ddrc_version.h' (17,105) at 20210308005003648
18613 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/mboxd/mboxd_%.bbappend' (17,106) at 20240712080022837
18614 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/car.S' (17,107) at 20210308005002856
18615 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/ptest.out.expected' (17,108) at 20230503080014583
18616 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/vvfat' (17,109) at 20240906080037568
18617 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts' (17,110) at 20210308005002624
18618 2025-10-05 03:01:02.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section.c' (17,111) at 20241114091008828
18619 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/stm32_sdmmc2.c' (17,112) at 20210308005003408
18620 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-error.v1_0_2.json' (17,113) at 20240619080002956
18621 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_bitrev.c' (17,114) at 20210308005046501
18622 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/helper.h' (17,115) at 20210308004938816
18623 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-op1-opp.dtsi' (17,116) at 20210308005002608
18624 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mcffec.c' (17,117) at 20210308005003436
18625 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/container-of.h' (17,118) at 20240821080010283
18626 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/CLI11.wrap' (17,119) at 20230602080035412
18627 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon_16m.bb' (17,120) at 20241221090017540
18628 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/crond.init' (17,121) at 20210307205554558
18629 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Laisvall' (17,122) at 20210307205553786
18630 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/source.c' (17,123) at 20210308005003220
18631 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_div.c' (17,124) at 20221215040039386
18632 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.c' (17,125) at 20210308005003368
18633 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/meesc.h' (17,126) at 20210308005003604
18634 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/openbmc-phosphor.conf' (17,127) at 20210307205554058
18635 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_dbus.hpp' (17,128) at 20220731030017503
18636 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/phosphor-dbus-interfaces.wrap' (17,129) at 20230921080009745
18637 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/db-88f6720_defconfig' (17,130) at 20210308005003256
18638 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/controlcenterd.c' (17,131) at 20210308005003000
18639 2025-10-05 03:01:02.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/turbo.h' (17,132) at 20210308005002880
18640 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/tegra210-mc.h' (17,133) at 20210308005003636
18641 2025-10-05 03:01:02.899-0500 FINEST t466 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' (17,134) at 20231011080016574
18642 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/tiogapass/cri_sensors.json' (17,135) at 20221207040007843
18643 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools-update.patch' (17,136) at 20220204040022604
18644 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/emif4.h' (17,137) at 20210308005002656
18645 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_powermgt.h' (17,138) at 20210927100127237
18646 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sensor/emc141x_regs.h' (17,139) at 20221215040039186
18647 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC837XEMDS.h' (17,140) at 20210308005003576
18648 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-invalid.err' (17,141) at 20210308005046401
18649 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-configure-Disable-format-overflow-if-supported-by-gc.patch' (17,142) at 20230706080014737
18650 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/reorder_fuzzer_qtest_trace.py' (17,143) at 20210927100127349
18651 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.OFT' (17,144) at 20210308005003292
18652 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/0001-drop-FindPythonInstDir.cmake.patch' (17,145) at 20241221090017664
18653 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/setup.cfg' (17,146) at 20210308005049761
18654 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fr-noos-numericable' (17,147) at 20210307205553758
18655 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/meson.build' (17,148) at 20241211090212282
18656 2025-10-05 03:01:02.899-0500 FINEST t466 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' (17,149) at 20210729000029140
18657 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-diagnostic-mode@.target' (17,150) at 20220301040040077
18658 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-net.c' (17,151) at 20221215040039374
18659 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-i386.json' (17,152) at 20210308005046117
18660 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-draco.dtsi' (17,153) at 20210308005002560
18661 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d4_xplained.dts' (17,154) at 20210308005002568
18662 2025-10-05 03:01:02.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/sdbusplus.wrap' (17,155) at 20220322030032592
18663 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-glib.c' (17,156) at 20241211090212230
18664 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (17,157) at 20220811030018543
18665 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20ek_2mmc.dts' (17,158) at 20210308005002572
18666 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norraker' (17,159) at 20210307205553786
18667 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/nlohmann_json.wrap' (17,160) at 20240120090006077
18668 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/065' (17,161) at 20230426080043944
18669 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pch_gbe.h' (17,162) at 20210308005003440
18670 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/templates/default/bblayers.conf.sample' (17,163) at 20240323080013549
18671 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/files/ima_policy_hashed' (17,164) at 20210316000012685
18672 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_mul.c' (17,165) at 20210308005046525
18673 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch' (17,166) at 20241221090017656
18674 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_SPIFLASH_defconfig' (17,167) at 20210308005003244
18675 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/40-gbmc-time.conf' (17,168) at 20221103030030172
18676 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rtkit/rtkit_0.13.bb' (17,169) at 20240301090012431
18677 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/conf/layer.conf' (17,170) at 20241221090017576
18678 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_macb0.dtsi' (17,171) at 20210308005002572
18679 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/MAINTAINERS' (17,172) at 20210308005003048
18680 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/libpldm.wrap' (17,173) at 20240229090015607
18681 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-local/file2' (17,174) at 20210307205554386
18682 2025-10-05 03:01:02.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-presence-config/config.yaml' (17,175) at 20210307205553694
18683 2025-10-05 03:01:02.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_wip.c' (17,176) at 20210308005003764
18684 2025-10-05 03:01:02.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/phytool/phytool.bb' (17,177) at 20240301090012423
18685 2025-10-05 03:01:02.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mali_dp.c' (17,178) at 20210308005003528
18686 2025-10-05 03:01:02.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-poweroff.service' (17,179) at 20210810100021256
18687 2025-10-05 03:01:02.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/templates/default/conf-notes.txt' (17,180) at 20240507080014346
18688 2025-10-05 03:01:02.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1021aiot.h' (17,181) at 20210308005003600
18689 2025-10-05 03:01:02.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/gpio.h' (17,182) at 20210308005002652
18690 2025-10-05 03:01:02.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.err' (17,183) at 20220429100100882
18691 2025-10-05 03:01:02.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/unpack_properties.cpp' (17,184) at 20240817080036824
18692 2025-10-05 03:01:02.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/meson.build' (17,185) at 20210308005046069
18693 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/__init__.py' (17,186) at 20210308005046245
18694 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/lib/utils_get_version.py' (17,187) at 20221209040018567
18695 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/images/fb-catalina-phosphor-image.inc' (17,188) at 20240727080014098
18696 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/kvm.scss' (17,189) at 20210308005107077
18697 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyrad/use-poetry-core.patch' (17,190) at 20220823030015955
18698 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mbox.h' (17,191) at 20210308005108641
18699 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/reset.h' (17,192) at 20210308005002848
18700 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_ext.c' (17,193) at 20210308005003228
18701 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/serial.h' (17,194) at 20210308005003764
18702 2025-10-05 03:01:02.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/video.h' (17,195) at 20210308005002676
18703 2025-10-05 03:01:02.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/mrc.h' (17,196) at 20210308005002876
18704 2025-10-05 03:01:02.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/psci.h' (17,197) at 20210308005003668
18705 2025-10-05 03:01:02.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_SPIFLASH_defconfig' (17,198) at 20210308005003240
18706 2025-10-05 03:01:02.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/dbus/xyz.openbmc_project.Logging.service' (17,199) at 20230125040024786
18707 2025-10-05 03:01:02.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-musl' (17,200) at 20241206090014350
18708 2025-10-05 03:01:02.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Fehergyarmat' (17,201) at 20210307205553774
18709 2025-10-05 03:01:02.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/htop/files/0001-Use-pkg-config.patch' (17,202) at 20240301090012427
18710 2025-10-05 03:01:02.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/write_window_dirty_erase.c' (17,203) at 20210308005100993
18711 2025-10-05 03:01:02.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra114.dtsi' (17,204) at 20210308005002628
18712 2025-10-05 03:01:02.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ornskoldsvik_As' (17,205) at 20210307205553790
18713 2025-10-05 03:01:02.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-32' (17,206) at 20230919080013994
18714 2025-10-05 03:01:02.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv5-dsp.inc' (17,207) at 20210905000020581
18715 2025-10-05 03:01:02.905-0500 FINEST t466 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' (17,208) at 20240904080027738
18716 2025-10-05 03:01:02.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/LICENSE' (17,209) at 20210308005118865
18717 2025-10-05 03:01:02.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (17,210) at 20210812000025258
18718 2025-10-05 03:01:02.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/unaligned/access_ok.h' (17,211) at 20210308005003672
18719 2025-10-05 03:01:02.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pcm052_defconfig' (17,212) at 20210308005003272
18720 2025-10-05 03:01:02.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libconvert-asn1-perl_0.34.bb' (17,213) at 20230919080013990
18721 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.json' (17,214) at 20210308005046401
18722 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-bochs-display' (17,215) at 20210308005046237
18723 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/get_flash_info_v2.c' (17,216) at 20230809080010803
18724 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/win32-qemu-event.promela' (17,217) at 20210308005045809
18725 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-qds-lpuart.dts' (17,218) at 20210308005002596
18726 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/atmel_sdhci.c' (17,219) at 20210308005003400
18727 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/usb-network.service' (17,220) at 20210307205554078
18728 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/meson.build' (17,221) at 20230925080039905
18729 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/leds/nicole-led-manager-config-native.bb' (17,222) at 20241206090014286
18730 2025-10-05 03:01:02.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpios-manager.sh' (17,223) at 20230920080013648
18731 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.c' (17,224) at 20210308005003364
18732 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/is' (17,225) at 20210308005046145
18733 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.server.vtable.cpp.mako' (17,226) at 20230516080040262
18734 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (17,227) at 20220723030019896
18735 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/opendnssec/opendnssec_2.1.10.bb' (17,228) at 20220402030016079
18736 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/dialog-power-control' (17,229) at 20220910030013433
18737 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2080a-rdb.dts' (17,230) at 20210308005002580
18738 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/011_pack_align_size_power2.dts' (17,231) at 20210308005003752
18739 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/LICENSE' (17,232) at 20230629131804615
18740 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/spl.h' (17,233) at 20210308005002668
18741 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qemu-progress.h' (17,234) at 20221215040039190
18742 2025-10-05 03:01:02.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/types.h' (17,235) at 20210308005002888
18743 2025-10-05 03:01:02.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/xusb-padctl-dummy.c' (17,236) at 20210308005002792
18744 2025-10-05 03:01:02.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/305.out' (17,237) at 20210308005046469
18745 2025-10-05 03:01:02.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/8250.txt' (17,238) at 20210308005003308
18746 2025-10-05 03:01:02.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (17,239) at 20241206090014278
18747 2025-10-05 03:01:02.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/atomic_common.c.inc' (17,240) at 20241211090212206
18748 2025-10-05 03:01:02.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/basename-include.patch' (17,241) at 20210307205553994
18749 2025-10-05 03:01:02.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_sysarch.h' (17,242) at 20240906080037156
18750 2025-10-05 03:01:02.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/aspeed_gpio.c' (17,243) at 20220802100038577
18751 2025-10-05 03:01:02.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/conf/layer.conf' (17,244) at 20241221090017604
18752 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sensor.c' (17,245) at 20210308004938832
18753 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-vsx.xml' (17,246) at 20210308005045817
18754 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0001-Fix-build-with-musl.patch' (17,247) at 20210407000018082
18755 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0002-Fix-vpnc-install-for-cross-compile.patch' (17,248) at 20230706080014737
18756 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/files/0001-Fix-python-path-when-invoking-py-compile-54.patch' (17,249) at 20241206090014346
18757 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/entity_unittest.cpp' (17,250) at 20211014000010487
18758 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-14.conf' (17,251) at 20230412080023460
18759 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cache.h' (17,252) at 20210308005002876
18760 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuid/files/0001-Makefile-update-the-hardcode-path-to-bindir-mandir.patch' (17,253) at 20240301090012423
18761 2025-10-05 03:01:02.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/kronosnet_1.24.bb' (17,254) at 20220910030013353
18762 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xdm.dtsi' (17,255) at 20210308005002612
18763 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kconfiglib_14.1.0.bb' (17,256) at 20241221090017556
18764 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t1024_sd_rcw.cfg' (17,257) at 20210308005002992
18765 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (17,258) at 20241008080015843
18766 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/002_missing_node.dts' (17,259) at 20210308005003752
18767 2025-10-05 03:01:02.910-0500 FINEST t466 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' (17,260) at 20210307205553714
18768 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0010-Include-dirent.h-for-ino_t.patch' (17,261) at 20241221090017504
18769 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/zlib.c' (17,262) at 20210308005003716
18770 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-mele-a1000g-quad.dts' (17,263) at 20210308005002620
18771 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/meson.build' (17,264) at 20220429100100410
18772 2025-10-05 03:01:02.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-cpucfg.h' (17,265) at 20210308005046017
18773 2025-10-05 03:01:02.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_resource.h' (17,266) at 20220429100100634
18774 2025-10-05 03:01:02.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/emc.c' (17,267) at 20210308005002788
18775 2025-10-05 03:01:02.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ulcb.dtsi' (17,268) at 20210308005002632
18776 2025-10-05 03:01:02.911-0500 FINEST t466 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' (17,269) at 20241221090017532
18777 2025-10-05 03:01:02.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/index.html' (17,270) at 20210308004923384
18778 2025-10-05 03:01:02.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nandif.h' (17,271) at 20210308005003556
18779 2025-10-05 03:01:02.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/msgpack/msgpack-cpp_6.1.1.bb' (17,272) at 20241221090017512
18780 2025-10-05 03:01:02.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-core/udev/udev-aspeed-mtd-partitions/76-aspeed-mtd-partitions.rules' (17,273) at 20210307205553674
18781 2025-10-05 03:01:02.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/MAINTAINERS' (17,274) at 20210308005003036
18782 2025-10-05 03:01:02.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-lx106/xtensa-modules.c.inc' (17,275) at 20221215040039346
18783 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/pci.c' (17,276) at 20210308005003012
18784 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/cereal.wrap' (17,277) at 20220322030031988
18785 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pinctrl-snapdragon.h' (17,278) at 20210308005003640
18786 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-sensors.yaml' (17,279) at 20210307205553718
18787 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/subprojects/.clang-tidy' (17,280) at 20240710080015177
18788 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/0002-llvm-allow-env-override-of-exe-path.patch' (17,281) at 20220204040022668
18789 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/Makefile' (17,282) at 20210308005002976
18790 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/file/backend.c' (17,283) at 20230809080010799
18791 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98088.h' (17,284) at 20210308005003488
18792 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/subinsns.idef' (17,285) at 20221215040039294
18793 2025-10-05 03:01:02.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_info.c' (17,286) at 20210308005003764
18794 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7m/tune-cortexm3.inc' (17,287) at 20210905000020581
18795 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/fw_env_ast2600_mmc.config' (17,288) at 20210307205553670
18796 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/start.S' (17,289) at 20210308005002556
18797 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7em.inc' (17,290) at 20210905000020581
18798 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds.c' (17,291) at 20210308005002968
18799 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_rcw_qspi.cfg' (17,292) at 20210308005002968
18800 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/ulcb.c' (17,293) at 20210308005003040
18801 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitsperlong.h' (17,294) at 20210308005003560
18802 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/mux-chardev.rst' (17,295) at 20210308005045809
18803 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Kconfig' (17,296) at 20210308005002536
18804 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_topology.h' (17,297) at 20210308005003368
18805 2025-10-05 03:01:02.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/inventory-overview-controller.js' (17,298) at 20210308005107077
18806 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/files/extract-libtool-and-convert-to-soversion.patch' (17,299) at 20240113090014540
18807 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/a9mpcore.h' (17,300) at 20210308005046009
18808 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/Makefile' (17,301) at 20210308005002856
18809 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/hypervisor_state_manager_main.cpp' (17,302) at 20240823080031161
18810 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libmd/libmd_1.1.0.bb' (17,303) at 20230811080018338
18811 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-u.err' (17,304) at 20210927100127469
18812 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/Code_update' (17,305) at 20210308005007100
18813 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/ddr.c' (17,306) at 20210308005002972
18814 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-NetAachen' (17,307) at 20210307205553758
18815 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/Makefile' (17,308) at 20210308005003052
18816 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/twox.c' (17,309) at 20210308005003724
18817 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/123.out' (17,310) at 20210308005046449
18818 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/file-io-error.out' (17,311) at 20240326080039734
18819 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/Kconfig' (17,312) at 20210308005003032
18820 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-kernel/linux/linux-obmc/gxp.dts' (17,313) at 20230406080015457
18821 2025-10-05 03:01:02.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cougarcanyon2_defconfig' (17,314) at 20210308005003256
18822 2025-10-05 03:01:02.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/README' (17,315) at 20210308005002996
18823 2025-10-05 03:01:02.915-0500 FINEST t466 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' (17,316) at 20231011080016582
18824 2025-10-05 03:01:02.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rv1108.c' (17,317) at 20210308005003352
18825 2025-10-05 03:01:02.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/thuban.h' (17,318) at 20210308005003620
18826 2025-10-05 03:01:02.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/alt_fw_env.config' (17,319) at 20210307205553670
18827 2025-10-05 03:01:02.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/customrecipe.html' (17,320) at 20210307205554282
18828 2025-10-05 03:01:02.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_main.h' (17,321) at 20210308004938820
18829 2025-10-05 03:01:02.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/LICENSE' (17,322) at 20210308005108641
18830 2025-10-05 03:01:02.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/types/duration_types_helpers.hpp' (17,323) at 20220412175720090
18831 2025-10-05 03:01:02.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/boinc-AM_CONDITIONAL.patch' (17,324) at 20220402030015927
18832 2025-10-05 03:01:02.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ProcessorMetrics.v1_6_4.json' (17,325) at 20240619080002952
18833 2025-10-05 03:01:02.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/signing/key.passphrase' (17,326) at 20210307205554386
18834 2025-10-05 03:01:02.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/283.out' (17,327) at 20220429100100926
18835 2025-10-05 03:01:02.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_write_bit_action_tests.cpp' (17,328) at 20210308005405938
18836 2025-10-05 03:01:02.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/jr2/Makefile' (17,329) at 20210308005003020
18837 2025-10-05 03:01:02.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm2_tis_spi.c' (17,330) at 20210308005003500
18838 2025-10-05 03:01:02.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb' (17,331) at 20241221090017692
18839 2025-10-05 03:01:02.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_handler.hpp' (17,332) at 20211021100024526
18840 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch' (17,333) at 20241221090017676
18841 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Drive.interface.yaml' (17,334) at 20221207040023631
18842 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fat/Makefile' (17,335) at 20210308005003544
18843 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0002-link-with-libtirpc.patch' (17,336) at 20230706080014737
18844 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.json' (17,337) at 20210308005046397
18845 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/mkimage/mxsimage.txt' (17,338) at 20210308005003328
18846 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-binwalk_2.3.4.bb' (17,339) at 20240301090012431
18847 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/imximage_mx6dl.cfg' (17,340) at 20210308005002984
18848 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-fdt.c' (17,341) at 20210308005003228
18849 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/pamacct.h' (17,342) at 20210308005045993
18850 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2hk_hs_evm_defconfig' (17,343) at 20210308005003260
18851 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/bitfield.h' (17,344) at 20210308005002660
18852 2025-10-05 03:01:02.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/sdram.c' (17,345) at 20210308005002820
18853 2025-10-05 03:01:02.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf610-pinfunc.h' (17,346) at 20210308005002632
18854 2025-10-05 03:01:02.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Nokia' (17,347) at 20210307205554426
18855 2025-10-05 03:01:02.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/bcm2835_fb.h' (17,348) at 20240906080037332
18856 2025-10-05 03:01:02.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-build_1.2.2.bb' (17,349) at 20241221090017668
18857 2025-10-05 03:01:02.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/Kconfig' (17,350) at 20210308005003348
18858 2025-10-05 03:01:02.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb' (17,351) at 20241206090014346
18859 2025-10-05 03:01:02.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/sstate-mirror.yml' (17,352) at 20241206090014206
18860 2025-10-05 03:01:02.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus.c' (17,353) at 20210308004938836
18861 2025-10-05 03:01:02.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric_0.3.bb' (17,354) at 20220402030015907
18862 2025-10-05 03:01:02.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager_%.bbappend' (17,355) at 20241206090014202
18863 2025-10-05 03:01:02.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm911360_entphn-ns_defconfig' (17,356) at 20210308005003252
18864 2025-10-05 03:01:02.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/x86_64-softmmu/default.mak' (17,357) at 20210927100127057
18865 2025-10-05 03:01:02.919-0500 FINEST t466 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' (17,358) at 20210307205553758
18866 2025-10-05 03:01:02.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-initialize-local-variables-before-use.patch' (17,359) at 20210307205553934
18867 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_numa.c' (17,360) at 20240326080039482
18868 2025-10-05 03:01:02.920-0500 FINEST t466 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' (17,361) at 20221017030012214
18869 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/bmc-snmp-proxy' (17,362) at 20210308004938816
18870 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Artistic-2.0' (17,363) at 20210307205554414
18871 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.err' (17,364) at 20240906080037560
18872 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_sd_rcw.cfg' (17,365) at 20210308005002992
18873 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/aspeed_acry.c' (17,366) at 20220418100043789
18874 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/MAINTAINERS' (17,367) at 20210308005002912
18875 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/change-log.rst' (17,368) at 20241221090017464
18876 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_evm_rtconly_defconfig' (17,369) at 20210308005003248
18877 2025-10-05 03:01:02.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-balloon.c' (17,370) at 20221215040039374
18878 2025-10-05 03:01:02.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_eefc.h' (17,371) at 20210308005002716
18879 2025-10-05 03:01:02.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a77965-cpg-mssr.h' (17,372) at 20210308005003632
18880 2025-10-05 03:01:02.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a10.c' (17,373) at 20210308005003352
18881 2025-10-05 03:01:02.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-input-host-pci.c' (17,374) at 20221215040039170
18882 2025-10-05 03:01:02.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libplist_git.bb' (17,375) at 20241206090014250
18883 2025-10-05 03:01:02.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/common/tamonten.c' (17,376) at 20210308005002920
18884 2025-10-05 03:01:02.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/wap5813n/wap-5813n.c' (17,377) at 20210308005002948
18885 2025-10-05 03:01:02.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/MAINTAINERS' (17,378) at 20210308005003008
18886 2025-10-05 03:01:02.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_rw.c' (17,379) at 20210308005003708
18887 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5445x.h' (17,380) at 20210308005002804
18888 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/LICENSE' (17,381) at 20210308005104849
18889 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/string.h' (17,382) at 20210308005002840
18890 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini-emmc1.dts' (17,383) at 20210308005002636
18891 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/unzip_optimization.patch' (17,384) at 20210528000029747
18892 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_NAND_defconfig' (17,385) at 20210308005003244
18893 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/sdbusplus.wrap' (17,386) at 20220801133228674
18894 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-fix-alignment-issue.patch' (17,387) at 20210307205553818
18895 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_updatestarted_unittest.cpp' (17,388) at 20210308005120353
18896 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_section-divider.scss' (17,389) at 20220105012522983
18897 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb' (17,390) at 20230919080013994
18898 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Rainier.json' (17,391) at 20240703080039227
18899 2025-10-05 03:01:02.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/sbom.py' (17,392) at 20231011080016598
18900 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv8/mmu.h' (17,393) at 20210308005002672
18901 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/rcK' (17,394) at 20210307205554470
18902 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/test-mmap.c' (17,395) at 20210927100127517
18903 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/Makefile' (17,396) at 20210308005003476
18904 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/Makefile' (17,397) at 20210308005002948
18905 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/som-db5800-som-6867_defconfig' (17,398) at 20210308005003280
18906 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_d.c' (17,399) at 20210308005046509
18907 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/quark-u-boot.dtsi' (17,400) at 20210308005002872
18908 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0002-add-install-targets-to-Makefiles.patch' (17,401) at 20230211040012643
18909 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/start_hwmon.sh.in' (17,402) at 20240730080026906
18910 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/rocket/phosphor-rocket' (17,403) at 20210308004941624
18911 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/gpio.h' (17,404) at 20210308005002644
18912 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/qos.c' (17,405) at 20210308005003032
18913 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/efibootpartition.py' (17,406) at 20241221090017632
18914 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-INRIA-IMAG' (17,407) at 20241221090017616
18915 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/020.out' (17,408) at 20210308005046433
18916 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/Makefile' (17,409) at 20210308005003460
18917 2025-10-05 03:01:02.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/Kconfig' (17,410) at 20210308005003536
18918 2025-10-05 03:01:02.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nuvoton_npcm8xx_evb.json' (17,411) at 20240430080005223
18919 2025-10-05 03:01:02.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080ardb_SECURE_BOOT_defconfig' (17,412) at 20210308005003268
18920 2025-10-05 03:01:02.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/client.2202.conf' (17,413) at 20230606080013598
18921 2025-10-05 03:01:02.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/float_madds.ref' (17,414) at 20221215040039386
18922 2025-10-05 03:01:02.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/rule.hpp' (17,415) at 20240817080031296
18923 2025-10-05 03:01:02.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/Makefile' (17,416) at 20210308005002980
18924 2025-10-05 03:01:02.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_proc.h' (17,417) at 20240326080039562
18925 2025-10-05 03:01:02.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_uploadinprogress_unittest.cpp' (17,418) at 20210918000044923
18926 2025-10-05 03:01:02.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/consolekit/consolekit/add-polkit-configure-argument.patch' (17,419) at 20210307205554614
18927 2025-10-05 03:01:02.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2600.h' (17,420) at 20221021030041179
18928 2025-10-05 03:01:02.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t2080_sd_rcw.cfg' (17,421) at 20210308005002996
18929 2025-10-05 03:01:02.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-uclass.c' (17,422) at 20210308005003480
18930 2025-10-05 03:01:02.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/bcsr.c' (17,423) at 20210308005002980
18931 2025-10-05 03:01:02.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/spi-nor-core.c' (17,424) at 20230720080043539
18932 2025-10-05 03:01:02.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/mman.h' (17,425) at 20241211090212374
18933 2025-10-05 03:01:02.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20241003.bb' (17,426) at 20241221090017560
18934 2025-10-05 03:01:02.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/MAINTAINERS' (17,427) at 20210308005002964
18935 2025-10-05 03:01:02.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/kvm-pv.rst' (17,428) at 20220429100100422
18936 2025-10-05 03:01:02.937-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/xlnx-zynq-devcfg.h' (17,429) at 20210308005046009
18937 2025-10-05 03:01:02.937-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tps6586x.h' (17,430) at 20210308005003688
18938 2025-10-05 03:01:02.938-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/rest_dbus.py' (17,431) at 20210308004941620
18939 2025-10-05 03:01:02.938-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/analyzer_main.hpp' (17,432) at 20221209040025907
18940 2025-10-05 03:01:02.938-0500 FINEST t466 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' (17,433) at 20240904080027734
18941 2025-10-05 03:01:02.938-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0001-Respect-flags-from-env.patch' (17,434) at 20230706080014737
18942 2025-10-05 03:01:02.938-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ioep-fpga.h' (17,435) at 20210308005003000
18943 2025-10-05 03:01:02.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (17,436) at 20241206090014202
18944 2025-10-05 03:01:02.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-pcap/dbus-pcap' (17,437) at 20231222090014207
18945 2025-10-05 03:01:02.939-0500 FINEST t466 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' (17,438) at 20240413080012627
18946 2025-10-05 03:01:02.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/ipmi_flash.md' (17,439) at 20240807080021830
18947 2025-10-05 03:01:02.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/base.c' (17,440) at 20210308005045729
18948 2025-10-05 03:01:02.940-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/MIT-LICENSE.txt' (17,441) at 20210307205554278
18949 2025-10-05 03:01:02.940-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Login/index.js' (17,442) at 20220105012522995
18950 2025-10-05 03:01:02.940-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t-bananapi-m3.dts' (17,443) at 20210308005002624
18951 2025-10-05 03:01:02.940-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-not-sent-by-host.yaml' (17,444) at 20210307205553698
18952 2025-10-05 03:01:02.940-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/0001-usr-Makefile-WARNING-fix.patch' (17,445) at 20230317080013785
18953 2025-10-05 03:01:02.940-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OAR' (17,446) at 20241221090017616
18954 2025-10-05 03:01:02.940-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-uDPU-u-boot.dtsi' (17,447) at 20210308005002564
18955 2025-10-05 03:01:02.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_mdio.h' (17,448) at 20210308005003652
18956 2025-10-05 03:01:02.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/test_mkdir.py' (17,449) at 20210308005003744
18957 2025-10-05 03:01:02.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/adcifc.c' (17,450) at 20211216110021259
18958 2025-10-05 03:01:02.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/0003-include-paths.h-for-_PATH_MOUNTED.patch' (17,451) at 20230114040015470
18959 2025-10-05 03:01:02.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7792.h' (17,452) at 20210308005002768
18960 2025-10-05 03:01:02.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/w1-gpio.c' (17,453) at 20210308005003540
18961 2025-10-05 03:01:02.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Wits_Pro_A20_DKT_defconfig' (17,454) at 20210308005003244
18962 2025-10-05 03:01:02.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_monitor.cpp' (17,455) at 20240307090027676
18963 2025-10-05 03:01:02.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/OWNERS' (17,456) at 20240914080012078
18964 2025-10-05 03:01:02.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/packagegroups/packagegroup-meta-initramfs.bb' (17,457) at 20210812000025174
18965 2025-10-05 03:01:02.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AggregationSourceCollection.json' (17,458) at 20240619080002940
18966 2025-10-05 03:01:02.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-strenum/0001-patch-versioneer-for-python-3.12-compatibility.patch' (17,459) at 20240301090012435
18967 2025-10-05 03:01:02.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/termbits.h' (17,460) at 20210308005046085
18968 2025-10-05 03:01:02.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/dk-Aarhus-Antenneforening' (17,461) at 20210307205553758
18969 2025-10-05 03:01:02.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.json' (17,462) at 20210927100127469
18970 2025-10-05 03:01:02.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ncsi-netlink-ifindex' (17,463) at 20220401030010887
18971 2025-10-05 03:01:02.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/scripts/meson.build' (17,464) at 20240823080032949
18972 2025-10-05 03:01:02.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/sdbusplus.wrap' (17,465) at 20220628030020471
18973 2025-10-05 03:01:02.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html' (17,466) at 20210307205554282
18974 2025-10-05 03:01:02.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/Makefile' (17,467) at 20210308005002712
18975 2025-10-05 03:01:02.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t102xqds_qixis.h' (17,468) at 20210308005002992
18976 2025-10-05 03:01:02.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-bananapro.dts' (17,469) at 20210308005002624
18977 2025-10-05 03:01:02.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/Kconfig' (17,470) at 20210308005002804
18978 2025-10-05 03:01:02.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu2down.service' (17,471) at 20230920080013648
18979 2025-10-05 03:01:02.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/Makefile' (17,472) at 20210308005003068
18980 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_manager.hpp' (17,473) at 20241212090025211
18981 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-dnskw.dtsi' (17,474) at 20210308005002592
18982 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/libconfig-perl_0.100.bb' (17,475) at 20220401030010887
18983 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_sockio.cpp' (17,476) at 20230629131804623
18984 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_motion.scss' (17,477) at 20220105012522983
18985 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/login.py' (17,478) at 20240309090012816
18986 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Preseli' (17,479) at 20210307205553798
18987 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (17,480) at 20240814080011471
18988 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/0001-makefile-Add-missing-LDFLAGS.patch' (17,481) at 20241206090014226
18989 2025-10-05 03:01:02.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/adc.c' (17,482) at 20210308005003736
18990 2025-10-05 03:01:02.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/meson.build' (17,483) at 20240326080039702
18991 2025-10-05 03:01:02.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device.c' (17,484) at 20210308005002792
18992 2025-10-05 03:01:02.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcab/gcab_1.6.bb' (17,485) at 20241221090017524
18993 2025-10-05 03:01:02.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_root_node.c' (17,486) at 20210308005003700
18994 2025-10-05 03:01:02.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6q_mba6_spi_defconfig' (17,487) at 20210308005003284
18995 2025-10-05 03:01:02.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc85xx' (17,488) at 20210308005003296
18996 2025-10-05 03:01:02.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_usbtty_defconfig' (17,489) at 20210308005003280
18997 2025-10-05 03:01:02.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/host-os.h' (17,490) at 20221215040039066
18998 2025-10-05 03:01:02.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-Add-support-for-mips64-n32-n64.patch' (17,491) at 20210307205553902
18999 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/Kconfig' (17,492) at 20210308005002908
19000 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager/applyTime.override.yml' (17,493) at 20240712080022837
19001 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/crosscompile_nm.patch' (17,494) at 20210307205553878
19002 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/MAINTAINERS' (17,495) at 20210308005002988
19003 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/include/mach/hardware.h' (17,496) at 20210308005002796
19004 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-mrw.inc' (17,497) at 20210812000025258
19005 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AML' (17,498) at 20211006000025226
19006 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu-feature.h.inc' (17,499) at 20240906080037536
19007 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/EpochTime.interface.yaml' (17,500) at 20221207040023631
19008 2025-10-05 03:01:02.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_values.hpp' (17,501) at 20230607080026569
19009 2025-10-05 03:01:02.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/Kconfig' (17,502) at 20210308005002944
19010 2025-10-05 03:01:02.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios-stub.c' (17,503) at 20230426080043740
19011 2025-10-05 03:01:02.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Trollhattan' (17,504) at 20210307205553794
19012 2025-10-05 03:01:02.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hr-All' (17,505) at 20210307205553774
19013 2025-10-05 03:01:02.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpedite520x.h' (17,506) at 20210308005003624
19014 2025-10-05 03:01:02.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_pwm.h' (17,507) at 20241211090212362
19015 2025-10-05 03:01:02.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kmc/kzm9g/kzm9g.c' (17,508) at 20210308005003012
19016 2025-10-05 03:01:02.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/Kconfig' (17,509) at 20210308005002776
19017 2025-10-05 03:01:02.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb' (17,510) at 20231011080016606
19018 2025-10-05 03:01:02.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/timer.c' (17,511) at 20210308005002792
19019 2025-10-05 03:01:02.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/MAINTAINERS' (17,512) at 20210308005002960
19020 2025-10-05 03:01:02.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/cpu.h' (17,513) at 20210308005002800
19021 2025-10-05 03:01:02.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-account' (17,514) at 20210307205554566
19022 2025-10-05 03:01:02.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/device-url-syntax.rst.inc' (17,515) at 20240906080037180
19023 2025-10-05 03:01:02.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/or_action_tests.cpp' (17,516) at 20210308005405938
19024 2025-10-05 03:01:02.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Artistic-1.0-Perl' (17,517) at 20211006000025230
19025 2025-10-05 03:01:02.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-kernel/linux/linux-aspeed/usbctl.cfg' (17,518) at 20210307205553674
19026 2025-10-05 03:01:02.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/xen-save-devices-state.txt' (17,519) at 20210308005045813
19027 2025-10-05 03:01:02.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPD-document' (17,520) at 20241221090017616
19028 2025-10-05 03:01:02.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/crt.S' (17,521) at 20230426080043952
19029 2025-10-05 03:01:02.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/.gitignore' (17,522) at 20220120040024748
19030 2025-10-05 03:01:02.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_servalt_defconfig' (17,523) at 20210308005003268
19031 2025-10-05 03:01:02.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/plutux.h' (17,524) at 20210308005003612
19032 2025-10-05 03:01:02.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/fdt.c' (17,525) at 20210308005045933
19033 2025-10-05 03:01:02.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libfakekey/libfakekey_git.bb' (17,526) at 20230919080013990
19034 2025-10-05 03:01:02.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/server.hpp' (17,527) at 20240829080010546
19035 2025-10-05 03:01:02.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_tpl_dtb.py' (17,528) at 20210308005003748
19036 2025-10-05 03:01:02.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/50-edk2-i386-secure.json' (17,529) at 20210308005046117
19037 2025-10-05 03:01:02.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/mx6sxsabreauto.c' (17,530) at 20210308005002984
19038 2025-10-05 03:01:02.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/Makefile' (17,531) at 20210308005002820
19039 2025-10-05 03:01:02.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd_0.97.bb' (17,532) at 20240413080012659
19040 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/native-intercept/chgrp' (17,533) at 20210307205554638
19041 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_mac16.S' (17,534) at 20210308005046533
19042 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch' (17,535) at 20210608000015791
19043 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8541CDS_defconfig' (17,536) at 20210308005003240
19044 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ActionInfo.v1_4_2.json' (17,537) at 20240619080002940
19045 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/timer.c' (17,538) at 20210308005002756
19046 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/meson.build' (17,539) at 20210308005045993
19047 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/imximage.cfg' (17,540) at 20210308005002724
19048 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/README' (17,541) at 20210308005002920
19049 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/gitlab-kubernetes-runners/values.yaml' (17,542) at 20230925080039989
19050 2025-10-05 03:01:02.955-0500 FINEST t466 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' (17,543) at 20221003030013261
19051 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/conf/machine/include/supermicro.inc' (17,544) at 20221014100013247
19052 2025-10-05 03:01:02.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/templates/default/local.conf.sample' (17,545) at 20241221090017580
19053 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/phosphor-wait-power-on@.service' (17,546) at 20230706080014765
19054 2025-10-05 03:01:02.956-0500 FINEST t466 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' (17,547) at 20241221090017540
19055 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mgcoge3un_defconfig' (17,548) at 20210308005003268
19056 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/configuration.md' (17,549) at 20240809080033023
19057 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/toolchains.yml' (17,550) at 20241206090014206
19058 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p3041_ids.c' (17,551) at 20210308005002832
19059 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/exynos_spi.c' (17,552) at 20210308005003492
19060 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables-context.rst' (17,553) at 20240413080012667
19061 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes.txt' (17,554) at 20210307205553666
19062 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/os-strace.h' (17,555) at 20210927100127045
19063 2025-10-05 03:01:02.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/generic_timer.c' (17,556) at 20210308005002560
19064 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/enter_mpreboot.cpp' (17,557) at 20230915080021805
19065 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland_1.23.1.bb' (17,558) at 20241221090017684
19066 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/tangier.c' (17,559) at 20210308005002860
19067 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cli.h' (17,560) at 20210308005003572
19068 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/logging/phosphor-logging_%.bbappend' (17,561) at 20230728080019718
19069 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-powerpc64.txt' (17,562) at 20240113090014532
19070 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-essiv.c' (17,563) at 20210308005045777
19071 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/perl-ptest.inc' (17,564) at 20241221090017664
19072 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/sockbits.h' (17,565) at 20210308005046089
19073 2025-10-05 03:01:02.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/spl.h' (17,566) at 20210308005002656
19074 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/storage_large.json' (17,567) at 20230202040011970
19075 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/vnc-security.rst' (17,568) at 20210927100127081
19076 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/__init__.py' (17,569) at 20231011080016602
19077 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_powernv.py' (17,570) at 20241211090212542
19078 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/open/open.h' (17,571) at 20210308004938836
19079 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager.c' (17,572) at 20210308005002780
19080 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Madrid' (17,573) at 20210307205553766
19081 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/MAINTAINERS' (17,574) at 20210308005003020
19082 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/BlueRidge.json' (17,575) at 20240703080039227
19083 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/sockbits.h' (17,576) at 20210308005046097
19084 2025-10-05 03:01:02.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_omnia/turris_omnia.c' (17,577) at 20210308005002904
19085 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/debug-assert.h' (17,578) at 20230925080039937
19086 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector-yaml-provider_git.bb' (17,579) at 20210307205554050
19087 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_prctl.h' (17,580) at 20220429100100646
19088 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/meson.build' (17,581) at 20240906080037496
19089 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/system_tests.cpp' (17,582) at 20240817080031296
19090 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/tie.h' (17,583) at 20210308005002884
19091 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P3041DS.h' (17,584) at 20210308005003580
19092 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/templates/default/bblayers.conf.sample' (17,585) at 20240323080013545
19093 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/ivybridge.c' (17,586) at 20210308005002856
19094 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/README' (17,587) at 20210308005002956
19095 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/psci.S' (17,588) at 20210308005002968
19096 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/host_then_chassis_poweroff.cpp' (17,589) at 20240820080021574
19097 2025-10-05 03:01:02.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram_rk3399.h' (17,590) at 20210308005002664
19098 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/generate_yaml_makefile.sh' (17,591) at 20210308005057105
19099 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Host.interface.yaml' (17,592) at 20241120090018888
19100 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5dm.dtsi' (17,593) at 20210308005002572
19101 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-bmi2.c' (17,594) at 20230426080043952
19102 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g10ek_dataflash_cs3_defconfig' (17,595) at 20210308005003248
19103 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_w.c' (17,596) at 20210308005046521
19104 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ds1338-test.c' (17,597) at 20240326080039738
19105 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_canhandle_enumerate_unittest.cpp' (17,598) at 20210308005120361
19106 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Auxtek-T004_defconfig' (17,599) at 20210308005003232
19107 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-quick' (17,600) at 20210308005046393
19108 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/dbus.cpp' (17,601) at 20230511080010311
19109 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_h.c' (17,602) at 20210308005046509
19110 2025-10-05 03:01:02.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino_MICRO-eMMC_defconfig' (17,603) at 20210308005003232
19111 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-array-branch.err' (17,604) at 20230925080040089
19112 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/MAINTAINERS' (17,605) at 20210308005003204
19113 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (17,606) at 20220620100012713
19114 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.conf' (17,607) at 20210307205554570
19115 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager_git.bb' (17,608) at 20220921030015986
19116 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-p212.dtsi' (17,609) at 20210308005002596
19117 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/index.rst' (17,610) at 20211006000025218
19118 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos.c' (17,611) at 20210308005002912
19119 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds' (17,612) at 20210308005002832
19120 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Notify.interface.yaml' (17,613) at 20240618080025497
19121 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bb-perf/bb-matrix.sh' (17,614) at 20210307205554630
19122 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.5.bb' (17,615) at 20241221090017508
19123 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_sandbox.c' (17,616) at 20210308005003496
19124 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/imx/generic.c' (17,617) at 20210308005002548
19125 2025-10-05 03:01:02.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ids/ids8313/MAINTAINERS' (17,618) at 20210308005003008
19126 2025-10-05 03:01:02.962-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/COPYING.MIT' (17,619) at 20220315100011431
19127 2025-10-05 03:01:02.962-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/iomap.h' (17,620) at 20210308005002876
19128 2025-10-05 03:01:02.962-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7753evb_defconfig' (17,621) at 20210308005003280
19129 2025-10-05 03:01:02.962-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-mk802.dts' (17,622) at 20210308005002616
19130 2025-10-05 03:01:02.962-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Delary_Kolaboda' (17,623) at 20210307205553778
19131 2025-10-05 03:01:02.962-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend' (17,624) at 20230228040013307
19132 2025-10-05 03:01:02.962-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-acct_1.0.3.bb' (17,625) at 20220402030015903
19133 2025-10-05 03:01:02.962-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/main.cpp' (17,626) at 20240817080027656
19134 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/lmb.c' (17,627) at 20210308005003740
19135 2025-10-05 03:01:02.963-0500 FINEST t466 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' (17,628) at 20210407000018086
19136 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FilePath.interface.yaml' (17,629) at 20221207040023627
19137 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/rootfs.py' (17,630) at 20220910030013393
19138 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/devtool/bbpath.py' (17,631) at 20210307205554386
19139 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-generic.c' (17,632) at 20210308005003512
19140 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/test/Makefile.am' (17,633) at 20210308004942076
19141 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/auto-basic.json' (17,634) at 20221005030014094
19142 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig' (17,635) at 20210308005003240
19143 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_encoder_json.cpp' (17,636) at 20240106090013589
19144 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-3.conf' (17,637) at 20230412080023460
19145 2025-10-05 03:01:02.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-depends-dot' (17,638) at 20230919080013998
19146 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/templates/default/conf-notes.txt' (17,639) at 20230209040014205
19147 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/quilt.rst' (17,640) at 20230114040015514
19148 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a.dtsi' (17,641) at 20210308005002580
19149 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/Kconfig' (17,642) at 20210308005003036
19150 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb' (17,643) at 20230706080014757
19151 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/alloc.c' (17,644) at 20241219090010500
19152 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_peci.h' (17,645) at 20221215040039182
19153 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/pci.c' (17,646) at 20210308005002956
19154 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/date-time-controller.html' (17,647) at 20210308005107073
19155 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/README' (17,648) at 20210308005003088
19156 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-wrapi18n-perl_0.06.bb' (17,649) at 20241221090017548
19157 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_plane.c' (17,650) at 20210308005003528
19158 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ecryptfs-utils-CVE-2016-6224.patch' (17,651) at 20230706080014769
19159 2025-10-05 03:01:02.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/c.py' (17,652) at 20230925080039993
19160 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/.clang-format' (17,653) at 20241219090031084
19161 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/rename-line-binary.patch' (17,654) at 20210307205553870
19162 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/ch9.h' (17,655) at 20210308005003672
19163 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Elastic-2.0' (17,656) at 20241221090017616
19164 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/trap.c' (17,657) at 20210927100127517
19165 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymetno_0.13.0.bb' (17,658) at 20241221090017560
19166 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-r40-ccu.h' (17,659) at 20230925080039929
19167 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/bootrom.c' (17,660) at 20210308005002772
19168 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/filter.hpp' (17,661) at 20210308005114857
19169 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stalon' (17,662) at 20210307205553790
19170 2025-10-05 03:01:02.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.3.rst' (17,663) at 20241221090017596
19171 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0003-fix-luaL-checkint.patch' (17,664) at 20230131040012027
19172 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6dl-ddr.h' (17,665) at 20210308005002648
19173 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/clock.h' (17,666) at 20210308005002652
19174 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/mx6quq7/mx6quq7-2g.cfg' (17,667) at 20210308005003048
19175 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun9i-a80-cx-a99.dts' (17,668) at 20210308005002628
19176 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci-rcar-gen2.c' (17,669) at 20210308005003448
19177 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_modsub.c' (17,670) at 20210308005046505
19178 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/imximage.cfg' (17,671) at 20210308005003084
19179 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/SerialOverLan/SerialOverLan.vue' (17,672) at 20241004080035967
19180 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/huawei/hg556a/MAINTAINERS' (17,673) at 20210308005003004
19181 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/dl360Start.sh' (17,674) at 20230920080013648
19182 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0002-lua-update-Makefile-to-use-environment-build-setting.patch' (17,675) at 20241221090017524
19183 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.NetConsole' (17,676) at 20210308005003288
19184 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/185.out' (17,677) at 20240326080039730
19185 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target-reg-bits.h' (17,678) at 20230925080040077
19186 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.3.rst' (17,679) at 20241221090017596
19187 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/lm4549.h' (17,680) at 20240326080039426
19188 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/get_mbox_info_v2_timeout.c' (17,681) at 20210308005100993
19189 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_string_entry_decode_string_check.yaml' (17,682) at 20240908080010098
19190 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/r8152_fw.c' (17,683) at 20210308005003504
19191 2025-10-05 03:01:02.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/Makefile' (17,684) at 20210308005002908
19192 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/greatlakes/post_desc.json' (17,685) at 20221207040007843
19193 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/reset-uclass.h' (17,686) at 20210308005003684
19194 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/files/framebuf.conf' (17,687) at 20230401080011943
19195 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/discord-rules.md' (17,688) at 20231129090006061
19196 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/ipmi_timeline_vis.js' (17,689) at 20220602030014530
19197 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/filemonitor-inotify.c' (17,690) at 20240326080039754
19198 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service' (17,691) at 20241206090014334
19199 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Sutherland' (17,692) at 20210307205553766
19200 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/hw_data.c' (17,693) at 20210308005002756
19201 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-inventory-sensors.yaml' (17,694) at 20210307205553694
19202 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sll_w.c' (17,695) at 20210308005046525
19203 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/sigreturn-sigmask.c' (17,696) at 20241211090212550
19204 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpedite550x.h' (17,697) at 20210308005003624
19205 2025-10-05 03:01:02.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/atomic.h' (17,698) at 20210308005003560
19206 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Algsjo' (17,699) at 20210307205553778
19207 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/energy_scale_utils.robot' (17,700) at 20240627080021048
19208 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/pels' (17,701) at 20240613080020632
19209 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/MCD_tasksInit.c' (17,702) at 20210308005003372
19210 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f429.dtsi' (17,703) at 20210308005002616
19211 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/Kconfig' (17,704) at 20240326080039426
19212 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.m54418twr' (17,705) at 20210308005003296
19213 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/spl_minimal.c' (17,706) at 20210308005002988
19214 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_handler.hpp' (17,707) at 20210308005120349
19215 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/bblayers.conf.sample' (17,708) at 20240208090012239
19216 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6s1g_defconfig' (17,709) at 20210308005003272
19217 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_SDCARD_defconfig' (17,710) at 20210308005003244
19218 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/main.hpp' (17,711) at 20220708030027064
19219 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/obmc-phosphor-image.bbappend' (17,712) at 20230627080016962
19220 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/ChangeLog' (17,713) at 20210308004938812
19221 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/vmbus-proto.h' (17,714) at 20210308005046013
19222 2025-10-05 03:01:02.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-setup-builddir' (17,715) at 20240301090012483
19223 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v6mpy_ref.c.inc' (17,716) at 20230925080040097
19224 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_kc705_be.c' (17,717) at 20230426080043928
19225 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/root.txt' (17,718) at 20210308005003308
19226 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/system.hpp' (17,719) at 20231013080042346
19227 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/wic/sdimage-raspberrypi.wks' (17,720) at 20240302090018214
19228 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/qts/pll_config.h' (17,721) at 20210308005003044
19229 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/uw-imap-newer-tls.patch' (17,722) at 20241206090014250
19230 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dist/openpower-dump-monitor.service' (17,723) at 20240625080015044
19231 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/qunit-1.18.0.js' (17,724) at 20210307205554282
19232 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/som-db5800-som-6867.c' (17,725) at 20210308005002908
19233 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/0002-add-an-option-to-specify-iptables-location.patch' (17,726) at 20220402030015903
19234 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/boston-regs.h' (17,727) at 20210308005003008
19235 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/global_data.h' (17,728) at 20210308005002880
19236 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/example/occ_sensor.yaml' (17,729) at 20210308005104321
19237 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/phosphor-dbus-interfaces.wrap' (17,730) at 20220322030048836
19238 2025-10-05 03:01:02.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/read_window_cycle.c' (17,731) at 20210308005108641
19239 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/Kconfig' (17,732) at 20210308005003056
19240 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_firewall.c' (17,733) at 20210308004938824
19241 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_bootmgr.c' (17,734) at 20210308005003700
19242 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/TableCellCount.spec.js' (17,735) at 20241004080035975
19243 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/base64.h' (17,736) at 20210308005046045
19244 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ifplugd/ifplugd/Fix-build-with-musl.patch' (17,737) at 20230706080014741
19245 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/159.out' (17,738) at 20210308005046453
19246 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-in.c' (17,739) at 20221017030010210
19247 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/vma-pthread.c' (17,740) at 20230426080043952
19248 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_prctl.h' (17,741) at 20220429100100642
19249 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/fpga_config.c' (17,742) at 20210308005003012
19250 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/.lcovrc' (17,743) at 20210308005133997
19251 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm013_defconfig' (17,744) at 20210308005003288
19252 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/log.c' (17,745) at 20210308004938832
19253 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/tie.h' (17,746) at 20210308005002884
19254 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_qspi_SECURE_BOOT_defconfig' (17,747) at 20210308005003264
19255 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/Makefile' (17,748) at 20210308005003028
19256 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hwloc/hwloc_2.9.3.bb' (17,749) at 20231011080016578
19257 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-image-signing.bb' (17,750) at 20241206090014274
19258 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/fsl_blob.c' (17,751) at 20210308005003356
19259 2025-10-05 03:01:02.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-apalis.dts' (17,752) at 20210308005002628
19260 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/apalis-tk1.c' (17,753) at 20210308005003080
19261 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/fru_master.json' (17,754) at 20221213040036917
19262 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Laxsjo' (17,755) at 20210307205553786
19263 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6720/db-88f6720.c' (17,756) at 20210308005002904
19264 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/meta-python-image-ptest.bb' (17,757) at 20241221090017548
19265 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arvidsjaur_Jultrask' (17,758) at 20210307205553778
19266 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/tie-asm.h' (17,759) at 20210308005002884
19267 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/mmc.h' (17,760) at 20210308005002668
19268 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pwhistory.conf' (17,761) at 20230817080015056
19269 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bb-perf/buildstats-plot.sh' (17,762) at 20210307205554630
19270 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch' (17,763) at 20230706080014769
19271 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_driver.c' (17,764) at 20210308005003440
19272 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/Kconfig' (17,765) at 20210308005003740
19273 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/branch-impl.c.inc' (17,766) at 20240906080037516
19274 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mii.h' (17,767) at 20210308005003668
19275 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0013-Handle-__cpu_mask-usage.patch' (17,768) at 20240413080012651
19276 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c' (17,769) at 20210308005046509
19277 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-12' (17,770) at 20220412030005129
19278 2025-10-05 03:01:02.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/sendsigs' (17,771) at 20220405030025645
19279 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2022-34568.patch' (17,772) at 20231011080016578
19280 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/mtjade-yaml-config/mtjade-ipmi-fru.yaml' (17,773) at 20211216110018995
19281 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/README.md' (17,774) at 20230609080043311
19282 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/glib-2.0/glib-2.0%.bbappend' (17,775) at 20210307205554058
19283 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb' (17,776) at 20220402030016023
19284 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/omap2430.c' (17,777) at 20210308005003520
19285 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp_0.24.2.bb' (17,778) at 20241221090017504
19286 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/u-boot-spl.lds' (17,779) at 20210308005002764
19287 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmns2/Kconfig' (17,780) at 20210308005002940
19288 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/udoo_spl.c' (17,781) at 20210308005003088
19289 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atf_common.h' (17,782) at 20210308005003560
19290 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/watchdog.hpp' (17,783) at 20210308004925444
19291 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp_r5/board.c' (17,784) at 20210308005003200
19292 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/disk.c' (17,785) at 20210308005003208
19293 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_mem.h' (17,786) at 20240906080037348
19294 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-SuttonColdfield' (17,787) at 20210307205553798
19295 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-eval/Kconfig' (17,788) at 20210308005003056
19296 2025-10-05 03:01:02.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-4a.inc' (17,789) at 20230919080013978
19297 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_fman.h' (17,790) at 20210308005003652
19298 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_fsl_chain_trust.h' (17,791) at 20210308005003572
19299 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/amd-fpga.bb' (17,792) at 20241206090014202
19300 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/clock-vmstate.c' (17,793) at 20240906080037208
19301 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am65x_evm_r5_defconfig' (17,794) at 20210308005003248
19302 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/Kconfig' (17,795) at 20210308005003036
19303 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_reg.h' (17,796) at 20221215040039066
19304 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/file-io-error' (17,797) at 20240326080039734
19305 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-u-boot.dtsi' (17,798) at 20210308005002628
19306 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/Makefile' (17,799) at 20210308005003372
19307 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tqma6_wru4.h' (17,800) at 20210308005003620
19308 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/images/obmc-phosphor-image.bbappend' (17,801) at 20241221090017568
19309 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gobject-introspection.bbclass' (17,802) at 20240124090012258
19310 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040d4_spi_rcw.cfg' (17,803) at 20210308005002992
19311 2025-10-05 03:01:02.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/0001-nettest_omni-Remove-duplicate-variable-definitions.patch' (17,804) at 20210307205553842
19312 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,blueridge-4u_associations.json' (17,805) at 20241212090014007
19313 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/license.py' (17,806) at 20220910030013401
19314 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/broadcom.c' (17,807) at 20230720080043539
19315 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/clocks.cfg' (17,808) at 20210308005002912
19316 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/interrupt.c' (17,809) at 20240326080039746
19317 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/dummy-gbmc-update/dummy-verify.service' (17,810) at 20210803000022008
19318 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/detail_sorted_header.html' (17,811) at 20210307205554282
19319 2025-10-05 03:01:02.974-0500 FINEST t466 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' (17,812) at 20230706080014753
19320 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-processor-common.dtsi' (17,813) at 20210308005002596
19321 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/mux.h' (17,814) at 20210308005002644
19322 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openconnect_1.2.8.bb' (17,815) at 20231126090012785
19323 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/graphene/graphene_1.10.8.bb' (17,816) at 20231126090012861
19324 2025-10-05 03:01:02.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/wic-image-minimal.bb' (17,817) at 20210812000025290
19325 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffsfs.c' (17,818) at 20210308005003556
19326 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/u-boot.lds' (17,819) at 20210308005002828
19327 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/syscall.tbl' (17,820) at 20241211090212386
19328 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Stats.interface.yaml' (17,821) at 20220315030032671
19329 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/xen_blkif.h' (17,822) at 20210308005045845
19330 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/icu/icu/0001-icu-Added-armeb-support.patch' (17,823) at 20240413080012703
19331 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/.lcovrc' (17,824) at 20210308004940468
19332 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/qfw.h' (17,825) at 20210308005003680
19333 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_common.hpp' (17,826) at 20211014000035500
19334 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig' (17,827) at 20210308005003236
19335 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/buildtools-docs-tarball.bb' (17,828) at 20241221090017644
19336 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/039_x86_ucode_missing_node2.dts' (17,829) at 20210308005003752
19337 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/pci.c' (17,830) at 20210308005002828
19338 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sfr/nb4_ser/MAINTAINERS' (17,831) at 20210308005003048
19339 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/fix_number_of_modules.patch' (17,832) at 20230706080014765
19340 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/hellomod_makefile' (17,833) at 20210307205554442
19341 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/hw_data.c' (17,834) at 20210308005002760
19342 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3128.h' (17,835) at 20210308005003596
19343 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/MAINTAINERS' (17,836) at 20210308005003048
19344 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t1024_serdes.c' (17,837) at 20210308005002832
19345 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/rmr_switch.S' (17,838) at 20210308005002784
19346 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/cvs.py' (17,839) at 20210307205554238
19347 2025-10-05 03:01:02.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec/MAINTAINERS' (17,840) at 20210308005002920
19348 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/core.h' (17,841) at 20210308005003500
19349 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/crypto.h' (17,842) at 20210308005002636
19350 2025-10-05 03:01:02.976-0500 FINEST t466 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' (17,843) at 20231126090012773
19351 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/chipidea.h' (17,844) at 20210308005046033
19352 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8mq-evk.dts' (17,845) at 20210308005002580
19353 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/kirkwood_spi.c' (17,846) at 20210308005003492
19354 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/klibc-reboot.patch' (17,847) at 20230706080014733
19355 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc64-linux' (17,848) at 20220402030016247
19356 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Harrsjon' (17,849) at 20210307205553782
19357 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/eth.c' (17,850) at 20210308005002964
19358 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ae350_rv64_defconfig' (17,851) at 20210308005003244
19359 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/Makefile' (17,852) at 20210308005002952
19360 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7790-clock.h' (17,853) at 20210308005003632
19361 2025-10-05 03:01:02.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/psci.h' (17,854) at 20210308005002704
19362 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/rawnand.h' (17,855) at 20210308005003668
19363 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/Makefile' (17,856) at 20210308005002916
19364 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/Makefile' (17,857) at 20210308005003432
19365 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/099.out' (17,858) at 20210308005046445
19366 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord' (17,859) at 20210307205553874
19367 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/conf/machine/include/fsp2.inc' (17,860) at 20210307205553690
19368 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/MAINTAINERS' (17,861) at 20210308005003008
19369 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/sections.h' (17,862) at 20210308005002848
19370 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/inventory-cleanup/witherspoon/inventory-cleanup.yaml' (17,863) at 20210721000034682
19371 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/README' (17,864) at 20210308005046469
19372 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/microchip,clock.h' (17,865) at 20210308005003632
19373 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-addptable2image' (17,866) at 20220612030016767
19374 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/set_exception.hpp' (17,867) at 20220412175720090
19375 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pico-imx6ul.h' (17,868) at 20210308005003612
19376 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/imb/imbapi.h' (17,869) at 20210308004938832
19377 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/aml-build-stub.c' (17,870) at 20221215040039086
19378 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/fuse-allow-other' (17,871) at 20210927100127505
19379 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/blacklist.json' (17,872) at 20210308005114357
19380 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/cdp.c' (17,873) at 20210308005003716
19381 2025-10-05 03:01:02.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/theme.vue' (17,874) at 20220105012522959
19382 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/pch7.c' (17,875) at 20210308005003448
19383 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/trace.h' (17,876) at 20210308005045897
19384 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/util.cpp' (17,877) at 20240205090025370
19385 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nokia' (17,878) at 20210307205553770
19386 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm63158.dtsi' (17,879) at 20210308005002576
19387 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/test_basic.py' (17,880) at 20210307205554434
19388 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/psc_defs.h' (17,881) at 20210308005002720
19389 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (17,882) at 20241206090014226
19390 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ninja/ninja_1.12.1.bb' (17,883) at 20241206090014330
19391 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/MAINTAINERS' (17,884) at 20210308005002984
19392 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8569MDS_ATM_defconfig' (17,885) at 20210308005003240
19393 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/rail.cpp' (17,886) at 20210515000047077
19394 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.err' (17,887) at 20210308005046405
19395 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/smc911x.h' (17,888) at 20210308005003444
19396 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/cobra5272.c' (17,889) at 20210308005002944
19397 2025-10-05 03:01:02.978-0500 FINEST t466 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' (17,890) at 20240413080012627
19398 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch' (17,891) at 20241221090017688
19399 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/bootstrap.sh' (17,892) at 20210308005104849
19400 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu_logo.svg' (17,893) at 20210308005046185
19401 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-x86/Makefile' (17,894) at 20210308005002956
19402 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-pcduino3.dts' (17,895) at 20210308005002624
19403 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/signal.c' (17,896) at 20240906080037156
19404 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data.err' (17,897) at 20230925080040089
19405 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice-glue/libimobiledevice-glue_1.3.1.bb' (17,898) at 20241221090017504
19406 2025-10-05 03:01:02.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/mx7dsabresd.c' (17,899) at 20210308005002988
19407 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/expected_config' (17,900) at 20210308005003736
19408 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Falun_Lovberget' (17,901) at 20210307205553782
19409 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/mdrv2_main.cpp' (17,902) at 20231013080042346
19410 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_rst0.S' (17,903) at 20210308005046533
19411 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/sdp.c' (17,904) at 20210308005003080
19412 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/supports_obmc' (17,905) at 20210308005007100
19413 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue' (17,906) at 20241004080035963
19414 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/.lcovrc' (17,907) at 20210308005134505
19415 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/dhry.h' (17,908) at 20210308005003696
19416 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/kerneldoc.py' (17,909) at 20240906080037176
19417 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/pci-serial.rst' (17,910) at 20230925080039845
19418 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_canvas.c' (17,911) at 20210308005003528
19419 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/SECURITY.md' (17,912) at 20241221090017500
19420 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/events.md.mako' (17,913) at 20240920080030747
19421 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/vcpu.h' (17,914) at 20240326080039546
19422 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control.bb' (17,915) at 20241206090014230
19423 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/bswap.h' (17,916) at 20210308005046185
19424 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/recipeutils.py' (17,917) at 20241206090014306
19425 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/139' (17,918) at 20240326080039730
19426 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/selenium_helpers.py' (17,919) at 20210307205554262
19427 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui_4.6.2.bb' (17,920) at 20241221090017528
19428 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d36ek_cmp_mmc_defconfig' (17,921) at 20210308005003276
19429 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-test_4.%.bbappend' (17,922) at 20241206090014214
19430 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/cm_t3517.c' (17,923) at 20210308005002948
19431 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/sol-sysrq.md' (17,924) at 20231130090006242
19432 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/kp_imx53.c' (17,925) at 20210308005003012
19433 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/crc32.h' (17,926) at 20210610190030293
19434 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/task_state.json' (17,927) at 20230215040020283
19435 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-jerry.dts' (17,928) at 20210308005002604
19436 2025-10-05 03:01:02.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/ChangeLog' (17,929) at 20210307205554226
19437 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed-table.c' (17,930) at 20230925080039829
19438 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.8.2.bb' (17,931) at 20230114040015470
19439 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/UefiTestToolsPkg.dec' (17,932) at 20210308005046541
19440 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ydotool/ydotool_git.bb' (17,933) at 20241206090014258
19441 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Power.interface.yaml' (17,934) at 20230317080020817
19442 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/files/CVE-2020-29074.patch' (17,935) at 20231011080016578
19443 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/MAINTAINERS' (17,936) at 20210308005002980
19444 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-invariants-only' (17,937) at 20211006000025234
19445 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools/v4test.sh' (17,938) at 20210307205553842
19446 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/generic-toastertable-page.html' (17,939) at 20210307205554286
19447 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/init/starscream-init/starscream-init.service' (17,940) at 20240110090012776
19448 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/corstone1000-mps3.conf' (17,941) at 20220804030014663
19449 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/checkroot.sh' (17,942) at 20220405030025645
19450 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/config.js' (17,943) at 20220105012522959
19451 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-der.c' (17,944) at 20221215040039394
19452 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/ReplaceAll.interface.yaml' (17,945) at 20220315030032663
19453 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/clk/fsl,mpc83xx-clk.txt' (17,946) at 20210308005002536
19454 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/xfce.bbclass' (17,947) at 20220125040024383
19455 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/scheduled_host_transition.hpp' (17,948) at 20240820080031614
19456 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-bridge-helper.c' (17,949) at 20210308005046225
19457 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_VINI.json' (17,950) at 20221213040036921
19458 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bouncebuf.h' (17,951) at 20210308005003564
19459 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/gardena-smart-gateway-mt7688.dts' (17,952) at 20210308005002812
19460 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Interbase-1.0' (17,953) at 20211006000025238
19461 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hjo_Grevback' (17,954) at 20210307205553782
19462 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76.inc' (17,955) at 20240301090012451
19463 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtdcore.h' (17,956) at 20210308005003408
19464 2025-10-05 03:01:02.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (17,957) at 20221118040015022
19465 2025-10-05 03:01:02.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Mem_tracker/memcheck.sh' (17,958) at 20221209040018559
19466 2025-10-05 03:01:02.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/openbmc_intf.h' (17,959) at 20241010080036061
19467 2025-10-05 03:01:02.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/eslint-global-config.json' (17,960) at 20221213040016740
19468 2025-10-05 03:01:02.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libabigail/libabigail/0001-Check-for-correct-fts-module.patch' (17,961) at 20241221090017512
19469 2025-10-05 03:01:02.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Sinovoip_BPI_M2_defconfig' (17,962) at 20210308005003244
19470 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/packagedata.py' (17,963) at 20240106090017257
19471 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/kvm/meson.build' (17,964) at 20240906080037496
19472 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-example-native_git.bb' (17,965) at 20220921030015986
19473 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sl_pins.h' (17,966) at 20210308005002648
19474 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/cache.c' (17,967) at 20210308005002816
19475 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (17,968) at 20240829080014018
19476 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/action_error.hpp' (17,969) at 20210308005405930
19477 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3399.h' (17,970) at 20210308005002660
19478 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb' (17,971) at 20241221090017548
19479 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f469-discovery/stm32f469-discovery.c' (17,972) at 20210308005003052
19480 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/phycore_pcl063_defconfig' (17,973) at 20210308005003272
19481 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso.S' (17,974) at 20240326080039562
19482 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_util.cpp' (17,975) at 20230701080027201
19483 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/fw_cfg.h' (17,976) at 20240906080037228
19484 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/distro/include/uboot-distrovars.inc' (17,977) at 20211231040028208
19485 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Langshyttan_Engelsfors' (17,978) at 20210307205553786
19486 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/systemd/system/sysfs-led@.service' (17,979) at 20240719080031533
19487 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pcl063.h' (17,980) at 20210308005003608
19488 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/sdbusplus.wrap' (17,981) at 20220819030023853
19489 2025-10-05 03:01:02.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/timer.c' (17,982) at 20210308005002712
19490 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager_%.bbappend' (17,983) at 20241206090014226
19491 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/x509_utils.cpp' (17,984) at 20240623080018041
19492 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/COPYING.MIT' (17,985) at 20210307205553682
19493 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb' (17,986) at 20220910030013369
19494 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/terminfo_fixes.patch' (17,987) at 20220910030013429
19495 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci-pci.h' (17,988) at 20241211090212342
19496 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb' (17,989) at 20230919080013954
19497 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/312.out' (17,990) at 20210927100127505
19498 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/compression.c' (17,991) at 20210308005003736
19499 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/fec.h' (17,992) at 20210308005002800
19500 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/0002-include-sys-select.h-and-sys-types.h.patch' (17,993) at 20210307205553874
19501 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8610HPCD_defconfig' (17,994) at 20210308005003240
19502 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-h3-ccu.h' (17,995) at 20210308005003640
19503 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/uncovered' (17,996) at 20210307205554630
19504 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ap143.dts' (17,997) at 20210308005002812
19505 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/kmp204x-common.h' (17,998) at 20210308005003600
19506 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/macros.h' (17,999) at 20240326080039746
19507 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/libavb.h' (18,000) at 20210308005003708
19508 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/projecttopbar.js' (18,001) at 20210307205554282
19509 2025-10-05 03:01:02.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/clmul.c' (18,002) at 20240326080039398
19510 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/Makefile.softmmu-target' (18,003) at 20240906080037576
19511 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/index.scss' (18,004) at 20210308005107073
19512 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/error.py' (18,005) at 20210927100127349
19513 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/link.ld' (18,006) at 20230925080040101
19514 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/machine_kernel_pr.bbclass' (18,007) at 20210307205553850
19515 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/firmware/smbios.h' (18,008) at 20240906080037332
19516 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/max8997.c' (18,009) at 20210308005003468
19517 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g35.dtsi' (18,010) at 20210308005002572
19518 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/scripts/host-reboot' (18,011) at 20221209040041007
19519 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/tplink_wdr4300.dts' (18,012) at 20210308005002816
19520 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/qemuarm64.cfg' (18,013) at 20220804030014691
19521 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/arm-ebi.h' (18,014) at 20210308005002912
19522 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe_mdio.h' (18,015) at 20210308005003676
19523 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0010-Always-use-devmapper.patch' (18,016) at 20241221090017540
19524 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lkc_proto.h' (18,017) at 20210308005003732
19525 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/Kconfig' (18,018) at 20210308005002964
19526 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/crc-16-ccitt.c' (18,019) at 20240516080009958
19527 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-core.c' (18,020) at 20210308005003356
19528 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dwc3-omap-uboot.h' (18,021) at 20210308005003644
19529 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/libselinux-1.0' (18,022) at 20211006000025246
19530 2025-10-05 03:01:02.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_config_init.c' (18,023) at 20240906080037320
19531 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/meson-saradc.c' (18,024) at 20210308005003332
19532 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/Kconfig' (18,025) at 20210308005002836
19533 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6348.dtsi' (18,026) at 20210308005002812
19534 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_d.c' (18,027) at 20210308005046513
19535 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun50i_h6.h' (18,028) at 20210308005002664
19536 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/main.cpp' (18,029) at 20230821192414188
19537 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/send-pull-request' (18,030) at 20210307205554642
19538 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/MAINTAINERS' (18,031) at 20210308005002980
19539 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/Kconfig' (18,032) at 20210308005003468
19540 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/run-build-script-ci' (18,033) at 20210408000039305
19541 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/speex/speex_1.2.1.bb' (18,034) at 20220721030015885
19542 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/slt_ast2600.h' (18,035) at 20210308005003616
19543 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-static-utils_2.0.13.bb' (18,036) at 20231014080011723
19544 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/gtest.wrap' (18,037) at 20240815080028259
19545 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_b.c' (18,038) at 20210308005046517
19546 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/LICENSE' (18,039) at 20241206090014290
19547 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/callbackpathgroup.mako.cpp' (18,040) at 20210308005108057
19548 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/minnowmax.h' (18,041) at 20210308005003604
19549 2025-10-05 03:01:02.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_missing_file_reset.cpp' (18,042) at 20241213090006285
19550 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kvarnsvedjan' (18,043) at 20210307205553786
19551 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl_iim' (18,044) at 20210308005003292
19552 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/greatlakes/cri_sensors.json' (18,045) at 20230204040006445
19553 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/miiphybb.c' (18,046) at 20210308005003000
19554 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/disas-objdump.pl' (18,047) at 20210308005046241
19555 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/signal.hpp' (18,048) at 20230511080043139
19556 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/mrw-native_git.bb' (18,049) at 20220921030015986
19557 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-5.conf' (18,050) at 20210307205554082
19558 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/cross.patch' (18,051) at 20210307205553822
19559 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/davinci.c' (18,052) at 20210308005003480
19560 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m2_plus_h5_defconfig' (18,053) at 20210308005003252
19561 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_b.c' (18,054) at 20210308005046513
19562 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/psu-images-one-valid-one-invalid/model-2/MANIFEST' (18,055) at 20230616135354429
19563 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/fw_cfg.c' (18,056) at 20210308005046257
19564 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/entrypoint.sh' (18,057) at 20221120040010710
19565 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/go.py' (18,058) at 20231011080016598
19566 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gargnas' (18,059) at 20210307205553782
19567 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/auto-With167kHzOffsets' (18,060) at 20210307205553766
19568 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdmon/sdmon_git.bb' (18,061) at 20241206090014266
19569 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/165.out' (18,062) at 20210308005046453
19570 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AttributeRegistry.v1_3_9.json' (18,063) at 20240619080002940
19571 2025-10-05 03:01:02.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0001-build-these-are-foreign-automake-projects.patch' (18,064) at 20210307205553802
19572 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier4U/11.json' (18,065) at 20240212090032054
19573 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stm32f746-disco_defconfig' (18,066) at 20210308005003280
19574 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/meson.build' (18,067) at 20221215040039050
19575 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/Makefile' (18,068) at 20210308005003012
19576 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/dump_utils.hpp' (18,069) at 20211019000032259
19577 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/byacc-open.patch' (18,070) at 20210307205553910
19578 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nfacct/nfacct_1.0.2.bb' (18,071) at 20230520080014476
19579 2025-10-05 03:01:02.987-0500 FINEST t466 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' (18,072) at 20220204040022492
19580 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ac97-test.c' (18,073) at 20230925080040093
19581 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (18,074) at 20241206090014286
19582 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/peer-targets-rainier-2u.json' (18,075) at 20220302040019952
19583 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/raspi_platform.h' (18,076) at 20240906080037328
19584 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/sama5d2_devices.c' (18,077) at 20210308005002712
19585 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/cpu-qom.h' (18,078) at 20240326080039674
19586 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/README.md' (18,079) at 20240806080004943
19587 2025-10-05 03:01:02.987-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (18,080) at 20230310090018691
19588 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/mc_sys.c' (18,081) at 20210308005003432
19589 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/devupstream.bbclass' (18,082) at 20230919080013974
19590 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/board.c' (18,083) at 20210308005003056
19591 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/vnstat/vnstat_2.6.bb' (18,084) at 20220402030015911
19592 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-ubjson_0.16.1.bb' (18,085) at 20240302090018210
19593 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/fp-ops.c.inc' (18,086) at 20240906080037520
19594 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/mock_sensor_manager.hpp' (18,087) at 20240919080039606
19595 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_init4.decode' (18,088) at 20210308005046389
19596 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/galileo_defconfig' (18,089) at 20210308005003260
19597 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/zones.json' (18,090) at 20231213090027090
19598 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu2down.service' (18,091) at 20230920080013648
19599 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/mcx.c' (18,092) at 20210308005003004
19600 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/flow.h' (18,093) at 20210308005002668
19601 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9g45/MAINTAINERS' (18,094) at 20210308005003040
19602 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-android-dt.c' (18,095) at 20210308005003228
19603 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada8k/cache_llc.h' (18,096) at 20210308005002636
19604 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-astlpc-daemon.c' (18,097) at 20221017030010210
19605 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/controlcenterdc.c' (18,098) at 20210308005003000
19606 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/071_gbb.dts' (18,099) at 20210308005003752
19607 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_h.c' (18,100) at 20210308005046517
19608 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/x530.h' (18,101) at 20210308005003624
19609 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcsc-tools/pcsc-tools_1.7.2.bb' (18,102) at 20241221090017544
19610 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/qemu-x86_i440fx.dts' (18,103) at 20210308005002872
19611 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/rcS' (18,104) at 20210307205554494
19612 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/ath79/Makefile' (18,105) at 20210308005003456
19613 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.json' (18,106) at 20210927100127469
19614 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/sensor_types.hpp' (18,107) at 20220412175720086
19615 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/request_low_version.c' (18,108) at 20210308005100993
19616 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/tcsd.service' (18,109) at 20230520080014488
19617 2025-10-05 03:01:02.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/commands.py' (18,110) at 20241221090017632
19618 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/f1.bb' (18,111) at 20210316000012685
19619 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_lic_files_chksum_presence.fail' (18,112) at 20241206090014310
19620 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/megasas-test.c' (18,113) at 20221215040039378
19621 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_divu.c' (18,114) at 20210308005046529
19622 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/015' (18,115) at 20210927100127473
19623 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (18,116) at 20240522080012568
19624 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/eth.h' (18,117) at 20210308005002848
19625 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsuu_s_d.c' (18,118) at 20210308005046521
19626 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/record_manager.cpp' (18,119) at 20230511080045639
19627 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_h.c' (18,120) at 20210308005046517
19628 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Idle' (18,121) at 20210307205553798
19629 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/unaligned/generic.h' (18,122) at 20210308005003672
19630 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/testmetaidesupport.py' (18,123) at 20220910030013401
19631 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/MAINTAINERS' (18,124) at 20210308005002980
19632 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/huawei/hg556a/hg556a.c' (18,125) at 20210308005003008
19633 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/uDPU_defconfig' (18,126) at 20210308005003284
19634 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ae350' (18,127) at 20210308005003292
19635 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7791-cpg-mssr.c' (18,128) at 20210308005003352
19636 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch' (18,129) at 20230503080014587
19637 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/syscallhdr.sh' (18,130) at 20241211090212378
19638 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/board_common.c' (18,131) at 20221021030041179
19639 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/kwbimage-memphis.cfg' (18,132) at 20210308005003012
19640 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-ampere.dts' (18,133) at 20240325080037190
19641 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Cadca' (18,134) at 20210307205553794
19642 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/float_convd.c' (18,135) at 20240906080037576
19643 2025-10-05 03:01:02.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/Util.pm' (18,136) at 20210308005052041
19644 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery.dataTables-1.13.8.min.js' (18,137) at 20240106090017249
19645 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/transform.hpp' (18,138) at 20221014100033151
19646 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/clk.h' (18,139) at 20210308005002776
19647 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/6x_bootscript.txt' (18,140) at 20210308005002924
19648 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableFans.vue' (18,141) at 20241005080042593
19649 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/Kconfig' (18,142) at 20210308005003412
19650 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/ci_udc.h' (18,143) at 20210308005003688
19651 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-11.yaml' (18,144) at 20241219090012972
19652 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/LICENSE' (18,145) at 20210307205553718
19653 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/stdplus.wrap' (18,146) at 20220603030001748
19654 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-kernel/linux/linux-aspeed/daytonax.cfg' (18,147) at 20230209040014205
19655 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Marsboard_A10_defconfig' (18,148) at 20210308005003240
19656 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware_am33xx.h' (18,149) at 20210308005002636
19657 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Graninge' (18,150) at 20210307205553782
19658 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console/obmc-console@.service' (18,151) at 20220520030031836
19659 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/classes/clutter.bbclass' (18,152) at 20210608000015791
19660 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/brev.c' (18,153) at 20230925080040097
19661 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-8k/board.c' (18,154) at 20210308005002908
19662 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m0130673325.dtsi' (18,155) at 20210308005002864
19663 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-fmopa-3.c' (18,156) at 20240906080037576
19664 2025-10-05 03:01:02.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-legacy-test-cross.docker' (18,157) at 20240906080037560
19665 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/gpio.c' (18,158) at 20210308005003212
19666 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/fw-update/pldm_fwup_pkg_creator.py' (18,159) at 20230726080035502
19667 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/targeting.cpp' (18,160) at 20240820080019934
19668 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-icount.h' (18,161) at 20230925080039813
19669 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/jenkins_funcs.sh' (18,162) at 20221209040018559
19670 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/MAINTAINERS' (18,163) at 20210308005002952
19671 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/evm.h' (18,164) at 20210308005003076
19672 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BrougherMountain' (18,165) at 20210307205553794
19673 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/rt5677.h' (18,166) at 20210308005003488
19674 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/Makefile.target' (18,167) at 20240906080037580
19675 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_miim.c' (18,168) at 20210308005003436
19676 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/include/manager_serialize.hpp' (18,169) at 20230616080002183
19677 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/Makefile' (18,170) at 20210308005002908
19678 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb' (18,171) at 20230813080012844
19679 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi-k2_defconfig' (18,172) at 20210308005003272
19680 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/ddr.c' (18,173) at 20210308005002996
19681 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/tcg_gen_extract.cocci' (18,174) at 20210308005046237
19682 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/common.wks.inc' (18,175) at 20210817100021814
19683 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/lpc_common.h' (18,176) at 20210308005002880
19684 2025-10-05 03:01:02.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/soc.c' (18,177) at 20210308005002728
19685 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-shc-u-boot.dtsi' (18,178) at 20210308005002564
19686 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_cmp.S' (18,179) at 20230426080043952
19687 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/232' (18,180) at 20210927100127497
19688 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-powerpc64le.txt' (18,181) at 20240113090014532
19689 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bitbangMII' (18,182) at 20210308005003292
19690 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/endian-little' (18,183) at 20210307205554626
19691 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-vf.c' (18,184) at 20210308005003512
19692 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ekb/ekb.inc' (18,185) at 20240321080012269
19693 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc64-linux-musl' (18,186) at 20220402030016247
19694 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/generictimer.h' (18,187) at 20210308005002636
19695 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/phosphor-logging.wrap' (18,188) at 20240329080027212
19696 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/zynqmp_gqspi.c' (18,189) at 20210308005003496
19697 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_h.c' (18,190) at 20210308005046521
19698 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/services/psu-update@.service' (18,191) at 20230616135354425
19699 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.33.bb' (18,192) at 20241221090017544
19700 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6dl_mba6_mmc_defconfig' (18,193) at 20210308005003284
19701 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/addrspace.h' (18,194) at 20240906080037160
19702 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/checksocket.py' (18,195) at 20230919080013966
19703 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/lxdm.conf' (18,196) at 20210307205553946
19704 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/980619-1.c' (18,197) at 20210308005003720
19705 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/Kconfig' (18,198) at 20210308005003372
19706 2025-10-05 03:01:02.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sandbox.h' (18,199) at 20210308005003612
19707 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/sensors/phosphor-virtual-sensor/mtmitchell_virtual_sensor_config.json' (18,200) at 20241108090014316
19708 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-iot-duart.dts' (18,201) at 20210308005002596
19709 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/board.c' (18,202) at 20210308005002760
19710 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/1f199813e0eb0246f63b54e9e154970e609575af.patch' (18,203) at 20211006000025274
19711 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_monitor.cpp' (18,204) at 20240830080017491
19712 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/config.mk' (18,205) at 20210308005003056
19713 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/Kconfig' (18,206) at 20210308005002980
19714 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-375.dtsi' (18,207) at 20210308005002564
19715 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/mp.c' (18,208) at 20210308005002556
19716 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_server.c' (18,209) at 20230629131804623
19717 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_d.c' (18,210) at 20210308005046517
19718 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/auto-Default' (18,211) at 20210307205553766
19719 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ti814x_evm_defconfig' (18,212) at 20210308005003284
19720 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-ubi.bbclass' (18,213) at 20210812000025258
19721 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_reg.h' (18,214) at 20221215040039062
19722 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11_cpdt.c' (18,215) at 20221215040039202
19723 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/COPYING.MIT' (18,216) at 20220804030014663
19724 2025-10-05 03:01:02.993-0500 FINEST t466 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' (18,217) at 20210307205553902
19725 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-cmake-Do-not-build-po-files.patch' (18,218) at 20230520080014500
19726 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (18,219) at 20210307205553666
19727 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-sabreauto.dtsi' (18,220) at 20210308005002584
19728 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xwd_1.0.9.bb' (18,221) at 20230610080017603
19729 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/tuning.md' (18,222) at 20241022080027608
19730 2025-10-05 03:01:02.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PrivilegeRegistry.v1_1_5.json' (18,223) at 20240619080002952
19731 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3328.dtsi' (18,224) at 20210308005002608
19732 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/coroutine-core.h' (18,225) at 20240906080037344
19733 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/throttle.c' (18,226) at 20240326080039758
19734 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ve8313/Kconfig' (18,227) at 20210308005003168
19735 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/argument.hpp' (18,228) at 20220330030021482
19736 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu2.json' (18,229) at 20230920080013648
19737 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/wistron-ipmi-oem_git.bb' (18,230) at 20220126040017539
19738 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Melbourne-Selby' (18,231) at 20210307205553762
19739 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch' (18,232) at 20241221090017656
19740 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/sol_utils.tcl' (18,233) at 20231205090015077
19741 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/clock_slice.c' (18,234) at 20210308005002724
19742 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-updatesymlinks.service' (18,235) at 20240409080017675
19743 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3-with-bison-exception' (18,236) at 20210307205554422
19744 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/partitions.h' (18,237) at 20210308005003668
19745 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/bmcstate' (18,238) at 20210308005059705
19746 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Jokioinen' (18,239) at 20210307205553766
19747 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/meson.build' (18,240) at 20240906080037444
19748 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-lib-transaction.c-fix-file-conflicts-for-MIPS64-N32.patch' (18,241) at 20241221090017672
19749 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb' (18,242) at 20240124090012262
19750 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/LICENSE' (18,243) at 20210308005112989
19751 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/beaglebone_vboot.txt' (18,244) at 20210308005003332
19752 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb_mass_storage.h' (18,245) at 20210308005003692
19753 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.11.0.bb' (18,246) at 20241206090014270
19754 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctucan_core.h' (18,247) at 20221215040039126
19755 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/speed.c' (18,248) at 20210308005002800
19756 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lz4.c' (18,249) at 20210308005003708
19757 2025-10-05 03:01:02.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/Kconfig' (18,250) at 20210308005002852
19758 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/dovecot.socket' (18,251) at 20210307205553838
19759 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/installer/qemu-ga.wxs' (18,252) at 20230426080043840
19760 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_service_parser.cpp' (18,253) at 20240723080028240
19761 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/thunderx-88xx.dtsi' (18,254) at 20210308005002632
19762 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/images/core-image-sato-sdk.bb' (18,255) at 20241221090017692
19763 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/sys_proto.h' (18,256) at 20210308005002656
19764 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-tests.inc' (18,257) at 20220125040024479
19765 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/Kconfig' (18,258) at 20210308005002992
19766 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_mapper_entry.cpp' (18,259) at 20230222020925387
19767 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb' (18,260) at 20230131040012023
19768 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron-failure@.service' (18,261) at 20241029080011443
19769 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/LICENSE' (18,262) at 20210307205553666
19770 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/159' (18,263) at 20210927100127489
19771 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6ul_14x14_evk.h' (18,264) at 20210308005003604
19772 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/sha1.h' (18,265) at 20210308005003688
19773 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/Makefile' (18,266) at 20210308005002844
19774 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.3.rst' (18,267) at 20241221090017592
19775 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm946es/start.S' (18,268) at 20210308005002552
19776 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-vyasa.dts' (18,269) at 20210308005002608
19777 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/Makefile' (18,270) at 20210308005003488
19778 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/syscon_sandbox.c' (18,271) at 20210308005003400
19779 2025-10-05 03:01:02.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Bonnell/bios_attrs.json' (18,272) at 20241111090035282
19780 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/mock_ethernet_interface.hpp' (18,273) at 20230927080031539
19781 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cutils.c' (18,274) at 20241211090212558
19782 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gumhojden' (18,275) at 20210307205553782
19783 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/atomics.c' (18,276) at 20230925080040097
19784 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stordalen' (18,277) at 20210307205553790
19785 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_omnia/MAINTAINERS' (18,278) at 20210308005002904
19786 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_backup.h' (18,279) at 20230426080043752
19787 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fr-be' (18,280) at 20210308005046145
19788 2025-10-05 03:01:02.996-0500 FINEST t466 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' (18,281) at 20230401080011931
19789 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/uboot.py' (18,282) at 20241221090017632
19790 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.7.0.bb' (18,283) at 20240301090012439
19791 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-HawkesBayNapier' (18,284) at 20210307205553778
19792 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/processor.h' (18,285) at 20240326080039550
19793 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M53017EVB.h' (18,286) at 20210308005003576
19794 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/path.py' (18,287) at 20240618080045405
19795 2025-10-05 03:01:02.996-0500 FINEST t466 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' (18,288) at 20210307205553894
19796 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-1m/tune-cortexm55.inc' (18,289) at 20240301090012451
19797 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/0002-Fix-building-with-libc.patch' (18,290) at 20210307205553962
19798 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmms/libmms_0.6.4.bb' (18,291) at 20241221090017532
19799 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/input/input.h' (18,292) at 20210308005003636
19800 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/README' (18,293) at 20210308005003072
19801 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/vexpress.rst' (18,294) at 20240326080039406
19802 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/COPYING.apache-2.0' (18,295) at 20210307205554054
19803 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/reset_button.cpp' (18,296) at 20220622030021581
19804 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/generate-tar' (18,297) at 20240731080017594
19805 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/stm32f205_soc.h' (18,298) at 20240326080039534
19806 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/machine/x11spi.conf' (18,299) at 20230927080013514
19807 2025-10-05 03:01:02.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_sandbox.c' (18,300) at 20210308005003348
19808 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/Makefile' (18,301) at 20210308005003360
19809 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb' (18,302) at 20241221090017516
19810 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/Kconfig' (18,303) at 20241211090212202
19811 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ap.h' (18,304) at 20210308005002668
19812 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bitbake.rst' (18,305) at 20210420000021574
19813 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_db.c' (18,306) at 20210308005003364
19814 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/control_legacy.c' (18,307) at 20230809080010799
19815 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-led-yaml-group-priority.cpp' (18,308) at 20240828080025979
19816 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/reset.c' (18,309) at 20210308005002712
19817 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/get_flash_info_v2.c' (18,310) at 20210308005108641
19818 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/spl.c' (18,311) at 20210308005002708
19819 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore.dts' (18,312) at 20210308005002584
19820 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8qxp.dtsi' (18,313) at 20210308005002580
19821 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/README.md' (18,314) at 20240618080025497
19822 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/syscall_nr.h' (18,315) at 20210308005046085
19823 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/phosphor-logging.wrap' (18,316) at 20220331030041643
19824 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/processor.h' (18,317) at 20210308005002880
19825 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy28-89.0W' (18,318) at 20210307205553762
19826 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control_%.bbappend' (18,319) at 20241206090014218
19827 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci.h' (18,320) at 20210308005003676
19828 2025-10-05 03:01:02.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/qdev-device-use.txt' (18,321) at 20230426080043664
19829 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet97fv2_defconfig' (18,322) at 20210308005003260
19830 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/ppcstring.S' (18,323) at 20210308005002840
19831 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/krill/krill_0.12.3.bb' (18,324) at 20241221090017580
19832 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_overlay.c' (18,325) at 20210308005003764
19833 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/imap-2007f-format-security.patch' (18,326) at 20210307205553906
19834 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/data.py' (18,327) at 20210307205554434
19835 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-mkv/libmatroska/libmatroska_1.7.1.bb' (18,328) at 20231126090012781
19836 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/project.html' (18,329) at 20220402030016107
19837 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/dump_flash.cpp' (18,330) at 20210308005108645
19838 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lae.c' (18,331) at 20240906080037580
19839 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/vrm-control/vrm.sh' (18,332) at 20210307205553694
19840 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/util.hpp' (18,333) at 20210308005405926
19841 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/pcie_ssd_retimer.json' (18,334) at 20220601030005869
19842 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/0001-lmon16g.c-Adjust-system-headers.patch' (18,335) at 20230706080014757
19843 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/stdio.c' (18,336) at 20210308005003232
19844 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/run-ptest' (18,337) at 20210307205554558
19845 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/gbs-ipmid-whitelist.conf' (18,338) at 20210307205554086
19846 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-gp/db-88f6820-gp.c' (18,339) at 20210308005002904
19847 2025-10-05 03:01:02.998-0500 FINEST t466 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' (18,340) at 20230706080014753
19848 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/status_led.h' (18,341) at 20210308005003684
19849 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/buildinfohelper.py' (18,342) at 20241206090014290
19850 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/FileHandle.hpp' (18,343) at 20230614080004770
19851 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-server.init' (18,344) at 20210307205554122
19852 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__schedule_from.hpp' (18,345) at 20241219090033964
19853 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-6a.inc' (18,346) at 20240301090012451
19854 2025-10-05 03:01:02.998-0500 FINEST t466 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' (18,347) at 20240904080027738
19855 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-string-input-visitor.c' (18,348) at 20221215040039394
19856 2025-10-05 03:01:02.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/utility/timer.hpp' (18,349) at 20230511080043139
19857 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target-reg-bits.h' (18,350) at 20230925080040073
19858 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/sdbus.cpp' (18,351) at 20210308005049761
19859 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stih410-b2260.h' (18,352) at 20210308005003616
19860 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston32r2el_defconfig' (18,353) at 20210308005003252
19861 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ethernut5_defconfig' (18,354) at 20210308005003256
19862 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_startimage_exit.c' (18,355) at 20210308005003704
19863 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/reset.c' (18,356) at 20210308005002548
19864 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.interface.yaml' (18,357) at 20241120090018888
19865 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/LINGUAS' (18,358) at 20221215040039254
19866 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Raahe_Piehinki' (18,359) at 20210307205553774
19867 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a0_defconfig' (18,360) at 20210308005003256
19868 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/callout.cpp' (18,361) at 20240820080027370
19869 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/Makefile' (18,362) at 20210308005002796
19870 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandbox/README.sandbox' (18,363) at 20210308005003044
19871 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/secomx6quq7.h' (18,364) at 20210308005003616
19872 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/bcm_udc_otg.h' (18,365) at 20210308005003504
19873 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/MAINTAINERS' (18,366) at 20210308005003068
19874 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorcp_cm1136_defconfig' (18,367) at 20210308005003260
19875 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/MAINTAINERS' (18,368) at 20210308005003012
19876 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb' (18,369) at 20231011080016578
19877 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DL-DE-ZERO-2.0' (18,370) at 20241221090017616
19878 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_insert.S' (18,371) at 20240326080039746
19879 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer/witherspoon/ucd90160.yaml' (18,372) at 20210307205553710
19880 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rtc-lib.c' (18,373) at 20210308005003480
19881 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/OGPL' (18,374) at 20210307205553866
19882 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-pbkdf.c' (18,375) at 20241211090212554
19883 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LXR0.interface.yaml' (18,376) at 20220315030032659
19884 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/sdram_elpida.c' (18,377) at 20210308005002760
19885 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/phosphor-dbus-interfaces.wrap' (18,378) at 20220409030025463
19886 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/Kconfig' (18,379) at 20210308005002976
19887 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040_pbi.cfg' (18,380) at 20210308005002992
19888 2025-10-05 03:01:02.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/encode_pp.def' (18,381) at 20230925080040021
19889 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs2.dtsi' (18,382) at 20210308005002632
19890 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/sockbits.h' (18,383) at 20210308005046069
19891 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/donnot-extract-gdb-during-do-compile.patch' (18,384) at 20230401080011939
19892 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/config.mk' (18,385) at 20210308005002540
19893 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raspberrypi/rpi/MAINTAINERS' (18,386) at 20210308005003032
19894 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/distrodata.py' (18,387) at 20241221090017632
19895 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/sysfs.hpp' (18,388) at 20240801080023488
19896 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/IdlePowerSaver.interface.yaml' (18,389) at 20221207040023627
19897 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/concurrencytest.py' (18,390) at 20231014080011731
19898 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-abrmd/files/tpm2-abrmd-init.sh' (18,391) at 20210307205554118
19899 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/245.out' (18,392) at 20230925080040089
19900 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/HW_CI' (18,393) at 20220429100025221
19901 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/serial_scc.c' (18,394) at 20210308005002832
19902 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/interrupts.c' (18,395) at 20210308005002848
19903 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/Makefile' (18,396) at 20210308005002944
19904 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am3517crane/Makefile' (18,397) at 20210308005003076
19905 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/phosphor-logging.wrap' (18,398) at 20230714080032711
19906 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-dpaa' (18,399) at 20210308005003292
19907 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/error-printf.c' (18,400) at 20221215040039274
19908 2025-10-05 03:01:03.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/eth.c' (18,401) at 20210308005002968
19909 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_monitor.hpp' (18,402) at 20240830080017491
19910 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_qb.c' (18,403) at 20210308005046505
19911 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk322x.c' (18,404) at 20210308005003476
19912 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra20_slink.c' (18,405) at 20210308005003496
19913 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Orebro_Lockhyttan' (18,406) at 20210307205553790
19914 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/dra7xx_iodelay.c' (18,407) at 20210308005002760
19915 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/firmware.scss' (18,408) at 20210308005107077
19916 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/ls1012aqds_qixis.h' (18,409) at 20210308005002964
19917 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6ul-clock.h' (18,410) at 20210308005003632
19918 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/0003-only-make-one-reference-to-env.patch' (18,411) at 20210528000029695
19919 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/dma-mapping.h' (18,412) at 20210308005002672
19920 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/systemd/systemd_%.bbappend' (18,413) at 20241221090017472
19921 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/hg.py' (18,414) at 20231126090012809
19922 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/Makefile' (18,415) at 20210308005003040
19923 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/lsxl.h' (18,416) at 20210308005002944
19924 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_features_def.h' (18,417) at 20210308005046333
19925 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-libs.patch' (18,418) at 20210905000020557
19926 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes.txt' (18,419) at 20210307205553690
19927 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/0001-Remove-OOM-tests-from-runtest-mm.patch' (18,420) at 20241206090014334
19928 2025-10-05 03:01:03.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ci20.dts' (18,421) at 20210308005002812
19929 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fsi.c' (18,422) at 20210308005003212
19930 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/sdp4430_mux_data.h' (18,423) at 20210308005003080
19931 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/StatusIcon.spec.js' (18,424) at 20241004080035975
19932 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/spl_gen5.c' (18,425) at 20210308005002780
19933 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/armv7m.h' (18,426) at 20240906080037328
19934 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_sec_mon.c' (18,427) at 20210308005003400
19935 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/0001-dont-unset-cflags.patch' (18,428) at 20230706080014741
19936 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/phase_fault_detection.hpp' (18,429) at 20240817080031296
19937 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_cpu.h' (18,430) at 20210308005046093
19938 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/net/meson.build' (18,431) at 20220914030033172
19939 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/enforce-use-stl.patch' (18,432) at 20210307205553982
19940 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/dbus_interfaces_finder.hpp' (18,433) at 20240817080031288
19941 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/sensorcommands.cpp' (18,434) at 20240920080007542
19942 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/me.c' (18,435) at 20210308005002852
19943 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_gen5.c' (18,436) at 20210308005002780
19944 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.shellcheck-ignore' (18,437) at 20230629131804611
19945 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5422-odroidxu3.dts' (18,438) at 20210308005002580
19946 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_gpt.h' (18,439) at 20210308005002664
19947 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/cg3100d/Kconfig' (18,440) at 20210308005003024
19948 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/resource_dump_entry.cpp' (18,441) at 20230627080024910
19949 2025-10-05 03:01:03.002-0500 FINEST t466 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' (18,442) at 20231011080016574
19950 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync/me-time-sync.sh' (18,443) at 20230415080012881
19951 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/reset.S' (18,444) at 20210308005002776
19952 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmark-techno/armadillo-800eva/Kconfig' (18,445) at 20210308005002916
19953 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/sev-guest-firmware.rst' (18,446) at 20220429100100422
19954 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nvme' (18,447) at 20210308005003296
19955 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-skip-the-test-when-gcc-not-deployed.patch' (18,448) at 20241221090017656
19956 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_d.c' (18,449) at 20210308005046513
19957 2025-10-05 03:01:03.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/batch.py' (18,450) at 20210307205554642
19958 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/socket.h' (18,451) at 20210308005046093
19959 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Karkkila' (18,452) at 20210307205553770
19960 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/layer-overview.py' (18,453) at 20220804030014695
19961 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/gui.py' (18,454) at 20210307205554642
19962 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/SES2_C-87.0W' (18,455) at 20210307205553762
19963 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.prettierignore' (18,456) at 20221216040019482
19964 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ipmi.h' (18,457) at 20221215040039178
19965 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/at91.h' (18,458) at 20210308005003636
19966 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/dbus/file_notifier.hpp' (18,459) at 20240910080001398
19967 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/MAINTAINERS' (18,460) at 20210308005003032
19968 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_defconfig' (18,461) at 20210308005003284
19969 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fp-exceptions.c' (18,462) at 20221215040039386
19970 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxtst_1.2.5.bb' (18,463) at 20241221090017684
19971 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-util.h' (18,464) at 20240326080039546
19972 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Namestovo' (18,465) at 20210307205553794
19973 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/Kconfig' (18,466) at 20210308005002820
19974 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (18,467) at 20241015080012039
19975 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_PCI_33_PCIE_defconfig' (18,468) at 20210308005003280
19976 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Gdansk' (18,469) at 20210307205553778
19977 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/LICENSE' (18,470) at 20210308005046541
19978 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/bufferiszero.c.inc' (18,471) at 20240906080037184
19979 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/setup.py' (18,472) at 20220728030041559
19980 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Board.interface.yaml' (18,473) at 20210610000035126
19981 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/wakeup.S' (18,474) at 20210308005002860
19982 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/Kconfig' (18,475) at 20240906080037528
19983 2025-10-05 03:01:03.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/board.c' (18,476) at 20210308005002784
19984 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_delloem.h' (18,477) at 20210308004938820
19985 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/feh/feh_3.10.3.bb' (18,478) at 20241221090017528
19986 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuarm/machconfig' (18,479) at 20210307205554454
19987 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-octeontx2.inc' (18,480) at 20240301090012451
19988 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_mman.h' (18,481) at 20230925080039941
19989 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_qbman_base.h' (18,482) at 20210308005003648
19990 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-pipe.c' (18,483) at 20221017030010210
19991 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.json' (18,484) at 20210927100127469
19992 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arosjokk' (18,485) at 20210307205553778
19993 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_000_version.py' (18,486) at 20210308005003744
19994 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/car.S' (18,487) at 20210308005002852
19995 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/conv-funcs.h' (18,488) at 20210308005003544
19996 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/config-scpback.json' (18,489) at 20210413100020746
19997 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/virtio-9p.h' (18,490) at 20210308005045821
19998 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_resource.h' (18,491) at 20220429100100646
19999 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/106.out' (18,492) at 20210308005046445
20000 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb' (18,493) at 20230114040015550
20001 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.linter-ignore' (18,494) at 20221208040033314
20002 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/ccn504.S' (18,495) at 20210308005002708
20003 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/xen-9pfs.h' (18,496) at 20210308005045821
20004 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libopus/libopus_1.5.2.bb' (18,497) at 20241206090014258
20005 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb' (18,498) at 20241206090014238
20006 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/xtensa-isa-internal.h' (18,499) at 20210308005046373
20007 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srl_w.c' (18,500) at 20210308005046525
20008 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/templates/default/local.conf.sample' (18,501) at 20241221090017484
20009 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/board-gx.c' (18,502) at 20210308005002752
20010 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_bytes_action.hpp' (18,503) at 20240817080031292
20011 2025-10-05 03:01:03.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds' (18,504) at 20210308005002832
20012 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch' (18,505) at 20241221090017664
20013 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/leds/phosphor-led-manager/com.ampere.Hardware.Chassis.Model.MtJade.json' (18,506) at 20240906080012375
20014 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-font-common.inc' (18,507) at 20220823030015991
20015 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a1-emmc_defconfig' (18,508) at 20220802100038577
20016 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/066' (18,509) at 20240906080037564
20017 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/.gitignore' (18,510) at 20210308005003744
20018 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/MountPoint.interface.yaml' (18,511) at 20240618080025501
20019 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/common.h' (18,512) at 20210308005002944
20020 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/liblognorm_2.0.6.bb' (18,513) at 20231207090015266
20021 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston-autologin' (18,514) at 20210307205554586
20022 2025-10-05 03:01:03.005-0500 FINEST t466 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' (18,515) at 20221003030013261
20023 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/default_server.site' (18,516) at 20210307205554034
20024 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/Kconfig' (18,517) at 20210308005003032
20025 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/filemonitor.h' (18,518) at 20210308005046045
20026 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/util.hpp' (18,519) at 20210308005346770
20027 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/is-Reykjavik' (18,520) at 20210307205553774
20028 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x/Makefile' (18,521) at 20210308005002772
20029 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/fw_cfg_acpi.h' (18,522) at 20241211090212362
20030 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/automake-foreign.patch' (18,523) at 20210307205553958
20031 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65910_pmic.h' (18,524) at 20210308005003680
20032 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9x5ek_nandflash_defconfig' (18,525) at 20210308005003248
20033 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/00-bmc-eth0.4004.1.network' (18,526) at 20210307205554222
20034 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/228.out' (18,527) at 20210308005046461
20035 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-colombus.dts' (18,528) at 20210308005002620
20036 2025-10-05 03:01:03.005-0500 FINEST t466 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' (18,529) at 20240904080027738
20037 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_rcw_nand.cfg' (18,530) at 20210308005002968
20038 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/hello-s390x.c' (18,531) at 20210308005046529
20039 2025-10-05 03:01:03.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/meta-python-image-ptest-fast.bb' (18,532) at 20231014080011723
20040 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mvneta.c' (18,533) at 20210308005003436
20041 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/max8998.c' (18,534) at 20210308005003468
20042 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/xyzModem.h' (18,535) at 20210308005003692
20043 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/licenses/OML' (18,536) at 20210307205554034
20044 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/load.c' (18,537) at 20210308005003212
20045 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/0001-setup.py-switch-to-setuptools.patch' (18,538) at 20220402030016019
20046 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/spl.c' (18,539) at 20210308005002940
20047 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stm32mp1-clksrc.h' (18,540) at 20210308005003636
20048 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fec_mxc' (18,541) at 20210308005003292
20049 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/triggers.cpp' (18,542) at 20240820080023690
20050 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/trace.h' (18,543) at 20240326080039634
20051 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/swift/obmc/fan-watchdog/fan-watchdog.conf' (18,544) at 20210307205553698
20052 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-icore-rqs-u-boot.dtsi' (18,545) at 20210308005002584
20053 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring1.sh' (18,546) at 20230920080013648
20054 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-qemu-allocation' (18,547) at 20210927100127505
20055 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/demo-pdata.c' (18,548) at 20210308005003372
20056 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config.bb' (18,549) at 20241206090014234
20057 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/spl.c' (18,550) at 20230720080043535
20058 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/eagain.patch' (18,551) at 20241221090017640
20059 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/crc-16-ccitt.h' (18,552) at 20240516080009958
20060 2025-10-05 03:01:03.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/run-ptest' (18,553) at 20210307205553750
20061 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb' (18,554) at 20230919080013974
20062 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Hirvasvaara' (18,555) at 20210307205553774
20063 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSBK.interface.yaml' (18,556) at 20240327080021041
20064 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/utils.py' (18,557) at 20220910030013401
20065 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/advantech_dms-ba16.h' (18,558) at 20210308005003584
20066 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/host-s0-state.target' (18,559) at 20230629131804615
20067 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv4.inc' (18,560) at 20210905000020577
20068 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/fdt.c' (18,561) at 20210308005003432
20069 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/mux.c' (18,562) at 20210308005003168
20070 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/config.mk' (18,563) at 20210308005002812
20071 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/clk.c' (18,564) at 20210308005002796
20072 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (18,565) at 20220622030015257
20073 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (18,566) at 20240209090013644
20074 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Laxviken' (18,567) at 20210307205553786
20075 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_u_d.c' (18,568) at 20210308005046521
20076 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4.3TAHOE' (18,569) at 20241221090017612
20077 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6q2g.cfg' (18,570) at 20210308005002924
20078 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/allwinner-a10-pic.h' (18,571) at 20210308005046013
20079 2025-10-05 03:01:03.007-0500 FINEST t466 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' (18,572) at 20241221090017512
20080 2025-10-05 03:01:03.007-0500 FINEST t466 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' (18,573) at 20240904080027738
20081 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/ld-version.sh' (18,574) at 20210308005003736
20082 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/exception_level.c' (18,575) at 20210308005002552
20083 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/smem.c' (18,576) at 20210308005003740
20084 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/Kconfig' (18,577) at 20210308005002920
20085 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400/core-isa.h' (18,578) at 20221215040039346
20086 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/machine_btn.html' (18,579) at 20210307205554286
20087 2025-10-05 03:01:03.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/litesom.c' (18,580) at 20210308005002728
20088 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/car.S' (18,581) at 20210308005002856
20089 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/Everest.json' (18,582) at 20240809080033019
20090 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/bblayers.conf.sample' (18,583) at 20240308090017907
20091 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/signal.c' (18,584) at 20240906080037360
20092 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tampere' (18,585) at 20210307205553774
20093 2025-10-05 03:01:03.008-0500 FINEST t466 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' (18,586) at 20210307205553750
20094 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/qrio.c' (18,587) at 20210308005003012
20095 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sel.h' (18,588) at 20210308004938820
20096 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_prctl.h' (18,589) at 20220429100100614
20097 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/user/user/update_admin_account.service' (18,590) at 20230806080014188
20098 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Watcom-1.0' (18,591) at 20210307205554426
20099 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_d.c' (18,592) at 20210308005046513
20100 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/pbi.cfg' (18,593) at 20210308005002964
20101 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/mux.c' (18,594) at 20210308005002948
20102 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/socfpga_arria10.c' (18,595) at 20210308005003376
20103 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/openlldp_1.1.1.bb' (18,596) at 20240413080012643
20104 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_mman.h' (18,597) at 20230925080039941
20105 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mux_omap5.h' (18,598) at 20210308005002660
20106 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-atom.inc' (18,599) at 20210905000020581
20107 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap143/MAINTAINERS' (18,600) at 20210308005003028
20108 2025-10-05 03:01:03.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/meson.build' (18,601) at 20240326080039426
20109 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/argument.cpp' (18,602) at 20240719080031533
20110 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd-pdbg/ecmd-pdbg_1.0.bb' (18,603) at 20240606080012860
20111 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/1066mhz_4x256mx16.cfg' (18,604) at 20210308005003080
20112 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/config-bios.json' (18,605) at 20210307205554082
20113 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t35/cm_t35.c' (18,606) at 20210308005002948
20114 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/create_error_reports.py' (18,607) at 20221206040009189
20115 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0011-libtar-fix-programming-mistakes-detected-by-static-a.patch' (18,608) at 20241221090017540
20116 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy14_C-125W' (18,609) at 20210307205553762
20117 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/systemd/xyz.openbmc_project.ObjectMapper.service.in' (18,610) at 20230215040032675
20118 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_b.c' (18,611) at 20210308005046517
20119 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb' (18,612) at 20230114040015550
20120 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/call32.S' (18,613) at 20210308005002852
20121 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (18,614) at 20241206090014234
20122 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skarstad' (18,615) at 20210307205553790
20123 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-kernel/linux/linux-aspeed/f0b.cfg' (18,616) at 20210307205554078
20124 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/aspenite/aspenite.c' (18,617) at 20210308005002904
20125 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.aserver.vtable.hpp.mako' (18,618) at 20230902080037617
20126 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch' (18,619) at 20230503080014579
20127 2025-10-05 03:01:03.009-0500 FINEST t466 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' (18,620) at 20241221090017532
20128 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console/uart-routing.sh' (18,621) at 20230412080023456
20129 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/package.json' (18,622) at 20221209040019091
20130 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/meta-filesystems-image-ptest.bb' (18,623) at 20240302090018202
20131 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/Kconfig' (18,624) at 20210308005002852
20132 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_setuptools3_rust.bbclass' (18,625) at 20230813080012872
20133 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubiremount.service' (18,626) at 20210308005102829
20134 2025-10-05 03:01:03.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Henan' (18,627) at 20210307205553782
20135 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld11.c' (18,628) at 20210308005003468
20136 2025-10-05 03:01:03.010-0500 FINEST t466 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' (18,629) at 20240413080012651
20137 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_36BIT_defconfig' (18,630) at 20210308005003240
20138 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imx8mimage.c' (18,631) at 20220214040047371
20139 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-ws.h' (18,632) at 20210308005046553
20140 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/lager_spl.c' (18,633) at 20210308005003036
20141 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/pinmux.h' (18,634) at 20210308005002672
20142 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/ssi.h' (18,635) at 20230925080039929
20143 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (18,636) at 20220323030026191
20144 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/logparser.py' (18,637) at 20230811080018314
20145 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/styles/_ibm.scss' (18,638) at 20220105012522991
20146 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_mmc.c' (18,639) at 20210308005003232
20147 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/025_pack_zero_size.dts' (18,640) at 20210308005003752
20148 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-start-pre@.target' (18,641) at 20220301040040077
20149 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb' (18,642) at 20230114040015546
20150 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/boston.h' (18,643) at 20210308005003588
20151 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf_probe.c' (18,644) at 20230720080043539
20152 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_scsi.h' (18,645) at 20210308005046053
20153 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (18,646) at 20240120090012778
20154 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_layerscape_fixup.c' (18,647) at 20210308005003452
20155 2025-10-05 03:01:03.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/uclass.h' (18,648) at 20210308005003628
20156 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.ScheduledHostTransition@.service' (18,649) at 20240109090027300
20157 2025-10-05 03:01:03.011-0500 FINEST t466 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' (18,650) at 20230706080014757
20158 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/cannelloni/cannelloni_1.1.0.bb' (18,651) at 20231126090012785
20159 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/x86_64/setjmp.S' (18,652) at 20210308005002860
20160 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/smem.h' (18,653) at 20210308005003684
20161 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_can.dtsi' (18,654) at 20210308005002572
20162 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/0001-Define-strndupa-if-it-does-not-exist.patch' (18,655) at 20220910030013349
20163 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/sdl2.h' (18,656) at 20241211090212374
20164 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/tools/sst-info.sh' (18,657) at 20230821192414188
20165 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/cpu.h' (18,658) at 20240906080037328
20166 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/Makefile' (18,659) at 20210308005002908
20167 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/luks-detached-header.out' (18,660) at 20240906080037568
20168 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/stap.py' (18,661) at 20220910030013401
20169 2025-10-05 03:01:03.011-0500 FINEST t466 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' (18,662) at 20230114040015494
20170 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.err' (18,663) at 20240906080037560
20171 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/kwbimage.cfg' (18,664) at 20210308005002908
20172 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/xtensa-softmmu/default.mak' (18,665) at 20240906080037160
20173 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/sys_proto.h' (18,666) at 20210308005002776
20174 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/acpica/acpica_20240827.bb' (18,667) at 20241221090017676
20175 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_hi6553.c' (18,668) at 20210308005003468
20176 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/apache2.service' (18,669) at 20210307205554034
20177 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-password' (18,670) at 20210307205554566
20178 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/state.py' (18,671) at 20241029080012599
20179 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap4_panda.h' (18,672) at 20210308005003608
20180 2025-10-05 03:01:03.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Szolnok' (18,673) at 20210307205553774
20181 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/290.out' (18,674) at 20210308005046469
20182 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/MAINTAINERS' (18,675) at 20210308005002916
20183 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/sparc.c' (18,676) at 20210308005045793
20184 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ee-All' (18,677) at 20210307205553766
20185 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/0001-stdlib-Add-strlcat.patch' (18,678) at 20230114040015538
20186 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress/Kconfig' (18,679) at 20210308005002916
20187 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-reconnect-on-open.out' (18,680) at 20230925080040093
20188 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport_mbox.h' (18,681) at 20210308005100993
20189 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/aide-db-init.bbclass' (18,682) at 20220721030015849
20190 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/Makefile' (18,683) at 20210308005002924
20191 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/isl1208.c' (18,684) at 20210308005003480
20192 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/blkcache.c' (18,685) at 20210308005003340
20193 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend' (18,686) at 20241206090014286
20194 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules' (18,687) at 20210524100041898
20195 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.err' (18,688) at 20210308005046397
20196 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/vsyscall.c' (18,689) at 20210927100127637
20197 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/linkage.h' (18,690) at 20210308005002804
20198 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf.c' (18,691) at 20240906080037180
20199 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/native_types.cpp' (18,692) at 20210308005049761
20200 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/signal.c' (18,693) at 20240906080037360
20201 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/cfam_access.cpp' (18,694) at 20210308005103637
20202 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso-asmoffset.h' (18,695) at 20240326080039562
20203 2025-10-05 03:01:03.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-stout.dts' (18,696) at 20210308005002600
20204 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/Kconfig' (18,697) at 20210308005003436
20205 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/libekb/libekb_git.bb' (18,698) at 20240321080012269
20206 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.err' (18,699) at 20210927100127469
20207 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/keyutils_1.6.3.bb' (18,700) at 20240309090012804
20208 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/dwc3-generic.c' (18,701) at 20210308005003500
20209 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/dbus-sim-only.cpp' (18,702) at 20220302040019952
20210 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/cmd_arc.c' (18,703) at 20210308005002900
20211 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/time.h' (18,704) at 20210308005003688
20212 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/msr.h' (18,705) at 20210308005002880
20213 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/README.md' (18,706) at 20230706080014765
20214 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/helper.cpp' (18,707) at 20240820080007201
20215 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsx_w_ph.c' (18,708) at 20210308005046505
20216 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/hello-rs-crates.inc' (18,709) at 20240106090017253
20217 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/bd82x6x.c' (18,710) at 20210308005002856
20218 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/sethdlc/files/sethdlc-fix-host-contamination.patch' (18,711) at 20210307205553814
20219 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/musl-no-on_exit.patch' (18,712) at 20210307205553842
20220 2025-10-05 03:01:03.013-0500 FINEST t466 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' (18,713) at 20210307205553938
20221 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mark_write_dirty_v2.c' (18,714) at 20230809080010803
20222 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/gpio.h' (18,715) at 20210308005002676
20223 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Szentes-Battonya' (18,716) at 20210307205553774
20224 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/snort.init' (18,717) at 20210307205553814
20225 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_sdp.c' (18,718) at 20210308005003232
20226 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.service' (18,719) at 20210307205553954
20227 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/altera.h' (18,720) at 20210308005003560
20228 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basetable_top.html' (18,721) at 20210307205554282
20229 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6ullevk.h' (18,722) at 20210308005003608
20230 2025-10-05 03:01:03.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/ssmtp-bug584162-fix.patch' (18,723) at 20210307205553846
20231 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/init_once.sh' (18,724) at 20220504030010591
20232 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/phosphor-logging.wrap' (18,725) at 20240815080028259
20233 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mmc_spi.c' (18,726) at 20210308005003212
20234 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_fsp.py' (18,727) at 20210308005003748
20235 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-sve.inc' (18,728) at 20240301090012451
20236 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa_git.bb' (18,729) at 20241221090017516
20237 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Mendip' (18,730) at 20210307205553798
20238 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pq-mds-pib.h' (18,731) at 20210308005002960
20239 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-silk-u-boot.dts' (18,732) at 20210308005002600
20240 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/lowlevel_spl.S' (18,733) at 20210308005002752
20241 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/meson.build' (18,734) at 20240326080039702
20242 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_tfa_defconfig' (18,735) at 20210308005003264
20243 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile' (18,736) at 20210308005003724
20244 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/nf5280m7-ipmi-inventory-sensors.yaml' (18,737) at 20240712080022837
20245 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/configurefix.patch' (18,738) at 20210307205553938
20246 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/usermode/usermode_1.114.bb' (18,739) at 20220402030015895
20247 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/e2220-1170.c' (18,740) at 20210308005003024
20248 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/Makefile' (18,741) at 20210308005003012
20249 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmi.init.redhat' (18,742) at 20210308004938816
20250 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-rdb.dtsi' (18,743) at 20210308005002580
20251 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_shc_netboot_defconfig' (18,744) at 20210308005003248
20252 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/clock-tables.h' (18,745) at 20210308005002672
20253 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/u-boot.lds' (18,746) at 20210308005002844
20254 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miami/ps7_init_gpl.c' (18,747) at 20210308005003080
20255 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/flash.c' (18,748) at 20210308005003224
20256 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32f429-discovery.h' (18,749) at 20210308005003616
20257 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/utility/sdbus.cpp' (18,750) at 20230511080043139
20258 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.3.1/gpg-error_pkconf.patch' (18,751) at 20241221090017700
20259 2025-10-05 03:01:03.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/clock_am43xx.c' (18,752) at 20210308005002756
20260 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/Kconfig' (18,753) at 20210308005003168
20261 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lager.h' (18,754) at 20210308005003600
20262 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-plus.dts' (18,755) at 20210308005002616
20263 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch' (18,756) at 20241221090017696
20264 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/qemu-mips.c' (18,757) at 20210308005003028
20265 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/CVE-2018-1000097.patch' (18,758) at 20230317080013793
20266 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-ifup' (18,759) at 20230811080018338
20267 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_bbt.c' (18,760) at 20210308005003416
20268 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/meson-example.bb' (18,761) at 20240106090017253
20269 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_no_ucode_ptr' (18,762) at 20210308005003756
20270 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/092' (18,763) at 20210927100127481
20271 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/prcm-regs.c' (18,764) at 20210308005002760
20272 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/xfce-panel-plugin.bbclass' (18,765) at 20210812000025254
20273 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/common_defs.h' (18,766) at 20230629131804619
20274 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485DFE_defconfig' (18,767) at 20210308005003236
20275 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/ti-bandgap.c' (18,768) at 20210308005003496
20276 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-core/busybox/busybox/busybox.cfg' (18,769) at 20210307205554082
20277 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network.bb' (18,770) at 20241206090014286
20278 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_append.c' (18,771) at 20210308005046505
20279 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/autotools.patch' (18,772) at 20210307205554458
20280 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/0003-Fix-pyext_PATTERN-for-cross-compilation.patch' (18,773) at 20240113090014532
20281 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/eth.c' (18,774) at 20210308005003740
20282 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-som.dtsi' (18,775) at 20210308005002564
20283 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/byteorder.h' (18,776) at 20210308005002808
20284 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/mt41j128M.cfg' (18,777) at 20210308005002912
20285 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/bitbang_i2c.h' (18,778) at 20230426080043760
20286 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km-powerpc.h' (18,779) at 20210308005003600
20287 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/pcie_i2c.hpp' (18,780) at 20230520080006628
20288 2025-10-05 03:01:03.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/README' (18,781) at 20210307205554434
20289 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/init' (18,782) at 20210307205554622
20290 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/sha512.h' (18,783) at 20210308005003688
20291 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/MAINTAINERS' (18,784) at 20210307205554642
20292 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/vrm-control.bb' (18,785) at 20241206090014230
20293 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/README' (18,786) at 20210308005053405
20294 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/net-listener.h' (18,787) at 20210308005046037
20295 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_SDCARD_defconfig' (18,788) at 20210308005003240
20296 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_pc_plus_defconfig' (18,789) at 20210308005003272
20297 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/smbios/smbios-mdr_git.bbappend' (18,790) at 20240403080018482
20298 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/files/init' (18,791) at 20210307205553866
20299 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/board_env_spec.h' (18,792) at 20210308005002756
20300 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_errno_defs.h' (18,793) at 20210927100127273
20301 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/libcomps/0002-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch' (18,794) at 20210629000017504
20302 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9x5ek/Kconfig' (18,795) at 20210308005002916
20303 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sabresd_defconfig' (18,796) at 20210308005003268
20304 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/ut.c' (18,797) at 20210308005003748
20305 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/loong_translate.c' (18,798) at 20241211090212494
20306 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors/CVE-2024-6221.patch' (18,799) at 20241221090017552
20307 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-coroutine-io.c' (18,800) at 20230925080040113
20308 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig' (18,801) at 20210308005003264
20309 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_network_utils.py' (18,802) at 20221209040018567
20310 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/smbios.h' (18,803) at 20210308005003684
20311 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Saxdalen' (18,804) at 20210307205553790
20312 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atsha204a-i2c.h' (18,805) at 20210308005003560
20313 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-hostname/first-boot-set-hostname.service' (18,806) at 20210307205554054
20314 2025-10-05 03:01:03.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dmg.c' (18,807) at 20240326080039378
20315 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/eth.c' (18,808) at 20210308005002968
20316 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-cleanup.patch' (18,809) at 20210307205553810
20317 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/rx_icu.h' (18,810) at 20221215040039182
20318 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-auth-sasl.c' (18,811) at 20241211090212558
20319 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore.dts' (18,812) at 20210308005002584
20320 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.json' (18,813) at 20220429100100882
20321 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,serval.dtsi' (18,814) at 20210308005002812
20322 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/store-insert-al16.h.inc' (18,815) at 20240906080037184
20323 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/conf-summary.txt' (18,816) at 20240301090012447
20324 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_proc.h' (18,817) at 20240326080039562
20325 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/dual_stores.c' (18,818) at 20230925080040097
20326 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb' (18,819) at 20241221090017696
20327 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0018-Add-EGL_IMG_context_priority-related-defines.patch' (18,820) at 20230706080014765
20328 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d27_som1_ek/MAINTAINERS' (18,821) at 20210308005002920
20329 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-1.0' (18,822) at 20210307205554426
20330 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_d.c' (18,823) at 20210308005046513
20331 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/MAINTAINERS' (18,824) at 20210308005002940
20332 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/bitsperlong.h' (18,825) at 20240906080037352
20333 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ppc64_ARCH_BITS.patch' (18,826) at 20210407000018078
20334 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/input.h' (18,827) at 20221215040039194
20335 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_bitcnt.S' (18,828) at 20230426080043952
20336 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/x86_64.conf' (18,829) at 20240106090017257
20337 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/guidelines/typography.md' (18,830) at 20221215040043190
20338 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab_0.8.2.bb' (18,831) at 20240309090012804
20339 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/set-button-sled.service' (18,832) at 20231024080014673
20340 2025-10-05 03:01:03.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpiosup.service' (18,833) at 20230920080013648
20341 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/install-from-buildir.patch' (18,834) at 20230706080014741
20342 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led.bb' (18,835) at 20241221090017480
20343 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl_pic32.c' (18,836) at 20210308005003460
20344 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/apparmor.py' (18,837) at 20210307205554110
20345 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-regulators.service' (18,838) at 20230216040029851
20346 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/OWNERS' (18,839) at 20220726030041483
20347 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_bad.c' (18,840) at 20210308005003756
20348 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/certs_manager_test.cpp' (18,841) at 20241129090022521
20349 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_ph.c' (18,842) at 20210308005046505
20350 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFUL' (18,843) at 20211006000025234
20351 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/invalid-slots.c' (18,844) at 20230925080040097
20352 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/conf/machine/sunray2.conf' (18,845) at 20210812000025162
20353 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC16-85.0W' (18,846) at 20210307205553758
20354 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/led.c' (18,847) at 20210308005002948
20355 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/woodburn_common.h' (18,848) at 20210308005003624
20356 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tree/tree_2.2.1.bb' (18,849) at 20241221090017544
20357 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/08setupdns' (18,850) at 20210307205554466
20358 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/phosphor-dbus-interfaces.wrap' (18,851) at 20220805030037283
20359 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/alsa-state/asound.conf' (18,852) at 20210307205554450
20360 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spi_flash.h' (18,853) at 20230720080043543
20361 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/libftdi/libftdi_%.bbappend' (18,854) at 20241029080011443
20362 2025-10-05 03:01:03.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/libatomic.patch' (18,855) at 20241221090017512
20363 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/edminiv2/Kconfig' (18,856) at 20210308005002904
20364 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shllv_s_ph.c' (18,857) at 20210308005046505
20365 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/x86-iommu.h' (18,858) at 20230925080039929
20366 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/go.d.conf' (18,859) at 20241221090017564
20367 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g15ek.dts' (18,860) at 20210308005002572
20368 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-parser-perl/0001-Makefile.PL-make-check_lib-cross-friendly.patch' (18,861) at 20240301090012471
20369 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2g.c' (18,862) at 20210308005003076
20370 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fdt.h' (18,863) at 20210308005002640
20371 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/unaligned.h' (18,864) at 20210308005002844
20372 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/lm_sensors/lmsensors-config_1.0.bbappend' (18,865) at 20210811000030037
20373 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/files/init' (18,866) at 20210307205553826
20374 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/SECURITY.md' (18,867) at 20231126090012809
20375 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/292' (18,868) at 20210927100127501
20376 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-path/run-ptest' (18,869) at 20230503080014587
20377 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/Makefile' (18,870) at 20210308005003708
20378 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/astro.h' (18,871) at 20210308005002916
20379 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/mtjade-yaml-config/mtjade-ipmi-sensors.yaml' (18,872) at 20230309090017515
20380 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss/fixup_hosttools.patch' (18,873) at 20241206090014282
20381 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/socket.c' (18,874) at 20231102080015293
20382 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_sigtramp.h' (18,875) at 20221215040039062
20383 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-helpers.h' (18,876) at 20240906080037216
20384 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_bad' (18,877) at 20210308005003756
20385 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bitmain_antminer_s9.h' (18,878) at 20210308005003588
20386 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (18,879) at 20210813100029652
20387 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/insns.decode' (18,880) at 20210308005046313
20388 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/phy-rcar-gen2.c' (18,881) at 20210308005003456
20389 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native/errors_watch.yaml' (18,882) at 20210307205554050
20390 2025-10-05 03:01:03.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_hwloops.S' (18,883) at 20230426080043952
20391 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.js' (18,884) at 20210307205554278
20392 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6s_mba6_mmc_defconfig' (18,885) at 20210308005003284
20393 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0021_eventlogsimports.py' (18,886) at 20240106090017245
20394 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-neon.inc' (18,887) at 20210905000020581
20395 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/libdbi/libdbi.inc' (18,888) at 20220402030015919
20396 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/md5.c' (18,889) at 20210308005003708
20397 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/MAINTAINERS' (18,890) at 20210308005002952
20398 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-pcduino2.dts' (18,891) at 20210308005002616
20399 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s.dtsi' (18,892) at 20210308005002620
20400 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TOSL' (18,893) at 20211006000025246
20401 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/apply_local_src_patches.bbclass' (18,894) at 20231011080016570
20402 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lynxkdi.h' (18,895) at 20210308005003672
20403 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-client.init' (18,896) at 20210307205554122
20404 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qobject-input-visitor.h' (18,897) at 20220429100100586
20405 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/.clang-format' (18,898) at 20240709145403765
20406 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/xlnx-versal-usb2-ctrl-regs.h' (18,899) at 20230426080043768
20407 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/musl/musl_%.bbappend' (18,900) at 20241221090017472
20408 2025-10-05 03:01:03.020-0500 FINEST t466 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' (18,901) at 20210307205553874
20409 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/edid.json' (18,902) at 20230809080018199
20410 2025-10-05 03:01:03.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/uniphier_v8_defconfig' (18,903) at 20210308005003284
20411 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/pl022.h' (18,904) at 20210927100127241
20412 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pxe.c' (18,905) at 20210308005003216
20413 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NTP-0' (18,906) at 20211006000025238
20414 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/sysreset.c' (18,907) at 20210308005003740
20415 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/unaligned.h' (18,908) at 20210308005002804
20416 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/Makefile' (18,909) at 20210308005002964
20417 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/nuvoton-layer/recipes-bsp/u-boot/u-boot-nuvoton_%.bbappend' (18,910) at 20220223040020640
20418 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/systemintfcmds.hpp' (18,911) at 20231115090028655
20419 2025-10-05 03:01:03.021-0500 FINEST t466 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' (18,912) at 20220910030013353
20420 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/bitops/non-atomic.h' (18,913) at 20210308005002824
20421 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ot1200_defconfig' (18,914) at 20210308005003272
20422 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0003-linux-syslinux-implement-install_to_ext2.patch' (18,915) at 20220910030013425
20423 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/procps/procps/sysctl.conf' (18,916) at 20210307205554566
20424 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pca953x.h' (18,917) at 20210308005003676
20425 2025-10-05 03:01:03.021-0500 FINEST t466 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' (18,918) at 20240106090017233
20426 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/volatiles.03_suricata' (18,919) at 20210905000020565
20427 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/rakp34.cpp' (18,920) at 20230808080039221
20428 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac_1.0.bb' (18,921) at 20241206090014270
20429 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/common.c' (18,922) at 20210308005003012
20430 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/readme.md' (18,923) at 20221215040043186
20431 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/SDKToolchainConfig.cmake.template' (18,924) at 20220405030025649
20432 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_prctl_unalign.h' (18,925) at 20220429100100618
20433 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_user_tags.fail' (18,926) at 20241221090017632
20434 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/utils.h' (18,927) at 20210927100127229
20435 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/axg.h' (18,928) at 20210308005002644
20436 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/redfish_request.py' (18,929) at 20230512080020573
20437 2025-10-05 03:01:03.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/277' (18,930) at 20240906080037564
20438 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/event_notification_utils.robot' (18,931) at 20240627080021048
20439 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-blk-common.h' (18,932) at 20221215040039190
20440 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stv0991/stv0991.c' (18,933) at 20210308005003056
20441 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0003-check-for-libexecinfo-providing-backtrace-APIs.patch' (18,934) at 20230706080014753
20442 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemux86/pointercal' (18,935) at 20210307205553874
20443 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/opts-visitor.c' (18,936) at 20240906080037432
20444 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/embest/mx6boards/Kconfig' (18,937) at 20210308005002956
20445 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/board-axg.c' (18,938) at 20210308005002752
20446 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-lx106/core-isa.h' (18,939) at 20221215040039346
20447 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/trace.h' (18,940) at 20210308005045821
20448 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/MAINTAINERS' (18,941) at 20210308005002944
20449 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/create_read_window_v2.c' (18,942) at 20230809080010799
20450 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-zero-plus2.dts' (18,943) at 20210308005002620
20451 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/clk-lib.h' (18,944) at 20210308005003056
20452 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/system.h' (18,945) at 20210308005002808
20453 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_config.cpp' (18,946) at 20240819080030259
20454 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/example/monitor.yaml' (18,947) at 20220928030038662
20455 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Gutmann' (18,948) at 20241221090017616
20456 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bergvik' (18,949) at 20210307205553778
20457 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/vsc3316_3308.c' (18,950) at 20210308005002960
20458 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2837-rpi-3-b.dts' (18,951) at 20210308005002572
20459 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rockchip,rk808.h' (18,952) at 20210308005003632
20460 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/run-ci' (18,953) at 20221209040038051
20461 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/cpp-example.cpp' (18,954) at 20240106090017253
20462 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.err' (18,955) at 20210308005046413
20463 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_make_id_name.cpp' (18,956) at 20221028100033263
20464 2025-10-05 03:01:03.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/ddr.h' (18,957) at 20210308005002972
20465 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/MAINTAINERS' (18,958) at 20210308005003036
20466 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Enafors' (18,959) at 20210307205553778
20467 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/ramfs-ppc_82xx.txt' (18,960) at 20210308005003012
20468 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PHP-3.01' (18,961) at 20211006000025242
20469 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/localoptions.h' (18,962) at 20240221090011585
20470 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/xyz.openbmc_project.EntityManager.service' (18,963) at 20240604080008984
20471 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/modinfo-generate.py' (18,964) at 20230925080039989
20472 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/wpantund_git.bb' (18,965) at 20240413080012643
20473 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/queensbay/Makefile' (18,966) at 20210308005002860
20474 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/ncplite-inventory-log/files/inventory-log.sh' (18,967) at 20230418080015344
20475 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tao3530.h' (18,968) at 20210308005003620
20476 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ragunda' (18,969) at 20210307205553790
20477 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_structs.h' (18,970) at 20210308005046085
20478 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_delloem.c' (18,971) at 20210308004938824
20479 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/set_device_action.hpp' (18,972) at 20210914000041091
20480 2025-10-05 03:01:03.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/sdbusplus.wrap' (18,973) at 20230602080024184
20481 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mpi.h' (18,974) at 20210308005045953
20482 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/disas.c' (18,975) at 20240906080037496
20483 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/mdev.cfg' (18,976) at 20241221090017636
20484 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/serval_pcb106.dts' (18,977) at 20210308005002816
20485 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5235evb/m5235evb.c' (18,978) at 20210308005002972
20486 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/logging.hpp' (18,979) at 20210308005059173
20487 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/boot.c' (18,980) at 20210308005002760
20488 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/helper.h' (18,981) at 20210308005046373
20489 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/gyp/gyp_git.bb' (18,982) at 20240301090012431
20490 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ClArtistic' (18,983) at 20210307205554418
20491 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/palmetto-ipmi-fru.yaml' (18,984) at 20210307205553690
20492 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/MCD_tasksInit.h' (18,985) at 20210308005003556
20493 2025-10-05 03:01:03.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2019-12' (18,986) at 20210908000010391
20494 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/quark.h' (18,987) at 20210308005002876
20495 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/logo.svg' (18,988) at 20210308005107069
20496 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/pdr/sensor_pdr.json' (18,989) at 20221213040036917
20497 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb' (18,990) at 20241206090014318
20498 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/guest-agent-command-state.c' (18,991) at 20210308005046229
20499 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8572DS_defconfig' (18,992) at 20210308005003240
20500 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/trace-enable/trace-enable/trace-enable' (18,993) at 20220129040011653
20501 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-05' (18,994) at 20220718030006057
20502 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_w.c' (18,995) at 20210308005046505
20503 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb' (18,996) at 20240301090012447
20504 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.json' (18,997) at 20220429100100882
20505 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-chromebook.dtsi' (18,998) at 20210308005002604
20506 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38471-1.patch' (18,999) at 20240106090017265
20507 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Fiskars' (19,000) at 20210307205553770
20508 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/plutux/MAINTAINERS' (19,001) at 20210308005002920
20509 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/.gitignore' (19,002) at 20210308005002948
20510 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/freshclam.conf' (19,003) at 20210307205554126
20511 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/twl4030.dtsi' (19,004) at 20210308005002632
20512 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/onewire2.conf' (19,005) at 20210307205553722
20513 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-sabresd-u-boot.dtsi' (19,006) at 20210308005002584
20514 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/meson.build' (19,007) at 20230925080039989
20515 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config/zone_conditions.yaml' (19,008) at 20210307205554062
20516 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby/0002-Add-another-variable-LIBS-to-provides-libraries-from.patch' (19,009) at 20230114040015470
20517 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/ddr.h' (19,010) at 20210308005002784
20518 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/trace-events' (19,011) at 20240906080037288
20519 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/MAINTAINERS' (19,012) at 20210308005002992
20520 2025-10-05 03:01:03.025-0500 FINEST t466 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' (19,013) at 20210307205554042
20521 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vhost-user-gpu.rst' (19,014) at 20240326080039406
20522 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/can.rst' (19,015) at 20240906080037180
20523 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/pkginfo.in' (19,016) at 20210308004938816
20524 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/Makefile' (19,017) at 20210308005003336
20525 2025-10-05 03:01:03.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/sti-reset.c' (19,018) at 20210308005003480
20526 2025-10-05 03:01:03.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7790.c' (19,019) at 20210308005003460
20527 2025-10-05 03:01:03.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/arm11mpcore.h' (19,020) at 20210308005046009
20528 2025-10-05 03:01:03.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/allmod_expected_config' (19,021) at 20210308005003736
20529 2025-10-05 03:01:03.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf523x/speed.c' (19,022) at 20210308005002800
20530 2025-10-05 03:01:03.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/tiobench-makefile.patch' (19,023) at 20210307205553874
20531 2025-10-05 03:01:03.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_actions.hpp' (19,024) at 20240904080048947
20532 2025-10-05 03:01:03.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/LICENSE' (19,025) at 20220624030002628
20533 2025-10-05 03:01:03.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/README.poky.md' (19,026) at 20230919080013974
20534 2025-10-05 03:01:03.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmul.c' (19,027) at 20210308005046525
20535 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6ul_isiot_emmc_defconfig' (19,028) at 20210308005003260
20536 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/tegra.h' (19,029) at 20210308005002672
20537 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/bootm.h' (19,030) at 20210308005002824
20538 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/common.c' (19,031) at 20210308005002996
20539 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/native.bbclass' (19,032) at 20210307205554250
20540 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/utils.hpp' (19,033) at 20241211090206666
20541 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_addic.c' (19,034) at 20210308005046529
20542 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-2.0' (19,035) at 20210307205554418
20543 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/cpu.c' (19,036) at 20210308005002852
20544 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/toaster-requirements.txt' (19,037) at 20231126090012817
20545 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km83xx-common.h' (19,038) at 20210308005003600
20546 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (19,039) at 20231012080014472
20547 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-api.rst' (19,040) at 20241211090212234
20548 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_cpu.h' (19,041) at 20221215040039202
20549 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_SRIO_PCIE_BOOT_defconfig' (19,042) at 20210308005003244
20550 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/hif_nocpy.h' (19,043) at 20210308005003676
20551 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pimd/pimd_2.3.2.bb' (19,044) at 20240413080012647
20552 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/phosphor-logging.wrap' (19,045) at 20220412175720090
20553 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/MAINTAINERS' (19,046) at 20210308005002900
20554 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/templates/default/conf-notes.txt' (19,047) at 20220913030020492
20555 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebox_panther/Kconfig' (19,048) at 20210308005003004
20556 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0001-greeter-set-visible-when-switch-to-input-user.patch' (19,049) at 20210307205553946
20557 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/vfio-user-obj-stub.c' (19,050) at 20240326080039486
20558 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/symlink-install-tree.py' (19,051) at 20241211090212458
20559 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/i386/host/crypto/aes-round.h' (19,052) at 20230925080039853
20560 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0016_clone_progress.py' (19,053) at 20210307205554262
20561 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/SECURITY.md' (19,054) at 20241221090017488
20562 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_x86.c' (19,055) at 20210308005003452
20563 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/mainapp.cpp' (19,056) at 20230713080036012
20564 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/ampere-ipmi-oem.bbappend' (19,057) at 20221110040020034
20565 2025-10-05 03:01:03.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_d.c' (19,058) at 20210308005046517
20566 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/Makefile' (19,059) at 20210308005002548
20567 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/aspeed_rtc.h' (19,060) at 20240326080039542
20568 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/clock.h' (19,061) at 20210308005002644
20569 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/u-boot.lds' (19,062) at 20210308005003032
20570 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/0001-tests-Include-missing-sys-time.h.patch' (19,063) at 20230919080013958
20571 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/pl041.h' (19,064) at 20210308005045841
20572 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/ipmi.cpp' (19,065) at 20240817080027248
20573 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zend-2.0' (19,066) at 20211006000025246
20574 2025-10-05 03:01:03.028-0500 FINEST t466 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' (19,067) at 20230706080014757
20575 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/ccmake.bbclass' (19,068) at 20220910030013389
20576 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/openrd.h' (19,069) at 20210308005003608
20577 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_dos.c' (19,070) at 20210308005003288
20578 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb' (19,071) at 20241221090017524
20579 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/microchip/Makefile' (19,072) at 20210308005003368
20580 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa34.inc' (19,073) at 20240301090012451
20581 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc-uclass.c' (19,074) at 20210308005003404
20582 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Krokstrand' (19,075) at 20210307205553786
20583 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/eth-raw-os.c' (19,076) at 20210308005002844
20584 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb' (19,077) at 20241221090017492
20585 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_defconfig' (19,078) at 20210308005003264
20586 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/reboot-ping-pong/requirements.txt' (19,079) at 20210308005111465
20587 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/tee.c' (19,080) at 20210308005003740
20588 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h' (19,081) at 20210308005002752
20589 2025-10-05 03:01:03.028-0500 FINEST t466 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' (19,082) at 20240413080012667
20590 2025-10-05 03:01:03.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-bsd.c' (19,083) at 20240906080037376
20591 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0018_project_specific.py' (19,084) at 20210307205554262
20592 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cm.h' (19,085) at 20210308005002816
20593 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups.inc' (19,086) at 20241221090017676
20594 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0002-Use-stangard-int-types.patch' (19,087) at 20230706080014761
20595 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.2.bb' (19,088) at 20240302090018206
20596 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/device.c' (19,089) at 20210308005003356
20597 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xmb.dtsi' (19,090) at 20210308005002612
20598 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/gpio.h' (19,091) at 20210308005002876
20599 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-data/xorg-data-common.inc' (19,092) at 20240106090017237
20600 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/netspace_v2.c' (19,093) at 20210308005002904
20601 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/simplefb_common.c' (19,094) at 20210308005003536
20602 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_prctl.h' (19,095) at 20220429100100646
20603 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Rheinland-Pfalz' (19,096) at 20210307205553766
20604 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/qmp_tui.py' (19,097) at 20230925080039973
20605 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec.inc' (19,098) at 20220201040012789
20606 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Brian-Gladman-3-Clause' (19,099) at 20241221090017616
20607 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/svm.h' (19,100) at 20240326080039666
20608 2025-10-05 03:01:03.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_virtual_media.robot' (19,101) at 20210308005007108
20609 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc83xx.h' (19,102) at 20210308005003672
20610 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/aristainetos2_defconfig' (19,103) at 20210308005003248
20611 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_video.hpp' (19,104) at 20230518080019590
20612 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/Kconfig' (19,105) at 20210308005002996
20613 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p1023_serdes.c' (19,106) at 20210308005002832
20614 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max8998_pmic.h' (19,107) at 20210308005003680
20615 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/dgnd3700v2/Makefile' (19,108) at 20210308005003024
20616 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/discover-sys-init.conf' (19,109) at 20240105090012010
20617 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg_1.22.11.bb' (19,110) at 20241221090017656
20618 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/Makefile' (19,111) at 20210308005002996
20619 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/stm32/Makefile' (19,112) at 20210308005003532
20620 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables/run-ptest' (19,113) at 20241221090017496
20621 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/.gitignore' (19,114) at 20210308005117205
20622 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_bob_defconfig' (19,115) at 20210308005003252
20623 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000x_common.h' (19,116) at 20230925080039885
20624 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/Xserver' (19,117) at 20210307205554590
20625 2025-10-05 03:01:03.030-0500 FINEST t466 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' (19,118) at 20240413080012651
20626 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch' (19,119) at 20230706080014757
20627 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c' (19,120) at 20210308005003172
20628 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/processor.h' (19,121) at 20210308005002804
20629 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/parallels-read-bitmap' (19,122) at 20220429100100930
20630 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/sandbox_spi.c' (19,123) at 20210308005003492
20631 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/init.hpp' (19,124) at 20210617000043812
20632 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.err' (19,125) at 20210308005046405
20633 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/ossec/files/0002-Makefile-don-t-set-uid-gid.patch' (19,126) at 20210528000029703
20634 2025-10-05 03:01:03.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__stop_token.hpp' (19,127) at 20240817080036820
20635 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p1010_serdes.c' (19,128) at 20210308005002832
20636 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apalis-tk1.h' (19,129) at 20210308005003584
20637 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/interrupts.c' (19,130) at 20210308005002544
20638 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb' (19,131) at 20220823030015991
20639 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/net-tools/net-tools_2.10.bb' (19,132) at 20241206090014338
20640 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_versal_virt_defconfig' (19,133) at 20210308005003284
20641 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imagetool.h' (19,134) at 20210308005003764
20642 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Tpm_VINI.json' (19,135) at 20221213040036921
20643 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/s32v234evb.h' (19,136) at 20210308005003612
20644 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/host/p9-host-start.bbappend' (19,137) at 20230719080015371
20645 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/ppc/safe-syscall.inc.S' (19,138) at 20230426080043656
20646 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/meson.build' (19,139) at 20220413030046434
20647 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icu/0001-Fix-host-contamination-of-include-files.patch' (19,140) at 20230317080013793
20648 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kittila_Levitunturi' (19,141) at 20210307205553770
20649 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c' (19,142) at 20210308005002712
20650 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/054_unit_address.dts' (19,143) at 20210308005003752
20651 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/generic-phy.h' (19,144) at 20210308005003652
20652 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/disable-outside-tests.patch' (19,145) at 20230706080014757
20653 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_common.c' (19,146) at 20210308005003544
20654 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/Makefile' (19,147) at 20221215040039254
20655 2025-10-05 03:01:03.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-misc.h' (19,148) at 20240326080039390
20656 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0024-userland-Sync-needed-defines-for-weston-build.patch' (19,149) at 20230706080014765
20657 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lz4/lz4/run-ptest' (19,150) at 20241221090017696
20658 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_mvebu_a3700.c' (19,151) at 20210308005003484
20659 2025-10-05 03:01:03.032-0500 FINEST t466 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' (19,152) at 20241221090017464
20660 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/ucd90x_device_tests.cpp' (19,153) at 20240817080031292
20661 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/sunxi_dw_hdmi.c' (19,154) at 20210308005003536
20662 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/Kconfig' (19,155) at 20241211090212282
20663 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/Kconfig' (19,156) at 20210308005003500
20664 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/ddr.c' (19,157) at 20210308005003172
20665 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/etalab-2.0' (19,158) at 20211006000025246
20666 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Fenton' (19,159) at 20210307205553798
20667 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/json-config.hpp' (19,160) at 20240828080025975
20668 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/OWNERS' (19,161) at 20240813080023290
20669 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd/state_hook' (19,162) at 20210908000029103
20670 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_divu1.c' (19,163) at 20210308005046525
20671 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libva/libva.inc' (19,164) at 20241221090017684
20672 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/openrisc/cpu-features.rst' (19,165) at 20221215040039082
20673 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ddr.h' (19,166) at 20210308005002820
20674 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb' (19,167) at 20241206090014238
20675 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/load-extract-al16-al8.h.inc' (19,168) at 20240906080037184
20676 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0013-adb-Support-riscv64.patch' (19,169) at 20230706080014745
20677 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-kernel/linux/linux-aspeed/ethanolx.cfg' (19,170) at 20210911000017986
20678 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/Makefile' (19,171) at 20210308005002944
20679 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuarmv6/machconfig' (19,172) at 20210307205554454
20680 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/qts/iocsr_config.h' (19,173) at 20210308005003072
20681 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/README.md' (19,174) at 20230520080014484
20682 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb' (19,175) at 20230813080012852
20683 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/imximage.cfg' (19,176) at 20210308005003168
20684 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/Makefile' (19,177) at 20210308005002968
20685 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sample-content/tearsofsteel-1080p.bb' (19,178) at 20241206090014238
20686 2025-10-05 03:01:03.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/munmap-pthread.c' (19,179) at 20230426080043952
20687 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_NAND_defconfig' (19,180) at 20210308005003240
20688 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fw-path-provider.h' (19,181) at 20210308005046013
20689 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/image_test.py' (19,182) at 20210308005003752
20690 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-Zuerich-upc-cablecom' (19,183) at 20210307205553758
20691 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/board/gdsys,board_gazerbeam.txt' (19,184) at 20210308005002536
20692 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga_regs.h' (19,185) at 20240906080037220
20693 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bmon/bmon_4.0.bb' (19,186) at 20220204040022452
20694 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/MAINTAINERS' (19,187) at 20210308005002980
20695 2025-10-05 03:01:03.033-0500 FINEST t466 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' (19,188) at 20210307205553854
20696 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/armsse-cpuid.h' (19,189) at 20210927100127237
20697 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_rem.c' (19,190) at 20210308005046529
20698 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/device.cpp' (19,191) at 20210915000104754
20699 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_SDCARD_defconfig' (19,192) at 20210308005003244
20700 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/uefi_secureboot.py' (19,193) at 20241221090017468
20701 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/entitymap_json_unittest.cpp' (19,194) at 20230518080030410
20702 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10.dtsi' (19,195) at 20210308005002616
20703 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Kabel_Deutschland-Hannover' (19,196) at 20210307205553758
20704 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso-be8.so' (19,197) at 20241121090029260
20705 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skarvangen' (19,198) at 20210307205553790
20706 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target.h' (19,199) at 20240906080037156
20707 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/views.py' (19,200) at 20231014080011727
20708 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/stpmu1.c' (19,201) at 20210308005003472
20709 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Bardejov' (19,202) at 20210307205553794
20710 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/addr_map.c' (19,203) at 20210308005003696
20711 2025-10-05 03:01:03.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/header.hpp' (19,204) at 20221005030030502
20712 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Qhull' (19,205) at 20211006000025242
20713 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/panel.h' (19,206) at 20210308005003676
20714 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor/ipmb-rescan-fru' (19,207) at 20240828080010891
20715 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-get' (19,208) at 20220429100100750
20716 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/e1000e.h' (19,209) at 20230426080043948
20717 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/init.h' (19,210) at 20210308005002732
20718 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-early-ld4.c' (19,211) at 20210308005002792
20719 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/conf-notes.txt' (19,212) at 20220913030020488
20720 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/compilefix.patch' (19,213) at 20210307205553834
20721 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/volatiles.04_apache2' (19,214) at 20210307205554034
20722 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.beautysh-ignore' (19,215) at 20230629131804611
20723 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-return.svg' (19,216) at 20210308005107069
20724 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3036.dtsi' (19,217) at 20210308005002604
20725 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/librdkafka/librdkafka_1.8.2.bb' (19,218) at 20220402030015983
20726 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/meson.options' (19,219) at 20231101080007877
20727 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_w.c' (19,220) at 20210308005046521
20728 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrkoping_Krokek' (19,221) at 20210307205553786
20729 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/gpio.h' (19,222) at 20210308005002644
20730 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-09' (19,223) at 20210908000010395
20731 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed/zaius.cfg' (19,224) at 20210307205553718
20732 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/kb9202_nand.c' (19,225) at 20210308005003412
20733 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common' (19,226) at 20241206090014314
20734 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/libva/libva_%.bbappend' (19,227) at 20210812000025266
20735 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VLanNetworkInterface.v1_3_1.json' (19,228) at 20240619080002956
20736 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/200.out' (19,229) at 20210927100127493
20737 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_w.c' (19,230) at 20210308005046517
20738 2025-10-05 03:01:03.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/avahi.cpp' (19,231) at 20210308005114857
20739 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90160_device.hpp' (19,232) at 20240508080027394
20740 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/davinci_nand.h' (19,233) at 20210308005002708
20741 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_wdru.h' (19,234) at 20210308005002664
20742 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/display2.h' (19,235) at 20210308005002668
20743 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-svr4.patch' (19,236) at 20210307205553810
20744 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/tegra/tegra-car-clk.c' (19,237) at 20210308005003356
20745 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-WellingtonInfill' (19,238) at 20210307205553778
20746 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/Makefile' (19,239) at 20210308005002728
20747 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes.txt' (19,240) at 20210307205553674
20748 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/README' (19,241) at 20210307205554262
20749 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/tmu.h' (19,242) at 20210308005002724
20750 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53ppd.h' (19,243) at 20210308005003604
20751 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/ocelot/Kconfig' (19,244) at 20210308005003020
20752 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx23_olinuxino.h' (19,245) at 20210308005003604
20753 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-iov.c' (19,246) at 20240906080037584
20754 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/minilib/minilib.h' (19,247) at 20210927100127517
20755 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/interfaces/internal_interface.cpp' (19,248) at 20240819080019522
20756 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/power_chrg.h' (19,249) at 20210308005003680
20757 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpress.h' (19,250) at 20210308005003624
20758 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra-u-boot.dtsi' (19,251) at 20210308005002628
20759 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/hexagon-hvx.xml' (19,252) at 20230925080039849
20760 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uec_phy.h' (19,253) at 20210308005003476
20761 2025-10-05 03:01:03.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig_aux-cache_path_fix.patch' (19,254) at 20210307205554478
20762 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_h.c' (19,255) at 20210308005046513
20763 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/Kconfig' (19,256) at 20210308005002776
20764 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.1.rst' (19,257) at 20241221090017596
20765 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fwknop/fwknop/0001-Use-pkg-config-to-find-gpgme.patch' (19,258) at 20230503080014579
20766 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/at91rm9200_devices.c' (19,259) at 20210308005002712
20767 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/sandbox_pwm.c' (19,260) at 20210308005003472
20768 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/crossbuild-template.yml' (19,261) at 20241211090212202
20769 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_mman.h' (19,262) at 20230925080039945
20770 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/bcm2835_sdhost.c' (19,263) at 20210308005003400
20771 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_interface.md' (19,264) at 20240809080033023
20772 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/initialization.js' (19,265) at 20220602030014530
20773 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config.bb' (19,266) at 20241206090014234
20774 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.err' (19,267) at 20210308005046409
20775 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb' (19,268) at 20241221090017504
20776 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/interfaces/internal_interface.hpp' (19,269) at 20240805080025236
20777 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/files/GPLv2.patch' (19,270) at 20210307205553890
20778 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/mailbox-uclass.c' (19,271) at 20210308005003388
20779 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sysdeps_posix.c' (19,272) at 20210308005003708
20780 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_jr2_defconfig' (19,273) at 20210308005003268
20781 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/common_fit.c' (19,274) at 20210308005003224
20782 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Xnet' (19,275) at 20210307205554426
20783 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-hyundai-a7hd.dts' (19,276) at 20210308005002616
20784 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_entity_association_pdr_add_from_node_check.yaml' (19,277) at 20240908080010098
20785 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/templates/default/bblayers.conf.sample' (19,278) at 20240323080013545
20786 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/051.out' (19,279) at 20230925080040089
20787 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/oetimeout.py' (19,280) at 20210528000029731
20788 2025-10-05 03:01:03.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/lpc32xx_nand_mlc.c' (19,281) at 20210308005003412
20789 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_syscall.h' (19,282) at 20221215040039202
20790 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Ruzomberok' (19,283) at 20210307205553794
20791 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/cache.h' (19,284) at 20210308005002672
20792 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/hwlatdetect_git.bb' (19,285) at 20220402030016227
20793 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/fix_build_errors.patch' (19,286) at 20231011080016574
20794 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/cmsdk-apb-timer.h' (19,287) at 20230426080043768
20795 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/entity-manager/blacklist.json' (19,288) at 20230909080012743
20796 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sniper_defconfig' (19,289) at 20210308005003280
20797 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Triggers.v1_4_0.json' (19,290) at 20240619080002956
20798 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/u-boot-env-ast2600.txt' (19,291) at 20210621100028453
20799 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_variable.c' (19,292) at 20210308005003700
20800 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb' (19,293) at 20240106090017253
20801 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/README' (19,294) at 20221215040039386
20802 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part.c' (19,295) at 20210308005003288
20803 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/led.h' (19,296) at 20210927100127237
20804 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/network/phosphor-network_%.bbappend' (19,297) at 20240722080011593
20805 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/entry_test.py' (19,298) at 20210308005003748
20806 2025-10-05 03:01:03.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/CVE-2022-24795.patch' (19,299) at 20231126090012793
20807 2025-10-05 03:01:03.038-0500 FINEST t466 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' (19,300) at 20210307205553842
20808 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/VoltageRegulatorControl.interface.yaml' (19,301) at 20230112040027522
20809 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/classes/localpkgfeed.bbclass' (19,302) at 20241206090014294
20810 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-util.h' (19,303) at 20230426080043948
20811 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig' (19,304) at 20210308005003244
20812 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/proc-armv/processor.h' (19,305) at 20210308005002704
20813 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/config-scp.json' (19,306) at 20210413100020746
20814 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-engineio_4.9.0.bb' (19,307) at 20240302090018210
20815 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-35xx-devkit-u-boot.dtsi' (19,308) at 20210308005002596
20816 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/glade/glade/remove-yelp-help-rules-var.patch' (19,309) at 20210307205553898
20817 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h' (19,310) at 20210308005002644
20818 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb' (19,311) at 20241221090017700
20819 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0002-net-snmp-fix-libtool-finish.patch' (19,312) at 20240413080012643
20820 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-pcmpistri.c' (19,313) at 20210308005046497
20821 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Colombus_defconfig' (19,314) at 20210308005003236
20822 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih407-pinctrl.dtsi' (19,315) at 20210308005002612
20823 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/host-interface.hpp' (19,316) at 20220725030014023
20824 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/ap.c' (19,317) at 20210308005002784
20825 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/README.md' (19,318) at 20220315030032667
20826 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-98dx4122.dtsi' (19,319) at 20210308005002592
20827 2025-10-05 03:01:03.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/exiv2/exiv2_0.28.3.bb' (19,320) at 20241221090017536
20828 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/pmu.c' (19,321) at 20210308005002788
20829 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tp-simplify-gcc-warning-hack.patch' (19,322) at 20230317080013785
20830 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/edison.c' (19,323) at 20210308005003008
20831 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2/raptor-2.0.16-dont_use_curl-config.patch' (19,324) at 20241221090017544
20832 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_sockit_defconfig' (19,325) at 20210308005003280
20833 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/libpwquality/libpwquality_%.bbappend' (19,326) at 20241206090014274
20834 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/d.py' (19,327) at 20210308005046245
20835 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/flashbios/flash_bios_obj.c' (19,328) at 20210308004922932
20836 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/Makefile' (19,329) at 20210308005002980
20837 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/ust_events_h.py' (19,330) at 20220429100100754
20838 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-library.bb' (19,331) at 20220804030014691
20839 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/Kconfig' (19,332) at 20210308005003456
20840 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.json' (19,333) at 20210927100127469
20841 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb' (19,334) at 20241221090017512
20842 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_config.hpp' (19,335) at 20240819080030255
20843 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-zone-config.bbappend' (19,336) at 20210812000025162
20844 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/xbzrle.txt' (19,337) at 20210927100127081
20845 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/module/setup.py' (19,338) at 20210308004941620
20846 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb' (19,339) at 20241221090017692
20847 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/core-image.bbclass' (19,340) at 20241221090017608
20848 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_mock.hpp' (19,341) at 20220108040030440
20849 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_b.c' (19,342) at 20210308005046509
20850 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/img,boston.dts' (19,343) at 20210308005002812
20851 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinum_defconfig' (19,344) at 20210308005003284
20852 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/find-touchscreen.sh' (19,345) at 20210307205554470
20853 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VER0.interface.yaml' (19,346) at 20221207040023627
20854 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/xfwm4/xfwm4-fix-incompatible-pointer-type-error.patch' (19,347) at 20241206090014270
20855 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-group-priority.cpp' (19,348) at 20240828080025979
20856 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb' (19,349) at 20241221090017544
20857 2025-10-05 03:01:03.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_SECURE_BOOT_defconfig' (19,350) at 20210308005003244
20858 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/ofnode.c' (19,351) at 20210308005003356
20859 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/Makefile' (19,352) at 20210308005002728
20860 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/google-authenticator-libpam.inc' (19,353) at 20240906080012379
20861 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb' (19,354) at 20241206090014318
20862 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (19,355) at 20210823100016972
20863 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/MAINTAINERS' (19,356) at 20210308005003040
20864 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/0001-tests-use-EXTENSIONS_DIR.patch' (19,357) at 20220910030013353
20865 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_nor.c' (19,358) at 20210308005003232
20866 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7xx-clocks.dtsi' (19,359) at 20210308005002576
20867 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend' (19,360) at 20241206090014226
20868 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/tx79_translate.c' (19,361) at 20241211090212502
20869 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/platform.S' (19,362) at 20230720080043535
20870 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-list.json' (19,363) at 20210308005046409
20871 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci.h' (19,364) at 20221215040039374
20872 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Anik-F1-107.3W' (19,365) at 20210307205553758
20873 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-inet97fv2.dts' (19,366) at 20210308005002616
20874 2025-10-05 03:01:03.040-0500 FINEST t466 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' (19,367) at 20230610080017599
20875 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/t4_pbi.cfg' (19,368) at 20210308005002996
20876 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/sysbus.c' (19,369) at 20210308005046257
20877 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/device_monitor.hpp' (19,370) at 20210308005109241
20878 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/ChassisStore.js' (19,371) at 20241004080035963
20879 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh3.h' (19,372) at 20210308005002848
20880 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/cmd_bat.c' (19,373) at 20210308005003080
20881 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/user/phosphor-user-manager_%.bbappend' (19,374) at 20241206090014230
20882 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/espresso7420/Makefile' (19,375) at 20210308005003044
20883 2025-10-05 03:01:03.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio_2.1.0.bb' (19,376) at 20241221090017532
20884 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tbs2910_defconfig' (19,377) at 20210308005003280
20885 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pdu/cyber.robot' (19,378) at 20220719100015486
20886 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/Kconfig' (19,379) at 20210308005002712
20887 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/mpc8541cds.c' (19,380) at 20210308005002976
20888 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/templates/default/bblayers.conf.sample' (19,381) at 20220910030013349
20889 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb' (19,382) at 20230609080014395
20890 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/unaligned.h' (19,383) at 20210308005002852
20891 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_pamu.h' (19,384) at 20210308005002840
20892 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-1.c' (19,385) at 20240906080037576
20893 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t1040_ids.c' (19,386) at 20210308005002832
20894 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.21.rst' (19,387) at 20241221090017596
20895 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mkimage_fit_atf.sh' (19,388) at 20210308005002728
20896 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/ar' (19,389) at 20210308005046145
20897 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-vpd-layout/layout.yaml' (19,390) at 20210307205554226
20898 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pydownloadmgr/Makefile' (19,391) at 20210308004922932
20899 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-board-efuse-fault@.service' (19,392) at 20240822080012460
20900 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/test_build_time_worker.sh' (19,393) at 20220910030013433
20901 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_d.c' (19,394) at 20210308005046513
20902 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/wdog.h' (19,395) at 20210308005002716
20903 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-go-cross-canadian.bb' (19,396) at 20210812000025334
20904 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/googletest.wrap' (19,397) at 20220603030022985
20905 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/Makefile' (19,398) at 20210308005002968
20906 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Rantalaki' (19,399) at 20210307205553774
20907 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/readme.md' (19,400) at 20221215040043190
20908 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kultsjon' (19,401) at 20210307205553786
20909 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebox_panther/Makefile' (19,402) at 20210308005003004
20910 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/174' (19,403) at 20210927100127489
20911 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/README.md' (19,404) at 20220526030017599
20912 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/wb50n.h' (19,405) at 20210308005003624
20913 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/timer.c' (19,406) at 20210308005002560
20914 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/u-boot-spl.lds' (19,407) at 20210308005002712
20915 2025-10-05 03:01:03.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/copyleft-next-0.3.1' (19,408) at 20211006000025246
20916 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity_3.52.0.bb' (19,409) at 20240413080012639
20917 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/core.h' (19,410) at 20210308005046009
20918 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Alicante' (19,411) at 20210307205553766
20919 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_handler.hpp' (19,412) at 20230608080018590
20920 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_errno_defs.h' (19,413) at 20210927100127273
20921 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_font_cache' (19,414) at 20210307205554642
20922 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCComputerSystem.json' (19,415) at 20240724080002903
20923 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/LICENSE' (19,416) at 20210307205554054
20924 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp/0001-curlpp-config.in-Remove-references-to-absolute-build.patch' (19,417) at 20230609080014391
20925 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/vendor-example/get_version.cpp' (19,418) at 20230616135354429
20926 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/trace-events' (19,419) at 20240326080039394
20927 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig' (19,420) at 20210308005003244
20928 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc' (19,421) at 20241221090017684
20929 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-1.1' (19,422) at 20211006000025234
20930 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_verify.h' (19,423) at 20210308005003556
20931 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/pcm052.c' (19,424) at 20210308005003028
20932 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/packagegroups/packagegroup-yadro-apps.bb' (19,425) at 20231012080014472
20933 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/zfs_sha256.c' (19,426) at 20210308005003556
20934 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap35_logic_defconfig' (19,427) at 20210308005003272
20935 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-vmsr-helper.socket' (19,428) at 20240906080037164
20936 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/package.py' (19,429) at 20241221090017632
20937 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston64r2_defconfig' (19,430) at 20210308005003252
20938 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/lmbench-run' (19,431) at 20210307205553870
20939 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_hatchling.bbclass' (19,432) at 20230610080017615
20940 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/c/test_context_save_areas.c' (19,433) at 20230925080040101
20941 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/tlb.c' (19,434) at 20210308005003000
20942 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/cli.hpp' (19,435) at 20210308005346774
20943 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-pci.cfg' (19,436) at 20230131040012019
20944 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/socfpga.c' (19,437) at 20210308005002912
20945 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bloblist' (19,438) at 20210308005003292
20946 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/styles/json.css' (19,439) at 20210308005113053
20947 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/sifive_cpu.h' (19,440) at 20210308005046029
20948 2025-10-05 03:01:03.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/trace.h' (19,441) at 20210927100127157
20949 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lpsw.S' (19,442) at 20230426080043952
20950 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/osd.c' (19,443) at 20210308005003000
20951 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/screen/screen/screen.pam' (19,444) at 20210307205554570
20952 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_mini_emmc1_defconfig' (19,445) at 20210308005003284
20953 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/lasips2.h' (19,446) at 20221215040039182
20954 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/firefly/firefly-rk3288/Makefile' (19,447) at 20210308005002956
20955 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Albacken' (19,448) at 20210307205553778
20956 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/trace-events' (19,449) at 20240906080037472
20957 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fec_mxc.c' (19,450) at 20210308005003428
20958 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb' (19,451) at 20230610080017603
20959 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AMDPLPA' (19,452) at 20211006000025226
20960 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-09' (19,453) at 20211008000010730
20961 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/astro_mcf5373l.h' (19,454) at 20210308005003584
20962 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0015-EGL-glplatform.h-define-EGL_CAST.patch' (19,455) at 20210307205554106
20963 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-expect-Fix-segfaults-if-Tcl-is-built-with-stubs-and-.patch' (19,456) at 20241206090014326
20964 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch' (19,457) at 20210307205554610
20965 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/syscon-uclass.c' (19,458) at 20210308005003356
20966 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Trosa' (19,459) at 20210307205553794
20967 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-reference-design-tablet.dtsi' (19,460) at 20210308005002620
20968 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_doe.h' (19,461) at 20240906080037336
20969 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/cl-som-imx7.c' (19,462) at 20210308005002944
20970 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/start.S' (19,463) at 20210308005002836
20971 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dummy/dummy.c' (19,464) at 20210308004938832
20972 2025-10-05 03:01:03.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/imx25.txt' (19,465) at 20210308005003328
20973 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/autojson/autojson.py' (19,466) at 20221206040017633
20974 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch' (19,467) at 20220612030016723
20975 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/043' (19,468) at 20210927100127477
20976 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/event.hpp' (19,469) at 20240719080005925
20977 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/0002-bind-Makefile.in-disable-backtrace.patch' (19,470) at 20220402030015899
20978 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lazy_1.6.bb' (19,471) at 20241221090017556
20979 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mpr2_defconfig' (19,472) at 20210308005003268
20980 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Cap.interface.yaml' (19,473) at 20240618080025497
20981 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/ti-edma3.c' (19,474) at 20210308005003372
20982 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/llgfrl-unaligned.S' (19,475) at 20230426080043952
20983 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/not-overwrite-cflags-cxxflags.patch' (19,476) at 20241221090017564
20984 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/reboot.cfg' (19,477) at 20210307205554058
20985 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/co-shared-resource.h' (19,478) at 20241211090212366
20986 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mtdparts.c' (19,479) at 20210308005003216
20987 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/test/sdjournal_mock.hpp' (19,480) at 20221005030030502
20988 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/069' (19,481) at 20220429100100886
20989 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/type-helpers.h' (19,482) at 20240906080037344
20990 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr_misc.c' (19,483) at 20210308005002548
20991 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/generate_makefile.sh' (19,484) at 20210308005057105
20992 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-sabresd-u-boot.dtsi' (19,485) at 20210308005002584
20993 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/arm_integrator_debug.c' (19,486) at 20210927100127149
20994 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/test/test-suite.py' (19,487) at 20240822080032141
20995 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/nsa310s.c' (19,488) at 20210308005003204
20996 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.5/index.html' (19,489) at 20210307205554246
20997 2025-10-05 03:01:03.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Device.errors.yaml' (19,490) at 20210610000035142
20998 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/irq.S' (19,491) at 20210308005002808
20999 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/scriptutils.py' (19,492) at 20241206090014350
21000 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cpuid.h' (19,493) at 20240326080039546
21001 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv-xthead.c' (19,494) at 20240906080037168
21002 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/journald-storage-policy.conf' (19,495) at 20210307205553694
21003 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5282.h' (19,496) at 20210308005002804
21004 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/sata.h' (19,497) at 20210308005003456
21005 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/190' (19,498) at 20210927100127493
21006 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle.json' (19,499) at 20210308005046409
21007 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stih410-clks.h' (19,500) at 20210308005003632
21008 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/preconditions.hpp' (19,501) at 20210308005059165
21009 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/utility/timer.cpp' (19,502) at 20240822080031261
21010 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/media-tags/thunar-media-tags-plugin_0.4.0.bb' (19,503) at 20230503080014591
21011 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/pl031.h' (19,504) at 20210308005046029
21012 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/dont-run-tests.patch' (19,505) at 20230706080014757
21013 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/power/phosphor-power/config.json' (19,506) at 20220730030014652
21014 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_ca15_tc2.h' (19,507) at 20210308005003624
21015 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/hid.h' (19,508) at 20210308005046033
21016 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/dram.c' (19,509) at 20210308005002548
21017 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmstb/bcmstb.c' (19,510) at 20210308005002940
21018 2025-10-05 03:01:03.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR.interface.yaml' (19,511) at 20221207040023631
21019 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk322x.c' (19,512) at 20210308005003352
21020 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/mxs.txt' (19,513) at 20210308005003328
21021 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-rng-test.c' (19,514) at 20221215040039382
21022 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cmake-qemu.bbclass' (19,515) at 20241206090014298
21023 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/threshold.hpp' (19,516) at 20220412175720086
21024 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/clocks.cfg' (19,517) at 20210308005003080
21025 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam_%.bbappend' (19,518) at 20240911080042931
21026 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/schroedinger_1.0.11.bb' (19,519) at 20240124090012254
21027 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/lame/lame/no-gtk1.patch' (19,520) at 20210307205554606
21028 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/Makefile.inc' (19,521) at 20210610190030293
21029 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/Makefile' (19,522) at 20210308005002788
21030 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_ph.c' (19,523) at 20210308005046505
21031 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/event_messaged_sdbus.h' (19,524) at 20210308004942076
21032 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_npm.py' (19,525) at 20241221090017700
21033 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/Skip-AC_RUN_IFELSE-tests.patch' (19,526) at 20241221090017496
21034 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl_1.0.12.bb' (19,527) at 20220204040022468
21035 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/kw88f6192.h' (19,528) at 20210308005002732
21036 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/0002-do-not-build-demos.patch' (19,529) at 20210608000015799
21037 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/udivsi3_i4i.S' (19,530) at 20210308005002852
21038 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/Makefile' (19,531) at 20210308005003448
21039 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hogvalen' (19,532) at 20210307205553782
21040 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc232b/core-isa.h' (19,533) at 20210308005046349
21041 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/run-ptest' (19,534) at 20241221090017484
21042 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.err' (19,535) at 20240906080037560
21043 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__inline_scheduler.hpp' (19,536) at 20240731080033662
21044 2025-10-05 03:01:03.046-0500 FINEST t466 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' (19,537) at 20240904080027734
21045 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-ssh-dropbear.bb' (19,538) at 20231011080016606
21046 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/eagle.h' (19,539) at 20210308005003592
21047 2025-10-05 03:01:03.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/csf_uboot_fast_authentication.txt' (19,540) at 20210308005003328
21048 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproj/rpath.patch' (19,541) at 20241221090017560
21049 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/xlnx-pmu-iomod-intc.h' (19,542) at 20210308005046017
21050 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/evb-rk3399.c' (19,543) at 20210308005003040
21051 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb' (19,544) at 20241221090017488
21052 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kwbimage.h' (19,545) at 20210308005003764
21053 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/system_manager_s10.c' (19,546) at 20210308005002780
21054 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-rtc.cfg' (19,547) at 20220804030014671
21055 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/runbuilds.py' (19,548) at 20220402030016103
21056 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/cpu_init.c' (19,549) at 20210308005002800
21057 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qsp.c' (19,550) at 20240906080037592
21058 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/MAINTAINERS' (19,551) at 20210308005002916
21059 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/start.S' (19,552) at 20241211090212442
21060 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/gcc.py' (19,553) at 20241221090017632
21061 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.soc' (19,554) at 20210308005002556
21062 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/sdbusplus.wrap' (19,555) at 20211029000047258
21063 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/monitor-ipmi-power-transition.service' (19,556) at 20230706080014733
21064 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch' (19,557) at 20241206090014334
21065 2025-10-05 03:01:03.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Wollongong' (19,558) at 20210307205553766
21066 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/wm8994_registers.h' (19,559) at 20210308005003488
21067 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (19,560) at 20230721080014362
21068 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_socrates_defconfig' (19,561) at 20210308005003280
21069 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/leds/leds-pca9532.h' (19,562) at 20210308005003636
21070 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/circbuf.c' (19,563) at 20210308005003696
21071 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_sdcard_qspi_defconfig' (19,564) at 20210308005003264
21072 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/cpu-qom.h' (19,565) at 20240326080039702
21073 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/sysmap-apq8096.c' (19,566) at 20210308005002776
21074 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ncplite-ipmi-fru-properties.yaml' (19,567) at 20230412080023456
21075 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/peach-pi.h' (19,568) at 20210308005003608
21076 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-clean-dangling/action.yml' (19,569) at 20220402030016059
21077 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/fp5280g3-ipmi-inventory-sensors.yaml' (19,570) at 20240712080022837
21078 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb' (19,571) at 20220402030015887
21079 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/temporary_file.hpp' (19,572) at 20221005030030502
21080 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/makefile-add-ldflags.patch' (19,573) at 20210307205553818
21081 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfeqi.c' (19,574) at 20210308005046529
21082 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-2.yaml' (19,575) at 20241219090012976
21083 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/linkage.h' (19,576) at 20210308005002828
21084 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/PageContainer.spec.js.snap' (19,577) at 20220105012523003
21085 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/cf_spi.c' (19,578) at 20210308005003492
21086 2025-10-05 03:01:03.048-0500 FINEST t466 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' (19,579) at 20220204040022452
21087 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service/skeleton_test.c' (19,580) at 20210307205554390
21088 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/debug/openpower-debug-collector_%.bbappend' (19,581) at 20230719080015371
21089 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd@.service' (19,582) at 20210307205554466
21090 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/m5329evb.c' (19,583) at 20210308005002972
21091 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildhistory-diff' (19,584) at 20220204040022688
21092 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/_lshrdi3.S' (19,585) at 20210308005002840
21093 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/boot_data.py' (19,586) at 20221209040018567
21094 2025-10-05 03:01:03.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS6-ssh-bic@.service' (19,587) at 20231025080019870
21095 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-lasx.xml' (19,588) at 20240906080037184
21096 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/kerneldoc.py' (19,589) at 20210308005002536
21097 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/Makefile' (19,590) at 20210308005002992
21098 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/collie.rst' (19,591) at 20210308005045809
21099 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/scripts/ima-gen-local-ca.sh' (19,592) at 20230520080014488
21100 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (19,593) at 20220620100012713
21101 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/templates/default/local.conf.sample' (19,594) at 20241221090017580
21102 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/gdbstub.c' (19,595) at 20240906080037504
21103 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgtu.c' (19,596) at 20210308005046529
21104 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/regmap.h' (19,597) at 20210308005003684
21105 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/file.hpp' (19,598) at 20230807080031314
21106 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/element.hpp' (19,599) at 20210308005114857
21107 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/Create.interface.yaml' (19,600) at 20221207040023631
21108 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/bcu/bcu-ld4.c' (19,601) at 20210308005002792
21109 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/Kconfig' (19,602) at 20210308005003072
21110 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/phosphor-logging.wrap' (19,603) at 20220407100028311
21111 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/button_handler_main.cpp' (19,604) at 20230630080020271
21112 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.uefi' (19,605) at 20210308005003300
21113 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_hcd.c' (19,606) at 20210308005003520
21114 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/linux_string.h' (19,607) at 20210308005003656
21115 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000e_core.h' (19,608) at 20240906080037264
21116 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio.h' (19,609) at 20221215040039378
21117 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_errno_defs.h' (19,610) at 20210927100127273
21118 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0009_target_package_manifest_path.py' (19,611) at 20210307205554262
21119 2025-10-05 03:01:03.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions.hpp' (19,612) at 20241212090025211
21120 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/hitachi_tx18d42vm_lcd.h' (19,613) at 20210308005003528
21121 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-kernel/linux/linux-aspeed_%.bbappend' (19,614) at 20210812000025166
21122 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hameenkyro_Kyroskoski' (19,615) at 20210307205553770
21123 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EUDatagrid' (19,616) at 20210307205554422
21124 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/Makefile' (19,617) at 20210308005003036
21125 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/LICENSE' (19,618) at 20210308005102825
21126 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1046_ids.c' (19,619) at 20210308005002556
21127 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pfuze.h' (19,620) at 20210308005002960
21128 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/p2a.hpp' (19,621) at 20240817080027656
21129 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-syslog.default' (19,622) at 20210307205554470
21130 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Sudbury' (19,623) at 20210307205553798
21131 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/setjmp.S' (19,624) at 20210308005002856
21132 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3.dtsi' (19,625) at 20210308005002600
21133 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-nuvoton/kudo.cfg' (19,626) at 20210408000038661
21134 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/libc-package.bbclass' (19,627) at 20240302090018226
21135 2025-10-05 03:01:03.050-0500 FINEST t466 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' (19,628) at 20230131040012027
21136 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sparc/sun4m_iommu.h' (19,629) at 20210308005046033
21137 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/build-tests.patch' (19,630) at 20241221090017676
21138 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/nvdimm-utils.h' (19,631) at 20210927100127249
21139 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam.patch' (19,632) at 20210905000020557
21140 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mips64el-softmmu/default.mak' (19,633) at 20240906080037160
21141 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/manufacturingcommands.hpp' (19,634) at 20241023080007883
21142 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/qts/sdram_config.h' (19,635) at 20210308005003072
21143 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_flat.h' (19,636) at 20230426080043784
21144 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-a23-a33-ccu.h' (19,637) at 20210308005003636
21145 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mulq_rs_ph.c' (19,638) at 20210308005046505
21146 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki' (19,639) at 20210307205553774
21147 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha1-pss.its' (19,640) at 20210308005003744
21148 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/MAINTAINERS' (19,641) at 20210308005003040
21149 2025-10-05 03:01:03.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m2_zero_defconfig' (19,642) at 20210308005003252
21150 2025-10-05 03:01:03.050-0500 FINEST t466 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' (19,643) at 20230706080014757
21151 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zynqpl.h' (19,644) at 20210308005003696
21152 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3188-cru.h' (19,645) at 20210308005003632
21153 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/Makefile' (19,646) at 20210308005003472
21154 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/stm32f2xx_usart.h' (19,647) at 20240326080039534
21155 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++/run-ptest' (19,648) at 20241206090014246
21156 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/efi_app.c' (19,649) at 20210308005003700
21157 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/reset-type.cocci' (19,650) at 20240906080037440
21158 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a.dtsi' (19,651) at 20210308005002596
21159 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf/android-gadget-setup' (19,652) at 20230401080011931
21160 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/CHIP_defconfig' (19,653) at 20210308005003236
21161 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2081_nand_rcw.cfg' (19,654) at 20210308005002996
21162 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/menuconfig.py' (19,655) at 20241221090017700
21163 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-common.h' (19,656) at 20210308005002676
21164 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/libvhost-user-glib.c' (19,657) at 20210927100127357
21165 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/lan75xx.c' (19,658) at 20210308005003504
21166 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/xway-swap-bytes.c' (19,659) at 20210308005003776
21167 2025-10-05 03:01:03.051-0500 FINEST t466 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' (19,660) at 20240413080012627
21168 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmhash/files/Makefile.test' (19,661) at 20210307205554130
21169 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x/syscon_rk322x.c' (19,662) at 20210308005002776
21170 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x-rpi-smsc9512.dtsi' (19,663) at 20210308005002572
21171 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/stack.c' (19,664) at 20210308005002840
21172 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/index.js' (19,665) at 20210308005107077
21173 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_pef.c' (19,666) at 20210308004938828
21174 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/eth_internal.h' (19,667) at 20210308005003720
21175 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/service_indicators_test.cpp' (19,668) at 20230202040033474
21176 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/local.conf.sample' (19,669) at 20241221090017480
21177 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/car.S' (19,670) at 20210308005002856
21178 2025-10-05 03:01:03.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Common/Callout.metadata.yaml' (19,671) at 20220430030026016
21179 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGL-UK-2.0' (19,672) at 20211006000025242
21180 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_common.c' (19,673) at 20210308005003372
21181 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/nic-power-fault@.service' (19,674) at 20241001080014404
21182 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astor/0001-rtrip.py-convert-to-python3.patch' (19,675) at 20210307205554014
21183 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/g220a-ipmi-inventory-sensors.yaml' (19,676) at 20210820100014769
21184 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/kerneldevelopment.py' (19,677) at 20230706080014781
21185 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpbp.h' (19,678) at 20210308005003648
21186 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/vm.conf' (19,679) at 20220518030022807
21187 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-tegra.c' (19,680) at 20210308005003512
21188 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5235evb/Kconfig' (19,681) at 20210308005002972
21189 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5249EVB_defconfig' (19,682) at 20210308005003236
21190 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/error.hpp.mako' (19,683) at 20230902080037613
21191 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/efi-x86_app.dts' (19,684) at 20210308005002860
21192 2025-10-05 03:01:03.052-0500 FINEST t466 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' (19,685) at 20241221090017504
21193 2025-10-05 03:01:03.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp-r5/cpu.c' (19,686) at 20210308005002796
21194 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/immap_86xx.h' (19,687) at 20210308005002840
21195 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/start_host.cpp' (19,688) at 20210308005103637
21196 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-session' (19,689) at 20210307205554566
21197 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fcnv.c.inc' (19,690) at 20240906080037496
21198 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/reiserfs.h' (19,691) at 20210308005003684
21199 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/92removedns' (19,692) at 20210307205554466
21200 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/types.hpp' (19,693) at 20230719080010903
21201 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bayleybay.h' (19,694) at 20210308005003588
21202 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (19,695) at 20231216090014900
21203 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-blackout@.target' (19,696) at 20220707030038047
21204 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/clock.c' (19,697) at 20210308005002724
21205 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/init/handoff.c' (19,698) at 20210308005003228
21206 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/udev/rules.d/debug-trigger-kcs3.rules' (19,699) at 20210616125333493
21207 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/rmobile.h' (19,700) at 20210308005002768
21208 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm64.yml' (19,701) at 20210307205554110
21209 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon.conf' (19,702) at 20210307205553722
21210 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/aisimage.h' (19,703) at 20210308005003748
21211 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/subprojects/phosphor-logging.wrap' (19,704) at 20230720080010758
21212 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/remote-console.scss' (19,705) at 20210715000108960
21213 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/handoff.h' (19,706) at 20210308005003652
21214 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_read_unittest.cpp' (19,707) at 20220824030029051
21215 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/prim_ops.h' (19,708) at 20210308005003336
21216 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_socrates.h' (19,709) at 20210308005003616
21217 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/rarp.c' (19,710) at 20210308005003720
21218 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/lowlevel_init.S' (19,711) at 20210308005003020
21219 2025-10-05 03:01:03.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-delta/packagegroups/packagegroup-delta-apps.bb' (19,712) at 20231012080014468
21220 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/linkage.h' (19,713) at 20210308005002808
21221 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/MAINTAINERS' (19,714) at 20210308005003024
21222 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/thermal-policy/ibm-ac-server/thermal-policy.yaml' (19,715) at 20210307205553698
21223 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/debug.h' (19,716) at 20210308005003548
21224 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/termbits.h' (19,717) at 20210308005046085
21225 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/gen_setup.sh' (19,718) at 20221209040018559
21226 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/Kconfig' (19,719) at 20210308005002780
21227 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-features.err' (19,720) at 20240906080037560
21228 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d36ek_cmp_spiflash_defconfig' (19,721) at 20210308005003276
21229 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Ferguson-Twofish' (19,722) at 20241221090017616
21230 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-AT' (19,723) at 20211006000025230
21231 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus_to_event_handler.hpp' (19,724) at 20240729080033928
21232 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/guestfd.h' (19,725) at 20221215040039194
21233 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_gpt.h' (19,726) at 20210308005002664
21234 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeDeviceCollection.json' (19,727) at 20240619080002952
21235 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/300.out' (19,728) at 20210927100127505
21236 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/sve_context.h' (19,729) at 20240906080037352
21237 2025-10-05 03:01:03.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/osd.h' (19,730) at 20210308005003000
21238 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_tcg_hvx.h' (19,731) at 20240326080039658
21239 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier2U/4.json' (19,732) at 20240212090032054
21240 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/meson.build' (19,733) at 20241211090212378
21241 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/events.py' (19,734) at 20221215040039254
21242 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/asm-offsets.h' (19,735) at 20210308005002816
21243 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm11130_defconfig' (19,736) at 20210308005003252
21244 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fprem.c' (19,737) at 20210308005046497
21245 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_footer.c' (19,738) at 20210308005003704
21246 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/.gitignore' (19,739) at 20210308005108053
21247 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/hello-single/hello_1.0.bb' (19,740) at 20241206090014298
21248 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vammala_Savi' (19,741) at 20210307205553774
21249 2025-10-05 03:01:03.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/manager.hpp' (19,742) at 20230511080010311
21250 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sbc8349.h' (19,743) at 20210308005003612
21251 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/hexagon.c' (19,744) at 20210927100127065
21252 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/event_notification_util.py' (19,745) at 20221209040018559
21253 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mixtile_loftq_defconfig' (19,746) at 20210308005003268
21254 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Asele_Aslia' (19,747) at 20210307205553778
21255 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/Kconfig' (19,748) at 20210308005002960
21256 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3036_defconfig' (19,749) at 20210308005003256
21257 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_service_parser.hpp' (19,750) at 20220226040035996
21258 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/pldm-create-phyp-nvram-cksum.service' (19,751) at 20220916100031437
21259 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6328-clock.h' (19,752) at 20210308005003632
21260 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers_12.1.14.0.bb' (19,753) at 20231126090012781
21261 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/Kconfig' (19,754) at 20210308005002796
21262 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/bootinfo.h' (19,755) at 20241211090212290
21263 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/da8xx-fb.c' (19,756) at 20210308005003524
21264 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_h.c' (19,757) at 20210308005046517
21265 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zipitz2_defconfig' (19,758) at 20210308005003288
21266 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap121/Kconfig' (19,759) at 20210308005003028
21267 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update.bb' (19,760) at 20241206090014226
21268 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/Kconfig' (19,761) at 20210308005003356
21269 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/README.md' (19,762) at 20221209040019091
21270 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp6.service' (19,763) at 20210307205554462
21271 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/ucd90160.cpp' (19,764) at 20230511080045639
21272 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/OWNERS' (19,765) at 20241024080014718
21273 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-q8-tablet.dts' (19,766) at 20210308005002620
21274 2025-10-05 03:01:03.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn_1.12.0.bb' (19,767) at 20241221090017492
21275 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/dspi.h' (19,768) at 20210308005002800
21276 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/avoid_polluting_cross_directories.patch' (19,769) at 20241221090017644
21277 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/inter_choice/__init__.py' (19,770) at 20210308005003736
21278 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/Kconfig' (19,771) at 20210308005002984
21279 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/acpi/mainboard.asl' (19,772) at 20210308005003008
21280 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config/led.yaml' (19,773) at 20240829080014018
21281 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mailcap/mailcap_2.1.54.bb' (19,774) at 20230609080014395
21282 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/style.css' (19,775) at 20210308004923388
21283 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mactest.c' (19,776) at 20230720080043539
21284 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TCL' (19,777) at 20211006000025246
21285 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.2.bb' (19,778) at 20220402030015907
21286 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_qspi_defconfig' (19,779) at 20210308005003264
21287 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/st,stm32mp1.txt' (19,780) at 20210308005003304
21288 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0007-initialize-front-back-wayland-buffers.patch' (19,781) at 20230706080014765
21289 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/039' (19,782) at 20220429100100886
21290 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/settings/phosphor-settings-manager/chassis-capabilities.override.yml' (19,783) at 20240110090012776
21291 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mac.h' (19,784) at 20220215040051504
21292 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb' (19,785) at 20230520080014480
21293 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/sdbusplus.wrap' (19,786) at 20220323030042611
21294 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/luks-detached-header' (19,787) at 20240906080037568
21295 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-tinker.dtsi' (19,788) at 20210308005002604
21296 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/OpenBMCManager_v1.xml' (19,789) at 20240907080003164
21297 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb' (19,790) at 20240124090012254
21298 2025-10-05 03:01:03.057-0500 FINEST t466 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' (19,791) at 20241221090017464
21299 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/dma-direction.h' (19,792) at 20210308005003656
21300 2025-10-05 03:01:03.057-0500 FINEST t466 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' (19,793) at 20231011080016574
21301 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-i7.dts' (19,794) at 20210308005002620
21302 2025-10-05 03:01:03.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/Makefile' (19,795) at 20210308005002984
21303 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-aes.c' (19,796) at 20230925080040101
21304 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_defconfig' (19,797) at 20210308005003244
21305 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-da8xx.c' (19,798) at 20210308005003512
21306 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/TableRoleGroups.vue' (19,799) at 20241004080035971
21307 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/default.css' (19,800) at 20240106090017249
21308 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/800mhz_4x128mx16.cfg' (19,801) at 20210308005002924
21309 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/tatlin-archive-x86.conf' (19,802) at 20230927080013514
21310 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/include/meson.build' (19,803) at 20240613080020632
21311 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json' (19,804) at 20241031080012183
21312 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/rcb.h' (19,805) at 20210308005002876
21313 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/InputPasswordToggle.spec.js' (19,806) at 20241004080035975
21314 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/repositories.txt' (19,807) at 20210308004942724
21315 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/hotswap-power-cycle/adm1278-hotswap-power-cycle.bb' (19,808) at 20241206090014278
21316 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/syslog-controller.html' (19,809) at 20210308005107077
21317 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-OliversMount' (19,810) at 20210307205553798
21318 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/opalkelly/zynq/MAINTAINERS' (19,811) at 20210308005003028
21319 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/Makefile' (19,812) at 20210308005003172
21320 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/timed-average.c' (19,813) at 20241211090212562
21321 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsel-linux' (19,814) at 20241206090014350
21322 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_ar5315u_ram_defconfig' (19,815) at 20210308005003252
21323 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/LICENSE' (19,816) at 20210308005048369
21324 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gnesta' (19,817) at 20210307205553782
21325 2025-10-05 03:01:03.058-0500 FINEST t466 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' (19,818) at 20221003030013269
21326 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/postinst_intercept' (19,819) at 20210307205554642
21327 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Spencer-86' (19,820) at 20211006000025246
21328 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target.h' (19,821) at 20221215040039062
21329 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/update-dtc-source.sh' (19,822) at 20210308005003728
21330 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu100_revC_defconfig' (19,823) at 20210308005003288
21331 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/leds/daytonax-led-manager-config-native.bb' (19,824) at 20241206090014202
21332 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircd.init' (19,825) at 20210307205553850
21333 2025-10-05 03:01:03.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-gpio-monitor/bare-metal-gpio-monitor_git.bb' (19,826) at 20241126090011759
21334 2025-10-05 03:01:03.058-0500 FINEST t466 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' (19,827) at 20210307205553946
21335 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/mxu_translate.c' (19,828) at 20241211090212498
21336 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/crypto_test.cpp' (19,829) at 20240817080005771
21337 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch.h' (19,830) at 20240906080037156
21338 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/JsonSchemaFile.v1_1_5.json' (19,831) at 20240619080002948
21339 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/LICENSE' (19,832) at 20210308005116673
21340 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/0001-libltdl-remove-reference-to-nonexisting-directory.patch' (19,833) at 20241221090017496
21341 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrtalje_Sodra_Bergen' (19,834) at 20210307205553786
21342 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-cfi.cfg' (19,835) at 20220804030014671
21343 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p3041_serdes.c' (19,836) at 20210308005002832
21344 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-timrot.h' (19,837) at 20210308005002656
21345 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/292.out' (19,838) at 20210308005046469
21346 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.4.bb' (19,839) at 20241206090014266
21347 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/copy_flash.c' (19,840) at 20210308005108641
21348 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-perl/perl/files/libwhisker2.patch' (19,841) at 20230706080014769
21349 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ipmi-kcs-test.c' (19,842) at 20241211090212546
21350 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mailbox/tegra186-hsp.h' (19,843) at 20210308005003636
21351 2025-10-05 03:01:03.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/console/obmc-console/80-olympus-nuvoton-sol.rules' (19,844) at 20210307205554094
21352 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/get_unit_test_report.py' (19,845) at 20221208040016926
21353 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/open62541/0001-fix-build-do-not-install-git-files.patch' (19,846) at 20231014080011723
21354 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/example/zones.yaml' (19,847) at 20210308005059165
21355 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/influxdb' (19,848) at 20210307205553890
21356 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/spl.c' (19,849) at 20210308005002948
21357 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0001-no-bash.patch' (19,850) at 20241221090017496
21358 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/Makefile-add-more-dependencies-to-pointer.h.patch' (19,851) at 20210307205553870
21359 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lynxkdi.c' (19,852) at 20210308005003228
21360 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment/ti/mmc.h' (19,853) at 20210308005003644
21361 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-gpu-bswap.h' (19,854) at 20240326080039542
21362 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mksunxiboot.c' (19,855) at 20210308005003768
21363 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/fsl_sata.h' (19,856) at 20210308005003332
21364 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-04' (19,857) at 20210908000010395
21365 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/README' (19,858) at 20210308005116217
21366 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/porter_defconfig' (19,859) at 20210308005003276
21367 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/syscall_n32.tbl' (19,860) at 20241211090212378
21368 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/cache_v7.c' (19,861) at 20210308005002552
21369 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/libfdt_env.h' (19,862) at 20210308005003656
21370 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/crosssdk.bbclass' (19,863) at 20220910030013385
21371 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8040-db.dts' (19,864) at 20210308005002568
21372 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simpletrace.py' (19,865) at 20240326080039630
21373 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-event.err' (19,866) at 20210308005046409
21374 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/069_fill.dts' (19,867) at 20210308005003752
21375 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/dlmalloc.src' (19,868) at 20210308005003224
21376 2025-10-05 03:01:03.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/ehci.h' (19,869) at 20210308005002660
21377 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/core.c' (19,870) at 20210308005003740
21378 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts' (19,871) at 20210308005002624
21379 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_ident1.decode' (19,872) at 20210308005046389
21380 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_unittest.cpp' (19,873) at 20230821192414188
21381 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_SRIO_PCIE_BOOT_defconfig' (19,874) at 20210308005003244
21382 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/association_manager.cpp' (19,875) at 20240820080025626
21383 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/templates/default/conf-notes.txt' (19,876) at 20240712080022837
21384 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/led.c' (19,877) at 20210308005003212
21385 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_logic.c' (19,878) at 20210308005046529
21386 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_allocator.h' (19,879) at 20210308005003552
21387 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9xeek_dataflash_cs1_defconfig' (19,880) at 20210308005003248
21388 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/MCD_dmaApi.c' (19,881) at 20210308005003372
21389 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/ci20.c' (19,882) at 20210308005003008
21390 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/run-ptest' (19,883) at 20210307205554550
21391 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/riscv32-linux' (19,884) at 20230317080013833
21392 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/libgpiod.wrap' (19,885) at 20210831000007042
21393 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm010.dts' (19,886) at 20210308005002632
21394 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4qds.h' (19,887) at 20210308005002996
21395 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/test_patching.py' (19,888) at 20210308005046237
21396 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_sdhci-test.c' (19,889) at 20240906080037572
21397 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/omap2430.h' (19,890) at 20210308005003520
21398 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_alternate_fan_settings.robot' (19,891) at 20210308005007124
21399 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/witherspoon-debug/README.md' (19,892) at 20221209040019095
21400 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill_1.0.bb' (19,893) at 20220402030015915
21401 2025-10-05 03:01:03.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/pad/api.h' (19,894) at 20210308005002640
21402 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/out-of-tree-build.patch' (19,895) at 20230503080014579
21403 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nalden' (19,896) at 20210307205553786
21404 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/nlohmann_json.wrap' (19,897) at 20231209090027349
21405 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/tuple_to_array.hpp' (19,898) at 20230106040046360
21406 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/check-cvs' (19,899) at 20241221090017620
21407 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-fan-watchdog-takeover.target' (19,900) at 20210308005055797
21408 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/m68k/tune-mcf5441x.inc' (19,901) at 20210905000020581
21409 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/fpga_ast2600_spl.h' (19,902) at 20210308005003596
21410 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/highbank/ahci.c' (19,903) at 20210308005003004
21411 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun9i-a80-de.h' (19,904) at 20210308005003636
21412 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6338-clock.h' (19,905) at 20210308005003632
21413 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coreboot.sed' (19,906) at 20210308005003728
21414 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/qos.c' (19,907) at 20210308005003040
21415 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Pamplona' (19,908) at 20210307205553766
21416 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_meta.hpp' (19,909) at 20240731164718599
21417 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-authz-simple.c' (19,910) at 20210927100127641
21418 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/trace.h' (19,911) at 20210308005045729
21419 2025-10-05 03:01:03.062-0500 FINEST t466 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' (19,912) at 20231011080016574
21420 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/ipmi_to_redfish_hooks.hpp' (19,913) at 20240829080009330
21421 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (19,914) at 20241206090014218
21422 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap5_uevm_defconfig' (19,915) at 20210308005003272
21423 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/readme.txt' (19,916) at 20210308005003032
21424 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/0001-configure.ac-remove-AM_PO_SUBDIRS.patch' (19,917) at 20230706080014753
21425 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_stat_unittest.cpp' (19,918) at 20210308005134001
21426 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/obmc-power-already-on@.target' (19,919) at 20221210040015138
21427 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/MAINTAINERS' (19,920) at 20210308005002980
21428 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/thermal/thermal.h' (19,921) at 20210308005003644
21429 2025-10-05 03:01:03.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/LICENSE' (19,922) at 20210308005116213
21430 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/io.h' (19,923) at 20210308005002824
21431 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/timer.c' (19,924) at 20210308005002772
21432 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_musb.h' (19,925) at 20210308005002680
21433 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/maxim,max77802.h' (19,926) at 20210308005003632
21434 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/serval/Makefile' (19,927) at 20210308005003020
21435 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Asiasat4_C-122.2E' (19,928) at 20210307205553758
21436 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/valid.tcl' (19,929) at 20210308005007120
21437 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6ul_geam_nand_defconfig' (19,930) at 20210308005003260
21438 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/logo/OpenBMC-Logo2.svg' (19,931) at 20210308004941080
21439 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-driver-binder.bb' (19,932) at 20241206090014202
21440 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_pmic.h' (19,933) at 20210308005003652
21441 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_reg.h' (19,934) at 20221215040039062
21442 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/vga.h' (19,935) at 20220429100100558
21443 2025-10-05 03:01:03.063-0500 FINEST t466 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' (19,936) at 20210307205554618
21444 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/fw_cfg.c' (19,937) at 20210308005045933
21445 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/W3C-20150513' (19,938) at 20211006000025246
21446 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pce_identity.cpp' (19,939) at 20210308005049129
21447 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dca/dcadec_0.2.0.bb' (19,940) at 20220402030015895
21448 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pca953x_gpio.c' (19,941) at 20210308005003380
21449 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-cardhu.dts' (19,942) at 20210308005002628
21450 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zimbra-1.4' (19,943) at 20211006000025246
21451 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/Makefile' (19,944) at 20210308005002948
21452 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/snmptrapd.conf' (19,945) at 20210307205553830
21453 2025-10-05 03:01:03.063-0500 FINEST t466 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' (19,946) at 20230503080014587
21454 2025-10-05 03:01:03.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/ag101p_timer.c' (19,947) at 20210308005003496
21455 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/immap_85xx.h' (19,948) at 20210308005002840
21456 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/p10bmc-yaml-config/p10bmc-ipmi-fru.yaml' (19,949) at 20241108090014316
21457 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/configuration/entity-manager/blacklist.json' (19,950) at 20220618030015174
21458 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/signals.c' (19,951) at 20210927100127517
21459 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pychassisctl/setup.cfg' (19,952) at 20210308004922940
21460 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/cpu.h' (19,953) at 20210308005002720
21461 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/run-ptest' (19,954) at 20230503080014583
21462 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/rcw_p5020_v2.cfg' (19,955) at 20210308005003168
21463 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/README' (19,956) at 20210308005002976
21464 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/MAINTAINERS' (19,957) at 20210308005002992
21465 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-pyconnman/python3-pyconnman_0.2.0.bb' (19,958) at 20241221090017548
21466 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/zynqmppl.c' (19,959) at 20210308005003376
21467 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Amazonas-61.0W' (19,960) at 20210307205553758
21468 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/error.h' (19,961) at 20210308005003764
21469 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1043ardb.h' (19,962) at 20210308005003600
21470 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/builder/builder_0.1.bb' (19,963) at 20241221090017684
21471 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs0_defconfig' (19,964) at 20210308005003248
21472 2025-10-05 03:01:03.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_h.c' (19,965) at 20210308005046513
21473 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gtbus.h' (19,966) at 20210308005002668
21474 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/default' (19,967) at 20210307205554502
21475 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_reset_recovery.cpp' (19,968) at 20240215090033432
21476 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console_git.bbappend' (19,969) at 20230120040014546
21477 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Container.v1_0_1.json' (19,970) at 20240619080002944
21478 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/README' (19,971) at 20210308005002972
21479 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/Makefile' (19,972) at 20210308005003496
21480 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/images/obmc-phosphor-image.bbappend' (19,973) at 20220421030022564
21481 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/Kconfig' (19,974) at 20210308005002980
21482 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ramboot-ppc85xx' (19,975) at 20210308005003296
21483 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pro4.c' (19,976) at 20210308005002792
21484 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-lpddr3-2GB-1600.dtsi' (19,977) at 20210308005002608
21485 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/Definitions.interface.yaml' (19,978) at 20210610000035106
21486 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_host.h' (19,979) at 20210308005003520
21487 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/sdbusplus.wrap' (19,980) at 20220603030022985
21488 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lipmi/Makefile.am' (19,981) at 20210308004938836
21489 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ldapdump' (19,982) at 20240301090025107
21490 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/micron-1g.cfg' (19,983) at 20210308005002908
21491 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/neighbor.cpp' (19,984) at 20230701080027201
21492 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/x32-psabi.rst' (19,985) at 20230114040015514
21493 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc' (19,986) at 20221122040015511
21494 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer3/conf/layer.conf' (19,987) at 20210307205554258
21495 2025-10-05 03:01:03.066-0500 FINEST t466 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' (19,988) at 20220502030010100
21496 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ioports.h' (19,989) at 20210308005003652
21497 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-uart-switch-button.service' (19,990) at 20240822080012460
21498 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/SECURITY.md' (19,991) at 20241221090017544
21499 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb' (19,992) at 20240124090012254
21500 2025-10-05 03:01:03.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/send_image' (19,993) at 20210308005003764
21501 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/bootimg-pcbios.py' (19,994) at 20230520080014508
21502 2025-10-05 03:01:03.067-0500 FINEST t466 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' (19,995) at 20220204040022504
21503 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/server.ttyS0.conf' (19,996) at 20240402080012066
21504 2025-10-05 03:01:03.067-0500 FINEST t466 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' (19,997) at 20210307205553942
21505 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-u-boot.dtsi' (19,998) at 20210308005002600
21506 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/redfish/styles/index.scss' (19,999) at 20210308005107077
21507 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_eq_ph.c' (20,000) at 20210308005046501
21508 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.13.bb' (20,001) at 20231014080011723
21509 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-hpe/host/host-boot-enable.bbappend' (20,002) at 20230524080016081
21510 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Device.metadata.yaml' (20,003) at 20221213040029821
21511 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/usb-uclass.c' (20,004) at 20210308005003516
21512 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/ldap-controller.html' (20,005) at 20210308005107065
21513 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/MAINTAINERS' (20,006) at 20210308005003048
21514 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.0' (20,007) at 20211006000025242
21515 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ResourceBlock.v1_4_3.json' (20,008) at 20240619080002952
21516 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/COPYING.apache-2.0' (20,009) at 20210307205554134
21517 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/MAINTAINERS' (20,010) at 20210308005002988
21518 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bbappend' (20,011) at 20241206090014230
21519 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/service_files/phosphor-button-handler.service' (20,012) at 20230216040020567
21520 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/storage-daemon/meson.build' (20,013) at 20240906080037444
21521 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-evm-u-boot.dtsi' (20,014) at 20210308005002592
21522 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/benchmark-crypto-hmac.c' (20,015) at 20241211090212530
21523 2025-10-05 03:01:03.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/bcd.h' (20,016) at 20210308005046045
21524 2025-10-05 03:01:03.068-0500 FINEST t466 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' (20,017) at 20210307205553846
21525 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0002-fix-ppp-2.5.0-build.patch' (20,018) at 20231011080016574
21526 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/stosm-early.S' (20,019) at 20230426080043952
21527 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/spl.c' (20,020) at 20210308005002728
21528 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Klovsjo' (20,021) at 20210307205553786
21529 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-CMakeLists.txt-set-libdir-to-CMAKE_INSTALL_FULL_LIBD.patch' (20,022) at 20241221090017672
21530 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sound.h' (20,023) at 20210308005003684
21531 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/initscript' (20,024) at 20210307205553990
21532 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/MAINTAINERS' (20,025) at 20210308005003036
21533 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/fsl_i2c.h' (20,026) at 20210308005002800
21534 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OpenSSL-standalone' (20,027) at 20241221090017616
21535 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/chromebook_samus.dts' (20,028) at 20210308005002860
21536 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler-data_0.4.12.bb' (20,029) at 20241206090014262
21537 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/0001-test_lib.sh-remove-gobin-requirement-during-build.patch' (20,030) at 20230706080014749
21538 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/external_intf/management_console_utils.robot' (20,031) at 20240627080021048
21539 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/blobs-ipmid/blobs.hpp' (20,032) at 20241220090029607
21540 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/MAINTAINERS' (20,033) at 20210308005003024
21541 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/ahci.c' (20,034) at 20210308005003056
21542 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/Makefile.vdso' (20,035) at 20240326080039566
21543 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/arm-powerctl.h' (20,036) at 20210308005046261
21544 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.isort.cfg' (20,037) at 20220314030038292
21545 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/kwbimage-is2.cfg' (20,038) at 20210308005002904
21546 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Heinola' (20,039) at 20210307205553770
21547 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__scope.hpp' (20,040) at 20240817080036820
21548 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub_2.12.bb' (20,041) at 20240127090011888
21549 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/MAINTAINERS' (20,042) at 20210308005003028
21550 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/053.out' (20,043) at 20210308005046441
21551 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/Makefile' (20,044) at 20210308005003048
21552 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (20,045) at 20210307205554086
21553 2025-10-05 03:01:03.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/helper.h' (20,046) at 20240326080039706
21554 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ddr_spd.h' (20,047) at 20210308005003628
21555 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_core.h' (20,048) at 20240906080037336
21556 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/eth_superhydra.c' (20,049) at 20210308005002964
21557 2025-10-05 03:01:03.069-0500 FINEST t466 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' (20,050) at 20210307205554042
21558 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Muodoslompolo' (20,051) at 20210307205553786
21559 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/partition.hpp' (20,052) at 20220922030007675
21560 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/menubox.c' (20,053) at 20210308005003732
21561 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/0001-disable-build-manpages.patch' (20,054) at 20230706080014753
21562 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475DFE_defconfig' (20,055) at 20210308005003236
21563 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_neo_plus2_defconfig' (20,056) at 20210308005003272
21564 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/pxa25x_udc.c' (20,057) at 20210308005003508
21565 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/handoff_s10.h' (20,058) at 20210308005002780
21566 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/CVE-2023-33460.patch' (20,059) at 20231126090012793
21567 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpios-manager.service' (20,060) at 20230920080013648
21568 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9x5_devices.c' (20,061) at 20210308005002712
21569 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/test_binary_search.py' (20,062) at 20210905000020593
21570 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/0002-tests-Use-head-n1-for-busybox-compatibility.patch' (20,063) at 20230131040012035
21571 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-keys/ima-evm-keys_1.0.bb' (20,064) at 20220402030016075
21572 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sks-kinkel/sksimx6/MAINTAINERS' (20,065) at 20210308005003052
21573 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-evb.dts' (20,066) at 20210308005002608
21574 2025-10-05 03:01:03.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (20,067) at 20230412080023460
21575 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/x11.txt' (20,068) at 20210308005002540
21576 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/usermode/usermode/0001-Makefile.am-Link-with-libm-for-powl-API.patch' (20,069) at 20230503080014579
21577 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/Kconfig' (20,070) at 20210308005003356
21578 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socrates.h' (20,071) at 20210308005003616
21579 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/fdt.c' (20,072) at 20210308005003472
21580 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/rpu-ready-assert@.service' (20,073) at 20240912080013426
21581 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040d4_sd_rcw.cfg' (20,074) at 20210308005002992
21582 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+.inc' (20,075) at 20220402030015959
21583 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/SBx81LIFKW_defconfig' (20,076) at 20210308005003244
21584 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/configuration/entity-manager_%.bbappend' (20,077) at 20241206090014222
21585 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-sheevaplug.dts' (20,078) at 20210308005002596
21586 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-escape.err' (20,079) at 20210308005046413
21587 2025-10-05 03:01:03.070-0500 FINEST t466 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' (20,080) at 20210307205553722
21588 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_versal.h' (20,081) at 20210308005003624
21589 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/is-daemonized.c' (20,082) at 20210308005046257
21590 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/parm_def' (20,083) at 20210308005007100
21591 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/deflate.c' (20,084) at 20210308005003716
21592 2025-10-05 03:01:03.070-0500 FINEST t466 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' (20,085) at 20210307205554094
21593 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ed25519_key.pub' (20,086) at 20210307205554466
21594 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/sdeventplus.wrap' (20,087) at 20220322030034432
21595 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppc476.inc' (20,088) at 20210905000020581
21596 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/313' (20,089) at 20210927100127505
21597 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/Makefile' (20,090) at 20210308005002908
21598 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-riscv.h' (20,091) at 20210308005003612
21599 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tbs2910.h' (20,092) at 20210308005003620
21600 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/manager.cpp' (20,093) at 20240817080031292
21601 2025-10-05 03:01:03.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/klcc-consider-sysroot.patch' (20,094) at 20230706080014733
21602 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64.dtsi' (20,095) at 20210308005002620
21603 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/smbiosmdrv2.hpp' (20,096) at 20210308005122217
21604 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/dcu.c' (20,097) at 20210308005002968
21605 2025-10-05 03:01:03.071-0500 FINEST t466 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' (20,098) at 20240413080012627
21606 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/start.S' (20,099) at 20210308005003008
21607 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3368.h' (20,100) at 20210308005002660
21608 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/MAINTAINERS' (20,101) at 20210308005002916
21609 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/phy.h' (20,102) at 20220617030036053
21610 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/KeyPolicy.v1_0_1.json' (20,103) at 20240619080002948
21611 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mtdconcat.c' (20,104) at 20210308005003408
21612 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/snmpd.service' (20,105) at 20210307205553830
21613 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/hrcon.c' (20,106) at 20210308005003000
21614 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/packagegroups/packagegroup-fonts-truetype.bb' (20,107) at 20240413080012655
21615 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7792-blanche-u-boot.dts' (20,108) at 20210308005002600
21616 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/clock.c' (20,109) at 20210308005002552
21617 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/portl2_defconfig' (20,110) at 20210308005003276
21618 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/spl_board_init.c' (20,111) at 20210308005002796
21619 2025-10-05 03:01:03.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/digic.h' (20,112) at 20210308005046005
21620 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/fb.h' (20,113) at 20210308005002724
21621 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fs_loader.c' (20,114) at 20210308005003400
21622 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/lcdproc_git.bb' (20,115) at 20240301090012423
21623 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/precise-smc-user.c' (20,116) at 20240326080039746
21624 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/btrfs_tree.h' (20,117) at 20210308005003544
21625 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/rn5t567_pmic.h' (20,118) at 20210308005003680
21626 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/Makefile' (20,119) at 20210308005002820
21627 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm281xx/sysmap.h' (20,120) at 20210308005002640
21628 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Bonnell/4.json' (20,121) at 20240212090032050
21629 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule-udisks2.bb' (20,122) at 20241221090017520
21630 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/sh/tune-sh3.inc' (20,123) at 20210905000020581
21631 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-spl-ncsi_defconfig' (20,124) at 20220215040051528
21632 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/stdplus.wrap' (20,125) at 20220721030033622
21633 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/message.cpp' (20,126) at 20210308005114861
21634 2025-10-05 03:01:03.072-0500 FINEST t466 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' (20,127) at 20240904080027734
21635 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/libfdt.h' (20,128) at 20210308005003656
21636 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/ldst_atomicity.c.inc' (20,129) at 20241211090212206
21637 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/app-navigation.html' (20,130) at 20210308005107069
21638 2025-10-05 03:01:03.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/logrotate/logrotate/run-ptest' (20,131) at 20230503080014619
21639 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.json' (20,132) at 20210308005046413
21640 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-1-Clause' (20,133) at 20210307205554418
21641 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblogging/liblogging_1.0.6.bb' (20,134) at 20241221090017516
21642 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_gt64120.c' (20,135) at 20210308005003452
21643 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch' (20,136) at 20241221090017656
21644 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/glue.c' (20,137) at 20210308005003540
21645 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ServiceAdmin.pm' (20,138) at 20220612030016735
21646 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/MAINTAINERS' (20,139) at 20210308005002912
21647 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch' (20,140) at 20241206090014314
21648 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/libsdl-1.2.15-xdata32.patch' (20,141) at 20210307205553942
21649 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/combined-packet.c' (20,142) at 20210927100127205
21650 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth-oauthlib/run-ptest' (20,143) at 20240413080012663
21651 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/types.h' (20,144) at 20210308005002848
21652 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/PULL_REQUEST_TEMPLATE.md' (20,145) at 20210307205554098
21653 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb' (20,146) at 20241206090014298
21654 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/machine/g220a.conf' (20,147) at 20230927080013510
21655 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump_4.99.5.bb' (20,148) at 20241221090017500
21656 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/aspeed_sdhci.c' (20,149) at 20210525100144791
21657 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/subprojects/googletest.wrap' (20,150) at 20210308005049761
21658 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/pcie_bifurcation.hpp' (20,151) at 20220525015711018
21659 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis.h' (20,152) at 20220520100030268
21660 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/ddr3_1333.c' (20,153) at 20210308005002784
21661 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/lowlevel_init.S' (20,154) at 20210308005003008
21662 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/serialize.hpp' (20,155) at 20230531080022729
21663 2025-10-05 03:01:03.073-0500 FINEST t466 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' (20,156) at 20240904080027738
21664 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuarm.conf' (20,157) at 20241221090017612
21665 2025-10-05 03:01:03.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/async/timer.cpp' (20,158) at 20230106040046360
21666 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/libperfetto.bb' (20,159) at 20241221090017512
21667 2025-10-05 03:01:03.074-0500 FINEST t466 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' (20,160) at 20231011080016578
21668 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T4240RDB.h' (20,161) at 20210308005003580
21669 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5301x.h' (20,162) at 20210308005002804
21670 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/kona-common/kona_sdhci.h' (20,163) at 20210308005002676
21671 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/setup.cfg' (20,164) at 20210308004941624
21672 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-install-nfslock-libs.patch' (20,165) at 20230401080011935
21673 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/inputattach-config/inputattach-config/inputattach.conf' (20,166) at 20210307205553914
21674 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/mox_sp.h' (20,167) at 20210308005002904
21675 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/stm32f429-discovery.c' (20,168) at 20210308005003052
21676 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.err' (20,169) at 20220429100100882
21677 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cgtqmx6eval_defconfig' (20,170) at 20210308005003252
21678 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/barebox/barebox.bb' (20,171) at 20241221090017632
21679 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p2371-2180.h' (20,172) at 20210308005003608
21680 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/s390x/safe-syscall.inc.S' (20,173) at 20220429100100406
21681 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/data/phosphor-target-monitor-default.json' (20,174) at 20221209040041007
21682 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f469-discovery/Makefile' (20,175) at 20210308005003052
21683 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/Remove_some_printf_in_obexftpd.patch' (20,176) at 20230317080013789
21684 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AGPL-1.0-only' (20,177) at 20211006000025226
21685 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlscreds.h' (20,178) at 20210927100127225
21686 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/ipmi/files/config.yaml' (20,179) at 20210307205554078
21687 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec-ng/Kconfig' (20,180) at 20210308005002920
21688 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_stratix10_socdk.dts' (20,181) at 20210308005002612
21689 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/macronix.c' (20,182) at 20210308005003416
21690 2025-10-05 03:01:03.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.err' (20,183) at 20210308005046401
21691 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-31.err' (20,184) at 20210308005046409
21692 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/plugin/newbb.vim' (20,185) at 20210307205554230
21693 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/stdatomic.patch' (20,186) at 20231011080016574
21694 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.gitignore' (20,187) at 20241002080038079
21695 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0002-Mark-first-element-of-a-string-as-null.patch' (20,188) at 20230706080014737
21696 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cgebra.c' (20,189) at 20230925080040101
21697 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pep8_1.7.1.bb' (20,190) at 20241221090017556
21698 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.c' (20,191) at 20210308005002756
21699 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/phosphor-ipmi-flash-mbcpld-update.service' (20,192) at 20210413100020742
21700 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-espi/bare-metal-espi.bb' (20,193) at 20241206090014226
21701 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_ioctl.h' (20,194) at 20241211090212210
21702 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-hmp-cmds.h' (20,195) at 20230426080043752
21703 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/dramtest.c' (20,196) at 20220802100038573
21704 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/API.pm' (20,197) at 20220612030016735
21705 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_snmp_settings.robot' (20,198) at 20210308005007104
21706 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-set-host-transition-to-off@.service' (20,199) at 20210605000114100
21707 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/241' (20,200) at 20220429100100914
21708 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/host_condition.cpp' (20,201) at 20210805100124568
21709 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/argp.patch' (20,202) at 20230706080014741
21710 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.seabios-256k' (20,203) at 20210308005046237
21711 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Niemisel' (20,204) at 20210307205553786
21712 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/ncplite-chassis-poweroff@.service' (20,205) at 20230412080023460
21713 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/trousers.init.sh' (20,206) at 20230520080014488
21714 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json' (20,207) at 20241031080012183
21715 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/LoadingBar.spec.js' (20,208) at 20241004080035975
21716 2025-10-05 03:01:03.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0007-Fix-declaration-scope-of-LE_LOAD32-in-crc32c.patch' (20,209) at 20240413080012651
21717 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ap_sh4a_4a.h' (20,210) at 20210308005003584
21718 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/nl' (20,211) at 20210308005046149
21719 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (20,212) at 20241206090014218
21720 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0001-Android-Fix-the-build.patch' (20,213) at 20240413080012643
21721 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_defconfig' (20,214) at 20210308005003264
21722 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb' (20,215) at 20240301090012423
21723 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_shc_ict_defconfig' (20,216) at 20210308005003248
21724 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/ops.c' (20,217) at 20210308005003336
21725 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/qts/iocsr_config.h' (20,218) at 20210308005003072
21726 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SSLeay-standalone' (20,219) at 20241221090017616
21727 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-fans-ready.target' (20,220) at 20220301040040077
21728 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xtensa/xtensa-isa.h' (20,221) at 20210308005046037
21729 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/float-conversion.patch' (20,222) at 20210307205553846
21730 2025-10-05 03:01:03.076-0500 FINEST t466 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' (20,223) at 20210307205553746
21731 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_ymodem.c' (20,224) at 20220215040051528
21732 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/default_addresses.h' (20,225) at 20240817080006811
21733 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/packagegroups/packagegroup-ima-evm-utils.bb' (20,226) at 20210812000025270
21734 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zywrle-template.c' (20,227) at 20221215040039402
21735 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/cleanup.cpp' (20,228) at 20210918000044927
21736 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ddr.c' (20,229) at 20210308005002968
21737 2025-10-05 03:01:03.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spd_sdram.h' (20,230) at 20210308005003684
21738 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra124-car-common.h' (20,231) at 20210308005003636
21739 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.64' (20,232) at 20210308005002768
21740 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0002-lib-netdev-Adjust-header-include-sequence.patch' (20,233) at 20230706080014737
21741 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sparse_format.h' (20,234) at 20210308005003684
21742 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/spmi-uclass.c' (20,235) at 20210308005003496
21743 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-axg.dtsi' (20,236) at 20210308005002596
21744 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.hpp' (20,237) at 20210311201857434
21745 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__receivers.hpp' (20,238) at 20241217090453707
21746 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/login/styles/index.scss' (20,239) at 20210308005107077
21747 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/scons.bbclass' (20,240) at 20241221090017608
21748 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_w.c' (20,241) at 20210308005046517
21749 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98095.c' (20,242) at 20210308005003488
21750 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (20,243) at 20230125040012998
21751 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipcalc/ipcalc_1.0.3.bb' (20,244) at 20230706080014741
21752 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/start.S' (20,245) at 20210308005003008
21753 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungsater' (20,246) at 20210307205553786
21754 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_remap.cpp' (20,247) at 20210308005108645
21755 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/u-boot.lds' (20,248) at 20210308005002860
21756 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/ipmi_capture.js' (20,249) at 20211029100036564
21757 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_new_project_page.py' (20,250) at 20241221090017592
21758 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (20,251) at 20210807000017354
21759 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_console.h' (20,252) at 20210308005046053
21760 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/buildproject.py' (20,253) at 20211007100024295
21761 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/Makefile' (20,254) at 20210308005002956
21762 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Neighbor.interface.yaml' (20,255) at 20220902030019927
21763 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/denali_dt.c' (20,256) at 20210308005003412
21764 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_ssp.h' (20,257) at 20210308005002664
21765 2025-10-05 03:01:03.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/cf-fp.xml' (20,258) at 20210308005045817
21766 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/egl-context.h' (20,259) at 20220429100100594
21767 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/at91.h' (20,260) at 20210308005003632
21768 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/Kconfig' (20,261) at 20210308005003048
21769 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de212.c' (20,262) at 20230426080043928
21770 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset.bb' (20,263) at 20241206090014230
21771 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/vmtoolsd.init' (20,264) at 20210407000018078
21772 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/MAINTAINERS' (20,265) at 20210308005003012
21773 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subu_ph.c' (20,266) at 20210308005046509
21774 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/make-config-poison.sh' (20,267) at 20230925080039989
21775 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/controlcenterdc.h' (20,268) at 20210308005003592
21776 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_property_descriptor.h' (20,269) at 20210308005003708
21777 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0008-include-libgen.h-for-basename.patch' (20,270) at 20241221090017496
21778 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/bblayers.conf.sample' (20,271) at 20220910030013349
21779 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/pcie.h' (20,272) at 20210308005002916
21780 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pinebook-u-boot.dtsi' (20,273) at 20210308005002616
21781 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ide.h' (20,274) at 20210308005003652
21782 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx7_common.h' (20,275) at 20210308005003608
21783 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/pwm-uclass.c' (20,276) at 20210308005003472
21784 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/kudo-ras.sh' (20,277) at 20220422030010210
21785 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/netdata-volatiles.conf' (20,278) at 20241221090017564
21786 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/COPYING.MIT' (20,279) at 20210307205553726
21787 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/Makefile' (20,280) at 20210308005003008
21788 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/0001-Disable-doxygen.patch' (20,281) at 20230520080014480
21789 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a77970_eagle_defconfig' (20,282) at 20210308005003276
21790 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (20,283) at 20231012080014468
21791 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/swrule' (20,284) at 20241221090017620
21792 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_osd.h' (20,285) at 20210308005003692
21793 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/0001-Reinstate-xdg-terminal.patch' (20,286) at 20210307205554574
21794 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/emif.c' (20,287) at 20210308005002760
21795 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/0001-include-sys-select-on-non-glibc-platforms.patch' (20,288) at 20220721030015845
21796 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/boot0.h' (20,289) at 20210308005002768
21797 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/81_powerpc_mpc85xx_bootpg_resetvec.dts' (20,290) at 20210308005003752
21798 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/files/u-boot-emmc.cfg' (20,291) at 20230704080013871
21799 2025-10-05 03:01:03.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console_%.bbappend' (20,292) at 20241206090014286
21800 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/245' (20,293) at 20240906080037564
21801 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ipu_pixfmt.h' (20,294) at 20210308005003652
21802 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/arcregs.h' (20,295) at 20210308005002544
21803 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kvikkjokk_Tavvevare' (20,296) at 20210307205553786
21804 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-luks-priv.h' (20,297) at 20230426080043656
21805 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/soft_spi_legacy.c' (20,298) at 20210308005003492
21806 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-page_range_tree.c' (20,299) at 20240906080037224
21807 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/hid.h' (20,300) at 20210308005046013
21808 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/regs-mmc.h' (20,301) at 20210308005002660
21809 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/makeself/makeself_2.5.0.bb' (20,302) at 20230401080011935
21810 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.err' (20,303) at 20210927100127469
21811 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/CVE-2022-40468.patch' (20,304) at 20230317080013789
21812 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/cannelloni/cannelloni/0001-include-bits-stdc-.h-only-when-using-libstdc.patch' (20,305) at 20231126090012785
21813 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/kudo-fw.sh' (20,306) at 20221110040020034
21814 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-braswell/gpio.h' (20,307) at 20210308005002876
21815 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/queensbay/fsp_configs.c' (20,308) at 20210308005002860
21816 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-fpr.xml' (20,309) at 20210308005045817
21817 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/test_privileged_change_self_label.sh' (20,310) at 20210307205554122
21818 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-unknown.err' (20,311) at 20210308005046401
21819 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/Makefile' (20,312) at 20210308005003044
21820 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_h.c' (20,313) at 20210308005046513
21821 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/Makefile' (20,314) at 20210308005002980
21822 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/LICENSE_1_0.txt' (20,315) at 20210308005114857
21823 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/compare_presence_action.hpp' (20,316) at 20210914000041091
21824 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/xml-preprocess-test.py' (20,317) at 20230925080039993
21825 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/files/hiawatha.service' (20,318) at 20210307205554034
21826 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/206.out' (20,319) at 20240906080037564
21827 2025-10-05 03:01:03.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/openrd_ultimate_defconfig' (20,320) at 20210308005003272
21828 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/p2wi.c' (20,321) at 20210308005002784
21829 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/dump-gerrit.py' (20,322) at 20221209040019095
21830 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-yaml-providers.bb' (20,323) at 20220921030015990
21831 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi6220-hikey.dts' (20,324) at 20210308005002580
21832 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-hostfw-image.bb' (20,325) at 20220921030015986
21833 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_vining_fpga.h' (20,326) at 20210308005003616
21834 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/__init__.py' (20,327) at 20221215040039254
21835 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/adb.mk' (20,328) at 20210307205553894
21836 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-avoid-gcc-optimize-away-the-loops.patch' (20,329) at 20230317080013789
21837 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts' (20,330) at 20210308005002636
21838 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/subprojects/phosphor-logging.wrap' (20,331) at 20220322030035936
21839 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/LICENSE' (20,332) at 20210308005005456
21840 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_component.h' (20,333) at 20240906080037332
21841 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mrc_common.h' (20,334) at 20210308005002880
21842 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/insns.decode' (20,335) at 20210308005046301
21843 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/args.cpp' (20,336) at 20231208090010396
21844 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm365.c' (20,337) at 20210308005002720
21845 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32.h' (20,338) at 20210308005046229
21846 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyudev_0.24.3.bb' (20,339) at 20241221090017560
21847 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/Kconfig' (20,340) at 20210308005002952
21848 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/properties.hpp' (20,341) at 20210308005114857
21849 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/php-fpm-apache.conf' (20,342) at 20210307205553906
21850 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/cache-uniphier.c' (20,343) at 20210308005002792
21851 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-bsp/arm-systemready/arm-systemready-firmware.bb' (20,344) at 20231126090012773
21852 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd/ubi-user.h' (20,345) at 20210308005003676
21853 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/axg-aoclkc.h' (20,346) at 20210308005003640
21854 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fengersfors' (20,347) at 20210307205553782
21855 2025-10-05 03:01:03.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_ssh.py' (20,348) at 20221209040018567
21856 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vnc-ledstate-pseudo-encoding.rst' (20,349) at 20230426080043664
21857 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/init.c' (20,350) at 20210308005002732
21858 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/blockjob_int.h' (20,351) at 20240326080039522
21859 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/3005-modules-remove-glspectrum-usage.patch' (20,352) at 20230114040015494
21860 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl/0001-configure.ac-Add-serial-tests.patch' (20,353) at 20230401080011931
21861 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_ha_defconfig' (20,354) at 20210308005003272
21862 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5250/Kconfig' (20,355) at 20210308005003044
21863 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/eth.h' (20,356) at 20241211090212366
21864 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/comments.out' (20,357) at 20241211090212542
21865 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-HawkesBayMtErin' (20,358) at 20210307205553778
21866 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc440.h' (20,359) at 20230925080039897
21867 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/OWNERS' (20,360) at 20230810080021387
21868 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/sensor_yaml_config/sensor_yaml_config.py' (20,361) at 20221206040017633
21869 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/entity_name.hpp' (20,362) at 20230520080006628
21870 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_adu.h' (20,363) at 20240906080037336
21871 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/ddr.c' (20,364) at 20210308005002992
21872 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld4.c' (20,365) at 20210308005003468
21873 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chiliboard_defconfig' (20,366) at 20210308005003252
21874 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-GGA-Pratteln' (20,367) at 20210307205553758
21875 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.1' (20,368) at 20210307205554422
21876 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/sdram_param.h' (20,369) at 20210308005002672
21877 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_pbs.h' (20,370) at 20210308005003364
21878 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/arch.rst' (20,371) at 20210307205554322
21879 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Kconfig' (20,372) at 20230720080043535
21880 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/hikey_defconfig' (20,373) at 20210308005003260
21881 2025-10-05 03:01:03.081-0500 FINEST t466 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' (20,374) at 20210307205554506
21882 2025-10-05 03:01:03.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vikmanshyttan' (20,375) at 20210307205553794
21883 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit/0001-Do-not-strip-automatically-this-leaves-the-stripping.patch' (20,376) at 20210316000012673
21884 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5_boot.h' (20,377) at 20210308005002716
21885 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-u-boot.dtsi' (20,378) at 20210308005002628
21886 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/connection_service.hpp' (20,379) at 20210308005114857
21887 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/MAINTAINERS' (20,380) at 20210308005003072
21888 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_sessionstat_unittest.cpp' (20,381) at 20210918000044923
21889 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/README.md' (20,382) at 20221207040023627
21890 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/Kconfig' (20,383) at 20210308005002776
21891 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/0001-wfs-Cover-xmlNanoHTTPCleanup-with-LIBXML_HTTP_ENABLE.patch' (20,384) at 20241221090017532
21892 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/vt82c686.h' (20,385) at 20240326080039538
21893 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/edid.c' (20,386) at 20210308005003224
21894 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Krosno_Sucha_Gora' (20,387) at 20210307205553778
21895 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/sections.h' (20,388) at 20210308005002840
21896 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/tegra114-car.h' (20,389) at 20210308005003636
21897 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/hwspinlock.c' (20,390) at 20210308005003740
21898 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/Makefile' (20,391) at 20210308005002960
21899 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/phosphor-ipmi-sensor-config-native.bbappend' (20,392) at 20210812000025258
21900 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/MANIFEST.in' (20,393) at 20210927100127329
21901 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.uniphier' (20,394) at 20210308005003300
21902 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_SPIFLASH_defconfig' (20,395) at 20210308005003244
21903 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/catalina/cri_sensors.json' (20,396) at 20240817080006183
21904 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crcmod/0001-setup.py-use-setuptools-instead-of-distutils.patch' (20,397) at 20220402030016011
21905 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Inari_Janispaa' (20,398) at 20210307205553770
21906 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch' (20,399) at 20230401080011935
21907 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485BFE_defconfig' (20,400) at 20210308005003236
21908 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/smsc_lpc47m.h' (20,401) at 20210308005003684
21909 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-gpio.txt' (20,402) at 20210308005003304
21910 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/read_extra.c' (20,403) at 20210308005003356
21911 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/liteboard_defconfig' (20,404) at 20210308005003264
21912 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/udisks/udisks2/0001-Makefile.am-Dont-include-buildpath.patch' (20,405) at 20231011080016582
21913 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7638.patch' (20,406) at 20210307205553942
21914 2025-10-05 03:01:03.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/makefile-getvar' (20,407) at 20241206090014354
21915 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/run-ptest' (20,408) at 20210307205554570
21916 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/data_types.hpp' (20,409) at 20220625030026172
21917 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_of_dpa.h' (20,410) at 20210308005045921
21918 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_rw.cpp' (20,411) at 20220922030007675
21919 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/console/obmc-console_git.bbappend' (20,412) at 20210916000018827
21920 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/.gitignore' (20,413) at 20230616135354425
21921 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_bytes_action.cpp' (20,414) at 20230511080035559
21922 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/Makefile' (20,415) at 20210308005002968
21923 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sil3114.h' (20,416) at 20210308005003336
21924 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/msm-serial.txt' (20,417) at 20210308005003308
21925 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-lager-u-boot.dts' (20,418) at 20210308005002600
21926 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/rcS-default' (20,419) at 20210307205554494
21927 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.23/index.html' (20,420) at 20210307205554246
21928 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig' (20,421) at 20210308005003240
21929 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7757lcr.h' (20,422) at 20210308005003616
21930 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/setjmp.h' (20,423) at 20210308005002708
21931 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/sdram_ast2500.h' (20,424) at 20210308005002640
21932 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/blk-uclass.c' (20,425) at 20210308005003340
21933 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/configuration/palmetto-yaml-config/palmetto-ipmi-sensors.yaml' (20,426) at 20210307205553690
21934 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/grlib_ahb_apb_pnp.h' (20,427) at 20210927100127237
21935 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/configuration_tests.cpp' (20,428) at 20210910000054636
21936 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation.interface.yaml' (20,429) at 20221207040023627
21937 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/LICENSES/exceptions/Linux-syscall-note' (20,430) at 20210308005046065
21938 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/fail_on_no_media.patch' (20,431) at 20220204040022620
21939 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/files/disable-run-test-program-while-cross-compiling.patch' (20,432) at 20230317080013785
21940 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-v3s-licheepi-zero.dts' (20,433) at 20210308005002628
21941 2025-10-05 03:01:03.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/029.out' (20,434) at 20210308005046437
21942 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-rpi/can.rules' (20,435) at 20210307205554102
21943 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto/0001-Use-cross-compiled-rpcgen.patch' (20,436) at 20230706080014785
21944 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/clang-c++11.patch' (20,437) at 20210307205553818
21945 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sja1000.h' (20,438) at 20210308005003684
21946 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/sstate-sysroot-cruft.sh' (20,439) at 20220910030013437
21947 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/trace-events' (20,440) at 20230426080043740
21948 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/Makefile-ptest.patch' (20,441) at 20241221090017676
21949 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d-sdb-qspi.dts' (20,442) at 20210308005002588
21950 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/inarp.c' (20,443) at 20210308005047061
21951 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-usbphy.h' (20,444) at 20210308005002656
21952 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/dfu.c' (20,445) at 20210308005003208
21953 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.blackfin' (20,446) at 20210308005003292
21954 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-u-boot.dtsi' (20,447) at 20210308005002568
21955 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_toasts.scss' (20,448) at 20220105012522983
21956 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0002-Fix-assumed-signed-char.patch' (20,449) at 20231011080016578
21957 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fscale.c' (20,450) at 20210308005046497
21958 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbr.network.in' (20,451) at 20240917080011787
21959 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb' (20,452) at 20210812000025370
21960 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/tegra186-reset.h' (20,453) at 20210308005003640
21961 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/core_manager.cpp' (20,454) at 20230911080019358
21962 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/run-ptest' (20,455) at 20210307205553906
21963 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stockholm_Nacka' (20,456) at 20210307205553790
21964 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-d2net.dts' (20,457) at 20210308005002592
21965 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-implicit.json' (20,458) at 20230925080040089
21966 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-11.conf' (20,459) at 20210730100031453
21967 2025-10-05 03:01:03.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-config.bb' (20,460) at 20241206090014274
21968 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/tools/mkorigenspl.c' (20,461) at 20210308005003044
21969 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm_northstar2.h' (20,462) at 20210308005003588
21970 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc.c' (20,463) at 20210308005002796
21971 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/file-upload.js' (20,464) at 20210308005107069
21972 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/memconf.c' (20,465) at 20210308005002796
21973 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/zm7300.c' (20,466) at 20210308005002964
21974 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/mx23_olinuxino.c' (20,467) at 20210308005003028
21975 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/enable-dhcpcd.conf' (20,468) at 20220402030015903
21976 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/test_views.py' (20,469) at 20240106090017249
21977 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gator-daemon/gator-daemon/0001-daemon-mxml-Define-_GNU_SOURCE.patch' (20,470) at 20241221090017472
21978 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_nand_mii_defconfig' (20,471) at 20210308005003236
21979 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/Kconfig' (20,472) at 20210308005002852
21980 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config/ampere-gpio-poweron@.service' (20,473) at 20230410080012311
21981 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/close-RequireValidShell-check.patch' (20,474) at 20210307205553822
21982 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-s390x.rst' (20,475) at 20240326080039406
21983 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6368.dtsi' (20,476) at 20210308005002812
21984 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/util.c' (20,477) at 20230426080043960
21985 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Khronos' (20,478) at 20210307205553866
21986 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/0001-make.rc-set-VAL_MTA.patch' (20,479) at 20230131040012031
21987 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Havdhem' (20,480) at 20210307205553782
21988 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-int.err' (20,481) at 20210308005046401
21989 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/aio_task.h' (20,482) at 20241211090212354
21990 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/layer.conf' (20,483) at 20241221090017604
21991 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_logo.h' (20,484) at 20210308005003692
21992 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/COPYING.GPL' (20,485) at 20210307205554230
21993 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/conf/machine/include/hpe.inc' (20,486) at 20221014100013247
21994 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sb.c' (20,487) at 20210308005003216
21995 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/handler.hpp' (20,488) at 20230629131804615
21996 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libtomcrypt/libtomcrypt/CVE-2019-17362.patch' (20,489) at 20230813080012844
21997 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-set-python-path-for-completion_helper.patch' (20,490) at 20240309090012820
21998 2025-10-05 03:01:03.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/arm-systemready-firmware.yml' (20,491) at 20241206090014206
21999 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm010_defconfig' (20,492) at 20210308005003288
22000 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0001-Fix-pkgconfig-dir-for-multilib.patch' (20,493) at 20240113090014532
22001 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/psci-mx7.c' (20,494) at 20210308005002728
22002 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (20,495) at 20240206090017943
22003 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi0-2w.conf' (20,496) at 20230609080014395
22004 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mips_cmgcr.h' (20,497) at 20230426080043764
22005 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Event.interface.yaml' (20,498) at 20240118090019842
22006 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/xorg-util-common.inc' (20,499) at 20220402030016223
22007 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/run-ptest' (20,500) at 20231011080016610
22008 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk.bb' (20,501) at 20241221090017536
22009 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.6.bb' (20,502) at 20241221090017576
22010 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml' (20,503) at 20220315030032671
22011 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/linters.py' (20,504) at 20240326080039734
22012 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/canokey.rst' (20,505) at 20240906080037180
22013 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/minnowmax_defconfig' (20,506) at 20210308005003268
22014 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig' (20,507) at 20210308005003288
22015 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/start.S' (20,508) at 20210308005002808
22016 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/config_file_parser_tests.cpp' (20,509) at 20240112090034344
22017 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/cz-All' (20,510) at 20210307205553766
22018 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pdc.h' (20,511) at 20210308005002716
22019 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/templates/default/conf-notes.txt' (20,512) at 20240110090012776
22020 2025-10-05 03:01:03.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/twister.c' (20,513) at 20210308005003072
22021 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/Makefile' (20,514) at 20210308005002812
22022 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/mpc8641hpcn.c' (20,515) at 20210308005002980
22023 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch' (20,516) at 20230706080014769
22024 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx-static/theme_overrides.css' (20,517) at 20210308005002536
22025 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bcm7xxx' (20,518) at 20210308005003292
22026 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/mount-excludefs.patch' (20,519) at 20241221090017564
22027 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/baltos.h' (20,520) at 20210308005003588
22028 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/Makefile' (20,521) at 20210308005003008
22029 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/phosphor-dbus-interfaces.wrap' (20,522) at 20220819030023853
22030 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/kwbimage.cfg' (20,523) at 20210308005002952
22031 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/Kconfig' (20,524) at 20210308005003172
22032 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py' (20,525) at 20231011080016594
22033 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/imx_lpi2c.c' (20,526) at 20210308005003384
22034 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/026.out.nocache' (20,527) at 20210308005046437
22035 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/utils_test.cpp' (20,528) at 20210308005054073
22036 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json' (20,529) at 20230428080015190
22037 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/docs/yaml/interface.md' (20,530) at 20240618080045401
22038 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/remote_logging_utils.robot' (20,531) at 20240627080021048
22039 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/append.py' (20,532) at 20241206090014350
22040 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/event_channel.h' (20,533) at 20240326080039542
22041 2025-10-05 03:01:03.087-0500 FINEST t466 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' (20,534) at 20220402030015923
22042 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/bblayers.conf.sample' (20,535) at 20240323080013545
22043 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_enum_decode_pv_hdls_check.yaml' (20,536) at 20240908080010098
22044 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx7ulp_evk_plugin_defconfig' (20,537) at 20210308005003272
22045 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-08' (20,538) at 20230114040005626
22046 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb' (20,539) at 20210307205553902
22047 2025-10-05 03:01:03.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ifplugd/ifplugd_0.28.bb' (20,540) at 20241221090017504
22048 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sandboxblockdev.h' (20,541) at 20210308005003684
22049 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-libretech-all-h3-cc.dtsi' (20,542) at 20210308005002628
22050 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080a_emu.h' (20,543) at 20210308005003600
22051 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/ebpf/Makefile.ebpf' (20,544) at 20240906080037584
22052 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/psu1.json' (20,545) at 20230920080013648
22053 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Aggregate.v1_0_3.json' (20,546) at 20240619080002940
22054 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_init2.decode' (20,547) at 20210308005046389
22055 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6368.h' (20,548) at 20210308005003588
22056 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_util.c' (20,549) at 20210308005003704
22057 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_conversion.cpp' (20,550) at 20221028100033263
22058 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandbox/Makefile' (20,551) at 20210308005003044
22059 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/message_iterator.ipp' (20,552) at 20210308005114857
22060 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableToolbarExport.vue' (20,553) at 20241004080035963
22061 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/dm365_lowlevel.h' (20,554) at 20210308005002720
22062 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/tricorder.c' (20,555) at 20210308005002952
22063 2025-10-05 03:01:03.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/psplash/files/psplash-poky-img.h' (20,556) at 20210307205554386
22064 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bitmain/antminer_s9/board.c' (20,557) at 20210308005002924
22065 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/el/el6x/el6x.c' (20,558) at 20210308005002956
22066 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_h.c' (20,559) at 20210308005046517
22067 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clk/sifive-fu540-prci.h' (20,560) at 20210308005003632
22068 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-versatile.c' (20,561) at 20210308005003380
22069 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/buildhistory_filelist2.txt' (20,562) at 20210307205554438
22070 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld20-global.dts' (20,563) at 20210308005002632
22071 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/COPYING.apache-2.0' (20,564) at 20210307205553686
22072 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/versal-mini-emmc0.dts' (20,565) at 20210308005002632
22073 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/Kconfig' (20,566) at 20230720080043539
22074 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/trace.h' (20,567) at 20240906080037500
22075 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthlip.c' (20,568) at 20210308005046505
22076 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Oxberg' (20,569) at 20210307205553790
22077 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/no_gen.patch' (20,570) at 20220721030015849
22078 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/array_test.patch' (20,571) at 20210307205554570
22079 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/279' (20,572) at 20210927100127501
22080 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit.dts' (20,573) at 20210308005002596
22081 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/darwin-ldouble.c' (20,574) at 20210308005003720
22082 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/proftpd-config-fix.patch' (20,575) at 20230131040012039
22083 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/smbiosmdrv2handler.hpp' (20,576) at 20240829080009330
22084 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear300/Makefile' (20,577) at 20210308005003052
22085 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/Makefile' (20,578) at 20210308005002988
22086 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8313ERDB_66_defconfig' (20,579) at 20210308005003236
22087 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/mboxd/mboxd_%.bbappend' (20,580) at 20210812000025162
22088 2025-10-05 03:01:03.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh/0001-Enable-system-malloc-on-all-linux.patch' (20,581) at 20230706080014753
22089 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-baseboard.dtsi' (20,582) at 20210308005002596
22090 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/Kconfig' (20,583) at 20210308005003372
22091 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/fsl_8xxx_misc.c' (20,584) at 20210308005003172
22092 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-hobbit-imx7d_defconfig' (20,585) at 20210308005003276
22093 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc32-linux-glibc' (20,586) at 20220402030016247
22094 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Add-a-color-setting-for-mips64_n32-binaries.patch' (20,587) at 20241221090017672
22095 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/notify.h' (20,588) at 20240906080037344
22096 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-plugin-ldapdb_1.3.1.bb' (20,589) at 20220502030010112
22097 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-pi-imx6ul_defconfig' (20,590) at 20210308005003276
22098 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/127.out' (20,591) at 20240326080039730
22099 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS3.conf' (20,592) at 20240310080021376
22100 2025-10-05 03:01:03.090-0500 FINEST t466 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' (20,593) at 20231126090012777
22101 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb' (20,594) at 20241221090017696
22102 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compat.h' (20,595) at 20210308005003656
22103 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field9.decode' (20,596) at 20230925080040085
22104 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx3/Kconfig' (20,597) at 20210308005002728
22105 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/redfish-tests/test_telemetry.py' (20,598) at 20221213040040909
22106 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/081.out' (20,599) at 20240326080039726
22107 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp-term.service' (20,600) at 20220330030014766
22108 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_defconfig' (20,601) at 20210308005003240
22109 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPL/README.omap3' (20,602) at 20210308005003300
22110 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lesjofors' (20,603) at 20210307205553786
22111 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/COPYING.apache-2.0' (20,604) at 20221122040015511
22112 2025-10-05 03:01:03.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/readme.txt' (20,605) at 20210308005003032
22113 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/clk-mtk.h' (20,606) at 20210308005003348
22114 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/greatlakes_nic_mellanox.json' (20,607) at 20241213090004409
22115 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot.h' (20,608) at 20210308005002820
22116 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/image.h' (20,609) at 20230720080043543
22117 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_vshf_h.c' (20,610) at 20210308005046521
22118 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/test_python_pylint.py' (20,611) at 20241221090017632
22119 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (20,612) at 20220211110019214
22120 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/LICENSE' (20,613) at 20210307205554226
22121 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/0001-corestripper-Fix-uninitialized-warning.patch' (20,614) at 20240301090012427
22122 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/linuxload.c' (20,615) at 20240906080037360
22123 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-lmbench-Point-webpage-lm-to-target-directory.patch' (20,616) at 20230706080014741
22124 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/URT-RLE' (20,617) at 20241221090017616
22125 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d2_ptc_ek.dts' (20,618) at 20210308005002568
22126 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/085' (20,619) at 20220429100100886
22127 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/Kconfig' (20,620) at 20210308005003004
22128 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/ddr_spd.c' (20,621) at 20210308005003224
22129 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/0001-Link-to-libatomic.patch' (20,622) at 20210307205553898
22130 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/exception.hpp' (20,623) at 20241107090038222
22131 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/nand.c' (20,624) at 20210308005003540
22132 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_le_qb.c' (20,625) at 20210308005046505
22133 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/Kconfig' (20,626) at 20210308005003088
22134 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.h' (20,627) at 20210308005003456
22135 2025-10-05 03:01:03.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/init.c' (20,628) at 20210308005002716
22136 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Trelleborg_Gylle' (20,629) at 20210307205553794
22137 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/parser-helpers.h' (20,630) at 20240906080037476
22138 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/209.out' (20,631) at 20240326080039730
22139 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-traitlets_5.14.3.bb' (20,632) at 20241206090014270
22140 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa-supplicant.sh' (20,633) at 20210307205554466
22141 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_b.c' (20,634) at 20210308005046525
22142 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/098' (20,635) at 20220429100100890
22143 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5227x.h' (20,636) at 20210308005002804
22144 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/files/config-bmc.json' (20,637) at 20210307205554082
22145 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/interfaces/manager_interface.hpp' (20,638) at 20220727030028313
22146 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/trace-events' (20,639) at 20241211090212282
22147 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-microvm.h' (20,640) at 20210308005045873
22148 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/docs/bindings/Makefile' (20,641) at 20210610190030293
22149 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libraw/libraw_0.21.2.bb' (20,642) at 20241221090017540
22150 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig' (20,643) at 20210308005003288
22151 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/MAINTAINERS' (20,644) at 20210308005003044
22152 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/mock_syscall.cpp' (20,645) at 20240822080023973
22153 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit/0001-plugins-Avoid-absolute-buildpaths-in-binaries.patch' (20,646) at 20230609080014391
22154 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb' (20,647) at 20230114040015482
22155 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-lx106/gdb-config.c.inc' (20,648) at 20221215040039346
22156 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/hw-version.h' (20,649) at 20220429100100586
22157 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5275evb/Kconfig' (20,650) at 20210308005002972
22158 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0004-apache2-log-the-SELinux-context-at-startup.patch' (20,651) at 20241221090017564
22159 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/ppc/host/cpuinfo.h' (20,652) at 20240326080039410
22160 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/image_mock.cpp' (20,653) at 20220210040033214
22161 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-rock960.dtsi' (20,654) at 20210308005002608
22162 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BluebellHill' (20,655) at 20210307205553794
22163 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-book3s-v3.h' (20,656) at 20240906080037512
22164 2025-10-05 03:01:03.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/icecc.bbclass' (20,657) at 20241221090017612
22165 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_config.h' (20,658) at 20240906080037348
22166 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (20,659) at 20240110090012776
22167 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb' (20,660) at 20241221090017512
22168 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/ipmi.service' (20,661) at 20210307205553846
22169 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/occ/files/occ_sensor.yaml' (20,662) at 20210307205553690
22170 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/pseudo_pyc_test1.py' (20,663) at 20210307205554386
22171 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/0002-burn.S-Add.patch' (20,664) at 20210307205553870
22172 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/cpld.h' (20,665) at 20210308005002992
22173 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/atcpit100_timer.c' (20,666) at 20210308005003496
22174 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/errno.h' (20,667) at 20210308005003656
22175 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap121/ap121.c' (20,668) at 20210308005003028
22176 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/exprtk/exprtk_git.bb' (20,669) at 20241221090017512
22177 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_config.cpp' (20,670) at 20220505030021322
22178 2025-10-05 03:01:03.093-0500 FINEST t466 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' (20,671) at 20210316000012677
22179 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/cache_v8.c' (20,672) at 20210308005002556
22180 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/Makefile' (20,673) at 20210308005003516
22181 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/README' (20,674) at 20210308005002980
22182 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2080_nand_rcw.cfg' (20,675) at 20210308005002996
22183 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/platinum.h' (20,676) at 20210308005003612
22184 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcm7260.h' (20,677) at 20210308005003588
22185 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-mux.h' (20,678) at 20240724080011687
22186 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_updatecompleted_unittest.cpp' (20,679) at 20210308005120353
22187 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/run-ptest' (20,680) at 20210407000018086
22188 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/README-settings-manager.md' (20,681) at 20221207040038639
22189 2025-10-05 03:01:03.093-0500 FINEST t466 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' (20,682) at 20210307205553918
22190 2025-10-05 03:01:03.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/print_targets.pl' (20,683) at 20220720030027723
22191 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog@.service' (20,684) at 20210817000018516
22192 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/bootloader.c' (20,685) at 20230426080043708
22193 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/utilities/NBDServer.js' (20,686) at 20240305090033462
22194 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/run-ptest' (20,687) at 20230114040015474
22195 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/selinux-check-devices.sh' (20,688) at 20210307205554130
22196 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/README.md' (20,689) at 20230831080022079
22197 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd/mtd-abi.h' (20,690) at 20210308005003676
22198 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ath79.h' (20,691) at 20210308005002820
22199 2025-10-05 03:01:03.094-0500 FINEST t466 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' (20,692) at 20241221090017472
22200 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_h.c' (20,693) at 20210308005046521
22201 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-gru-kevin.dts' (20,694) at 20210308005002608
22202 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-mem.c' (20,695) at 20210308005003496
22203 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/gospower_g1136-1300wna_psu.json' (20,696) at 20230801080007528
22204 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Kilgard' (20,697) at 20210307205553866
22205 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb' (20,698) at 20241221090017692
22206 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-clash-member.json' (20,699) at 20210927100127469
22207 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m64_defconfig' (20,700) at 20210308005003252
22208 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/optee/optee.c' (20,701) at 20210308005003708
22209 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (20,702) at 20220618030015174
22210 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/Makefile' (20,703) at 20210308005003052
22211 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/reset-ast2500.c' (20,704) at 20210308005003476
22212 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/system_map.c' (20,705) at 20210308005003232
22213 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/099' (20,706) at 20220429100100890
22214 2025-10-05 03:01:03.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/bloblist.c' (20,707) at 20210308005003220
22215 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/color.py' (20,708) at 20230114040015510
22216 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/nios2/MAINTAINERS' (20,709) at 20210308005002912
22217 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_kc705_be/xtensa-modules.c.inc' (20,710) at 20210308005046365
22218 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service/skeleton' (20,711) at 20210307205554390
22219 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2600/Makefile' (20,712) at 20210421100236114
22220 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/spl.c' (20,713) at 20210308005003028
22221 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/journal.hpp' (20,714) at 20220625030026172
22222 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/s32v234/generic.c' (20,715) at 20210308005002560
22223 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.github/ISSUE_TEMPLATE/config.yml' (20,716) at 20240315080003589
22224 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/CMakeLists.txt' (20,717) at 20240106090017253
22225 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb' (20,718) at 20240301090012423
22226 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/pcie_slot.cpp' (20,719) at 20240703080042683
22227 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-PDDC' (20,720) at 20211006000025234
22228 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-utils-Use-c99-compiler-independent-types.patch' (20,721) at 20230503080014579
22229 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_rtc.h' (20,722) at 20210308005002716
22230 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/HostSelector.interface.yaml' (20,723) at 20221207040023627
22231 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/startMonitoring.sh' (20,724) at 20230920080013648
22232 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/bootmem.c' (20,725) at 20210927100127329
22233 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable.bbappend' (20,726) at 20230706080014733
22234 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-sensors.yaml' (20,727) at 20210730100031453
22235 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Rdisc' (20,728) at 20211006000025242
22236 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/Kconfig' (20,729) at 20210308005002908
22237 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/local.conf.sample' (20,730) at 20241221090017476
22238 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/SBx81LIFXCAT.h' (20,731) at 20210308005003580
22239 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/pcap.c' (20,732) at 20210927100127213
22240 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/firmware-controller.js' (20,733) at 20210308005107073
22241 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6qarm2_lpddr2_defconfig' (20,734) at 20210308005003268
22242 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/default-versions.inc' (20,735) at 20220125040024471
22243 2025-10-05 03:01:03.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/README' (20,736) at 20210308005002976
22244 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Thor-1.0W' (20,737) at 20210307205553762
22245 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Collection/DeleteAll.interface.yaml' (20,738) at 20220315030032663
22246 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_dma.h' (20,739) at 20210308005002836
22247 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/sbf_dram_init.S' (20,740) at 20210308005002976
22248 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch' (20,741) at 20240309090012820
22249 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/ethanolx-baseboard.json' (20,742) at 20230128040012698
22250 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/adc.h' (20,743) at 20210308005111457
22251 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Funasdalen_Funasdalsberge' (20,744) at 20210307205553782
22252 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/imximage.cfg' (20,745) at 20210308005003004
22253 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/default.conf' (20,746) at 20210307205553814
22254 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/stout.c' (20,747) at 20210308005003040
22255 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/tlb.c' (20,748) at 20210308005002988
22256 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/evb-npcm750.conf' (20,749) at 20211105000026763
22257 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/phy.c' (20,750) at 20210308005003000
22258 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/asio/asio/run-ptest' (20,751) at 20241221090017532
22259 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ddr.h' (20,752) at 20210308005002968
22260 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/systemd/systemd-efi.inc' (20,753) at 20241221090017472
22261 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field7.decode' (20,754) at 20230925080040085
22262 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/xcat/resource.robot' (20,755) at 20210308005007120
22263 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/call.cpp' (20,756) at 20240817080036824
22264 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/msgpack/msgpack-c_6.0.0.bb' (20,757) at 20231207090015266
22265 2025-10-05 03:01:03.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexx2.inc' (20,758) at 20240301090012451
22266 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tec-ng_defconfig' (20,759) at 20210308005003280
22267 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/fbterm/fb.modes' (20,760) at 20210307205554074
22268 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb' (20,761) at 20241221090017544
22269 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/test/test_policy.cpp' (20,762) at 20210308005117205
22270 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/cdp.h' (20,763) at 20210308005003716
22271 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8m/lowlevel_init.S' (20,764) at 20210308005002724
22272 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/082_fdt_update_all.dts' (20,765) at 20210308005003752
22273 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/longopts.cfg' (20,766) at 20241221090017636
22274 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compiler-gcc.h' (20,767) at 20210308005003656
22275 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/meson.build' (20,768) at 20220429100100410
22276 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mips64-softmmu/default.mak' (20,769) at 20240906080037160
22277 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_xip.c' (20,770) at 20210308005003232
22278 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/nt5cc256m16cp.cfg' (20,771) at 20210308005002912
22279 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/be-All' (20,772) at 20210307205553766
22280 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/gdbus.mk' (20,773) at 20210308004922932
22281 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/interrupts.c' (20,774) at 20210308005002800
22282 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vavgw.S' (20,775) at 20230426080043952
22283 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Kabel_BW' (20,776) at 20210307205553758
22284 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-mmc.cfg' (20,777) at 20220804030014671
22285 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-combined-dbg.bbclass' (20,778) at 20230919080013978
22286 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/lowlevel_init.S' (20,779) at 20210308005002956
22287 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/download.c' (20,780) at 20240906080037160
22288 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/opkg.py' (20,781) at 20220910030013401
22289 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/mx6quq7/mx6quq7.c' (20,782) at 20210308005003048
22290 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/password-visibility-toggle/password-visibility-toggle.js' (20,783) at 20210308005107069
22291 2025-10-05 03:01:03.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/Kconfig' (20,784) at 20210308005002556
22292 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PowerSupply.v1_6_0.json' (20,785) at 20240619080002952
22293 2025-10-05 03:01:03.098-0500 FINEST t466 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' (20,786) at 20230609080014391
22294 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/testsdkmakefile' (20,787) at 20210307205554446
22295 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/vdso.S' (20,788) at 20240326080039558
22296 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.12.rst' (20,789) at 20241221090017592
22297 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-nested.err' (20,790) at 20210308005046397
22298 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/project_specific_topbar.html' (20,791) at 20210307205554286
22299 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/test-2413.c' (20,792) at 20240906080037580
22300 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_elf.h' (20,793) at 20210308005046085
22301 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager_%.bbappend' (20,794) at 20241206090014218
22302 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-force-warm-reboot@.target' (20,795) at 20220301040040077
22303 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblightmodbus/liblightmodbus/0001-cmake-Use-GNUInstallDirs-instead-of-hardcoding-lib-p.patch' (20,796) at 20210307205553914
22304 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (20,797) at 20241206090014222
22305 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/siglongjmp.patch' (20,798) at 20241221090017680
22306 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/opkg-query-helper.py' (20,799) at 20240301090012483
22307 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/misc_sandbox.c' (20,800) at 20210308005003400
22308 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/CSQ_CS908_defconfig' (20,801) at 20210308005003236
22309 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/googletest.wrap' (20,802) at 20210428000041234
22310 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/usbarmory.h' (20,803) at 20210308005003624
22311 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Forsmo_Yttersel' (20,804) at 20210307205553782
22312 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager-yaml-provider_git.bb' (20,805) at 20220921030015986
22313 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/yp-tools/domainname.service' (20,806) at 20210307205553846
22314 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDDL-1.0' (20,807) at 20210307205554418
22315 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/btbridged.c' (20,808) at 20230919080003838
22316 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu-qom.h' (20,809) at 20240326080039670
22317 2025-10-05 03:01:03.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/micrel.h' (20,810) at 20210308005003672
22318 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/ibm/host.c' (20,811) at 20231108090009942
22319 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/ge_common.c' (20,812) at 20210308005003004
22320 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb' (20,813) at 20241221090017556
22321 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dm9000x.c' (20,814) at 20210308005003428
22322 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/me_common.h' (20,815) at 20210308005002880
22323 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/file_system_mock.hpp' (20,816) at 20230719080007815
22324 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/ldap-user-roles.js' (20,817) at 20210308005107069
22325 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/095' (20,818) at 20220429100100890
22326 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa53.inc' (20,819) at 20240301090012451
22327 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/LICENSE' (20,820) at 20210308004941068
22328 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/version.h' (20,821) at 20240326080039546
22329 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/terminal.py' (20,822) at 20210308005003772
22330 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libqmi/libqmi_1.34.0.bb' (20,823) at 20240413080012647
22331 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/overlayfs-etc.bbclass' (20,824) at 20240301090012451
22332 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/nslcd' (20,825) at 20210528000119871
22333 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/qemuriscv.wks' (20,826) at 20210307205554634
22334 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/bitops.h' (20,827) at 20210308005002876
22335 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_w.c' (20,828) at 20210308005046509
22336 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb' (20,829) at 20241206090014258
22337 2025-10-05 03:01:03.099-0500 FINEST t466 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' (20,830) at 20210307205553758
22338 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/run-ptest' (20,831) at 20241221090017500
22339 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/Makefile' (20,832) at 20210308005002984
22340 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/main.cpp' (20,833) at 20240822080027617
22341 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mmdc.h' (20,834) at 20210308005002664
22342 2025-10-05 03:01:03.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/python3-sbe-log-parsers_git.bb' (20,835) at 20230418080015344
22343 2025-10-05 03:01:03.100-0500 FINEST t466 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' (20,836) at 20230114040015470
22344 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd_%.bbappend' (20,837) at 20241206090014230
22345 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/fan_pwm.hpp' (20,838) at 20220726030035038
22346 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb' (20,839) at 20230114040015538
22347 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/detail/queue.hpp' (20,840) at 20210308005114857
22348 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3xek_spiflash_defconfig' (20,841) at 20210308005003276
22349 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/init-redis-server' (20,842) at 20241221090017524
22350 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/vn-Hanoi' (20,843) at 20210307205553798
22351 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pads-imx8qxp.h' (20,844) at 20210308005003640
22352 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3328.h' (20,845) at 20210308005003596
22353 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4ek/sama5d4ek.c' (20,846) at 20210308005002920
22354 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/phosphor-ipmi-flash-scp-update.service' (20,847) at 20210413100020746
22355 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-emul-uclass.c' (20,848) at 20210308005003492
22356 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/popmetal-rk3288_defconfig' (20,849) at 20210308005003276
22357 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/qts/sdram_config.h' (20,850) at 20210308005003072
22358 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad_2023.06.01.bb' (20,851) at 20240301090012423
22359 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_w.c' (20,852) at 20210308005046521
22360 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/iproc-common/sysmap.h' (20,853) at 20210308005002676
22361 2025-10-05 03:01:03.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (20,854) at 20230929080014511
22362 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Matfors' (20,855) at 20210307205553786
22363 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/usb-network/usb-network.sh' (20,856) at 20230428080015190
22364 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-Bug-fix-for-data-type-length-judgment.patch' (20,857) at 20210307205553902
22365 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-08' (20,858) at 20210908000010395
22366 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-pxs2.c' (20,859) at 20210308005002792
22367 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_ident2.decode' (20,860) at 20240326080039722
22368 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g10ek_nandflash_defconfig' (20,861) at 20210308005003248
22369 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools_6.17.bb' (20,862) at 20241221090017700
22370 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/man-host-perl.patch' (20,863) at 20240127090011892
22371 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/Makefile' (20,864) at 20210308005002964
22372 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libnl/files/run-ptest' (20,865) at 20230609080014419
22373 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ensure-search-path-non-host.patch' (20,866) at 20240113090014540
22374 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/theadorable-x86-conga-qa3-e3845.h' (20,867) at 20210308005003620
22375 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/qunit-1.18.0.css' (20,868) at 20210307205554270
22376 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/odroid-c2/MAINTAINERS' (20,869) at 20210308005002912
22377 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd/check_existence_of_modules_before_installing.patch' (20,870) at 20210307205553838
22378 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb' (20,871) at 20241206090014274
22379 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/corstone1000-firmware-deploy-image.inc' (20,872) at 20241206090014210
22380 2025-10-05 03:01:03.101-0500 FINEST t466 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' (20,873) at 20231126090012777
22381 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/uaccess.c' (20,874) at 20210927100127049
22382 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/check.sh' (20,875) at 20210308005003732
22383 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/config.mk' (20,876) at 20210308005002720
22384 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/ping.h' (20,877) at 20210308005003720
22385 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cpio/files/test.sh' (20,878) at 20230609080014415
22386 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/gdbstub.c' (20,879) at 20241211090212462
22387 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/syslog.conf' (20,880) at 20210307205554470
22388 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/eth_ls2080rdb.c' (20,881) at 20210308005002972
22389 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/cachedpath.py' (20,882) at 20241221090017624
22390 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/trats.c' (20,883) at 20210308005003044
22391 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.2.1' (20,884) at 20211006000025242
22392 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/VENDORS.md' (20,885) at 20241213090004405
22393 2025-10-05 03:01:03.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes.txt' (20,886) at 20210307205553718
22394 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console@.service.in' (20,887) at 20210308005047573
22395 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/bitmap.c' (20,888) at 20221215040039402
22396 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_ph.c' (20,889) at 20210308005046505
22397 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring2.sh' (20,890) at 20230920080013648
22398 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/external-toolchain.rst' (20,891) at 20230114040015514
22399 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/upstream-version-is-even.bbclass' (20,892) at 20220910030013389
22400 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_evm_defconfig' (20,893) at 20210308005003272
22401 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/thuban_defconfig' (20,894) at 20210308005003284
22402 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck_0.15.2.bb' (20,895) at 20230609080014419
22403 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen.c' (20,896) at 20241211090212230
22404 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_precr_sra_r_ph_w.c' (20,897) at 20210308005046509
22405 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3229_defconfig' (20,898) at 20210308005003260
22406 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/spl_boot.c' (20,899) at 20210308005002952
22407 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/test/mock_power_interface.hpp' (20,900) at 20210308005059169
22408 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/recipetool/bbpath.py' (20,901) at 20210307205554386
22409 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/MAINTAINERS' (20,902) at 20210308005003004
22410 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.readmefirst.md' (20,903) at 20240723080003235
22411 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/krb5-admin-server.service' (20,904) at 20210307205553878
22412 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power6.inc' (20,905) at 20210905000020581
22413 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/vc-graphics-hardfp.bb' (20,906) at 20210307205554106
22414 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/good/Board_VINI.json' (20,907) at 20221213040036917
22415 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3288/evb-rk3288.c' (20,908) at 20210308005003040
22416 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/Kconfig' (20,909) at 20210308005003056
22417 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/usage/measured_boot.rst' (20,910) at 20230310090043279
22418 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/linux-yocto%.bbappend' (20,911) at 20241221090017472
22419 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebox_panther/MAINTAINERS' (20,912) at 20210308005003004
22420 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/sensor_yaml_config/sensor_map.yaml' (20,913) at 20221209040019095
22421 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_mips_defconfig' (20,914) at 20210308005003276
22422 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb' (20,915) at 20241206090014274
22423 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/mypy.sh' (20,916) at 20230925080039973
22424 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/MAINTAINERS' (20,917) at 20210308005002916
22425 2025-10-05 03:01:03.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff.interface.yaml' (20,918) at 20221209040032879
22426 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/images/firmware-deploy-image.bb' (20,919) at 20241206090014214
22427 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu1up.service' (20,920) at 20230920080013648
22428 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment/ti/dfu.h' (20,921) at 20210308005003644
22429 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/test/utils.c' (20,922) at 20241101080034432
22430 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/154' (20,923) at 20210927100127489
22431 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-aarch64.c' (20,924) at 20240906080037592
22432 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ronnang' (20,925) at 20210307205553790
22433 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/pl' (20,926) at 20210308005046149
22434 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/cross_899198.patch' (20,927) at 20210307205553818
22435 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/files/disable_acl_header_check.patch' (20,928) at 20220204040022688
22436 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/reopen-file' (20,929) at 20240326080039734
22437 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NIST-Software' (20,930) at 20241221090017616
22438 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/Makefile' (20,931) at 20210308005003468
22439 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebox_panther/panther.c' (20,932) at 20210308005003004
22440 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyu2f_0.1.5.bb' (20,933) at 20240302090018214
22441 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/257.out' (20,934) at 20240906080037564
22442 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/trace-events' (20,935) at 20240326080039702
22443 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/termbits.h' (20,936) at 20210308005046085
22444 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/sdk.py' (20,937) at 20231011080016598
22445 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-14x14-evk.dts' (20,938) at 20210308005002588
22446 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hyrynsalmi' (20,939) at 20210307205553770
22447 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/sled-cycle.service' (20,940) at 20230807080022154
22448 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/05_gcc.diff' (20,941) at 20230706080014741
22449 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.4.1.bb' (20,942) at 20241221090017504
22450 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-initscript-fix-sysconfig.patch' (20,943) at 20230317080013785
22451 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dmu.h' (20,944) at 20210308005003692
22452 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-gpio.c' (20,945) at 20240326080039738
22453 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-virtio-scsi-test.c' (20,946) at 20221215040039370
22454 2025-10-05 03:01:03.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_d.c' (20,947) at 20210308005046517
22455 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmi_fru_info_area.cpp' (20,948) at 20240829080022538
22456 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/main.cpp' (20,949) at 20241105090029599
22457 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/0003-Fix-mixer.patch' (20,950) at 20210307205553754
22458 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib/tslib.sh' (20,951) at 20210307205553946
22459 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/panic.c' (20,952) at 20210308005003708
22460 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/musb_debug.h' (20,953) at 20210308005003520
22461 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ipkdbg/ipkdbg.in' (20,954) at 20221010100013269
22462 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsa_Matkosvuori' (20,955) at 20210307205553770
22463 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/pinmux.c' (20,956) at 20210308005002776
22464 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-icore-u-boot.dtsi' (20,957) at 20210308005002584
22465 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/bdrv-next-monitor-owned.c' (20,958) at 20210308005046257
22466 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/util.h' (20,959) at 20221215040039222
22467 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/files/0001-Drop-using-register-keyword-for-storage-classifier.patch' (20,960) at 20230131040012035
22468 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/file_descriptor.hpp' (20,961) at 20230516080019606
22469 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fsl_ls1_serdes.h' (20,962) at 20210308005002552
22470 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/read-edid' (20,963) at 20210307205553870
22471 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/stub-out-fastdeploy.patch' (20,964) at 20231011080016574
22472 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-core/busybox/busybox/FEATURE_FANCY_HEAD.cfg' (20,965) at 20210908000029103
22473 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/ipmisnoop/ipmisnoop.hpp' (20,966) at 20241120090021304
22474 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_d.c' (20,967) at 20210308005046517
22475 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/errno_ver.diff' (20,968) at 20241221090017664
22476 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/.gitignore' (20,969) at 20210308005003540
22477 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/physmem.h' (20,970) at 20210308005003680
22478 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-yocto_%.bbappend' (20,971) at 20220804030014679
22479 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/wsgi.py' (20,972) at 20210307205554290
22480 2025-10-05 03:01:03.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/lowlevel_init.S' (20,973) at 20210308005002912
22481 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/scsi.c' (20,974) at 20210308005003484
22482 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m0230671117.dtsi' (20,975) at 20210308005002872
22483 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb' (20,976) at 20241221090017524
22484 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/phpmyadmin/apache.conf' (20,977) at 20210307205554038
22485 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/names_values.hpp' (20,978) at 20230602080044048
22486 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubieboard4_defconfig' (20,979) at 20210308005003236
22487 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/insn-format.h.inc' (20,980) at 20221215040039338
22488 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_ring.c' (20,981) at 20210308005003536
22489 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/analyzer_main.cpp' (20,982) at 20230516080019602
22490 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/nvme.c' (20,983) at 20210308005003216
22491 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/demo-uclass.c' (20,984) at 20210308005003372
22492 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/radvd' (20,985) at 20241221090017620
22493 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0003-switch-to-pkg-config.patch' (20,986) at 20230211040012643
22494 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g45-corvus.dts' (20,987) at 20210308005002572
22495 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/taskexp_ncurses.py' (20,988) at 20240302090018218
22496 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gconf.bbclass' (20,989) at 20220910030013385
22497 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-emlid-neutis-n5-devboard.dts' (20,990) at 20210308005002620
22498 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/202' (20,991) at 20240906080037564
22499 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0_3.0.27.bb' (20,992) at 20210608000015791
22500 2025-10-05 03:01:03.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/sparse-mem.h' (20,993) at 20210927100127237
22501 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsi_state_machine.h' (20,994) at 20240817080006811
22502 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.marvell' (20,995) at 20210308005003296
22503 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/clock_mock.hpp' (20,996) at 20220607100029059
22504 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/salvator-common.dtsi' (20,997) at 20210308005002608
22505 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (20,998) at 20220816030012194
22506 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/s32v234evb_defconfig' (20,999) at 20210308005003276
22507 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/distro/openbmc-mori.conf' (21,000) at 20230701080013908
22508 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/trace-events' (21,001) at 20240906080037312
22509 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/sifive_u.h' (21,002) at 20230426080043768
22510 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/pci_handler.cpp' (21,003) at 20210918000044923
22511 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/gpio.hpp' (21,004) at 20230511080026927
22512 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb' (21,005) at 20231126090012805
22513 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-3.0-DE' (21,006) at 20211006000025234
22514 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff' (21,007) at 20241112090023994
22515 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/irq.c' (21,008) at 20210308005002856
22516 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/PLDM/FRU.interface.yaml' (21,009) at 20210610000035134
22517 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/021.out' (21,010) at 20210308005046433
22518 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/templates/default/bblayers.conf.sample' (21,011) at 20240323080013549
22519 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/.clang-format' (21,012) at 20231108090011682
22520 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch' (21,013) at 20210307205553974
22521 2025-10-05 03:01:03.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/expected_stdout' (21,014) at 20210308005003736
22522 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/s6e8ax0.c' (21,015) at 20210308005003532
22523 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb50n/Kconfig' (21,016) at 20210308005003016
22524 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c.dtsi' (21,017) at 20210308005002616
22525 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ebisu/Makefile' (21,018) at 20210308005003032
22526 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/mmu.h' (21,019) at 20220429100100802
22527 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/signal.c' (21,020) at 20210308005046097
22528 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/recover_pnor_files' (21,021) at 20240423080018523
22529 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp4-server' (21,022) at 20210307205554462
22530 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/Kconfig' (21,023) at 20210308005003464
22531 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-fru-ocp-setting' (21,024) at 20241121090011895
22532 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx_bootaux.c' (21,025) at 20210308005002728
22533 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.browserslistrc' (21,026) at 20220105012522959
22534 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/obmc-console@.service' (21,027) at 20220921030015982
22535 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_mem_hotplug.rst' (21,028) at 20220429100100422
22536 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/meson.build' (21,029) at 20240326080039662
22537 2025-10-05 03:01:03.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_vsock.h' (21,030) at 20220429100100590
22538 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryMetrics.v1_7_3.json' (21,031) at 20240619080002948
22539 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/meson.build' (21,032) at 20240326080039558
22540 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ci20_mmc_defconfig' (21,033) at 20210308005003252
22541 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/plat-phosphor-multi-gpio-presence.json' (21,034) at 20240808080012360
22542 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-ppc-Remove-unused-host_powerpc64-function.patch' (21,035) at 20230706080014745
22543 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5307.h' (21,036) at 20210308005002804
22544 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/iomux.c' (21,037) at 20210308005003072
22545 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/vf610twr.c' (21,038) at 20210308005002996
22546 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5329AFEE_defconfig' (21,039) at 20210308005003236
22547 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.json' (21,040) at 20210308005046405
22548 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native/mrw-override-settings.yaml' (21,041) at 20210307205553718
22549 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_pdr_add_fru_record_set_check.yaml' (21,042) at 20240908080010098
22550 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AdaCore-doc' (21,043) at 20241221090017612
22551 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/0001-test_transformation-Check-if-transform-is-supported-.patch' (21,044) at 20230503080014623
22552 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/openipmi-no-openipmigui-man.patch' (21,045) at 20240113090014536
22553 2025-10-05 03:01:03.108-0500 FINEST t466 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' (21,046) at 20240413080012627
22554 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/files/ace_config.patch' (21,047) at 20230706080014741
22555 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32_sdram.c' (21,048) at 20210308005003476
22556 2025-10-05 03:01:03.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/announce.c' (21,049) at 20230426080043796
22557 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/sifive_uart.h' (21,050) at 20241211090212358
22558 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/BVToastMixin.js' (21,051) at 20241004080035963
22559 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/023' (21,052) at 20210927100127473
22560 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/bmc' (21,053) at 20210307205554094
22561 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/ext4.c' (21,054) at 20210308005003540
22562 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/count_state_floor.cpp' (21,055) at 20240820080023682
22563 2025-10-05 03:01:03.109-0500 FINEST t466 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' (21,056) at 20230706080014749
22564 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_cpu_core.h' (21,057) at 20241211090212362
22565 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-chassis-running@.service' (21,058) at 20221117040044437
22566 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dragonboard820c-uboot.dtsi' (21,059) at 20210308005002576
22567 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/net-lib.pl.patch' (21,060) at 20241221090017564
22568 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/templates/default/local.conf.sample' (21,061) at 20241221090017484
22569 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/clk_rk3188.c' (21,062) at 20210308005002772
22570 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/check-test-wrapper' (21,063) at 20230813080012876
22571 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7578.patch' (21,064) at 20210307205553942
22572 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/AccountPolicy.interface.yaml' (21,065) at 20221207040023631
22573 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Taivalkoski_Taivalvaara' (21,066) at 20210307205553774
22574 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/rndis.c' (21,067) at 20210308005003508
22575 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_qbman_portal.h' (21,068) at 20210308005003648
22576 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/nis.inc' (21,069) at 20220402030015911
22577 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0005-adb-add-base64-implementation.patch' (21,070) at 20230706080014745
22578 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/qemu-cpu-models.rst' (21,071) at 20220429100100426
22579 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/Kconfig' (21,072) at 20210308005003736
22580 2025-10-05 03:01:03.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/configure-seabios.sh' (21,073) at 20210308005046237
22581 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/Kconfig' (21,074) at 20241211090212286
22582 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6.c' (21,075) at 20210308005003088
22583 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/Kconfig' (21,076) at 20210308005003468
22584 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-kernel/linux/linux-aspeed/system1.cfg' (21,077) at 20240911080042931
22585 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_sec.h' (21,078) at 20210308005003652
22586 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_vita.h' (21,079) at 20210308004938820
22587 2025-10-05 03:01:03.110-0500 FINEST t466 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' (21,080) at 20210307205553894
22588 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp223.dtsi' (21,081) at 20210308005002572
22589 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/rcw_p5040.cfg' (21,082) at 20210308005003168
22590 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/redfish_code_update_utils.robot' (21,083) at 20240627080021048
22591 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_get_bios_post_code.robot' (21,084) at 20240628080017113
22592 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-tls-iothread' (21,085) at 20240906080037568
22593 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/README' (21,086) at 20210307205553806
22594 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/libvduse.c' (21,087) at 20240326080039630
22595 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/p1023rdb.c' (21,088) at 20210308005002988
22596 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8349_PCI_33_defconfig' (21,089) at 20210308005003280
22597 2025-10-05 03:01:03.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kalix' (21,090) at 20210307205553786
22598 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/init' (21,091) at 20210307205553974
22599 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/Makefile' (21,092) at 20210308005003072
22600 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.9/index.html' (21,093) at 20210307205554246
22601 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (21,094) at 20241106090019918
22602 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/__init__.py' (21,095) at 20210307205554266
22603 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/zfs_fletcher.c' (21,096) at 20210308005003556
22604 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/config.mk' (21,097) at 20210308005002836
22605 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5253.h' (21,098) at 20210308005002804
22606 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb' (21,099) at 20240413080012667
22607 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/testing.md' (21,100) at 20240808080020596
22608 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/phosphor-dbus-interfaces.wrap' (21,101) at 20240215090006160
22609 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/static-passwd-meta-networking' (21,102) at 20240301090012419
22610 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-socfpga.c' (21,103) at 20210308005003480
22611 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/bmc_dump_entry.cpp' (21,104) at 20240620080024795
22612 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_manager.hpp' (21,105) at 20230822080013225
22613 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/test/handle.hpp' (21,106) at 20230511080009359
22614 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/iomap.h' (21,107) at 20210308005002876
22615 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/trace.c' (21,108) at 20210308005003220
22616 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/cmd_ut.c' (21,109) at 20210308005003736
22617 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/00-ncsi.conf' (21,110) at 20241213090035010
22618 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/b-l475e-iot01a.rst' (21,111) at 20240906080037176
22619 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5253DEMO_defconfig' (21,112) at 20210308005003236
22620 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/activation_mmc.hpp' (21,113) at 20220727030018057
22621 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/sngrep/sngrep_1.8.2.bb' (21,114) at 20241221090017500
22622 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/Kconfig' (21,115) at 20210308005003080
22623 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/README' (21,116) at 20210308005002968
22624 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/virtio_ring.h' (21,117) at 20210308005046069
22625 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/bitops.h' (21,118) at 20210308005002888
22626 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-test-pppd_dummy.c-Fix-return-value.patch' (21,119) at 20230706080014737
22627 2025-10-05 03:01:03.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/Kconfig' (21,120) at 20230925080039921
22628 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (21,121) at 20220812030014405
22629 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/Kconfig' (21,122) at 20210308005003456
22630 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/flashbios/Makefile' (21,123) at 20210308004922932
22631 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/stm32.rst' (21,124) at 20241211090212238
22632 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/bcm6328-power-domain.h' (21,125) at 20210308005003640
22633 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/tune-microblaze.inc' (21,126) at 20210905000020581
22634 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/upd.c' (21,127) at 20210308005003424
22635 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (21,128) at 20241031080012179
22636 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/xen.rst' (21,129) at 20240906080037180
22637 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/syscall-trace.h' (21,130) at 20240906080037352
22638 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/passwd' (21,131) at 20210307205554570
22639 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp_vars.h' (21,132) at 20210308005003368
22640 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-gpio-present/gbs-detect-gpio-present.bb' (21,133) at 20241206090014278
22641 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_SECURE_BOOT_defconfig' (21,134) at 20210308005003264
22642 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/checklist.c' (21,135) at 20210308005003732
22643 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/297.out' (21,136) at 20210927100127501
22644 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_sh4.c' (21,137) at 20210308005003452
22645 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/pch.c' (21,138) at 20210308005002856
22646 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyperclip_1.9.0.bb' (21,139) at 20241221090017560
22647 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_boot.c' (21,140) at 20210308005003404
22648 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-type.json' (21,141) at 20210308005046409
22649 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IEC-Code-Components-EULA' (21,142) at 20241221090017616
22650 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-unknown.err' (21,143) at 20210308005046397
22651 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/MAINTAINERS' (21,144) at 20210308005003028
22652 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop' (21,145) at 20210307205553690
22653 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/Makefile' (21,146) at 20210308005003720
22654 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_x86.c' (21,147) at 20210308005003496
22655 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/source_location.hpp' (21,148) at 20230624080030539
22656 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_oob.cpp' (21,149) at 20210308005100993
22657 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/utilities/meson.build' (21,150) at 20240823080032949
22658 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/float_convd.ref' (21,151) at 20221215040039382
22659 2025-10-05 03:01:03.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_freestanding.c' (21,152) at 20210308005003700
22660 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cmd_esbc_validate.c' (21,153) at 20210308005002960
22661 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/projects/qemu-minimal.yml' (21,154) at 20240906080037560
22662 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-harmony.dts' (21,155) at 20210308005002628
22663 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/makedbs.sh' (21,156) at 20210307205554478
22664 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-set' (21,157) at 20220429100100750
22665 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/dynmem-proto.h' (21,158) at 20240906080037332
22666 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/board.h' (21,159) at 20210308005002948
22667 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/trace-events' (21,160) at 20220429100100434
22668 2025-10-05 03:01:03.113-0500 FINEST t466 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' (21,161) at 20240413080012631
22669 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-create-dirs.sh' (21,162) at 20220618030015182
22670 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-Olimex-SOM-EVB_defconfig' (21,163) at 20210308005003232
22671 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lapack/lapack/run-ptest' (21,164) at 20230813080012844
22672 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_defconfig' (21,165) at 20210308005003240
22673 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__receiver_adaptor.hpp' (21,166) at 20240817080036820
22674 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (21,167) at 20241206090014230
22675 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/vtimer.c' (21,168) at 20240906080037576
22676 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a83t.h' (21,169) at 20210308005002668
22677 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/enter_mpreboot.cpp' (21,170) at 20230915080021805
22678 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/sdmmc_defs.h' (21,171) at 20210308005002720
22679 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/cpu.c' (21,172) at 20210308005002884
22680 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/optionrom.h' (21,173) at 20230426080043832
22681 2025-10-05 03:01:03.113-0500 FINEST t466 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' (21,174) at 20230811080018298
22682 2025-10-05 03:01:03.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ActionInfo.v1_4_2.json' (21,175) at 20240619080002940
22683 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd_9.2.1.bb' (21,176) at 20230114040015474
22684 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-renderer_0.6.0.bb' (21,177) at 20231126090012781
22685 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/index.rst' (21,178) at 20211006000025222
22686 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.4.bb' (21,179) at 20231126090012777
22687 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-crash@.target' (21,180) at 20220301040040077
22688 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/fp-impl.c.inc' (21,181) at 20240906080037520
22689 2025-10-05 03:01:03.114-0500 FINEST t466 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' (21,182) at 20230706080014757
22690 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/cvd.c' (21,183) at 20240906080037580
22691 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/hardware.h' (21,184) at 20210308005002660
22692 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/presence/gpio_presence.hpp' (21,185) at 20241219090021588
22693 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/sandbox.txt' (21,186) at 20210308005003308
22694 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-de2.h' (21,187) at 20210308005003640
22695 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7637.patch' (21,188) at 20210307205553942
22696 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/configure.ac' (21,189) at 20220421030014276
22697 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.github/stale.yml' (21,190) at 20210307205553662
22698 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_crypt.h' (21,191) at 20210308004938836
22699 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2500_spl.h' (21,192) at 20210308005003596
22700 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/meson.build' (21,193) at 20240906080037376
22701 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_init.c' (21,194) at 20210308005003368
22702 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/multilib_header.bbclass' (21,195) at 20220910030013389
22703 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_init.h' (21,196) at 20210308005003364
22704 2025-10-05 03:01:03.114-0500 FINEST t466 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' (21,197) at 20221003030013285
22705 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/dts/3c120_devboard.dts' (21,198) at 20210308005002824
22706 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_server_power_operations.robot' (21,199) at 20210308005007108
22707 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/bcm2835-gpio.txt' (21,200) at 20210308005003304
22708 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/ibm_host_settings.override.yml' (21,201) at 20220802030011587
22709 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-crypto-api-test_%.bbappend' (21,202) at 20230114040015466
22710 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Proxy.interface.yaml' (21,203) at 20221207040023631
22711 2025-10-05 03:01:03.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/LICENSE' (21,204) at 20210308005045721
22712 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/run-ptest' (21,205) at 20240301090012435
22713 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/bcm2835_i2c.h' (21,206) at 20240906080037332
22714 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/vme8349pin.h' (21,207) at 20210308005002956
22715 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/get_managed_objects.hpp' (21,208) at 20211201040039449
22716 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/misc/api.h' (21,209) at 20210308005002640
22717 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/README.md' (21,210) at 20230629131804619
22718 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/recipes-kernel/linux/linux-aspeed_%.bbappend' (21,211) at 20220315100011443
22719 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/common/Makefile' (21,212) at 20210308005003020
22720 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/libxml2/2.10/index.html' (21,213) at 20230114040015510
22721 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_cache.S' (21,214) at 20210308005046529
22722 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.server.vtable.cpp.mako' (21,215) at 20230516080040262
22723 2025-10-05 03:01:03.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_mapper_serialize.cpp' (21,216) at 20230222020925387
22724 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/tricore-opcodes.h' (21,217) at 20240326080039710
22725 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_blk.h' (21,218) at 20210308005003536
22726 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/MAINTAINERS' (21,219) at 20210308005003012
22727 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/cpu_core.hpp' (21,220) at 20240729080033928
22728 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd/files/nslcd.init' (21,221) at 20210307205554074
22729 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/SEL.metadata.yaml' (21,222) at 20220430030026016
22730 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ds1722.h' (21,223) at 20210308005003632
22731 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf/android-gadget-setup' (21,224) at 20210307205553894
22732 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_signal.h' (21,225) at 20240906080037156
22733 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/gtkbook' (21,226) at 20241221090017620
22734 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/scripts/inventorysensor.mako.cpp' (21,227) at 20210308004932836
22735 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Harads' (21,228) at 20210307205553782
22736 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/files/emmc-init' (21,229) at 20221007030014979
22737 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/MAINTAINERS' (21,230) at 20210308005002980
22738 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/dbus-1/system-services/xyz.openbmc_project.LED.Controller.service' (21,231) at 20240719080031533
22739 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/debug_uart.h' (21,232) at 20210308005003628
22740 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/0002-build-Do-not-build-po-files.patch' (21,233) at 20220823030015951
22741 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/status.hpp' (21,234) at 20230714080028887
22742 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/dump.c' (21,235) at 20210308005003356
22743 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/SECURITY.md' (21,236) at 20241203090006519
22744 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno.scc' (21,237) at 20230131040012019
22745 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-internal.h' (21,238) at 20240906080037224
22746 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/Makefile' (21,239) at 20210308005002968
22747 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/fdtaddr.h' (21,240) at 20210308005003628
22748 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/lowlevel_init.S' (21,241) at 20210308005003036
22749 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mt7623.h' (21,242) at 20210308005003604
22750 2025-10-05 03:01:03.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-software-manager-ubi-fs.bbclass' (21,243) at 20230620080013227
22751 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/string.h' (21,244) at 20210308005002888
22752 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/meson.build' (21,245) at 20230426080043848
22753 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-frdm.dts' (21,246) at 20210308005002580
22754 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2771-0000/p2771-0000.c' (21,247) at 20210308005003024
22755 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-iat-api-test_git.bb' (21,248) at 20241206090014218
22756 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/printinsn.h' (21,249) at 20210927100127385
22757 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-mock_1.12.1.bb' (21,250) at 20241206090014270
22758 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/linuxloader.bbclass' (21,251) at 20241206090014302
22759 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/splash_logo.h' (21,252) at 20210308005002924
22760 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/__init__.py' (21,253) at 20210927100127329
22761 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb' (21,254) at 20241221090017528
22762 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/usb_storage.c' (21,255) at 20210308005003232
22763 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/thread_stopall.cpp' (21,256) at 20230915080021805
22764 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/hello-alpha.c' (21,257) at 20210308005046489
22765 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf_1.0.bb' (21,258) at 20241206090014318
22766 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NOR_defconfig' (21,259) at 20210308005003240
22767 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/supermicro-pws-920p-sq_psu.json' (21,260) at 20230624080005339 to deleted uid set
22768 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/Makefile' (21,261) at 20210308005003544
22769 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/pxa.h' (21,262) at 20210308005002660
22770 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/mem.h' (21,263) at 20210308005002644
22771 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsa_Ouninpohja' (21,264) at 20210307205553770
22772 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGP4' (21,265) at 20241221090017616
22773 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-generic.c' (21,266) at 20210308005003512
22774 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d35.dtsi' (21,267) at 20210308005002612
22775 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-1981.patch' (21,268) at 20240106090017265
22776 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/ccid.rst' (21,269) at 20221215040039082
22777 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-netsnmp-cross-compile.patch' (21,270) at 20210307205553818
22778 2025-10-05 03:01:03.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/0001-apps-CMakeLists.txt-Explicitly-link-libbfb-and-libmu.patch' (21,271) at 20230706080014741
22779 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallsjo' (21,272) at 20210307205553782
22780 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.json' (21,273) at 20230925080040089
22781 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/229' (21,274) at 20220429100100914
22782 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/timer.h' (21,275) at 20210308005002804
22783 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/cfam' (21,276) at 20240613080020632
22784 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-6192.dtsi' (21,277) at 20210308005002592
22785 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/cache.c' (21,278) at 20210308005002828
22786 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/clock.c' (21,279) at 20210308005002720
22787 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/cim-schema-exper_2.50.0.bb' (21,280) at 20241206090014242
22788 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_write_window_ro_partition.cpp' (21,281) at 20210308005108645
22789 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/corvus/Makefile' (21,282) at 20210308005003048
22790 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.commands.itest' (21,283) at 20210308005003292
22791 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/settings/phosphor-settings-manager/chassis_capabilities.override.yml' (21,284) at 20230701080013908
22792 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/mon6_imximage_nor.cfg' (21,285) at 20210308005003016
22793 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2e.c' (21,286) at 20210308005003076
22794 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-mem-pci.h' (21,287) at 20230925080039917
22795 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/102' (21,288) at 20220429100100890
22796 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/ptrace.h' (21,289) at 20210308005002888
22797 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch' (21,290) at 20230706080014765
22798 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/directives/app-navigation.scss' (21,291) at 20210308005107073
22799 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/GPIOS.md' (21,292) at 20240808080031672
22800 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_pi_sd_rcw.cfg' (21,293) at 20210308005002992
22801 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/tiogapass/host-poweroff' (21,294) at 20220727030013877
22802 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/twister.h' (21,295) at 20210308005003624
22803 2025-10-05 03:01:03.118-0500 FINEST t466 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' (21,296) at 20240904080027738
22804 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle.dts' (21,297) at 20210308005002596
22805 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestPatch.test_signed_off_by_presence.fail' (21,298) at 20241206090014310
22806 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/transition.S' (21,299) at 20210308005002560
22807 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-training.c' (21,300) at 20210308005002792
22808 2025-10-05 03:01:03.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/meta-filesystems-image-all.bb' (21,301) at 20231014080011723
22809 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/MAINTAINERS' (21,302) at 20210308005104849
22810 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb' (21,303) at 20210307205553738
22811 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/rsa_pub_oem_dss_key.pem' (21,304) at 20210519100046557
22812 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/Kconfig' (21,305) at 20210308005002884
22813 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb' (21,306) at 20231126090012797
22814 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/medion_155.rc5' (21,307) at 20210307205553758
22815 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sh' (21,308) at 20210308005003296
22816 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tb-context.h' (21,309) at 20210927100127021
22817 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/high_speed_env_spec-38x.c' (21,310) at 20210308005002752
22818 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/names_values.hpp' (21,311) at 20230602080035408
22819 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb' (21,312) at 20241221090017520
22820 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/arno-iptables-firewall/arno-iptables-firewall_2.1.2.bb' (21,313) at 20241206090014242
22821 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash.json' (21,314) at 20210308005046413
22822 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/voters' (21,315) at 20230523080016046
22823 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6slevk.h' (21,316) at 20210308005003604
22824 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Fix-narrowing-conversion-error.patch' (21,317) at 20210307205553882
22825 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cirrus/edb93xx/Makefile' (21,318) at 20210308005002944
22826 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-padaos_0.1.10.bb' (21,319) at 20241221090017556
22827 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_toc.cpp' (21,320) at 20210308005100997
22828 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_cc108_defconfig' (21,321) at 20210308005003288
22829 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3288.h' (21,322) at 20210308005003596
22830 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/MAINTAINERS' (21,323) at 20210308005003168
22831 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7_plugin.S' (21,324) at 20210308005002652
22832 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0007-Mark-glibc-specific-code-so.patch' (21,325) at 20241221090017504
22833 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/default' (21,326) at 20210307205554622
22834 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-x86/chassis/x86-power-control/power-config-host0.json' (21,327) at 20240716080022815
22835 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0001-aspeed-Disable-unnecessary-features.patch' (21,328) at 20241206090014274
22836 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/protocol.h' (21,329) at 20210308005100993
22837 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/113.out' (21,330) at 20210308005046445
22838 2025-10-05 03:01:03.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/fs_loader.txt' (21,331) at 20210308005003304
22839 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/ls2080aqds.c' (21,332) at 20210308005002972
22840 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/Makefile' (21,333) at 20210308005002976
22841 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board_k2e.c' (21,334) at 20210308005003076
22842 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0004-cmake-Use-GNUInstallDirs.patch' (21,335) at 20230919080013954
22843 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3xcm.dtsi' (21,336) at 20210308005002612
22844 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.err' (21,337) at 20210308005046401
22845 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb' (21,338) at 20210812000025270
22846 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/settings/phosphor-settings-manager/powerpolicy-default-ALWAYS_POWER_ON.override.yml' (21,339) at 20210307205553722
22847 2025-10-05 03:01:03.120-0500 FINEST t466 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' (21,340) at 20220204040022528
22848 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/index.js' (21,341) at 20220105012522999
22849 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/termbits.h' (21,342) at 20221215040039202
22850 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/init' (21,343) at 20210307205554462
22851 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/networking/mstpd/mstpd.service' (21,344) at 20230813080012848
22852 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu/core-matmap.h' (21,345) at 20221215040039346
22853 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/test/test_health_metric_config.cpp' (21,346) at 20240307090027676
22854 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru_git.bb' (21,347) at 20241206090014274
22855 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rpi.h' (21,348) at 20210308005003612
22856 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.c' (21,349) at 20210308005003364
22857 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/geekbox.h' (21,350) at 20210308005003596
22858 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/test/mock.cpp' (21,351) at 20211022000049994
22859 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-qmp-cmds.c' (21,352) at 20230426080043668
22860 2025-10-05 03:01:03.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi-mem-nodm.c' (21,353) at 20210308005003492
22861 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_overlap.cpp' (21,354) at 20210308005100997
22862 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch' (21,355) at 20230706080014737
22863 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/argument.hpp' (21,356) at 20210527000130797
22864 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/additional_data_test.cpp' (21,357) at 20241212090025215
22865 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/flatbuffers.bb' (21,358) at 20241221090017512
22866 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds/witherspoon/power-workarounds.sh' (21,359) at 20230419080018958
22867 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/on_change_threshold.hpp' (21,360) at 20220610100046048
22868 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-before-err.json' (21,361) at 20210308005046409
22869 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a.dtsi' (21,362) at 20210308005002580
22870 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/presence_service.cpp' (21,363) at 20220727030028313
22871 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/calculator-server.cpp' (21,364) at 20240920080030747
22872 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.clean' (21,365) at 20210308005003724
22873 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/oe-init-build-env' (21,366) at 20240301090012479
22874 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/memory.h' (21,367) at 20210308005002680
22875 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tinker_rk3288.h' (21,368) at 20210308005003620
22876 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.err' (21,369) at 20210308005046409
22877 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/files/rasdaemon.service' (21,370) at 20210307205553866
22878 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/README' (21,371) at 20210308005003056
22879 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_fclass.c' (21,372) at 20221215040039386
22880 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/bootstrap.sh' (21,373) at 20210308004942076
22881 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-alabaster_1.0.0.bb' (21,374) at 20241221090017664
22882 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun50i_h6.h' (21,375) at 20210308005002664
22883 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa15.inc' (21,376) at 20210905000020581
22884 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/socket_channel.hpp' (21,377) at 20240829080025807
22885 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/Kconfig' (21,378) at 20210308005002972
22886 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_b.c' (21,379) at 20210308005046513
22887 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/101' (21,380) at 20210927100127481
22888 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-oauthlib_2.0.0.bb' (21,381) at 20240413080012663
22889 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/meson.build' (21,382) at 20241211090212242
22890 2025-10-05 03:01:03.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/249.out' (21,383) at 20210927100127497
22891 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/frup.hpp' (21,384) at 20210308004927352
22892 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch' (21,385) at 20230706080014753
22893 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-ensure-off.service' (21,386) at 20210810100021256
22894 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/event_logger_test.cpp' (21,387) at 20210308005049141
22895 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-2.1' (21,388) at 20210307205554414
22896 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/syscallhdr.sh' (21,389) at 20241211090212374
22897 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/config.h' (21,390) at 20210308005002800
22898 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/clock-apq8016.c' (21,391) at 20210308005002776
22899 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/qdev-api.rst' (21,392) at 20230925080039841
22900 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clk/mpc83xx-clk.h' (21,393) at 20210308005003632
22901 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/MAINTAINERS' (21,394) at 20210308005003072
22902 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/Kconfig' (21,395) at 20210308005003008
22903 2025-10-05 03:01:03.122-0500 FINEST t466 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' (21,396) at 20241221090017488
22904 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_resource.h' (21,397) at 20220429100100650
22905 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/exception.c' (21,398) at 20210308005002808
22906 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/gsc.h' (21,399) at 20210308005002996
22907 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu2-monitoring.service' (21,400) at 20230627080016966
22908 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080a_common.h' (21,401) at 20210308005003600
22909 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/cve-extra-exclusions.inc' (21,402) at 20241221090017612
22910 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-3dnow.c' (21,403) at 20221215040039386
22911 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/MAINTAINERS' (21,404) at 20210308005002908
22912 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/meson.build' (21,405) at 20241211090212334
22913 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/rpidistro-vlc_3.0.17.bb' (21,406) at 20231126090012805
22914 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-pc2.dts' (21,407) at 20210308005002620
22915 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/aspeed_mdio.c' (21,408) at 20210308005003424
22916 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/README' (21,409) at 20210308005002960
22917 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/valijson.wrap' (21,410) at 20220518030015451
22918 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/vpd.hpp' (21,411) at 20230511080035563
22919 2025-10-05 03:01:03.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/rtl8139-test.c' (21,412) at 20241211090212546
22920 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-serial.h' (21,413) at 20210308005046037
22921 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mtd/spi/spi-flash.txt' (21,414) at 20210308005003304
22922 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/ax25-ae350/MAINTAINERS' (21,415) at 20210308005002900
22923 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012ardb.h' (21,416) at 20210308005003600
22924 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/217.out' (21,417) at 20210308005046461
22925 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_%.bbappend' (21,418) at 20241206090014278
22926 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/sdbusplus.wrap' (21,419) at 20230602080035412
22927 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hexdump.h' (21,420) at 20210308005003652
22928 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti816x/evm.c' (21,421) at 20210308005003080
22929 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/typecheck.bbclass' (21,422) at 20220910030013393
22930 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/mkdir_p.patch' (21,423) at 20241221090017656
22931 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/led.c' (21,424) at 20210308005002712
22932 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clgebr.c' (21,425) at 20230925080040101
22933 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/12_makefile_config.patch' (21,426) at 20241221090017680
22934 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_doe.c' (21,427) at 20221215040039138
22935 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-bananapi-m2-plus.dts' (21,428) at 20210308005002620
22936 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/etcd-new.conf.sample' (21,429) at 20230602080015084
22937 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb' (21,430) at 20241221090017548
22938 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/Kconfig' (21,431) at 20210308005002968
22939 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/meson-gx-pwrc-vpu.c' (21,432) at 20210308005003468
22940 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvdalsasen' (21,433) at 20210307205553778
22941 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raspberrypi/rpi/Makefile' (21,434) at 20210308005003032
22942 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-tests/smilatency.py2' (21,435) at 20241211090212534
22943 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC837XERDB_defconfig' (21,436) at 20210308005003236
22944 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/Makefile' (21,437) at 20210308005003416
22945 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/bmc-snmp-proxy.service' (21,438) at 20210308004938816
22946 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/gpio.h' (21,439) at 20210308005002636
22947 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml' (21,440) at 20230125040019922
22948 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/fvp-eula.yml' (21,441) at 20230804080018087
22949 2025-10-05 03:01:03.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31s-inet-q972.dts' (21,442) at 20210308005002620
22950 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/km83xx.c' (21,443) at 20210308005003012
22951 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/notices_menu/test_notices_menu.robot' (21,444) at 20240628080017113
22952 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xset/disable-xkb.patch' (21,445) at 20230114040015546
22953 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/0001-wscript-Add-BISONFLAGS-support.patch' (21,446) at 20230706080014741
22954 2025-10-05 03:01:03.124-0500 FINEST t466 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' (21,447) at 20230706080014745
22955 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/config.mk' (21,448) at 20210308005002712
22956 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/fix-missing-unistd.h-include.patch' (21,449) at 20210307205553886
22957 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/crc-ccitt.c' (21,450) at 20210927100127661
22958 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt_icpu_cfg.h' (21,451) at 20210308005002820
22959 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3188_common.h' (21,452) at 20210308005003612
22960 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_d.c' (21,453) at 20210308005046513
22961 2025-10-05 03:01:03.124-0500 FINEST t466 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' (21,454) at 20230131040012035
22962 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/taskdata.py' (21,455) at 20220402030016091
22963 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/Makefile' (21,456) at 20210308005003204
22964 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (21,457) at 20210812000025262
22965 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/index.js' (21,458) at 20220105012522999
22966 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuS/eb_cpu5282/Makefile' (21,459) at 20210308005002904
22967 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_intel_defconfig' (21,460) at 20210308005003236
22968 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/rlwnm.c' (21,461) at 20210308005003720
22969 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_task_page.py' (21,462) at 20210307205554266
22970 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/ashrdi3.c' (21,463) at 20210308005002816
22971 2025-10-05 03:01:03.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/smmuv3-internal.h' (21,464) at 20240906080037196
22972 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_w.c' (21,465) at 20210308005046517
22973 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7794-cpg-mssr.h' (21,466) at 20210308005003632
22974 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/nand.c' (21,467) at 20210308005003216
22975 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-idiv.inc' (21,468) at 20210905000020581
22976 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/Kconfig' (21,469) at 20210308005002948
22977 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/rest-dbus' (21,470) at 20210308004923388
22978 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria10-socdk/socfpga.c' (21,471) at 20210308005002912
22979 2025-10-05 03:01:03.125-0500 FINEST t466 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' (21,472) at 20240113090014532
22980 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/adc/aspeed_adc.h' (21,473) at 20240906080037328
22981 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ndisc6/ndisc6/0001-Remove-use-of-variables-indicating-buildtime-informa.patch' (21,474) at 20241221090017496
22982 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_cpu.h' (21,475) at 20210308005046097
22983 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sme-fa64.decode' (21,476) at 20230426080043860
22984 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.11.bb' (21,477) at 20241221090017636
22985 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds414/ds414.c' (21,478) at 20210308005002908
22986 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/syscall_nr.h' (21,479) at 20210308005045761
22987 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-uniphier.c' (21,480) at 20210308005003380
22988 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/cleanup-trace-events.pl' (21,481) at 20210308005046237
22989 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/stm32h7-rcc.h' (21,482) at 20210308005003636
22990 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/copyright.txt' (21,483) at 20210307205553870
22991 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio_git.bb' (21,484) at 20230919080013958
22992 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/sh/tune-sh4.inc' (21,485) at 20210905000020581
22993 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/dts/Makefile' (21,486) at 20210308005002844
22994 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/source.tcl' (21,487) at 20210308005007116
22995 2025-10-05 03:01:03.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/ath79_spi.c' (21,488) at 20210308005003488
22996 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/ppc64le.conf' (21,489) at 20240106090017257
22997 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/sdrutils.hpp' (21,490) at 20210430130416990
22998 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/soc.h' (21,491) at 20210308005002836
22999 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/MAINTAINERS' (21,492) at 20210308005002968
23000 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/MAINTAINERS' (21,493) at 20210308005002976
23001 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/Makefile' (21,494) at 20210308005003044
23002 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/byteorder/generic.h' (21,495) at 20210308005003656
23003 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console_%.bbappend' (21,496) at 20241206090014222
23004 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/index.rst' (21,497) at 20240906080037172
23005 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-set-failsafe.sh' (21,498) at 20240716080022819
23006 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/0001-not-check-pandoc.patch' (21,499) at 20230706080014737
23007 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool/0002-Don-t-use-build-time-hardcoded-python-binary-path.patch' (21,500) at 20210307205554618
23008 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/orphan.c' (21,501) at 20210308005003552
23009 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/clk-stubs.c' (21,502) at 20210308005002552
23010 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (21,503) at 20231107090016217
23011 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-fsf/core-isa.h' (21,504) at 20210308005046361
23012 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/Kconfig' (21,505) at 20210308005002972
23013 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/bblayers.conf.sample' (21,506) at 20240323080013545
23014 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/Kconfig' (21,507) at 20210308005003016
23015 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/olympus-nuvoton-iptable-save.bb' (21,508) at 20241206090014278
23016 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-advertising' (21,509) at 20211006000025238
23017 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/multi-thread-compression.txt' (21,510) at 20230925080039845
23018 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/sata.h' (21,511) at 20210308005002676
23019 2025-10-05 03:01:03.126-0500 FINEST t466 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' (21,512) at 20230706080014741
23020 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/vt100plus.js' (21,513) at 20210308005107073
23021 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/mux.c' (21,514) at 20210308005002944
23022 2025-10-05 03:01:03.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial.c' (21,515) at 20210308005003484
23023 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e-evm.dts' (21,516) at 20210308005002592
23024 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/019' (21,517) at 20210927100127473
23025 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.err' (21,518) at 20210308005046405
23026 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_defconfig' (21,519) at 20210308005003276
23027 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/sockbits.h' (21,520) at 20210308005046089
23028 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-atl-sbx81lifkw.dts' (21,521) at 20210308005002592
23029 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.0.rst' (21,522) at 20231207090015274
23030 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/crypto-tls-psk-helpers.h' (21,523) at 20221215040039390
23031 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/smbios/smbios-mdr_git.bbappend' (21,524) at 20240904080027730
23032 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/issue1060.S' (21,525) at 20221215040039390
23033 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/ps2.h' (21,526) at 20230426080043760
23034 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sks-kinkel/sksimx6/sksimx6.c' (21,527) at 20210308005003052
23035 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-shutdown@.target' (21,528) at 20240321080027598
23036 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/sti_usb_phy.c' (21,529) at 20210308005003456
23037 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdpv.c' (21,530) at 20210308005046505
23038 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_delete_project.py' (21,531) at 20231126090012813
23039 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_driver/efi_uclass.c' (21,532) at 20210308005003700
23040 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/handler_mock.hpp' (21,533) at 20240521080010464
23041 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rv1108.h' (21,534) at 20210308005003596
23042 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/private_header.cpp' (21,535) at 20211111010019460
23043 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-filter.js' (21,536) at 20210308005107069
23044 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/Makefile' (21,537) at 20210308005002948
23045 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/macio/cuda.h' (21,538) at 20230426080043764
23046 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/fpga_ast2600.h' (21,539) at 20210308005003596
23047 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-pc.c' (21,540) at 20210308005046477
23048 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mvebu/armada-37xx-tbg.c' (21,541) at 20210308005003352
23049 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/Makefile' (21,542) at 20210308005003472
23050 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0001-systemd-lxdm.service-remove-plymouth-quit-conflicts.patch' (21,543) at 20220402030015975
23051 2025-10-05 03:01:03.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.err' (21,544) at 20210308005046397
23052 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/lpc32xx_i2c.c' (21,545) at 20210308005003384
23053 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/0001-Use-ARPCFLAGS-for-package-specific-compiler-flags.patch' (21,546) at 20230706080014737
23054 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga_rop.h' (21,547) at 20210308005045857
23055 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/count_state_target.cpp' (21,548) at 20230825080027865
23056 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srl_d.c' (21,549) at 20210308005046525
23057 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-bsp/u-boot/u-boot-aspeed_%.bbappend' (21,550) at 20210812000025166
23058 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3368/Makefile' (21,551) at 20210308005002776
23059 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/0001-bcm43xx-Add-bcm43xx-3wire-variant.patch' (21,552) at 20230706080014765
23060 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/develop-ppc_8xx.txt' (21,553) at 20210308005003012
23061 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_lite2_defconfig' (21,554) at 20210308005003272
23062 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Create.interface.yaml' (21,555) at 20241003080018601
23063 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/dts/ae350_32.dts' (21,556) at 20210308005002844
23064 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Tenola' (21,557) at 20210307205553774
23065 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ValueMutability.interface.yaml' (21,558) at 20221207040023631
23066 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/119.out' (21,559) at 20210308005046449
23067 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-tcg.rst' (21,560) at 20230925080039841
23068 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/merge_yamls.py' (21,561) at 20210307205554070
23069 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6348-dma.h' (21,562) at 20210308005003636
23070 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/mte.S' (21,563) at 20241211090212550
23071 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/sdbusplus.hpp' (21,564) at 20240904080034455
23072 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/notempdir.patch' (21,565) at 20220204040022676
23073 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_fixed_rate.c' (21,566) at 20210308005003348
23074 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/msg.py' (21,567) at 20241221090017588
23075 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/Kconfig' (21,568) at 20210308005003440
23076 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/performance/dissect.py' (21,569) at 20210308005046241
23077 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_structs.h' (21,570) at 20210308005046085
23078 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/warp7.h' (21,571) at 20210308005003624
23079 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/buildinfo.hpp.in' (21,572) at 20210421000039866
23080 2025-10-05 03:01:03.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Leksand_Asledsberget' (21,573) at 20210307205553786
23081 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/musl.patch' (21,574) at 20210307205553742
23082 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (21,575) at 20241206090014206
23083 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemuppc/pointercal' (21,576) at 20210307205553874
23084 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/host-poweron.service' (21,577) at 20210307205554094
23085 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/tftf.yml' (21,578) at 20220804030014663
23086 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mips/bootloader.h' (21,579) at 20230426080043764
23087 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-primo73.dts' (21,580) at 20210308005002624
23088 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ptpd.conf' (21,581) at 20210307205553822
23089 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/os-release/os-release.bbappend' (21,582) at 20230518080020518
23090 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inflate.c' (21,583) at 20210308005003716
23091 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb' (21,584) at 20241221090017520
23092 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-sramc.h' (21,585) at 20230925080039929
23093 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mediatek/misc.h' (21,586) at 20210308005002644
23094 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3229-evb.dts' (21,587) at 20210308005002604
23095 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5282evb/Makefile' (21,588) at 20210308005002972
23096 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sifive/fu540/Makefile' (21,589) at 20210308005003052
23097 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid/riscv_ucontext.patch' (21,590) at 20210307205553958
23098 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/OptusD1-160.0E' (21,591) at 20210307205553762
23099 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/Makefile' (21,592) at 20210308005003172
23100 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/system/kernel.ld' (21,593) at 20210927100127517
23101 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/effecter/dbus_to_terminus_effecter.json' (21,594) at 20240827080037091
23102 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/VLAN.interface.yaml' (21,595) at 20221111040027669
23103 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/djmemc.h' (21,596) at 20240326080039538
23104 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-app4-evb1.dts' (21,597) at 20210308005002620
23105 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/block-helpers.h' (21,598) at 20241211090212558
23106 2025-10-05 03:01:03.129-0500 FINEST t466 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' (21,599) at 20230706080014745
23107 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2600.c' (21,600) at 20230720080043539
23108 2025-10-05 03:01:03.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/float_convd.ref' (21,601) at 20221215040039382
23109 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/twl4030.c' (21,602) at 20210308005003472
23110 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-extended/sudo/sudo_%.bbappend' (21,603) at 20240207090012358
23111 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/ls102xa_rcw_sd_ifc.cfg' (21,604) at 20210308005002968
23112 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stm32h7-clks.h' (21,605) at 20210308005003636
23113 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps62362.h' (21,606) at 20210308005003680
23114 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/interrupts.c' (21,607) at 20210308005002836
23115 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial-uclass.c' (21,608) at 20210308005003484
23116 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/tuning.cpp' (21,609) at 20221117040032476
23117 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_main.cpp' (21,610) at 20220727030029197
23118 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/presence/main.cpp' (21,611) at 20230811080027090
23119 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/p9/start_host_mpreboot.cpp' (21,612) at 20210629000023356
23120 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_dp.c' (21,613) at 20210308005003524
23121 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm-user-utils.h' (21,614) at 20230310090043279
23122 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch3' (21,615) at 20210308005002556
23123 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/nfs.h' (21,616) at 20210308005003720
23124 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/linkit-smart-7688.dts' (21,617) at 20210308005002812
23125 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/selinux-ls-unconfined.sh' (21,618) at 20210307205554130
23126 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/example/example.yaml' (21,619) at 20221213040025761
23127 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/clk_rk3399.c' (21,620) at 20210308005002776
23128 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/km_kirkwood_128m16_defconfig' (21,621) at 20210308005003260
23129 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-case.err' (21,622) at 20210927100127473
23130 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/remoteproc/k3-system-controller.txt' (21,623) at 20210308005003308
23131 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/api.py' (21,624) at 20240106090017249
23132 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/util.c' (21,625) at 20210308005046113
23133 2025-10-05 03:01:03.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/arm64-common.c' (21,626) at 20210308005002752
23134 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7720.h' (21,627) at 20210308005002848
23135 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/u-boot-spl.lds' (21,628) at 20210308005002712
23136 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-bytedance/usb-network/files/usb_network.service' (21,629) at 20210307205553674
23137 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/include/gcsections.inc' (21,630) at 20230811080018310
23138 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/osd_cmd.c' (21,631) at 20210308005003000
23139 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/rodent-icon-theme/rodent-icon-theme_5.0.bb' (21,632) at 20241221090017564
23140 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-kernel/linux/linux-aspeed_git.bbappend' (21,633) at 20240209090013644
23141 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/eeprom/eeprom_field.c' (21,634) at 20210308005003224
23142 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vcmpb.S' (21,635) at 20230426080043952
23143 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/lib1funcs.S' (21,636) at 20210308005002708
23144 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-lat_http.c-Add-printf-format.patch' (21,637) at 20230706080014741
23145 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/LICENSE' (21,638) at 20210308005119665
23146 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ncsi_ast2600a0.h' (21,639) at 20210308005003608
23147 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ioapic-stub.c' (21,640) at 20240906080037240
23148 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (21,641) at 20220618030015174
23149 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/edminiv2.h' (21,642) at 20210308005003592
23150 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/boot.c' (21,643) at 20210308005002760
23151 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/MAINTAINERS' (21,644) at 20210308005002948
23152 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/mux.c' (21,645) at 20210308005003072
23153 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/fpga_ast2600/Kconfig' (21,646) at 20210308005002916
23154 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/unaligned.h' (21,647) at 20210308005002848
23155 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_type.hpp' (21,648) at 20240625080015044
23156 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/x264/x264_%.bbappend' (21,649) at 20210812000025266
23157 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/Makefile' (21,650) at 20210308005002544
23158 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Baekmuk' (21,651) at 20241221090017616
23159 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/trace-events' (21,652) at 20240326080039662
23160 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.gitignore' (21,653) at 20240424080021452
23161 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt.c' (21,654) at 20210308005003708
23162 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_function.decode' (21,655) at 20210308005046389
23163 2025-10-05 03:01:03.131-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/required-distro-features.inc' (21,656) at 20220402030016219
23164 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/MAINTAINERS' (21,657) at 20210308005002964
23165 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/vexpress_config.c' (21,658) at 20210308005003400
23166 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0001-cmake-Add-check-for-atomic-support.patch' (21,659) at 20240413080012651
23167 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/empty_slot.h' (21,660) at 20210308005046017
23168 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig' (21,661) at 20210308005003236
23169 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/requirements.txt' (21,662) at 20210308005002536
23170 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/rlwinm.c' (21,663) at 20210308005003720
23171 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/contrib/oe-stylize.py' (21,664) at 20230610080017599
23172 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/0001-Include-poll.h-instead-of-sys-poll.h.patch' (21,665) at 20210307205553954
23173 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/update-rc.d.bbclass' (21,666) at 20230114040015530
23174 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/cpld.h' (21,667) at 20210308005002968
23175 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/x86_vfscanf.patch' (21,668) at 20210307205553750
23176 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-shared-source.inc' (21,669) at 20230401080011971
23177 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/espt.c' (21,670) at 20210308005002956
23178 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/pwm.h' (21,671) at 20210308005002664
23179 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ModalGenerateCsr.vue' (21,672) at 20241004080035971
23180 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-4.yaml' (21,673) at 20241219090012972
23181 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-genericx86-64.txt' (21,674) at 20240106090017253
23182 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/LICENSE' (21,675) at 20240308090017911
23183 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/Makefile.vdso' (21,676) at 20240326080039558
23184 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zynq_bootimg.h' (21,677) at 20210308005003696
23185 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/Makefile' (21,678) at 20210308005003496
23186 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/act8846_pmic.h' (21,679) at 20210308005003680
23187 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_rcw_nand.cfg' (21,680) at 20210308005002968
23188 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_vpu.h' (21,681) at 20210308005003532
23189 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/sha256.h' (21,682) at 20210308005003688
23190 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/096_elf.dts' (21,683) at 20210308005003752
23191 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fsl_icid.h' (21,684) at 20210308005002640
23192 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx-config.bb' (21,685) at 20241221090017540
23193 2025-10-05 03:01:03.132-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/trace-events' (21,686) at 20241211090212206
23194 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/cable.hpp' (21,687) at 20240704080030215
23195 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/classes/gxp-bootblock-n.bbclass' (21,688) at 20230413080015624
23196 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_leveling.h' (21,689) at 20210308005003364
23197 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-under-throttle' (21,690) at 20240326080039734
23198 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/smsc_lpc47m.c' (21,691) at 20210308005003400
23199 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pro4.c' (21,692) at 20210308005003468
23200 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/firmware-list.html' (21,693) at 20210308005107069
23201 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/indented-expr.json' (21,694) at 20210308005046409
23202 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/bypass-iommu.txt' (21,695) at 20210927100127069
23203 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch' (21,696) at 20241221090017632
23204 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_io.h' (21,697) at 20210308005003520
23205 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-regs.h' (21,698) at 20210308005002796
23206 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_memory.c.inc' (21,699) at 20240906080037496
23207 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config/daytonax-ipmi-fru-properties.yaml' (21,700) at 20230209040014205
23208 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (21,701) at 20210524100041898
23209 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/peach-pit_defconfig' (21,702) at 20210308005003272
23210 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kurikka_Kesti' (21,703) at 20210307205553770
23211 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/settings/phosphor-settings-manager/sol_settings.override.yml' (21,704) at 20240124090012250
23212 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/mrw-rev.bbclass' (21,705) at 20220721030015849
23213 2025-10-05 03:01:03.133-0500 FINEST t466 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' (21,706) at 20230706080014737
23214 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (21,707) at 20241226090016127
23215 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/stout_spl.c' (21,708) at 20210308005003040
23216 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableChassis.vue' (21,709) at 20241004080035963
23217 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-altivec.xml' (21,710) at 20210308005045817
23218 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/rail_tests.cpp' (21,711) at 20240628080035889
23219 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/Makefile' (21,712) at 20210308005002964
23220 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/my.cnf' (21,713) at 20210812000025198
23221 2025-10-05 03:01:03.133-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0001-linux-syslinux-support-ext2-3-4-device.patch' (21,714) at 20220910030013425
23222 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040QDS_SECURE_BOOT_defconfig' (21,715) at 20210308005003244
23223 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmoinen_Puukkoinen' (21,716) at 20210307205553770
23224 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_kernel.py' (21,717) at 20210307205554634
23225 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/x86_64-linux' (21,718) at 20241206090014350
23226 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/conf/templates/default/bblayers.conf.sample' (21,719) at 20240323080013549
23227 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/eagle/Kconfig' (21,720) at 20210308005003032
23228 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/funcmux.c' (21,721) at 20210308005002792
23229 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/samsung/misc.h' (21,722) at 20210308005003684
23230 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/errors.hpp' (21,723) at 20221028100033259
23231 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm013/ps7_init_gpl.c' (21,724) at 20210308005003180
23232 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-during-backup.out' (21,725) at 20220429100100930
23233 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/144' (21,726) at 20240326080039730
23234 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020MBG-PC_defconfig' (21,727) at 20210308005003240
23235 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bdinfo.c' (21,728) at 20210308005003208
23236 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/espresso7420/MAINTAINERS' (21,729) at 20210308005003044
23237 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sparse_defs.h' (21,730) at 20210308005003684
23238 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-31.json' (21,731) at 20210308005046409
23239 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/LICENSE' (21,732) at 20210308005004696
23240 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/malta.h' (21,733) at 20210308005002816
23241 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/OWNERS' (21,734) at 20220728030037070
23242 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/iozone3' (21,735) at 20210307205553870
23243 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-attestation_%.bbappend' (21,736) at 20230114040015466
23244 2025-10-05 03:01:03.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/i2c_defs.h' (21,737) at 20210308005002732
23245 2025-10-05 03:01:03.134-0500 FINEST t466 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' (21,738) at 20240113090014536
23246 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager/g220a_baseboard.json' (21,739) at 20210702100031190
23247 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/Makefile' (21,740) at 20210308005003040
23248 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/spl_lradc_init.c' (21,741) at 20210308005002548
23249 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MessageRegistryFile.v1_1_5.json' (21,742) at 20240619080002948
23250 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_ifc_nand.c' (21,743) at 20210308005003412
23251 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hameenlinna_Painokangas' (21,744) at 20210307205553770
23252 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp-sabresd.dts' (21,745) at 20210308005002584
23253 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-testtools_2.7.2.bb' (21,746) at 20241221090017668
23254 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/control_dbus.c' (21,747) at 20230809080010799
23255 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0003-libtool-remove-help2man-dependency.patch' (21,748) at 20241221090017664
23256 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/action.hpp' (21,749) at 20210308005405930
23257 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/qca953x/Makefile' (21,750) at 20210308005002820
23258 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-sk-evm-u-boot.dtsi' (21,751) at 20210308005002564
23259 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/Kconfig' (21,752) at 20210308005002912
23260 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_SECURE_BOOT_defconfig' (21,753) at 20210308005003244
23261 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/xlnx-canfd-test.c' (21,754) at 20230925080040097
23262 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/hstr_3.1.0.bb' (21,755) at 20240106090017237
23263 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/networking/mstpd_git.bb' (21,756) at 20241206090014254
23264 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/fsl_qspi.h' (21,757) at 20210308005003492
23265 2025-10-05 03:01:03.135-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-mmx.py' (21,758) at 20221215040039386
23266 2025-10-05 03:01:03.135-0500 FINEST t466 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' (21,759) at 20231126090012773
23267 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/ubi-media.h' (21,760) at 20210308005003424
23268 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/sm.h' (21,761) at 20210308005002644
23269 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_lpuart.c' (21,762) at 20210308005003484
23270 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/test-qemu' (21,763) at 20240906080012891
23271 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-plla.c' (21,764) at 20210308005003348
23272 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/generic/cpu.c' (21,765) at 20210308005002844
23273 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/interrupt-controller/irq-st.h' (21,766) at 20210308005003636
23274 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_gendev.c' (21,767) at 20210308004938824
23275 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sxsabresd_defconfig' (21,768) at 20210308005003272
23276 2025-10-05 03:01:03.136-0500 FINEST t466 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' (21,769) at 20231011080016574
23277 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/realtek.c' (21,770) at 20220418100043789
23278 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/sb.c' (21,771) at 20210308005003552
23279 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T208xRDB.h' (21,772) at 20210308005003580
23280 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/axp_gpio.c' (21,773) at 20210308005003376
23281 2025-10-05 03:01:03.136-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mscc_serval_defconfig' (21,774) at 20210308005003268
23282 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/sh7750_regs.h' (21,775) at 20240906080037296
23283 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_PCI_66_defconfig' (21,776) at 20210308005003280
23284 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavc1394/libavc1394_0.5.4.bb' (21,777) at 20220402030015899
23285 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (21,778) at 20241206090014230
23286 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-3.2.rst' (21,779) at 20230114040015518
23287 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/189.out' (21,780) at 20210308005046457
23288 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih407-clock.dtsi' (21,781) at 20210308005002612
23289 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_w.c' (21,782) at 20210308005046517
23290 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-iconv-perl_1.7.bb' (21,783) at 20241221090017548
23291 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ptrace.h' (21,784) at 20210308005002880
23292 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/pl01x.txt' (21,785) at 20210308005003308
23293 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sudo/sudo_1.9.16p2.bb' (21,786) at 20241221090017680
23294 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/common_utils.cpp' (21,787) at 20230915080021805
23295 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/link_local.c' (21,788) at 20210308005003720
23296 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/COPYING.apache-2.0' (21,789) at 20210307205553662
23297 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mailbox.h' (21,790) at 20210308005003672
23298 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/spi.c' (21,791) at 20210308005003220
23299 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/Kconfig' (21,792) at 20240326080039494
23300 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amarula/vyasa-rk3288/MAINTAINERS' (21,793) at 20210308005002912
23301 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/spl_minimal.c' (21,794) at 20210308005002960
23302 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpiosup.service' (21,795) at 20231205090013449
23303 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_packedtags2.h' (21,796) at 20210308005003556
23304 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/meson.build' (21,797) at 20240906080037452
23305 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/ventana/Makefile' (21,798) at 20210308005003024
23306 2025-10-05 03:01:03.137-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/virtio-balloon-stats.rst' (21,799) at 20220429100100418
23307 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/armv7m_ras.h' (21,800) at 20220429100100562
23308 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/journal.cpp' (21,801) at 20220625030026172
23309 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_VCEN.json' (21,802) at 20221213040036921
23310 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/pwm.c' (21,803) at 20210308005003740
23311 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/mailprio' (21,804) at 20241221090017620
23312 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/pmbus_utils.cpp' (21,805) at 20210430000109181
23313 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pit.h' (21,806) at 20210308005002716
23314 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_sifive.c' (21,807) at 20210308005003484
23315 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/u-boot-spl-da850evm.lds' (21,808) at 20210308005002952
23316 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/__init__.py' (21,809) at 20210307205554262
23317 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/dev.c' (21,810) at 20210308005003548
23318 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jpnevulator/jpnevulator_git.bb' (21,811) at 20240301090012427
23319 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CAL-1.0' (21,812) at 20211006000025230
23320 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch' (21,813) at 20220204040022684
23321 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_eqs.c' (21,814) at 20210308005046529
23322 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/bi2cp/bi2cp' (21,815) at 20221206040017633
23323 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/phosphor-dbus-interfaces.wrap' (21,816) at 20220516100042300
23324 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0002-Install-example-configuration-files-to-etc-vsomeip.patch' (21,817) at 20240113090014532
23325 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/vmw_pvscsi-spec.rst' (21,818) at 20240326080039406
23326 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_le_ph.c' (21,819) at 20210308005046501
23327 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/screen_info.h' (21,820) at 20210308005003668
23328 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/vm86.c' (21,821) at 20241211090212386
23329 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/u-boot.lds' (21,822) at 20210308005002560
23330 2025-10-05 03:01:03.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/public/index.html' (21,823) at 20240426080045373
23331 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/aspeed_udc.c' (21,824) at 20220802100038581
23332 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/minini/minini_1.2.b.bb' (21,825) at 20241221090017540
23333 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/subprojects/sdbusplus.wrap' (21,826) at 20210522000020822
23334 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_nor_SECURE_BOOT_defconfig' (21,827) at 20210308005003264
23335 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-01' (21,828) at 20210908000010395
23336 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_tsol.c' (21,829) at 20210308004938832
23337 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/user/user/update_admin_account.sh' (21,830) at 20230806080014188
23338 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (21,831) at 20240417080014698
23339 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vme8349_defconfig' (21,832) at 20210308005003284
23340 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/count.mako.cpp' (21,833) at 20210308005108057
23341 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CollectionCapabilities.v1_4_1.json' (21,834) at 20240619080002944
23342 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/cpu.c' (21,835) at 20210308005002788
23343 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/page.scss' (21,836) at 20210308005107073
23344 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/Kconfig' (21,837) at 20210308005002908
23345 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/clk-rcar-gen2.c' (21,838) at 20210308005003352
23346 2025-10-05 03:01:03.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDLA-Sharing-1.0' (21,839) at 20211006000025234
23347 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/libgpiod/libgpiod_%.bbappend' (21,840) at 20210307205554074
23348 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/phys2bus.h' (21,841) at 20210308005003680
23349 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/sfr,nb4-ser.dts' (21,842) at 20210308005002816
23350 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/meson.build' (21,843) at 20221215040039066
23351 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/10-gbmc.conf' (21,844) at 20230505080015455
23352 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/Makefile' (21,845) at 20210308005002988
23353 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader.c' (21,846) at 20220429100100958
23354 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/meson.build' (21,847) at 20230925080039985
23355 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/Makefile' (21,848) at 20210308005002848
23356 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap4_sdp4430.h' (21,849) at 20210308005003608
23357 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm-common.c' (21,850) at 20230310090043279
23358 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/ot1200.c' (21,851) at 20210308005002920
23359 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/mt_ventoux.h' (21,852) at 20210308005003072
23360 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/samsung-usb-phy-uboot.h' (21,853) at 20210308005003684
23361 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-section.json' (21,854) at 20240906080037560
23362 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildall-qemu' (21,855) at 20210307205554626
23363 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/lvm' (21,856) at 20210307205554482
23364 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv7m.h' (21,857) at 20210308005002672
23365 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb' (21,858) at 20241221090017524
23366 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/MAINTAINERS' (21,859) at 20210308005002964
23367 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/test_patch.py' (21,860) at 20241221090017632
23368 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-armeb.txt' (21,861) at 20240113090014532
23369 2025-10-05 03:01:03.140-0500 FINEST t466 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' (21,862) at 20220204040022464
23370 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t208xqds.h' (21,863) at 20210308005002996
23371 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_NAND_defconfig' (21,864) at 20210308005003244
23372 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/036_u_boot_img.dts' (21,865) at 20210308005003752
23373 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-a33.dtsi' (21,866) at 20210308005002624
23374 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-fixline1-fix-line-1.patch' (21,867) at 20220402030016175
23375 2025-10-05 03:01:03.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vassbotten' (21,868) at 20210307205553794
23376 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm-v2.c' (21,869) at 20230310090043283
23377 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xorg-app-common.inc' (21,870) at 20220502030010220
23378 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bedbug.c' (21,871) at 20210308005003208
23379 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq/0001-example-Use-lm-for-the-fst-module.patch' (21,872) at 20240302090018202
23380 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/dra.h' (21,873) at 20210308005003640
23381 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/tpm-layer/recipes-core/packagegroups/packagegroup-security-tpm2.bbappend' (21,874) at 20230914080014225
23382 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuloongarch64.conf' (21,875) at 20230211040012647
23383 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/semicall.h' (21,876) at 20240906080037580
23384 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.4.rst' (21,877) at 20241221090017592
23385 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kouvola' (21,878) at 20210307205553770
23386 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/MAINTAINERS' (21,879) at 20210308005003056
23387 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/091_hash_no_algo.dts' (21,880) at 20210308005003752
23388 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/adb_libssl_11.diff' (21,881) at 20241206090014250
23389 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3036.c' (21,882) at 20210308005003352
23390 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.11/index.html' (21,883) at 20210307205554246
23391 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-linux' (21,884) at 20241221090017700
23392 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd.service' (21,885) at 20241221090017636
23393 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/files/myapp_cmake/myapp.c' (21,886) at 20210307205554446
23394 2025-10-05 03:01:03.141-0500 FINEST t466 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' (21,887) at 20230706080014749
23395 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/ffdc.cpp' (21,888) at 20240830080017495
23396 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabresd/Kconfig' (21,889) at 20210308005002984
23397 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_write_window_unmapped.cpp' (21,890) at 20210308005108645
23398 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/storage-daemon/qapi/meson.build' (21,891) at 20210308005046257
23399 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf-archive/autoconf-archive_2024.10.16.bb' (21,892) at 20241221090017648
23400 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/Kconfig' (21,893) at 20210308005003084
23401 2025-10-05 03:01:03.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/mediatek/Makefile' (21,894) at 20210308005003476
23402 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/MAINTAINERS' (21,895) at 20210308005003172
23403 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-implicit-function-declaration-warnings.patch' (21,896) at 20241221090017680
23404 2025-10-05 03:01:03.142-0500 FINEST t466 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' (21,897) at 20241221090017656
23405 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/advanced.rst' (21,898) at 20240413080012675
23406 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Yones_Toptech_BS1078_V2_defconfig' (21,899) at 20210308005003244
23407 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-ba10-tvbox.dts' (21,900) at 20210308005002616
23408 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile_1.17.bb' (21,901) at 20230401080011935
23409 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/cpu.c' (21,902) at 20210308005002820
23410 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/Kconfig' (21,903) at 20210308005002924
23411 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos7420-common.h' (21,904) at 20210308005003596
23412 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (21,905) at 20241108090014316
23413 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/cpu.c' (21,906) at 20210308005002824
23414 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8541CDS.h' (21,907) at 20210308005003576
23415 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_versal_mini_qspi.h' (21,908) at 20210308005003624
23416 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.Heterogeneous-SoCs' (21,909) at 20210308005003288
23417 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb' (21,910) at 20220204040022428
23418 2025-10-05 03:01:03.142-0500 FINEST t466 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' (21,911) at 20231011080016574
23419 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb' (21,912) at 20241221090017508
23420 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projecttopbar.html' (21,913) at 20210307205554286
23421 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/Kconfig' (21,914) at 20210308005045821
23422 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/sromc.h' (21,915) at 20210308005002776
23423 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lx2160aqds_tfa_SECURE_BOOT_defconfig' (21,916) at 20210308005003268
23424 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/service_files/yaml/phosphor-fan-monitor@.service' (21,917) at 20220819030023853
23425 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/pinctrl-exynos7420.c' (21,918) at 20210308005003456
23426 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/README' (21,919) at 20210812000025306
23427 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/exception.py' (21,920) at 20210307205554434
23428 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu/0001-include-asm-ioctl.h-for-ioctl-define.patch' (21,921) at 20210307205554102
23429 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/msl_verify.cpp' (21,922) at 20210308005102829
23430 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/README' (21,923) at 20210308005002992
23431 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/accept_os_flag_in_backend.patch' (21,924) at 20230706080014765
23432 2025-10-05 03:01:03.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/trace-events' (21,925) at 20230426080043704
23433 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zfs_znode.h' (21,926) at 20210308005003696
23434 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-6281.dtsi' (21,927) at 20210308005002592
23435 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a77990-sysc.h' (21,928) at 20210308005003640
23436 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/selftest/cases/external-layer.py' (21,929) at 20210307205554386
23437 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/osrelease' (21,930) at 20210713100033784
23438 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ethernut5.dts' (21,931) at 20210308005002576
23439 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/Makefile' (21,932) at 20210308005002792
23440 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sandbox-u-boot.dts' (21,933) at 20210308005003744
23441 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_file.c' (21,934) at 20210308005003700
23442 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_resource.h' (21,935) at 20220429100100642
23443 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/phosphor-logging.wrap' (21,936) at 20220531100030248
23444 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/multi-process.rst' (21,937) at 20230925080039849
23445 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/config.json' (21,938) at 20231213090027098
23446 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-watchdog_6.0.0.bb' (21,939) at 20241221090017560
23447 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/clock.hpp' (21,940) at 20220412175720086
23448 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mfi.h' (21,941) at 20240326080039490
23449 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/cpld.c' (21,942) at 20210308005002996
23450 2025-10-05 03:01:03.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_b.c' (21,943) at 20210308005046513
23451 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-ld.inc' (21,944) at 20210812000025326
23452 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zynq_cse.h' (21,945) at 20210308005003628
23453 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/ErrorBlocksTransition.interface.yaml' (21,946) at 20221207040023631
23454 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/platinum_titanium.h' (21,947) at 20210308005003612
23455 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_syscall.h' (21,948) at 20240906080037156
23456 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/standard_device.cpp' (21,949) at 20240817080031288
23457 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.err' (21,950) at 20210308005046401
23458 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/nand_ecc.h' (21,951) at 20210308005003668
23459 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS3.conf' (21,952) at 20230114040015462
23460 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-hostctl/Makefile' (21,953) at 20210308004922940
23461 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/toaster' (21,954) at 20231126090012809
23462 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/Makefile' (21,955) at 20210308005003552
23463 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/timer/fsl,mpc83xx-timer.txt' (21,956) at 20210308005002536
23464 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mmu.h' (21,957) at 20210308005002840
23465 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-jetson-tk1.dts' (21,958) at 20210308005002628
23466 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/integratorcp.rst' (21,959) at 20210308005045809
23467 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-icev2.dts' (21,960) at 20210308005002560
23468 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/exception_utils_tests.cpp' (21,961) at 20210323000034099
23469 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/ratelimit.h' (21,962) at 20210927100127253
23470 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/rk8xx.c' (21,963) at 20210308005003472
23471 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/display.c' (21,964) at 20210308005002788
23472 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jstyleson/LICENSE' (21,965) at 20210307205554018
23473 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/sockbits.h' (21,966) at 20210308005046089
23474 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/pblimage.c' (21,967) at 20210308005003772
23475 2025-10-05 03:01:03.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_dlc20_rev1_0_defconfig' (21,968) at 20210308005003288
23476 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/generic.c' (21,969) at 20210308005002544
23477 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/colibri_imx6.cfg' (21,970) at 20210308005003084
23478 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/servicename.py' (21,971) at 20230914080037505
23479 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/numeric_threshold.hpp' (21,972) at 20240904080048943
23480 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/inventory/inventory-cleanup/inventory-cleanup.yaml' (21,973) at 20230412080023460
23481 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/xfwm4-themes/xfwm4-themes_4.10.0.bb' (21,974) at 20241221090017564
23482 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/kbd-state.h' (21,975) at 20240906080037352
23483 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/power-domain.h' (21,976) at 20210308005002848
23484 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vastervik_Farhult' (21,977) at 20210307205553794
23485 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/clamav-freshclam.service' (21,978) at 20210307205554126
23486 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Bananapi_defconfig' (21,979) at 20210308005003236
23487 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/Makefile' (21,980) at 20210308005003016
23488 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_fru_cmd.hpp' (21,981) at 20210311201857434
23489 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hadanberg' (21,982) at 20210307205553782
23490 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoipupdate-2.5.0/geoipupdate.cron' (21,983) at 20210307205553838
23491 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psus-manager.sh' (21,984) at 20230920080013648
23492 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/machine/nicole.conf' (21,985) at 20230927080013514
23493 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/e500-ccsr.h' (21,986) at 20210308005045933
23494 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pm8916.c' (21,987) at 20210308005003468
23495 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-DEC' (21,988) at 20241221090017616
23496 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_common.h' (21,989) at 20210308005003544
23497 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (21,990) at 20240626080012027
23498 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (21,991) at 20210814000014902
23499 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/libexecdir.patch' (21,992) at 20241221090017676
23500 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xscom-test.c' (21,993) at 20240906080037572
23501 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_size' (21,994) at 20210308005003756
23502 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx_ccm.h' (21,995) at 20210308005046021
23503 2025-10-05 03:01:03.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/meson.build' (21,996) at 20210927100127329
23504 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-core.h' (21,997) at 20210308005002552
23505 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smdkc100.h' (21,998) at 20210308005003616
23506 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/syscall.tbl' (21,999) at 20241211090212382
23507 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/subprojects/cereal.wrap' (22,000) at 20211214110043544
23508 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_handler.cpp' (22,001) at 20210308005120349
23509 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__transform_completion_signatures.hpp' (22,002) at 20240817080036820
23510 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/hardware.h' (22,003) at 20210308005002664
23511 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/flatpak/0001-flatpak-pc-add-pc_sysrootdir.patch' (22,004) at 20231126090012793
23512 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3328.c' (22,005) at 20210308005003476
23513 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/develop-common.txt' (22,006) at 20210308005003012
23514 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.xtensa' (22,007) at 20210308005003300
23515 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/COPYING.MIT' (22,008) at 20220528030012045
23516 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb' (22,009) at 20240724080012699
23517 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.json' (22,010) at 20230925080040089
23518 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/SConstruct' (22,011) at 20210307205554442
23519 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev-dummy.c' (22,012) at 20210308005045817
23520 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm058/README' (22,013) at 20210308005003028
23521 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/oem_ibm_sel_map' (22,014) at 20210308004938816
23522 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/smartmontools/files/smartmontools.default' (22,015) at 20210307205553934
23523 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-pxm50.dts' (22,016) at 20210308005002564
23524 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mediatek' (22,017) at 20210308005003296
23525 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/snmptrapd.service' (22,018) at 20210307205553830
23526 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/README' (22,019) at 20210812000025190
23527 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-2248.c' (22,020) at 20240906080037576
23528 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/shadowlock.hpp' (22,021) at 20240724080026576
23529 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/mips64.patch' (22,022) at 20210307205554554
23530 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uccf.c' (22,023) at 20210308005003472
23531 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gator-daemon/gator-daemon_7.8.0.bb' (22,024) at 20230211040012635
23532 2025-10-05 03:01:03.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/create_pel.cpp' (22,025) at 20240820080019934
23533 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/postinst/postinst_1.0.bb' (22,026) at 20210812000025290
23534 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/cl-som-am57x.c' (22,027) at 20210308005002944
23535 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageControllerMetrics.v1_0_3.json' (22,028) at 20240619080002956
23536 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/pmu_rk3188.h' (22,029) at 20210308005002664
23537 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_st33zp24_i2c.c' (22,030) at 20210308005003500
23538 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/file_system_wrapper_impl.hpp' (22,031) at 20230719080007815
23539 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/Kconfig' (22,032) at 20210308005003028
23540 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-ampe-a76.dts' (22,033) at 20210308005002620
23541 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/ptest-perl/run-ptest' (22,034) at 20210316000012717
23542 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/sensor_monitoring_tests.cpp' (22,035) at 20220402030035703
23543 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos-v2.c' (22,036) at 20210308005002912
23544 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90320_device.cpp' (22,037) at 20240817080031288
23545 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/p10bmc/channel_config.json' (22,038) at 20241105090013647
23546 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cbfs/cbfs.c' (22,039) at 20210308005003544
23547 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.err' (22,040) at 20230925080040089
23548 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox64_defconfig' (22,041) at 20210308005003276
23549 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx23evk_defconfig' (22,042) at 20210308005003268
23550 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/avsbus-control/avsbus-disable@.service' (22,043) at 20210307205553718
23551 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm-tps65917.dtsi' (22,044) at 20210308005002576
23552 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/scrape-html-report.js' (22,045) at 20210307205554630
23553 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Joensuu_Vestinkallio' (22,046) at 20210307205553770
23554 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/pwm-imx-util.c' (22,047) at 20210308005003472
23555 2025-10-05 03:01:03.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/div0.c' (22,048) at 20210308005002708
23556 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t2080_pbi.cfg' (22,049) at 20210308005002996
23557 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/barrier.rst' (22,050) at 20210927100127077
23558 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp_20230507.bb' (22,051) at 20241206090014242
23559 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_prctl.h' (22,052) at 20220429100100614
23560 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dns325_defconfig' (22,053) at 20210308005003256
23561 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/abi_version.conf' (22,054) at 20241221090017612
23562 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/Kconfig' (22,055) at 20210308005003032
23563 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/activation.cpp' (22,056) at 20240820080019546
23564 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/xwc.patch' (22,057) at 20210307205554610
23565 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ipaddress.cpp' (22,058) at 20230722080026081
23566 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-compute-multihost.inc' (22,059) at 20211111010015492
23567 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/0002-ldb-Add-configure-options-for-packages.patch' (22,060) at 20240113090014532
23568 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/fix-ldblibdir.patch' (22,061) at 20220721030015849
23569 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/mx53ard.c' (22,062) at 20210308005002984
23570 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/swift/avsbus-enable@.service' (22,063) at 20230128040012702
23571 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/spl.c' (22,064) at 20210308005002996
23572 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-core/init-ifupdown/files/juno/interfaces' (22,065) at 20220804030014671
23573 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20ek.dts' (22,066) at 20210308005002572
23574 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-wm_0.4.2.bb' (22,067) at 20221120040010738
23575 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/console/obmc-console_%.bbappend' (22,068) at 20211222040037065
23576 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl/run-ptest' (22,069) at 20241221090017520
23577 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/sensors.scss' (22,070) at 20210308005107077
23578 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/riscv-iommu.c' (22,071) at 20241211090212546
23579 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere_host_check.sh' (22,072) at 20240423080013627
23580 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/init-manager-sysvinit.inc' (22,073) at 20241221090017612
23581 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-v3s.dtsi' (22,074) at 20210308005002628
23582 2025-10-05 03:01:03.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/uniphier.h' (22,075) at 20210308005003624
23583 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Bonnell/11.json' (22,076) at 20241016080038610
23584 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ssif_%.bbappend' (22,077) at 20241206090014202
23585 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/distcc/distcc_3.4.bb' (22,078) at 20241206090014326
23586 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb' (22,079) at 20241206090014314
23587 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Taivalkoski' (22,080) at 20210307205553774
23588 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/win32_linker.c' (22,081) at 20240326080039398
23589 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.errors.yaml' (22,082) at 20210610000035122
23590 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_dp_lowlevel.h' (22,083) at 20210308005003524
23591 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uim/uim/uim-module-manager.patch' (22,084) at 20230706080014761
23592 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/common/mx6.c' (22,085) at 20210308005003048
23593 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kmc/kzm9g/Kconfig' (22,086) at 20210308005003012
23594 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/powergate.c' (22,087) at 20210308005002788
23595 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/invalid_command.c' (22,088) at 20210308005108641
23596 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_thread.h' (22,089) at 20221215040039066
23597 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-image/0001-png-img-Fix-prototypes-of-callbacks.patch' (22,090) at 20230401080011939
23598 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qht.c' (22,091) at 20210927100127649
23599 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig' (22,092) at 20210308005003264
23600 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/gpio.h' (22,093) at 20210308005002644
23601 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config/nicole-ipmi-inventory-sensors.yaml' (22,094) at 20210307205554222
23602 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend' (22,095) at 20230114040015494
23603 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9263ek.h' (22,096) at 20210308005003584
23604 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/MAINTAINERS' (22,097) at 20210308005002980
23605 2025-10-05 03:01:03.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am33xx.dtsi' (22,098) at 20210308005002564
23606 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (22,099) at 20220625030019492
23607 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/063.out' (22,100) at 20210308005046441
23608 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/pm9261.c' (22,101) at 20210308005003040
23609 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/base.html' (22,102) at 20240106090017249
23610 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/fpu.c' (22,103) at 20210308005003720
23611 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/timeline_view.js' (22,104) at 20220816030013698
23612 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/base-files/base-files_%.bbappend' (22,105) at 20210307205554110
23613 2025-10-05 03:01:03.150-0500 FINEST t466 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' (22,106) at 20221003030013273
23614 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_t30_defconfig' (22,107) at 20210308005003252
23615 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/setup.cfg' (22,108) at 20210308004941624
23616 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.json' (22,109) at 20210308005046405
23617 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/Kconfig' (22,110) at 20210308005003076
23618 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fsl_pamu.c' (22,111) at 20210308005002836
23619 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/util_test.cpp' (22,112) at 20240817080005771
23620 2025-10-05 03:01:03.150-0500 FINEST t466 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' (22,113) at 20241221090017496
23621 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/phosphor-dbus-interfaces.wrap' (22,114) at 20211029000047258
23622 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/meson.build' (22,115) at 20220928030037238
23623 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/malta.c' (22,116) at 20210308005003008
23624 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/lpc.h' (22,117) at 20210308005002876
23625 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_table_test.cpp' (22,118) at 20240903080027139
23626 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-syzygy-hub.dts' (22,119) at 20210308005002632
23627 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/ddr3.h' (22,120) at 20210308005002732
23628 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/MAINTAINERS' (22,121) at 20210308005002996
23629 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/config_whitelist.txt' (22,122) at 20210308005003728
23630 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/pwm_backlight.h' (22,123) at 20210308005002724
23631 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-chassis-on@.service' (22,124) at 20221117040044437
23632 2025-10-05 03:01:03.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f469-discovery/MAINTAINERS' (22,125) at 20210308005003052
23633 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.b4860qds' (22,126) at 20210308005003292
23634 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Soukolojarvi' (22,127) at 20210307205553790
23635 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ipmi_utils.robot' (22,128) at 20241218090102055
23636 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_read_unittest.cpp' (22,129) at 20220824030029051
23637 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_packedtags2.c' (22,130) at 20210308005003556
23638 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (22,131) at 20230209040014209
23639 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/lowlevel_init.S' (22,132) at 20210308005002824
23640 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rename_strings_variable.patch' (22,133) at 20241221090017680
23641 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/meson.build' (22,134) at 20210308005046093
23642 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4cpp/files/fix-pc.patch' (22,135) at 20230706080014757
23643 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-usage-controller.js' (22,136) at 20210308005107077
23644 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/signing.bbclass' (22,137) at 20241221090017500
23645 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/spl.h' (22,138) at 20220804030036607
23646 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/0001-Fix-printing-64-bit-integer-types.patch' (22,139) at 20231126090012789
23647 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-core.c' (22,140) at 20210308005003468
23648 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeSlots.v1_6_1.json' (22,141) at 20240619080002952
23649 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Almeria' (22,142) at 20210307205553766
23650 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/div.c' (22,143) at 20230426080043952
23651 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/SystemdTarget.metadata.yaml' (22,144) at 20220430030026020
23652 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-stream.out' (22,145) at 20240326080039734
23653 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/no-Oslo-CanalDigital' (22,146) at 20210307205553758
23654 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm_1.3.2.bb' (22,147) at 20241221090017696
23655 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx23_olinuxino_defconfig' (22,148) at 20210308005003268
23656 2025-10-05 03:01:03.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/exception.cpp' (22,149) at 20230511080043139
23657 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7752evb/lowlevel_init.S' (22,150) at 20210308005003036
23658 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/Kconfig' (22,151) at 20210308005003352
23659 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/99_iscsi-initiator-utils' (22,152) at 20210307205553818
23660 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_hashtree_descriptor.c' (22,153) at 20210308005003704
23661 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/cache.h' (22,154) at 20210308005002844
23662 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/vdso-asmoffset.h' (22,155) at 20240326080039558
23663 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/create_webpage_compact.sh' (22,156) at 20210308004938816
23664 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/selftest.json' (22,157) at 20210307205554386
23665 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/tcl840.patch' (22,158) at 20241221090017656
23666 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/quickstart/page-anatomy.md' (22,159) at 20221215040043190
23667 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/README.md' (22,160) at 20221209040010163
23668 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/soc.c' (22,161) at 20210308005002724
23669 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/extra-apps.md' (22,162) at 20220402030016067
23670 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/264.out' (22,163) at 20210927100127501
23671 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctu_can_fd_frame.h' (22,164) at 20221215040039126
23672 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-chardet_5.2.0.bb' (22,165) at 20241221090017668
23673 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb' (22,166) at 20240413080012699
23674 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/.gitignore' (22,167) at 20240413080012671
23675 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcmnsp/Makefile' (22,168) at 20210308005002552
23676 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/0001-linux.rs-Define-consts-for-rv32-architecture.patch' (22,169) at 20220402030016019
23677 2025-10-05 03:01:03.152-0500 FINEST t466 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' (22,170) at 20221003030013281
23678 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/ipmi.hpp' (22,171) at 20230511080029875
23679 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f469-disco.dts' (22,172) at 20210308005002616
23680 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/stp_p4000_chassis.json' (22,173) at 20221221040007774
23681 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/obmc-powered-off@.service' (22,174) at 20221117040044437
23682 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/nlohmann_json.wrap' (22,175) at 20220914030035944
23683 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.err' (22,176) at 20210308005046401
23684 2025-10-05 03:01:03.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LiLiQ-Rplus-1.1' (22,177) at 20211006000025238
23685 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/048.out' (22,178) at 20210308005046437
23686 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/strider_con_defconfig' (22,179) at 20210308005003280
23687 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/k3-am654-ddrss.c' (22,180) at 20210308005003476
23688 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/callback.c' (22,181) at 20210308005003540
23689 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ics307_clk.h' (22,182) at 20210308005002960
23690 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/postfix' (22,183) at 20220204040022432
23691 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sandbox.c' (22,184) at 20210308005003420
23692 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/getauxval.c' (22,185) at 20240906080037592
23693 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/CT_basic_run' (22,186) at 20220429100025221
23694 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ibmpc.h' (22,187) at 20210308005002880
23695 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nmi.h' (22,188) at 20210308005046021
23696 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/semiconsole.c' (22,189) at 20240326080039742
23697 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/test/utest.cpp' (22,190) at 20210308005105441
23698 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/target_from_group_max.hpp' (22,191) at 20220827030019784
23699 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/Kconfig' (22,192) at 20210308005003740
23700 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (22,193) at 20221004030011410
23701 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/settings.py' (22,194) at 20210308005003772
23702 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-gpio.h' (22,195) at 20240906080037340
23703 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (22,196) at 20240924080011379
23704 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/scripts/inventory-sensor-example.yaml' (22,197) at 20221209040020399
23705 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610-calibration.h' (22,198) at 20210308005002724
23706 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_bcm6345.c' (22,199) at 20210308005003348
23707 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/800mhz_2x256mx16.cfg' (22,200) at 20210308005002924
23708 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nurmes_Kortevaara' (22,201) at 20210307205553770
23709 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/sample.conf' (22,202) at 20210713100033784
23710 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/alpha-softmmu/default.mak' (22,203) at 20240906080037160
23711 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/079' (22,204) at 20210927100127477
23712 2025-10-05 03:01:03.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/multi.its' (22,205) at 20210308005003332
23713 2025-10-05 03:01:03.153-0500 FINEST t466 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' (22,206) at 20220910030013353
23714 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpax_w_ph.c' (22,207) at 20210308005046505
23715 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/x86/Makefile' (22,208) at 20210308005003220
23716 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32/gpio.h' (22,209) at 20210308005002664
23717 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64le/float_convs.ref' (22,210) at 20220429100100942
23718 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/json/.eslintrc.json' (22,211) at 20210917000009321
23719 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-gen-tapdevs' (22,212) at 20230706080014789
23720 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/basic/.gitignore' (22,213) at 20210308005003724
23721 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/varlocality.rst' (22,214) at 20220721030015865
23722 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-rtc.h' (22,215) at 20210308005002656
23723 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/AppHeader.spec.js' (22,216) at 20241004080035975
23724 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/i2c.h' (22,217) at 20210308005002644
23725 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/clock.c' (22,218) at 20210308005002732
23726 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/socrates.c' (22,219) at 20210308005003052
23727 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubieboard_defconfig' (22,220) at 20210308005003236
23728 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/README.md' (22,221) at 20230706080014733
23729 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.2.1.bb' (22,222) at 20241206090014250
23730 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/psc.c' (22,223) at 20210308005002732
23731 2025-10-05 03:01:03.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/da850evm_direct_nor_defconfig' (22,224) at 20210308005003256
23732 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-pinfunc.h' (22,225) at 20210308005002584
23733 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/__init__.py' (22,226) at 20210307205554266
23734 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Agila2_C-146.0E' (22,227) at 20210307205553758
23735 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/witherspoon/config.json' (22,228) at 20221213040025761
23736 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a7795_ulcb_defconfig' (22,229) at 20210308005003276
23737 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpaq_sa_l_w.c' (22,230) at 20210308005046505
23738 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/dt.c' (22,231) at 20210308005003008
23739 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/rpm2cpio.sh' (22,232) at 20230706080014789
23740 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/146' (22,233) at 20220429100100910
23741 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/restapi.py' (22,234) at 20220125040024447
23742 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/at91/microchip_logo_8bpp.h' (22,235) at 20210308005003696
23743 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dnode.h' (22,236) at 20210308005003692
23744 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/chfn' (22,237) at 20210307205554570
23745 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram.h' (22,238) at 20210308005002668
23746 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/gpio.h' (22,239) at 20210308005002716
23747 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/Makefile.vdso' (22,240) at 20241211090212378
23748 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Farosund_Bunge' (22,241) at 20210307205553782
23749 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/docbook-xml-update-catalog.xml.patch' (22,242) at 20230317080013821
23750 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/pmbus_utils_tests.cpp' (22,243) at 20210430000109181
23751 2025-10-05 03:01:03.155-0500 FINEST t466 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' (22,244) at 20231126090012773
23752 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/funcmux.c' (22,245) at 20210308005002788
23753 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/gnuchess_6.2.9.bb' (22,246) at 20230131040012023
23754 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-exp_main_sub.c-Use-PATH_MAX-for-path.patch' (22,247) at 20241206090014326
23755 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/message/unpack.cpp' (22,248) at 20240829080022546
23756 2025-10-05 03:01:03.155-0500 FINEST t466 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' (22,249) at 20240904080027734
23757 2025-10-05 03:01:03.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lx2160ardb_tfa_SECURE_BOOT_defconfig' (22,250) at 20210308005003268
23758 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NCBI-PD' (22,251) at 20241221090017616
23759 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sagem_f@st1704.h' (22,252) at 20210308005003612
23760 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_led_groups.pl' (22,253) at 20220719030037089
23761 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/div64.c' (22,254) at 20210308005002884
23762 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475FFE_defconfig' (22,255) at 20210308005003236
23763 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/setup-nic-endpoint-slot@.service' (22,256) at 20240828080010891
23764 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7264.h' (22,257) at 20210308005002848
23765 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.standalone' (22,258) at 20210308005003300
23766 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maddu.c' (22,259) at 20210308005046505
23767 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/if_action_tests.cpp' (22,260) at 20210308005405938
23768 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb' (22,261) at 20230503080014591
23769 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/private_header.hpp' (22,262) at 20230516080019606
23770 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7740-gpio.h' (22,263) at 20210308005002768
23771 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/asm-offsets.c' (22,264) at 20210308005002880
23772 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/sys_proto.h' (22,265) at 20210308005002644
23773 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/SECURITY.md' (22,266) at 20241221090017492
23774 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/143.out' (22,267) at 20240326080039730
23775 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/Kconfig' (22,268) at 20210308005002916
23776 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Ruby' (22,269) at 20210307205554426
23777 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0002-rpmio-rpmglob.c-avoid-using-GLOB_BRACE-if-undefined-.patch' (22,270) at 20241221090017672
23778 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/sdbusplus.wrap' (22,271) at 20230821192414188
23779 2025-10-05 03:01:03.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/0001-main.c-Define-prototype-for-setup_appdata.patch' (22,272) at 20221003030013285
23780 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/udc/udc-core.c' (22,273) at 20210308005003512
23781 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/MAINTAINERS' (22,274) at 20210308005002952
23782 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/templates/default/conf-notes.txt' (22,275) at 20231128090014177
23783 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/s3c24x0_rtc.c' (22,276) at 20210308005003480
23784 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/system1-yaml-config/system1-ipmi-fru.yaml' (22,277) at 20241107090014377
23785 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-cm-fx6.dts' (22,278) at 20210308005002584
23786 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/403.html' (22,279) at 20210308005107065
23787 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/Kconfig' (22,280) at 20210308005002772
23788 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_signed_off_by_presence.2.fail' (22,281) at 20241206090014310
23789 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom/feature.scc' (22,282) at 20210307205554390
23790 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/wm8750.h' (22,283) at 20210308005046005
23791 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/parser_test.py' (22,284) at 20210307205554642
23792 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-lschlv2.dts' (22,285) at 20210308005002592
23793 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pfuze100.c' (22,286) at 20210308005003468
23794 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-image-configuration.yml' (22,287) at 20241206090014206
23795 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cse-qspi-single.dts' (22,288) at 20210308005002632
23796 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemite4/cri_sensors.json' (22,289) at 20240427080005769
23797 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_muhu.c' (22,290) at 20210308005046525
23798 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-f2xm1.c' (22,291) at 20210308005046497
23799 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-chiliboard-u-boot.dtsi' (22,292) at 20210308005002560
23800 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fpga.c' (22,293) at 20210308005003212
23801 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/item_updater_ubi.cpp' (22,294) at 20240820080019550
23802 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_img.py' (22,295) at 20210308005003748
23803 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.err' (22,296) at 20240906080037560
23804 2025-10-05 03:01:03.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/sensorutils.hpp' (22,297) at 20240829080009330
23805 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/serialize_test.cpp' (22,298) at 20210308005054073
23806 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_plug_in.py' (22,299) at 20221209040018567
23807 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/multiboot.h' (22,300) at 20210308005046397
23808 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65.inc' (22,301) at 20240301090012451
23809 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-any.err' (22,302) at 20220429100100882
23810 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-uartapp.h' (22,303) at 20210308005002656
23811 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/bootlogd.init' (22,304) at 20210307205554494
23812 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-coordinator-Fix-strncpy-range-warning.patch' (22,305) at 20230706080014741
23813 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/float_madds.ref' (22,306) at 20210308005046489
23814 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_dfu.h' (22,307) at 20210308005003508
23815 2025-10-05 03:01:03.158-0500 FINEST t466 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' (22,308) at 20210608000015791
23816 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/regs-uart.h' (22,309) at 20210308005002660
23817 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/CoolingType.interface.yaml' (22,310) at 20221207040023627
23818 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/All' (22,311) at 20211123040021747
23819 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/arm_ldst.h' (22,312) at 20230925080040001
23820 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_core.c' (22,313) at 20241219090010504
23821 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/bsd-2-clause.txt' (22,314) at 20210308005002540
23822 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/bmc-reboot-controller.js' (22,315) at 20210308005107077
23823 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/system1-yaml-config/system1-ipmi-fru-properties.yaml' (22,316) at 20241107090014377
23824 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.err' (22,317) at 20220429100100882
23825 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (22,318) at 20241113090013917
23826 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/__init__.py' (22,319) at 20210307205554242
23827 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/fsl_mcdmafec.h' (22,320) at 20210308005002804
23828 2025-10-05 03:01:03.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/Kconfig' (22,321) at 20210308005003364
23829 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ext4fs.h' (22,322) at 20210308005003644
23830 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53ppd_defconfig' (22,323) at 20210308005003268
23831 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-base.json' (22,324) at 20210308005046413
23832 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/fennec_rk3288/MAINTAINERS' (22,325) at 20210308005003040
23833 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-a1000.dts' (22,326) at 20210308005002616
23834 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/Kconfig' (22,327) at 20210308005003072
23835 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/veyron/Kconfig' (22,328) at 20210308005003004
23836 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzo/Makefile' (22,329) at 20210308005003708
23837 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_d.c' (22,330) at 20210308005046521
23838 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sensor/tmp105_regs.h' (22,331) at 20210927100127241
23839 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu104-revA.dts' (22,332) at 20210308005002636
23840 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/sys.c' (22,333) at 20210308005003336
23841 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sysregs.c' (22,334) at 20240906080037576
23842 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/dev_opts.json' (22,335) at 20210307205553802
23843 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bygdsiljum' (22,336) at 20210307205553778
23844 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/libubootenv_0.3.6.bb' (22,337) at 20241221090017636
23845 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1024_nand_rcw.cfg' (22,338) at 20210308005002992
23846 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/run-ptest' (22,339) at 20230813080012900
23847 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly/file1' (22,340) at 20210307205554386
23848 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Yamal201-90.0E' (22,341) at 20210307205553762
23849 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/conf/machine/include/ingrasys.inc' (22,342) at 20210307205553718
23850 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/base64.h' (22,343) at 20241114091008828
23851 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/core.c' (22,344) at 20210927100127205
23852 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/11_usagi_fix.patch' (22,345) at 20241221090017680
23853 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0002-tmail-Include-ctype.h-for-isdigit.patch' (22,346) at 20221003030013273
23854 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/board.h' (22,347) at 20210308005002920
23855 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/yocto_testresults_query.py' (22,348) at 20231126090012869
23856 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/lv-Riga' (22,349) at 20210307205553774
23857 2025-10-05 03:01:03.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/Makefile' (22,350) at 20210308005002976
23858 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/105' (22,351) at 20220429100100890
23859 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/lxt972.c' (22,352) at 20210308005002720
23860 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_soc.h' (22,353) at 20210308005002644
23861 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/opensbi-payloads.inc' (22,354) at 20230317080013821
23862 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-char.err' (22,355) at 20210308005046405
23863 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/COPYING.MIT' (22,356) at 20210307205553850
23864 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun/1777174bb97c0b514033a09b820078b0d117f4a8.patch' (22,357) at 20241221090017552
23865 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Ulvila' (22,358) at 20210307205553770
23866 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/fix-narrowing-warning.patch' (22,359) at 20230706080014737
23867 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/0001-Adjust-test-expectations-for-ptest.patch' (22,360) at 20241221090017560
23868 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (22,361) at 20220618030015174
23869 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-OpenGL' (22,362) at 20241221090017616
23870 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-pxm2.dtsi' (22,363) at 20210308005002564
23871 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ibm_settings.override.yml' (22,364) at 20220721030015837
23872 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/handlers.hpp' (22,365) at 20240820080023690
23873 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.26/index.html' (22,366) at 20210307205554246
23874 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_resource.h' (22,367) at 20220429100100614
23875 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/server.ttyS1.conf' (22,368) at 20230606080013598
23876 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutletGroup.v1_2_0.json' (22,369) at 20240619080002952
23877 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/transport.h' (22,370) at 20231110090010623
23878 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/primary_src.cpp' (22,371) at 20210308005346770
23879 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/i386/host/cpuinfo.h' (22,372) at 20241211090212242
23880 2025-10-05 03:01:03.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sni_ave.c' (22,373) at 20210308005003444
23881 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sandbox-adc.h' (22,374) at 20210308005003684
23882 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_fcntl.h' (22,375) at 20210308005046089
23883 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/backlight-uclass.c' (22,376) at 20210308005003524
23884 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (22,377) at 20240326080016518
23885 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-mediatek.c' (22,378) at 20210308005003480
23886 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/fsl_esdhc.c' (22,379) at 20210308005003404
23887 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_included_detail.html' (22,380) at 20210307205554286
23888 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/speed.c' (22,381) at 20210308005002800
23889 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-orion5x/spl.h' (22,382) at 20210308005002660
23890 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-synth.h' (22,383) at 20220429100100430
23891 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_link/Makefile' (22,384) at 20210308005003004
23892 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/gdbstub/test-sve-ioctl.py' (22,385) at 20240906080037576
23893 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SDCARD_defconfig' (22,386) at 20210308005003240
23894 2025-10-05 03:01:03.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/pxa3xx_nand.c' (22,387) at 20210308005003416
23895 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/PAS-43.0W' (22,388) at 20210307205553762
23896 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull.dtsi' (22,389) at 20210308005002588
23897 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/generate_whitelist_create.sh' (22,390) at 20221209040032879
23898 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_command.cpp' (22,391) at 20241106090023550
23899 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dp83848.h' (22,392) at 20210308005003632
23900 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/Kconfig' (22,393) at 20210308005002980
23901 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Hotbird-13.0E' (22,394) at 20210307205553762
23902 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/Makefile.interfaces.in' (22,395) at 20210308005117617
23903 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fredriksberg' (22,396) at 20210307205553782
23904 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/test/watchdog.cpp' (22,397) at 20241119090027981
23905 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemux86.conf' (22,398) at 20220204040022600
23906 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/ofono' (22,399) at 20210307205554466
23907 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/bootdevices.rst' (22,400) at 20241211090212238
23908 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/k3_arsan_sdhci.c' (22,401) at 20210308005003404
23909 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_arg.py' (22,402) at 20221209040018567
23910 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/xyz.openbmc_project.nvme.manager.service.replace' (22,403) at 20210307205554086
23911 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd/fix-var-lock.patch' (22,404) at 20210307205553990
23912 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.json' (22,405) at 20220429100100882
23913 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/0001-build-top.mk-unset-STRIP_OPTS.patch' (22,406) at 20220204040022528
23914 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mtd/Makefile.am.include' (22,407) at 20210308005100993
23915 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (22,408) at 20241106090019918
23916 2025-10-05 03:01:03.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/vector.c' (22,409) at 20230925080040101
23917 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ep93xx_eth.h' (22,410) at 20210308005003428
23918 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/cpu.c' (22,411) at 20210308005002820
23919 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/MAINTAINERS' (22,412) at 20210308005003028
23920 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb' (22,413) at 20241221090017544
23921 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/cpu.c' (22,414) at 20210308005002856
23922 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-mrw-native.bb' (22,415) at 20220921030015986
23923 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/tegra20_sflash.c' (22,416) at 20210308005003496
23924 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75.inc' (22,417) at 20240301090012451
23925 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stih410-b2260/board.c' (22,418) at 20210308005003052
23926 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/m48t59.h' (22,419) at 20221215040039186
23927 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_addr64_32.dts' (22,420) at 20210308005003760
23928 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Melbourne' (22,421) at 20210307205553762
23929 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/neon-shared.decode' (22,422) at 20230426080043860
23930 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/sandbox-fb.txt' (22,423) at 20210308005003328
23931 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gcr/gcr3/0001-meson.build-correctly-handle-disabled-ssh_agent-opti.patch' (22,424) at 20240301090012427
23932 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/multi_spl.its' (22,425) at 20210308005003332
23933 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/Kconfig' (22,426) at 20210308005002540
23934 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/miiphybb.c' (22,427) at 20210308005003440
23935 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy3C_C-95.0W' (22,428) at 20210307205553762
23936 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/Makefile' (22,429) at 20210308005002860
23937 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/minnowmax.c' (22,430) at 20210308005003008
23938 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh_0.11.1.bb' (22,431) at 20241221090017540
23939 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic@.service' (22,432) at 20240806080014735
23940 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio.txt' (22,433) at 20220215040051544
23941 2025-10-05 03:01:03.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/Makefile.target' (22,434) at 20240906080037576
23942 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/run-ptest' (22,435) at 20230131040012071
23943 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Atvidaberg' (22,436) at 20210307205553778
23944 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/msktutil/msktutil/0001-configure.ac-Remove-native-include-path.patch' (22,437) at 20230131040012035
23945 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/davinci_emac.h' (22,438) at 20210308005003448
23946 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/ibm/platform.c' (22,439) at 20241009080011085
23947 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/hte.c' (22,440) at 20210308005002856
23948 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-stamp.py' (22,441) at 20221215040039270
23949 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/ddr.h' (22,442) at 20210308005002968
23950 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/sor.h' (22,443) at 20210308005003536
23951 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_jerry_defconfig' (22,444) at 20210308005003252
23952 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/MAINTAINERS' (22,445) at 20210308005002956
23953 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-post-end.service' (22,446) at 20240105090012010
23954 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a77965_salvator-x_defconfig' (22,447) at 20210308005003276
23955 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/cdns_wdt.c' (22,448) at 20210308005003540
23956 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_graphics.c' (22,449) at 20210308005002884
23957 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/locales.py' (22,450) at 20241221090017632
23958 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_usbtty_nand_defconfig' (22,451) at 20210308005003280
23959 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/median.hpp' (22,452) at 20240904080034451
23960 2025-10-05 03:01:03.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/string.h' (22,453) at 20210308005002808
23961 2025-10-05 03:01:03.165-0500 FINEST t466 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' (22,454) at 20231011080016574
23962 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun9i-a80-usb.h' (22,455) at 20210308005003636
23963 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/pam.conf.patch' (22,456) at 20210307205554558
23964 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/fat16.py' (22,457) at 20240906080037564
23965 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/uname.c' (22,458) at 20221215040039210
23966 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/high_speed_env_spec.c' (22,459) at 20210308005002756
23967 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0001-teamd-Pass-correct-parameter-type-to-accept-API.patch' (22,460) at 20241206090014262
23968 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.30.bb' (22,461) at 20231011080016582
23969 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/296.out' (22,462) at 20220429100100926
23970 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds3231.c' (22,463) at 20210308005003480
23971 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/SessionsStore.js' (22,464) at 20241004080035963
23972 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/elf_ops.h.inc' (22,465) at 20240906080037332
23973 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ns87308.h' (22,466) at 20210308005003676
23974 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongson_liointc.h' (22,467) at 20210927100127237
23975 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/i386/safe-syscall.inc.S' (22,468) at 20220429100100406
23976 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mark_read_dirty.c' (22,469) at 20230809080010803
23977 2025-10-05 03:01:03.165-0500 FINEST t466 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' (22,470) at 20230919080013954
23978 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/010.out' (22,471) at 20210308005046413
23979 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.18.1.bb' (22,472) at 20230503080014591
23980 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal-dev.bb' (22,473) at 20210307205554482
23981 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/chassis/x86-power-control/power-config-host0.json' (22,474) at 20211208110015666
23982 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-mmc-init.bb' (22,475) at 20241206090014274
23983 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/logicore_dp_tx.h' (22,476) at 20210308005003528
23984 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P5040DS.h' (22,477) at 20210308005003580
23985 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service' (22,478) at 20221018030016733
23986 2025-10-05 03:01:03.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miami/ps7_regs.txt' (22,479) at 20210308005003080
23987 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/Makefile' (22,480) at 20210308005002956
23988 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-salvator-x-u-boot.dts' (22,481) at 20210308005002600
23989 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_muli.c' (22,482) at 20210308005046529
23990 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/hwmon_ffdc.hpp' (22,483) at 20210625000105084
23991 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/bblayers.conf.sample' (22,484) at 20240727080014098
23992 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq.resolvconf' (22,485) at 20210307205553838
23993 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/as3722_init.h' (22,486) at 20210308005003080
23994 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-theadorable.dts' (22,487) at 20210308005002568
23995 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/PSPD.interface.yaml' (22,488) at 20230222020915707
23996 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/multiconfig.py' (22,489) at 20220910030013401
23997 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-pc.h' (22,490) at 20230426080043948
23998 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/MAINTAINERS' (22,491) at 20210308005002996
23999 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/spelling.txt' (22,492) at 20210308005003736
24000 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/tftp.h' (22,493) at 20210308005003676
24001 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/linux_loop.h' (22,494) at 20220429100100642
24002 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/081' (22,495) at 20210927100127481
24003 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/msf2-soc.h' (22,496) at 20240906080037328
24004 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/sm4.c' (22,497) at 20240326080039398
24005 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libssh2/libssh2_1.11.1.bb' (22,498) at 20241221090017696
24006 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/probe-slot-device' (22,499) at 20241101080022232
24007 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle_bad.dts' (22,500) at 20210308005003760
24008 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/spl.c' (22,501) at 20210308005002756
24009 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init_early.c' (22,502) at 20210308005002832
24010 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/bootstrap.sh' (22,503) at 20221209040012295
24011 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/Kconfig' (22,504) at 20210308005002772
24012 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/COPYING.MIT' (22,505) at 20210307205553662
24013 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm.yml' (22,506) at 20210307205554110
24014 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/repo.py' (22,507) at 20210307205554238
24015 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.hpp' (22,508) at 20240829080022546
24016 2025-10-05 03:01:03.166-0500 FINEST t466 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' (22,509) at 20240920080012139
24017 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kylin-rk3036_defconfig' (22,510) at 20210308005003264
24018 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config/ipmi-fru-properties.yaml' (22,511) at 20220128040018736
24019 2025-10-05 03:01:03.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/date.py' (22,512) at 20220910030013397
24020 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/internal/sys.hpp' (22,513) at 20210308005133997
24021 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-kernel/linux/linux-nuvoton_%.bbappend' (22,514) at 20240417080014694
24022 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/ruli_0.36.bb' (22,515) at 20230610080017603
24023 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-cp110-slave.dtsi' (22,516) at 20210308005002568
24024 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6338-dma.h' (22,517) at 20210308005003636
24025 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libndp/libndp_1.9.bb' (22,518) at 20241221090017504
24026 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/termbits.h' (22,519) at 20210308005046089
24027 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bmc-update.bb' (22,520) at 20241221090017480
24028 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx5.c' (22,521) at 20210308005003460
24029 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.h' (22,522) at 20210308005003436
24030 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/remotedata.py' (22,523) at 20210307205554242
24031 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sandbox-raw-bus.c' (22,524) at 20210308005003444
24032 2025-10-05 03:01:03.167-0500 FINEST t466 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' (22,525) at 20221003030013289
24033 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_strings.c' (22,526) at 20210308004938832
24034 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/beagle.c' (22,527) at 20210308005003076
24035 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/button_handler.cpp' (22,528) at 20241209090018856
24036 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/src/watchdog.hpp' (22,529) at 20240904080044163
24037 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/System_LocationCode.json' (22,530) at 20221213040036921
24038 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/gbs-led-manager-config-native.bb' (22,531) at 20241206090014278
24039 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/ms7722se.c' (22,532) at 20210308005003020
24040 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sol.c' (22,533) at 20210308004938832
24041 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/smc911x_eeprom.c' (22,534) at 20210308005003544
24042 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_mman.h' (22,535) at 20230925080039941
24043 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/system.h' (22,536) at 20210308005002816
24044 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-5.0.rst' (22,537) at 20240417080014698
24045 2025-10-05 03:01:03.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/fel_utils.S' (22,538) at 20210308005002556
24046 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-gvec-desc.h' (22,539) at 20210308005046057
24047 2025-10-05 03:01:03.168-0500 FINEST t466 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' (22,540) at 20240113090014528
24048 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb-examples/configure.in-Fix-string-argument-syntax.patch' (22,541) at 20210307205553938
24049 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button/obmc/gpio/id_button' (22,542) at 20210307205553702
24050 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb_rcw_nand.cfg' (22,543) at 20210308005002968
24051 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/paxctl/paxctl/0001-To-fix-package-error-if-DESTDIR-is-set-to-usr.patch' (22,544) at 20230919080013962
24052 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/export_sample.py' (22,545) at 20210308005114861
24053 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/global_data.h' (22,546) at 20210308005002844
24054 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/sandbox_keyb.c' (22,547) at 20210308005003504
24055 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9n12ek_nandflash_defconfig' (22,548) at 20210308005003248
24056 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-runtime.h' (22,549) at 20240326080039366
24057 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun9i-a80-cubieboard4.dts' (22,550) at 20210308005002628
24058 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390x-core64.xml' (22,551) at 20210308005045817
24059 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aiocb.c' (22,552) at 20210308005046557
24060 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mqmaker/miqi_rk3288/miqi-rk3288.c' (22,553) at 20210308005003020
24061 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/classes/image_types_hoth.bbclass' (22,554) at 20240524080012817
24062 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rk3288_defconfig' (22,555) at 20210308005003260
24063 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/mux.c' (22,556) at 20210308005002948
24064 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/lowlevel_init.S' (22,557) at 20210308005002792
24065 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Porvoo' (22,558) at 20210307205553770
24066 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/ppp-dialin_0.1.bb' (22,559) at 20241206090014310
24067 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch' (22,560) at 20230131040012031
24068 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c' (22,561) at 20210308005002916
24069 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb' (22,562) at 20230317080013789
24070 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-nested-err.json' (22,563) at 20210308005046409
24071 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-03' (22,564) at 20210908000010395
24072 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.json' (22,565) at 20210308005046409
24073 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/nconf.h' (22,566) at 20210308005003732
24074 2025-10-05 03:01:03.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/trace-events' (22,567) at 20241211090212334
24075 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-darwin8' (22,568) at 20241206090014350
24076 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-unknown-key.json' (22,569) at 20210308005046405
24077 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/robot_custom_rules.py' (22,570) at 20240130090014241
24078 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos54xx-pinctrl.dtsi' (22,571) at 20210308005002580
24079 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/alsa-state/alsa-state-init' (22,572) at 20220721030015869
24080 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf-configfs_1.0.bb' (22,573) at 20241206090014246
24081 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/phosphor-logging.wrap' (22,574) at 20240830080004343
24082 2025-10-05 03:01:03.169-0500 FINEST t466 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' (22,575) at 20241221090017464
24083 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_irq.h' (22,576) at 20240906080037336
24084 2025-10-05 03:01:03.169-0500 FINEST t466 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' (22,577) at 20230919080013958
24085 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Lindent' (22,578) at 20210308005003724
24086 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/Kconfig' (22,579) at 20210308005003012
24087 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/compatible_system_types_finder.cpp' (22,580) at 20240817080031288
24088 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/makefile-libbb-race.patch' (22,581) at 20210307205554470
24089 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/_ashrdi3.S' (22,582) at 20210308005002840
24090 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/sh_spi.h' (22,583) at 20210308005003492
24091 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/gp_padctrl.h' (22,584) at 20210308005002672
24092 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reboot-host@.service' (22,585) at 20240406080033608
24093 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/default-distrovars.inc' (22,586) at 20241221090017612
24094 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/proc_pre_poweroff.cpp' (22,587) at 20210910000030356
24095 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/model.hpp' (22,588) at 20241112090039658
24096 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5208evbe/MAINTAINERS' (22,589) at 20210308005002972
24097 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/pinmux.c' (22,590) at 20210308005002784
24098 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-flasher/flasher_obj.c' (22,591) at 20210308004922940
24099 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rs5c372.c' (22,592) at 20210308005003480
24100 2025-10-05 03:01:03.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/beagle.h' (22,593) at 20210308005003076
24101 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/google-authenticator-libpam/google-authenticator-libpam_1.09.bb' (22,594) at 20241221090017580
24102 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/tps65090.txt' (22,595) at 20210308005003308
24103 2025-10-05 03:01:03.170-0500 FINEST t466 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' (22,596) at 20240302090018210
24104 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/conf/layer.conf' (22,597) at 20241221090017468
24105 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/eventpath.mako.cpp' (22,598) at 20210308005108057
24106 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ThermalMetrics.v1_3_2.json' (22,599) at 20240619080002956
24107 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/phosphor-pcie-card-e2b.conf' (22,600) at 20210307205553718
24108 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_plus_defconfig' (22,601) at 20210308005003272
24109 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/Kconfig' (22,602) at 20241211090212354
24110 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/mvsata_ide.c' (22,603) at 20210308005003332
24111 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/SBE.interface.yaml' (22,604) at 20240517080019498
24112 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bankeryd' (22,605) at 20210307205553778
24113 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/Makefile' (22,606) at 20210308005003024
24114 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/README.md' (22,607) at 20221209040045083
24115 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb' (22,608) at 20210307205554486
24116 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx6_spl.h' (22,609) at 20210308005003596
24117 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_input.h' (22,610) at 20210308005046053
24118 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.21.bb' (22,611) at 20241221090017496
24119 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/binman' (22,612) at 20210308005003748
24120 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/no-early-compiler-checks.cross' (22,613) at 20241221090017644
24121 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/README.md' (22,614) at 20221207040023631
24122 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NAND_defconfig' (22,615) at 20210308005003240
24123 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9261.h' (22,616) at 20210308005002716
24124 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_setup' (22,617) at 20231120090013292
24125 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hagfors_Varmullsasen' (22,618) at 20210307205553782
24126 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/README.md' (22,619) at 20221207040023631
24127 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/psu.hpp' (22,620) at 20230520080006628
24128 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.socket' (22,621) at 20210307205554586
24129 2025-10-05 03:01:03.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tps65217.dtsi' (22,622) at 20210308005002632
24130 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/Makefile' (22,623) at 20210308005002952
24131 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/uEnv.txt' (22,624) at 20220804030014667
24132 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/Makefile' (22,625) at 20210308005003476
24133 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/global_data.h' (22,626) at 20210308005003560
24134 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/displaymode.txt' (22,627) at 20210308005003328
24135 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/board.c' (22,628) at 20210308005002852
24136 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/law.c' (22,629) at 20210308005002992
24137 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mark_write_erased_v2.c' (22,630) at 20210308005108641
24138 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am57xx/Makefile' (22,631) at 20210308005003076
24139 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/csdl-to-json-converter/README.md' (22,632) at 20240808080002919
24140 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb' (22,633) at 20220612030016723
24141 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/0001-Don-t-set-uid-gid-during-install.patch' (22,634) at 20210307205554502
24142 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP6.interface.yaml' (22,635) at 20220315030032659
24143 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/q35-emulated.cfg' (22,636) at 20240326080039402
24144 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/arm64-mmu.c' (22,637) at 20210308005002784
24145 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/pf0100.h' (22,638) at 20210308005003080
24146 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/spl_atmel.c' (22,639) at 20210308005002716
24147 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_off_action.hpp' (22,640) at 20240820080023694
24148 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl/sqlite-perl-test.pl' (22,641) at 20210307205554006
24149 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/law.c' (22,642) at 20210308005002980
24150 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_bad.lds' (22,643) at 20210308005003756
24151 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/disable_runtime_check.patch' (22,644) at 20210407000018078
24152 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-int128.c' (22,645) at 20221215040039394
24153 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb' (22,646) at 20241221090017560
24154 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_pch_msi.h' (22,647) at 20230426080043764
24155 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/dss.h' (22,648) at 20210308005002656
24156 2025-10-05 03:01:03.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT' (22,649) at 20210307205554422
24157 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/nrf51_rng.h' (22,650) at 20210308005046021
24158 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_sensor/good/sensor_pdr.json' (22,651) at 20221213040036917
24159 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sadvaluspen' (22,652) at 20210307205553790
24160 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_services.hpp' (22,653) at 20220727030028313
24161 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/k2hk_evm.h' (22,654) at 20210308005003596
24162 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra186.dtsi' (22,655) at 20210308005002628
24163 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_rng.h' (22,656) at 20210308005046017
24164 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cache.c' (22,657) at 20210308005002724
24165 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/xlnx-zcu102.rst' (22,658) at 20241211090212238
24166 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-netxbig.dtsi' (22,659) at 20210308005002592
24167 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t20/Kconfig' (22,660) at 20210308005003084
24168 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/atomic.h' (22,661) at 20210308005002876
24169 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/control_dbus.h' (22,662) at 20210308005100993
24170 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/0002-corstone1000-Disable-obsolete-algorithms.patch' (22,663) at 20230317080013781
24171 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/compression.py' (22,664) at 20241221090017588
24172 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ati_radeon_fb.c' (22,665) at 20210308005003520
24173 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update/phosphor-ipmi-flash-scpback-update.service' (22,666) at 20210413100020746
24174 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Mantta' (22,667) at 20210307205553770
24175 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_h.c' (22,668) at 20210308005046521
24176 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/vfp-uncond.decode' (22,669) at 20230426080043872
24177 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sabreauto.dts' (22,670) at 20210308005002588
24178 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/pblimage.h' (22,671) at 20210308005003772
24179 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/irqroute.h' (22,672) at 20210308005002876
24180 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch' (22,673) at 20241221090017692
24181 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/files/run-ptest' (22,674) at 20210307205553838
24182 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-xlnx-dp-test.c' (22,675) at 20221215040039370
24183 2025-10-05 03:01:03.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/sdram_gen5.c' (22,676) at 20210308005003360
24184 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/prexport.bbclass' (22,677) at 20220910030013393
24185 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.rockusb' (22,678) at 20210308005003296
24186 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-fyl2xp1.c' (22,679) at 20210308005046497
24187 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/mux.c' (22,680) at 20210308005002952
24188 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/0001-Use-relative-install-paths-for-CMake.patch' (22,681) at 20210316000012677
24189 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-scmi.h' (22,682) at 20230925080040093
24190 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_mtdif2.c' (22,683) at 20210308005003556
24191 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/MAINTAINERS' (22,684) at 20210308005002980
24192 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/.gitignore' (22,685) at 20210308005107065
24193 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9261ek_dataflash_cs0_defconfig' (22,686) at 20210308005003248
24194 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halmstad_Hamnen' (22,687) at 20210307205553782
24195 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/iomux-v3.h' (22,688) at 20210308005002676
24196 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/novena.h' (22,689) at 20210308005003608
24197 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed-smc-utils.c' (22,690) at 20241211090212542
24198 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/COPYING.apache-2.0' (22,691) at 20210307205553674
24199 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mthi.c' (22,692) at 20210308005046505
24200 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/hotswap-power-cycle/files/hotswap-power-cycle.service' (22,693) at 20220416030014758
24201 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BristolKingsWeston' (22,694) at 20210307205553794
24202 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo.h' (22,695) at 20221215040039218
24203 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-braswell/iomap.h' (22,696) at 20210308005002876
24204 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9131RDB_NAND_defconfig' (22,697) at 20210308005003236
24205 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_main.c' (22,698) at 20210308004938828
24206 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APSL-2.0' (22,699) at 20210307205554414
24207 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/README.md' (22,700) at 20221213040042245
24208 2025-10-05 03:01:03.173-0500 FINEST t466 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' (22,701) at 20241221090017540
24209 2025-10-05 03:01:03.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/phal_devtree' (22,702) at 20240618080015077
24210 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/host/dbus_to_terminus_effecter.json' (22,703) at 20240827080037091
24211 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/microvm.h' (22,704) at 20241211090212358
24212 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/sandbox_smem.c' (22,705) at 20210308005003488
24213 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/Kconfig' (22,706) at 20220802100038573
24214 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_mman.h' (22,707) at 20230925080039945
24215 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/YPL-1.1' (22,708) at 20210307205554426
24216 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/I2CDevice.interface.yaml' (22,709) at 20210610000035126
24217 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/pfc-r8a7790.h' (22,710) at 20210308005002772
24218 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer2/conf/layer.conf' (22,711) at 20210307205554258
24219 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_write_window_rw_partition.cpp' (22,712) at 20210308005108645
24220 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/utility.hpp' (22,713) at 20220728030043355
24221 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/microcode.h' (22,714) at 20210308005002880
24222 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/README' (22,715) at 20210308005111461
24223 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/power_supply.hpp' (22,716) at 20220727030028317
24224 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ssh-keyscan' (22,717) at 20241221090017620
24225 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54451EVB_stmicro_defconfig' (22,718) at 20210308005003236
24226 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_diu_fb.h' (22,719) at 20210308005003648
24227 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/reset.c' (22,720) at 20210308005002720
24228 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/blockdev-close-all-bdrv-states.c' (22,721) at 20210308005046257
24229 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RPL-1.5' (22,722) at 20210307205554426
24230 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/greens.vue' (22,723) at 20220105012522959
24231 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/round.cocci' (22,724) at 20210308005046237
24232 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-mux.txt' (22,725) at 20210308005003304
24233 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.multi-dtb-fit' (22,726) at 20210308005003296
24234 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/0001-fix-build-with-clang.patch' (22,727) at 20231126090012789
24235 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sunxi_dw.h' (22,728) at 20210308005002668
24236 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/obsolete_automake_macros.patch' (22,729) at 20210307205553802
24237 2025-10-05 03:01:03.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.interface.yaml' (22,730) at 20241120090018888
24238 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/common.c' (22,731) at 20210308005002948
24239 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9261ek_nandflash_defconfig' (22,732) at 20210308005003248
24240 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/nrf51_timer.h' (22,733) at 20210308005046033
24241 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ddr.c' (22,734) at 20210308005002988
24242 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/pam/libpam/faillock.conf' (22,735) at 20230505080015455
24243 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/gpio.h' (22,736) at 20210308005002668
24244 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/callbackgroup.mako.cpp' (22,737) at 20210308005108057
24245 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/io_uring.c' (22,738) at 20210308005046257
24246 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500-u-boot.dtsi' (22,739) at 20210308005002568
24247 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/conf-notes.txt' (22,740) at 20220913030020488
24248 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/dev_id.json' (22,741) at 20241106090019922
24249 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/Makefile' (22,742) at 20210308005003736
24250 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/top' (22,743) at 20210308005059705
24251 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/files/0001-Makefile-Add-LDFLAGS-variable.patch' (22,744) at 20210307205553954
24252 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_spi.c' (22,745) at 20210308005003404
24253 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/internal/sdevent.hpp' (22,746) at 20240822080031261
24254 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/ethanolx-ipmi-fru-properties.yaml' (22,747) at 20210307205553662
24255 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_metric_config.cpp' (22,748) at 20240817080025696
24256 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-chevron-right.svg' (22,749) at 20210308005107065
24257 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FreeImage' (22,750) at 20211006000025234
24258 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria10-socdk/MAINTAINERS' (22,751) at 20210308005002908
24259 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1023_spi_rcw.cfg' (22,752) at 20210308005002992
24260 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch' (22,753) at 20210307205554602
24261 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch' (22,754) at 20230706080014761
24262 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-372x.dtsi' (22,755) at 20210308005002564
24263 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/files/run-ptest' (22,756) at 20210307205554006
24264 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aristainetos.h' (22,757) at 20210308005003584
24265 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/dtsec.c' (22,758) at 20210308005003432
24266 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/nlohmann_json.wrap' (22,759) at 20231208090025561
24267 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/0001-test_functionality-convert-line-endings-to-Unix.patch' (22,760) at 20240106090017241
24268 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/boost.wrap' (22,761) at 20240410080033022
24269 2025-10-05 03:01:03.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/serializer.cpp' (22,762) at 20230717080006550
24270 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-plugin-symbols.py' (22,763) at 20241211090212458
24271 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/cpuinfo_utils.cpp' (22,764) at 20240904080048575
24272 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/initrdscripts/files/init-debug.sh' (22,765) at 20210307205553750
24273 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/pcc.h' (22,766) at 20210308005002652
24274 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Llanddona' (22,767) at 20210307205553798
24275 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/time.cpp' (22,768) at 20240822080031265
24276 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/build-appliance.json' (22,769) at 20210812000025314
24277 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-pine64-lts.dts' (22,770) at 20210308005002616
24278 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/Kconfig' (22,771) at 20210308005003004
24279 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/trace.h' (22,772) at 20210308005045729
24280 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/coxattr.c' (22,773) at 20230426080043668
24281 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/logic/test_msa_nor_v.c' (22,774) at 20210308005046521
24282 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/array.h' (22,775) at 20231102080015293
24283 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/Makefile' (22,776) at 20210308005003008
24284 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/pty-forward-native.bb' (22,777) at 20240301090012431
24285 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/i2s-regs.h' (22,778) at 20210308005002724
24286 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s5pc1xx-smdkc100.dts' (22,779) at 20210308005002608
24287 2025-10-05 03:01:03.176-0500 FINEST t466 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' (22,780) at 20230401080011935
24288 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/sun4i-a10.h' (22,781) at 20210308005003636
24289 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/LICENCE' (22,782) at 20210308005003548
24290 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ioctls.h' (22,783) at 20240906080037360
24291 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cpu-float.h' (22,784) at 20221215040039190
24292 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-olinuxino-lime.dts' (22,785) at 20210308005002616
24293 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/rust/hello/src/main.rs' (22,786) at 20220823030015975
24294 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/amcore.h' (22,787) at 20210308005003584
24295 2025-10-05 03:01:03.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/silk.h' (22,788) at 20210308005003616
24296 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/global_data.h' (22,789) at 20210308005002808
24297 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-flash_%.bbappend' (22,790) at 20210812000025262
24298 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/trace.h' (22,791) at 20210308005045765
24299 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_w.c' (22,792) at 20210308005046513
24300 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/pcidevices.rst' (22,793) at 20230426080043664
24301 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntimed/ntimed_git.bb' (22,794) at 20240301090012423
24302 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pca9554.h' (22,795) at 20240906080037332
24303 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/test_version.cpp' (22,796) at 20240820080019550
24304 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/ControlStore.js' (22,797) at 20241004080035963
24305 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9260ek.h' (22,798) at 20210308005003584
24306 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tb100_defconfig' (22,799) at 20210308005003280
24307 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/BMC.interface.yaml' (22,800) at 20221207040023627
24308 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/t1024.c' (22,801) at 20210308005003432
24309 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/omap3logic.h' (22,802) at 20210308005003016
24310 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console/use-socket.conf.in' (22,803) at 20230412080023456
24311 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_ap/Makefile' (22,804) at 20210308005002924
24312 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/qemu_ga_client.py' (22,805) at 20240906080037428
24313 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crcmod_1.7.bb' (22,806) at 20240302090018206
24314 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/controllers/system-overview-controller.js' (22,807) at 20210308005107077
24315 2025-10-05 03:01:03.177-0500 FINEST t466 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' (22,808) at 20240413080012647
24316 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/test-thread-breakpoint.py' (22,809) at 20240906080037580
24317 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/edd.h' (22,810) at 20210308005003656
24318 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/MAINTAINERS' (22,811) at 20210308005003040
24319 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/twl4030.c' (22,812) at 20210308005003520
24320 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/files/run_eval.sh' (22,813) at 20230706080014769
24321 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_msg.cpp' (22,814) at 20210308005108645
24322 2025-10-05 03:01:03.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/spl.h' (22,815) at 20210308005002656
24323 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-unattended-installation.yml' (22,816) at 20241221090017464
24324 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_device_id.robot' (22,817) at 20240628080017113
24325 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (22,818) at 20241031080012179
24326 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/journald-size-policy-16MB.conf' (22,819) at 20210519000031347
24327 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston64r6el_defconfig' (22,820) at 20210308005003252
24328 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (22,821) at 20230807080022150
24329 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/Makefile' (22,822) at 20210308005003340
24330 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (22,823) at 20210307205553730
24331 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-11.conf' (22,824) at 20230412080023460
24332 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-skip-no_stdout_fileno-test-due-to-load-variability.patch' (22,825) at 20241221090017668
24333 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uppsala_Rickomberga' (22,826) at 20210307205553794
24334 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-9x9-evk-u-boot.dtsi' (22,827) at 20210308005002588
24335 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__optional.hpp' (22,828) at 20240731080033662
24336 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord-native.bb' (22,829) at 20241221090017532
24337 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/S2600wf.py' (22,830) at 20220728030041559
24338 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handler.cpp' (22,831) at 20240817080027656
24339 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wavemon/wavemon_0.9.6.bb' (22,832) at 20241221090017500
24340 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rx/Kconfig' (22,833) at 20240906080037288
24341 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/Kconfig' (22,834) at 20210308005045925
24342 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Trencin' (22,835) at 20210307205553794
24343 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-3.7.1.min.map' (22,836) at 20231126090012817
24344 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/patman.py' (22,837) at 20210308005003772
24345 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_ast.c' (22,838) at 20210308005003496
24346 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/reset-ast2400.c' (22,839) at 20210308005003476
24347 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/StaticGateway.interface.yaml' (22,840) at 20240509080019296
24348 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ActivationProgress.interface.yaml' (22,841) at 20220315030032667
24349 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_init.h' (22,842) at 20210308005003368
24350 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-destdir.patch' (22,843) at 20210905000020557
24351 2025-10-05 03:01:03.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/README' (22,844) at 20210308005002996
24352 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_d.c' (22,845) at 20210308005046509
24353 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/stdint/int-types.c' (22,846) at 20210308005003744
24354 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kajaani_Pollyvaara' (22,847) at 20210307205553770
24355 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/nic-power-fault' (22,848) at 20241123090010951
24356 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/base_addr_s10.h' (22,849) at 20210308005002780
24357 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry.interface.yaml' (22,850) at 20220413030046446
24358 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/livetree.c' (22,851) at 20210308005003728
24359 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/child.cpp' (22,852) at 20230511080043139
24360 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch' (22,853) at 20230706080014757
24361 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/conga-qeval20-qa3-e3845.dts' (22,854) at 20210308005002860
24362 2025-10-05 03:01:03.179-0500 FINEST t466 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' (22,855) at 20210608000015791
24363 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb' (22,856) at 20241206090014250
24364 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_d.c' (22,857) at 20210308005046513
24365 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/266' (22,858) at 20220429100100914
24366 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb' (22,859) at 20241221090017548
24367 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/snapper9g20_defconfig' (22,860) at 20210308005003280
24368 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fdt.c' (22,861) at 20210308005002832
24369 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/snappy/fix-build-on-32bit-arm.patch' (22,862) at 20240106090017237
24370 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cache.h' (22,863) at 20210308005002816
24371 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.err' (22,864) at 20210308005046405
24372 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/__snapshots__/AppHeader.spec.js.snap' (22,865) at 20240425080042415
24373 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc706.dts' (22,866) at 20210308005002632
24374 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/LICENSE' (22,867) at 20210616125333493
24375 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/powersave.cfg' (22,868) at 20210307205554106
24376 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbr.c' (22,869) at 20210308005046505
24377 2025-10-05 03:01:03.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/gpio.h' (22,870) at 20210308005002880
24378 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/235' (22,871) at 20220429100100914
24379 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.srio-pcie-boot-corenet' (22,872) at 20210308005003300
24380 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/gnu_patch_test_fix_target.patch' (22,873) at 20210307205554550
24381 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-No-Nuclear-License' (22,874) at 20211006000025230
24382 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch' (22,875) at 20210307205554614
24383 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-shift.h' (22,876) at 20210308005046497
24384 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/cmds.c' (22,877) at 20210308005003180
24385 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/types/object_path_helpers.hpp' (22,878) at 20220610100046048
24386 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/hda-codec-common.h' (22,879) at 20210308005045841
24387 2025-10-05 03:01:03.180-0500 FINEST t466 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' (22,880) at 20230706080014745
24388 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk/harma.cfg' (22,881) at 20231128090014177
24389 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/subprojects/phosphor-logging.wrap' (22,882) at 20230405080009657
24390 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0001-Do-not-build-mtest.patch' (22,883) at 20221003030013273
24391 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/owl/Makefile' (22,884) at 20210308005003352
24392 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan/fans.json' (22,885) at 20241106090019918
24393 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/leds/ethanolx-led-manager-config-native.bb' (22,886) at 20241206090014202
24394 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/files/emmc-init.service' (22,887) at 20240229090011779
24395 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/lttng-sessiond.service' (22,888) at 20210307205554602
24396 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/MAINTAINERS' (22,889) at 20220520030014644
24397 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi-cm3.conf' (22,890) at 20210905000020565
24398 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Widget-Workshop' (22,891) at 20241221090017620
24399 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmnusa_defconfig' (22,892) at 20210308005003264
24400 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vansbro_Hummelberget' (22,893) at 20210307205553794
24401 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-graphics/xorg-xserver/xserver-xf86-config/beaglebone-yocto/xorg.conf' (22,894) at 20210307205554390
24402 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/Documentation/mboxctl.md' (22,895) at 20210308005108641
24403 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/termbits.h' (22,896) at 20210308005046093
24404 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig' (22,897) at 20210308005003244
24405 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/swift/gpio_defs.json' (22,898) at 20210307205553718
24406 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy19_C-97.0W' (22,899) at 20210307205553762
24407 2025-10-05 03:01:03.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/scsi/pr-manager.h' (22,900) at 20230426080043776
24408 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/encode.def' (22,901) at 20220429100100786
24409 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/of_extra.h' (22,902) at 20210308005003628
24410 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_size.cpp' (22,903) at 20220922030007675
24411 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/smc.c' (22,904) at 20210308005002860
24412 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (22,905) at 20211015100030976
24413 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/flash/phosphor-software-manager/bios-update' (22,906) at 20240326080016518
24414 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/testexport.py' (22,907) at 20241221090017632
24415 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0004-Add-options-to-configure-the-use-of-libbsd.patch' (22,908) at 20240113090014532
24416 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6358-dma.h' (22,909) at 20210308005003636
24417 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sifive/fu540-prci.c' (22,910) at 20210308005003352
24418 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa57.inc' (22,911) at 20240301090012451
24419 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-armada100.c' (22,912) at 20210308005003512
24420 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/bootm.c' (22,913) at 20210308005002828
24421 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/COPYING.MIT' (22,914) at 20210307205553738
24422 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/arm/host-signal.h' (22,915) at 20220429100100642
24423 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/config.mk' (22,916) at 20210308005002796
24424 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_SDCARD_defconfig' (22,917) at 20210308005003240
24425 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0002-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch' (22,918) at 20241221090017664
24426 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi.init' (22,919) at 20210307205553818
24427 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-simd.inc' (22,920) at 20210905000020581
24428 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-pfr.dts' (22,921) at 20221021030041175
24429 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/pathgentest.mako.hpp' (22,922) at 20210308005108057
24430 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/kvm_para.h' (22,923) at 20240906080037356
24431 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/watchdog.S' (22,924) at 20210308005002824
24432 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils/telnet.xinetd.inetutils' (22,925) at 20210307205554462
24433 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/setvar.py' (22,926) at 20231011080016622
24434 2025-10-05 03:01:03.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_mman.h' (22,927) at 20230925080039945
24435 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/s900_cmu.h' (22,928) at 20210308005003632
24436 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pine64-lts_defconfig' (22,929) at 20210308005003276
24437 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/gpio.h' (22,930) at 20210308005002672
24438 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_fastboot.c' (22,931) at 20210308005003508
24439 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/fusbh200.h' (22,932) at 20210308005003692
24440 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/skeleton-gdbus.bbclass' (22,933) at 20210811000030029
24441 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/packageconfigs/packagegroup-meta-filesystems.bb' (22,934) at 20240413080012635
24442 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/xxspltw.c' (22,935) at 20221215040039390
24443 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mvebu/Makefile' (22,936) at 20210308005003216
24444 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/scp-firmware/files/0001-OPTEE-Private-Includes.patch' (22,937) at 20241221090017468
24445 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AAL' (22,938) at 20210307205554414
24446 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf.inc' (22,939) at 20210307205553950
24447 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/wap5813n/MAINTAINERS' (22,940) at 20210308005002948
24448 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/quanta-powerctrl.bb' (22,941) at 20241206090014278
24449 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/keymaps/keymaps_1.0.bb' (22,942) at 20241206090014310
24450 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/edison/dsdt.asl' (22,943) at 20210308005003008
24451 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/serial_connection/serial_console_client.robot' (22,944) at 20210320000013960
24452 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/som-db5800-som-6867.h' (22,945) at 20210308005003616
24453 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-set-chassis-transition-to-on@.service' (22,946) at 20241010080031033
24454 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/gpio-uclass.c' (22,947) at 20220215040051576
24455 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/README' (22,948) at 20240906080037576
24456 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_elf.py' (22,949) at 20210308005003748
24457 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/updater_mock.hpp' (22,950) at 20210427000038985
24458 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-popmetal.dts' (22,951) at 20210308005002604
24459 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_owl.c' (22,952) at 20210308005003484
24460 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/vdso.S' (22,953) at 20240326080039562
24461 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/at91sam9260ek.c' (22,954) at 20210308005002916
24462 2025-10-05 03:01:03.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/service_files/xyz.openbmc_project.biosconfig_manager.service' (22,955) at 20220525020615786
24463 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/OWNERS' (22,956) at 20221013030007910
24464 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/templates/default/bblayers.conf.sample' (22,957) at 20220910030013373
24465 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/setup.cfg' (22,958) at 20210308005048033
24466 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng_0.5.6.bb' (22,959) at 20230520080014476
24467 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-sdio.c' (22,960) at 20210308005002552
24468 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/harmony_defconfig' (22,961) at 20210308005003260
24469 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm017-dc3.dts' (22,962) at 20210308005002636
24470 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/licenses.csv' (22,963) at 20220402030016247
24471 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/config.h' (22,964) at 20210308005002644
24472 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/state/phosphor-state-manager/xyz.openbmc_project.State.Host@.service' (22,965) at 20230215040018435
24473 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/templates/default/local.conf.sample' (22,966) at 20241221090017568
24474 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/0001-libedit-Include-missing-header-stdc-predef.h.patch' (22,967) at 20220204040022456
24475 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-igep0020-common.dtsi' (22,968) at 20210308005002596
24476 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_font_data.h' (22,969) at 20210308005003692
24477 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/license/incompatible-license-alias.bb' (22,970) at 20230610080017615
24478 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/.gitignore' (22,971) at 20210308005107513
24479 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-dump.c' (22,972) at 20241211090212482
24480 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/weston.desktop' (22,973) at 20210307205554586
24481 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/flash.c' (22,974) at 20210308005002944
24482 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/.gitignore' (22,975) at 20210308005003204
24483 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/gen_list.sh' (22,976) at 20221209040018559
24484 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/083.out' (22,977) at 20210308005046445
24485 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/pbi.cfg' (22,978) at 20210308005003012
24486 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/rockchip_usb2_phy.c' (22,979) at 20210308005003520
24487 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_paths.cpp' (22,980) at 20241003080023045
24488 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/origen_defconfig' (22,981) at 20210308005003272
24489 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-evm-u-boot.dtsi' (22,982) at 20210308005002564
24490 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-pldm.bbclass' (22,983) at 20211022000021630
24491 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pico-imx6ul_defconfig' (22,984) at 20210308005003276
24492 2025-10-05 03:01:03.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_premium_onenand_small_defconfig' (22,985) at 20210308005003284
24493 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SessionCollection.json' (22,986) at 20240619080002956
24494 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/checksec.py' (22,987) at 20220721030015849
24495 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-null.h' (22,988) at 20221215040039190
24496 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/MAINTAINERS' (22,989) at 20210308005048029
24497 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/gitarchive.py' (22,990) at 20241221090017632
24498 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch' (22,991) at 20241221090017672
24499 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/maximum.hpp' (22,992) at 20220727030028317
24500 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/copyleft_filter.bbclass' (22,993) at 20220910030013389
24501 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/sys_membarrier.h' (22,994) at 20240326080039550
24502 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/log_stap.py' (22,995) at 20240326080039630
24503 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/147.out' (22,996) at 20210308005046453
24504 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-core/base-files/base-files%.bbappend' (22,997) at 20210307205554226
24505 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/ppc.h' (22,998) at 20241211090212362
24506 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/interrupts.c' (22,999) at 20210308005002800
24507 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1043a_psci.S' (23,000) at 20210308005002556
24508 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/tegra/Makefile' (23,001) at 20210308005003356
24509 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/COPYING.MIT' (23,002) at 20210307205553738
24510 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/format-code.sh' (23,003) at 20210308005108641
24511 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_session.h' (23,004) at 20210308004938820
24512 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iNet_86VS_defconfig' (23,005) at 20210308005003260
24513 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-4.0' (23,006) at 20210307205554418
24514 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-test.c' (23,007) at 20221215040039382
24515 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-static-norootfs.inc' (23,008) at 20230114040015490
24516 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/MAINTAINERS' (23,009) at 20210308005003076
24517 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlscredsx509.h' (23,010) at 20210927100127225
24518 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_cmd.py' (23,011) at 20231128090016009
24519 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/tlb.c' (23,012) at 20210308005002988
24520 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/syscall.tbl' (23,013) at 20241211090212378
24521 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/seq_exec.c' (23,014) at 20210308005002756
24522 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/err-bad-newline.cocci' (23,015) at 20210308005046237
24523 2025-10-05 03:01:03.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/Makefile' (23,016) at 20210308005002976
24524 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0001-make-opencv-configurable.patch' (23,017) at 20240413080012639
24525 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/fix-lmbench-memory-check-failure.patch' (23,018) at 20230131040012031
24526 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sys_eeprom.c' (23,019) at 20210308005002960
24527 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_s_d.c' (23,020) at 20210308005046521
24528 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bcmstb.h' (23,021) at 20210308005003588
24529 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/renesas_rpc_spi.c' (23,022) at 20210308005003492
24530 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ettercap/ettercap/0001-sslstrip-Enhance-the-libcurl-version-check-to-consid.patch' (23,023) at 20230401080011931
24531 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-arm.inc' (23,024) at 20210905000020577
24532 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb' (23,025) at 20230813080012852
24533 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/law.c' (23,026) at 20210308005003172
24534 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes.txt' (23,027) at 20210307205553722
24535 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_open_unittest.cpp' (23,028) at 20230821192414188
24536 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_state_manager_main.cpp' (23,029) at 20240823080031161
24537 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/vlock-no_tally.patch' (23,030) at 20210307205553934
24538 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/ddr.c' (23,031) at 20210308005002964
24539 2025-10-05 03:01:03.185-0500 FINEST t466 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' (23,032) at 20241221090017532
24540 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/dts/Makefile' (23,033) at 20210308005002824
24541 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ObjectPath.interface.yaml' (23,034) at 20221207040023627
24542 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0004-don-not-append-system-name-to-lib-name.patch' (23,035) at 20241221090017524
24543 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/section_header.hpp' (23,036) at 20240820080027378
24544 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/snps,hsdk-cgu.txt' (23,037) at 20210308005003300
24545 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/syscall.tbl' (23,038) at 20241211090212378
24546 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/ampere_platform_init.sh' (23,039) at 20231114090012542
24547 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/popt/popt/run-ptest' (23,040) at 20220409030017507
24548 2025-10-05 03:01:03.185-0500 FINEST t466 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' (23,041) at 20240413080012627
24549 2025-10-05 03:01:03.185-0500 FINEST t466 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' (23,042) at 20241206090014266
24550 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/tegra_pwm.c' (23,043) at 20210308005003472
24551 2025-10-05 03:01:03.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6_plugin.S' (23,044) at 20210308005002648
24552 2025-10-05 03:01:03.186-0500 FINEST t466 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' (23,045) at 20210307205554094
24553 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Oskarshamn' (23,046) at 20210307205553790
24554 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3xek/MAINTAINERS' (23,047) at 20210308005002920
24555 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power-systemd-links-monitor.bb' (23,048) at 20220921030015990
24556 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c.txt' (23,049) at 20210308005003304
24557 2025-10-05 03:01:03.186-0500 FINEST t466 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' (23,050) at 20210307205553818
24558 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron-failure' (23,051) at 20241123090010951
24559 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-elf4tmp.sh' (23,052) at 20210307205554130
24560 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pid_3.0.4.bb' (23,053) at 20241221090017556
24561 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/config.mk' (23,054) at 20210308005002848
24562 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_fcntl.h' (23,055) at 20210927100127265
24563 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/0003-fluid-CMakeLists.txt-Do-not-export-fluid-target.patch' (23,056) at 20210905000020561
24564 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/skeleton.bbclass' (23,057) at 20210307205554058
24565 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sagem_f@st1704_ram_defconfig' (23,058) at 20210308005003276
24566 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/SystemConfiguration.interface.yaml' (23,059) at 20240113090021756
24567 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/w3m' (23,060) at 20241221090017620
24568 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/buildtools-imagemagick.bb' (23,061) at 20240413080012647
24569 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/scheduled_host_transition_main.cpp' (23,062) at 20240823080031165
24570 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-hsg-h702.dts' (23,063) at 20210308005002620
24571 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_shutdown-skip-problematic-test.patch' (23,064) at 20241221090017672
24572 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/program-edid.service' (23,065) at 20230809080018199
24573 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/psutils' (23,066) at 20211006000025246
24574 2025-10-05 03:01:03.186-0500 FINEST t466 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' (23,067) at 20240904080027738
24575 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch.h' (23,068) at 20221215040039062
24576 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_utils_64.h' (23,069) at 20210308005046501
24577 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/cpu.c' (23,070) at 20210308005002824
24578 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-10.yaml' (23,071) at 20241219090012972
24579 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop_2.3.1.bb' (23,072) at 20220402030015959
24580 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_addi.c' (23,073) at 20210308005046529
24581 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_enum_decode_pv_num_check.yaml' (23,074) at 20240908080010098
24582 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb' (23,075) at 20241206090014338
24583 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/tegra124-car.h' (23,076) at 20210308005003640
24584 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kovland' (23,077) at 20210307205553786
24585 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru/of-name-to-eeprom.sh' (23,078) at 20210307205554070
24586 2025-10-05 03:01:03.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/run-ptest' (23,079) at 20210307205554482
24587 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_fsm.c' (23,080) at 20231229090005663
24588 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzawrs.c.inc' (23,081) at 20240906080037524
24589 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/cases/__init__.py' (23,082) at 20210307205554434
24590 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/soc.c' (23,083) at 20210308005002728
24591 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/asm-offsets.c' (23,084) at 20210308005002816
24592 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/0001-Skip-TODO-test-cases-that-fail.patch' (23,085) at 20241221090017548
24593 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/blob_dtb.py' (23,086) at 20210308005003748
24594 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/140.out' (23,087) at 20240326080039730
24595 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dsl_dataset.h' (23,088) at 20210308005003692
24596 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb' (23,089) at 20241221090017524
24597 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun50i-h6-r-ccu.h' (23,090) at 20210308005003636
24598 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/99_network' (23,091) at 20210307205554482
24599 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/status.txt' (23,092) at 20210308005003300
24600 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/interfaceaddtest.mako.hpp' (23,093) at 20210308005108057
24601 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_h.c' (23,094) at 20210308005046517
24602 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/board.c' (23,095) at 20210308005002768
24603 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/internal/fd.hpp' (23,096) at 20230511080009359
24604 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll.h' (23,097) at 20210308005002792
24605 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/monitor.h' (23,098) at 20240906080037344
24606 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/empty.out' (23,099) at 20241211090212542
24607 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8349_defconfig' (23,100) at 20210308005003280
24608 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.15.0.bb' (23,101) at 20241221090017504
24609 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/cubieboard.rst' (23,102) at 20241211090212238
24610 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/094.out' (23,103) at 20210927100127481
24611 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/store/intel.js' (23,104) at 20220105012522991
24612 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/flash/phosphor-software-manager/bios-update' (23,105) at 20240326080016518
24613 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/genesis3-yaml-config/genesis3-ipmi-fru.yaml' (23,106) at 20230804080018095
24614 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/README.md' (23,107) at 20210307205553674
24615 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/twister/Makefile' (23,108) at 20210308005003072
24616 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v2.8/index.html' (23,109) at 20210307205554246
24617 2025-10-05 03:01:03.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0001-configure-Include-dirent.h-for-closedir-opendir-APIs.patch' (23,110) at 20241206090014338
24618 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/ftest.py' (23,111) at 20210308005003752
24619 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lipmi/lipmi.c' (23,112) at 20210308004938836
24620 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/vim_9.1.bb' (23,113) at 20240301090012479
24621 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/ffdc_file.hpp' (23,114) at 20220210040020090
24622 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.err' (23,115) at 20210308005046405
24623 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BeaconHill' (23,116) at 20210307205553794
24624 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus-native.bb' (23,117) at 20210307205553746
24625 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/script_examples/genIVT.pl' (23,118) at 20210308005003328
24626 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_3_32b_defconfig' (23,119) at 20210308005003276
24627 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/exfatprogs/exfatprogs_1.2.6.bb' (23,120) at 20241221090017484
24628 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/dsoundaudio.c' (23,121) at 20240326080039370
24629 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/services/pldmSoftPowerOff.service' (23,122) at 20220721030038662
24630 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/trace.h' (23,123) at 20210308005045981
24631 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/logging.cpp' (23,124) at 20210308005059169
24632 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jormvattnet' (23,125) at 20210307205553782
24633 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pefile/run-ptest' (23,126) at 20241221090017668
24634 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb' (23,127) at 20241206090014242
24635 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/040' (23,128) at 20240326080039726
24636 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.mailmap' (23,129) at 20210308005002536
24637 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/trace-events' (23,130) at 20240906080037376
24638 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lschlv2_defconfig' (23,131) at 20210308005003268
24639 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p5040ds.cfg' (23,132) at 20210308005002964
24640 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/vtable/vtable_c.c' (23,133) at 20230321080038762
24641 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/198' (23,134) at 20240906080037564
24642 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/cros-ec-keyboard.dtsi' (23,135) at 20210308005002844
24643 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd_check_keys' (23,136) at 20241221090017636
24644 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/MAINTAINERS' (23,137) at 20210308005002920
24645 2025-10-05 03:01:03.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hogsby_Virstad' (23,138) at 20210307205553782
24646 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-SpurHill' (23,139) at 20210307205553774
24647 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/0004-config_os_headers-Error-Fix.patch' (23,140) at 20240413080012643
24648 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.json' (23,141) at 20210308005046409
24649 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/imagefeatures.py' (23,142) at 20241221090017632
24650 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/rpmb.c' (23,143) at 20210308005003496
24651 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0017-khronos-backport-typedef-for-EGL_EXT_image_dma_buf_i.patch' (23,144) at 20210307205554106
24652 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/hostnamectl' (23,145) at 20210308005059705
24653 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-akcipher.c' (23,146) at 20241211090212554
24654 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108-board.c' (23,147) at 20210308005002776
24655 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-W-2.0' (23,148) at 20211006000025234
24656 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_ethernet_interface.cpp' (23,149) at 20240822080023969
24657 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/bootstrap.sh' (23,150) at 20210415000018580
24658 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/settings/phosphor-settings-manager/power-policy.override.yml' (23,151) at 20241207090012335
24659 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/stringify.h' (23,152) at 20210308005003672
24660 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mk48t59.c' (23,153) at 20210308005003480
24661 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/conf-notes.txt' (23,154) at 20220910030013381
24662 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/subprojects/phosphor-logging.wrap' (23,155) at 20221125040031606
24663 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-stub.c' (23,156) at 20240906080037376
24664 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/temporary_file.cpp' (23,157) at 20240820080027378
24665 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/flags.hpp' (23,158) at 20221005030030502
24666 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-fan-config/witherspoon/fans.yaml' (23,159) at 20210307205553702
24667 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/nf5280m7-ipmi-sensors.yaml' (23,160) at 20240712080022837
24668 2025-10-05 03:01:03.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/owhttpd' (23,161) at 20210307205553738
24669 2025-10-05 03:01:03.189-0500 FINEST t466 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' (23,162) at 20210307205554094
24670 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-r40-dramc.h' (23,163) at 20230925080039929
24671 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/trivial-patches.rst' (23,164) at 20220429100100418
24672 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.service' (23,165) at 20220402030016219
24673 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fdk-aac/fdk-aac_2.0.2.bb' (23,166) at 20231126090012781
24674 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_mass_storage.c' (23,167) at 20210308005003508
24675 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/XFree86-1.0' (23,168) at 20210307205554426
24676 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/smbus_slave.h' (23,169) at 20210308005046013
24677 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/ics307_clk.c' (23,170) at 20210308005002960
24678 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a77970-cpg-mssr.h' (23,171) at 20210308005003632
24679 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NASA-1.3' (23,172) at 20210307205554426
24680 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/meesc_dataflash_defconfig' (23,173) at 20210308005003268
24681 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/apic.h' (23,174) at 20240906080037332
24682 2025-10-05 03:01:03.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/data_mock.hpp' (23,175) at 20210427000038985
24683 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.15.rst' (23,176) at 20241221090017596
24684 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ebisu/MAINTAINERS' (23,177) at 20210308005003032
24685 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rock2_defconfig' (23,178) at 20210308005003276
24686 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/X11-distribute-modifications-variant' (23,179) at 20241221090017620
24687 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/0001-fix-ppp-2.5.0-build.patch' (23,180) at 20231011080016574
24688 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/modules/module_block.py' (23,181) at 20210308005046241
24689 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/float_madds.ref' (23,182) at 20220429100100942
24690 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_smbus-test.c' (23,183) at 20221215040039378
24691 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-pxs2.c' (23,184) at 20210308005002792
24692 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_bit_action.hpp' (23,185) at 20210308005405934
24693 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-ventana.dts' (23,186) at 20210308005002628
24694 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_defconfig' (23,187) at 20210308005003240
24695 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-fix-configure-error.patch' (23,188) at 20220402030015911
24696 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/249' (23,189) at 20210927100127497
24697 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/firewalld_2.2.1.bb' (23,190) at 20241221090017492
24698 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/omicron/calimain/Makefile' (23,191) at 20210308005003028
24699 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/239' (23,192) at 20210927100127497
24700 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/Jenkinsfile' (23,193) at 20210308005114857
24701 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/max77686.c' (23,194) at 20210308005003472
24702 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vhost-vdpa.rst' (23,195) at 20210308005045801
24703 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/MAINTAINERS' (23,196) at 20210308005003168
24704 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/console/obmc-console/obmc-console.conf' (23,197) at 20240120090012778
24705 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libbacktrace/libbacktrace_git.bb' (23,198) at 20241221090017516
24706 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/reloc_riscv_efi.c' (23,199) at 20210308005002844
24707 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-msm.c' (23,200) at 20210308005003512
24708 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/sun_nvram.h' (23,201) at 20210308005046021
24709 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/clock.h' (23,202) at 20210308005002660
24710 2025-10-05 03:01:03.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/delay.h' (23,203) at 20210308005003656
24711 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-olympus-channels.json' (23,204) at 20210307205554094
24712 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/10m50_devboard.h' (23,205) at 20210308005003572
24713 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event.hpp' (23,206) at 20240904080034451
24714 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/dma.h' (23,207) at 20210308005002656
24715 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cpsw.h' (23,208) at 20210308005003628
24716 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-vga-rutabaga.c' (23,209) at 20240326080039438
24717 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_s_ph.c' (23,210) at 20210308005046509
24718 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/gtbus_sun9i.h' (23,211) at 20210308005002668
24719 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/testexport-tarball.bb' (23,212) at 20220910030013409
24720 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/subvolume.c' (23,213) at 20210308005003544
24721 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos-common.h' (23,214) at 20210308005003596
24722 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/ptrace.h' (23,215) at 20210308005002852
24723 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e.dtsi' (23,216) at 20210308005002592
24724 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_command.c' (23,217) at 20210308005003372
24725 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cpio/files/run-ptest' (23,218) at 20230609080014415
24726 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/sbp1-yaml-config/sbp1-ipmi-fru.yaml' (23,219) at 20230817080015056
24727 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial/serial_1.2.1.bb' (23,220) at 20241206090014266
24728 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/versatile.rst' (23,221) at 20210927100127077
24729 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/sphinx-static/theme_overrides.css' (23,222) at 20210307205554234
24730 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2hk_evm_defconfig' (23,223) at 20210308005003260
24731 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-util.c' (23,224) at 20240326080039738
24732 2025-10-05 03:01:03.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_h.c' (23,225) at 20210308005046517
24733 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mori_motherboard.json' (23,226) at 20230811080005598
24734 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/compare.idef' (23,227) at 20210927100127385
24735 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64le/Makefile.target' (23,228) at 20221215040039390
24736 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ostersund_Brattasen' (23,229) at 20210307205553790
24737 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/Makefile' (23,230) at 20210308005003008
24738 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boards.c' (23,231) at 20210308005002792
24739 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spmi/spmi-sandbox.txt' (23,232) at 20210308005003324
24740 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy19-97.0W' (23,233) at 20210307205553762
24741 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer/0001-vrend-Fix-int-conversion-fatal-build-error-with-GCC-.patch' (23,234) at 20241221090017684
24742 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/pe.h' (23,235) at 20210308005003560
24743 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/index.scss' (23,236) at 20210308005107073
24744 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-hostname.sh' (23,237) at 20240913080015313
24745 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fs_internal.h' (23,238) at 20210308005003648
24746 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/volatiles.99_snort' (23,239) at 20210307205553814
24747 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qsd-jobs.out' (23,240) at 20240326080039734
24748 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qemu-img-close-errors' (23,241) at 20230426080043944
24749 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/imx-regs.h' (23,242) at 20210308005002652
24750 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/p9.inc' (23,243) at 20211027000018712
24751 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-taskmanager/xfce4-taskmanager_1.5.6.bb' (23,244) at 20231126090012805
24752 2025-10-05 03:01:03.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ImageMagick' (23,245) at 20210307205553866
24753 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/entity-manager_%.bbappend' (23,246) at 20241206090014234
24754 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon/pseq-monitor-pgood.service' (23,247) at 20230128040012702
24755 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norsjovallen' (23,248) at 20210307205553790
24756 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_ecam_generic.c' (23,249) at 20210308005003452
24757 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1023_nand_rcw.cfg' (23,250) at 20210308005002992
24758 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/templates/default/local.conf.sample' (23,251) at 20241221090017476
24759 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb' (23,252) at 20220618030015170
24760 2025-10-05 03:01:03.194-0500 FINEST t466 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' (23,253) at 20230131040012023
24761 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/mux.c' (23,254) at 20210308005003004
24762 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/README' (23,255) at 20210308005002944
24763 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Redruth' (23,256) at 20210307205553798
24764 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/sysfs.cpp' (23,257) at 20231204090030795
24765 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/alt.c' (23,258) at 20210308005003032
24766 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/leds/intel-led-manager-config-native.bb' (23,259) at 20241206090014234
24767 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/Kconfig' (23,260) at 20210308005002908
24768 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/README' (23,261) at 20210308005003300
24769 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/rtc.h' (23,262) at 20210308005002848
24770 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6qarm2.h' (23,263) at 20210308005003604
24771 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020UTM-PC_36BIT_SDCARD_defconfig' (23,264) at 20210308005003240
24772 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_sec_common.h' (23,265) at 20210308005002680
24773 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp.c' (23,266) at 20210308005003200
24774 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/signing-keys.bb' (23,267) at 20220721030015873
24775 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/b53.c' (23,268) at 20210308005003440
24776 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Version.interface.yaml' (23,269) at 20240614080020055
24777 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/pgm_template.py' (23,270) at 20211013100037400
24778 2025-10-05 03:01:03.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.metadata.yaml' (23,271) at 20220430030026016
24779 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/glog/glog_0.7.1.bb' (23,272) at 20241221090017536
24780 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/BatteryMetrics.v1_0_4.json' (23,273) at 20240619080002940
24781 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/request_target_base.hpp' (23,274) at 20211029000044094
24782 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/test/entitymap_test.json' (23,275) at 20240716080045952
24783 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_defconfig' (23,276) at 20210308005003236
24784 2025-10-05 03:01:03.195-0500 FINEST t466 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' (23,277) at 20210307205553750
24785 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/pic32_sdhci.c' (23,278) at 20210308005003404
24786 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/generic.c' (23,279) at 20210308005002544
24787 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/am35x.c' (23,280) at 20210308005003516
24788 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioserial/0001-use-poetry-core-for-pyproject-base-build.patch' (23,281) at 20241221090017548
24789 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pca9552.h' (23,282) at 20240906080037332
24790 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/files/fixup-install-docdir.patch' (23,283) at 20210307205554002
24791 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/EINTR_wrappers.h' (23,284) at 20210308005111465
24792 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.1.bb' (23,285) at 20240301090012439
24793 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Salen' (23,286) at 20210307205553790
24794 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/timer.c' (23,287) at 20210308005002820
24795 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_d.c' (23,288) at 20210308005046513
24796 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/error-report.h' (23,289) at 20221215040039190
24797 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/tlb.c' (23,290) at 20210308005003168
24798 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/led.c' (23,291) at 20210308005002916
24799 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/PowerState.interface.yaml' (23,292) at 20220315030032671
24800 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/CVE-2021-33643-CVE-2021-33644.patch' (23,293) at 20241221090017540
24801 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch' (23,294) at 20230706080014757
24802 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/sclp.h' (23,295) at 20210308005046185
24803 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/erase_flash.c' (23,296) at 20210308005108641
24804 2025-10-05 03:01:03.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/chosen.txt' (23,297) at 20210308005003300
24805 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0002-Fix-configure-when-bin-sh-is-not-bash.patch' (23,298) at 20210407000018082
24806 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm_crashdump.patch' (23,299) at 20210307205553750
24807 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.err' (23,300) at 20210927100127469
24808 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/Makefile.utils' (23,301) at 20220125040024375
24809 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-x4tf.dts' (23,302) at 20240325080037190
24810 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/tegra.h' (23,303) at 20210308005002672
24811 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dumpimage.c' (23,304) at 20210308005003760
24812 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfs_deb.bbclass' (23,305) at 20220910030013389
24813 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/mixeng_template.h' (23,306) at 20210308005045725
24814 2025-10-05 03:01:03.196-0500 FINEST t466 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' (23,307) at 20240413080012651
24815 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/host_condition.hpp' (23,308) at 20240820080031614
24816 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/README.md' (23,309) at 20230706080014733
24817 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier4U/4.json' (23,310) at 20240212090032054
24818 2025-10-05 03:01:03.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qgraph.c' (23,311) at 20240326080039738
24819 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly/file3' (23,312) at 20230114040015526
24820 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t54/spl.c' (23,313) at 20210308005002948
24821 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/byteorder/little_endian.h' (23,314) at 20210308005003656
24822 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/entity.h' (23,315) at 20241031080010167
24823 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/emc2305.c' (23,316) at 20210308005002960
24824 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/minerva-early-sys-init' (23,317) at 20241219090012972
24825 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c' (23,318) at 20210308005046509
24826 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/0001-Link-with-libm-for-floor-function.patch' (23,319) at 20230813080012848
24827 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/AOM-Patent-License-1.0' (23,320) at 20210307205553754
24828 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/Kconfig' (23,321) at 20210308005003384
24829 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/duovero_mux_data.h' (23,322) at 20210308005003004
24830 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-ap806.dtsi' (23,323) at 20210308005002568
24831 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test-utils.h' (23,324) at 20221017030010210
24832 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11.h' (23,325) at 20210308005046069
24833 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/i2c-ddc.h' (23,326) at 20210308005046009
24834 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/bss_data.lds' (23,327) at 20210308005003752
24835 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hummelholm' (23,328) at 20210307205553782
24836 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/linkage.h' (23,329) at 20210308005002824
24837 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/edk2.yml' (23,330) at 20241221090017464
24838 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/handler.cpp' (23,331) at 20230629131804615
24839 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/README' (23,332) at 20210308005003756
24840 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/power-good-deassert@.service' (23,333) at 20241029080011439
24841 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/udp_client.c' (23,334) at 20241221090017580
24842 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alingsas_Mariedal' (23,335) at 20210307205553778
24843 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/iptraf-ng-tmpfiles.conf' (23,336) at 20220204040022468
24844 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb' (23,337) at 20241221090017684
24845 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/0003-Exclude-VCS-directory-with-writing-from-an-archive.patch' (23,338) at 20231011080016614
24846 2025-10-05 03:01:03.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl.c' (23,339) at 20230302090047762
24847 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/cpu_asm.h' (23,340) at 20210308005003720
24848 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ServiceConditions.v1_0_1.json' (23,341) at 20240619080002952
24849 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/msi.h' (23,342) at 20230426080043764
24850 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zynq-common.h' (23,343) at 20210308005003628
24851 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (23,344) at 20231019080029735
24852 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrtalje_Sodra' (23,345) at 20210307205553786
24853 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-host-control/cfam_override@.service' (23,346) at 20220503030013244
24854 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/gitignore' (23,347) at 20210307205553894
24855 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VMSC.interface.yaml' (23,348) at 20220315030032659
24856 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/080' (23,349) at 20210927100127481
24857 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig' (23,350) at 20210308005003236
24858 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_madd.c' (23,351) at 20210308005046525
24859 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/timer/atcpit100_timer.txt' (23,352) at 20210308005003328
24860 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/trigger.hpp' (23,353) at 20211202040032454
24861 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_uncmd_spl.h' (23,354) at 20210308005003572
24862 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/026.out' (23,355) at 20210308005046437
24863 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/0001-Warn-not-error-if-xsltproc-is-not-found.patch' (23,356) at 20230503080014591
24864 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/glue.h' (23,357) at 20210308005003540
24865 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/MAINTAINERS' (23,358) at 20210308005002908
24866 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/MAINTAINERS' (23,359) at 20210308005003016
24867 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/devkit8000_defconfig' (23,360) at 20210308005003256
24868 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ncurses-config.patch' (23,361) at 20220204040022468
24869 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt_strerror.c' (23,362) at 20210308005003764
24870 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_power_util.sh' (23,363) at 20240619080012644
24871 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/default.script' (23,364) at 20210307205554470
24872 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/090856f4159c40a2927fb88546419f2e1697ad5f.patch' (23,365) at 20230811080018306
24873 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.lynxkdi' (23,366) at 20210308005003296
24874 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/trace-events' (23,367) at 20240326080039438
24875 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.err' (23,368) at 20210927100127469
24876 2025-10-05 03:01:03.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (23,369) at 20240712080022837
24877 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/MAINTAINERS' (23,370) at 20210308005003044
24878 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb' (23,371) at 20240413080012655
24879 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/funcmux.h' (23,372) at 20210308005002668
24880 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/mount-via-label.cfg' (23,373) at 20241221090017636
24881 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb' (23,374) at 20220126040017547
24882 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarm64-secureboot-ts.yml' (23,375) at 20241221090017464
24883 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-boot/host-powerctrl.service' (23,376) at 20220119040023096
24884 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_xilinx.c' (23,377) at 20210308005003452
24885 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/virtio_config.h' (23,378) at 20210308005046069
24886 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_b.c' (23,379) at 20210308005046521
24887 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_M9_defconfig' (23,380) at 20210308005003240
24888 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/gstreamer.py' (23,381) at 20220910030013397
24889 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_arria5_socdk.h' (23,382) at 20210308005003616
24890 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stv0991_defconfig' (23,383) at 20210308005003280
24891 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/0001-include-libgen.h-for-basename.patch' (23,384) at 20240413080012655
24892 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stmark2.h' (23,385) at 20210308005003616
24893 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/diu.c' (23,386) at 20210308005002992
24894 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517-evm-ui.dtsi' (23,387) at 20210308005002564
24895 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/version.rc' (23,388) at 20210927100127665
24896 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/pch.c' (23,389) at 20210308005003740
24897 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-drop-including-rpath-cmake-module.patch' (23,390) at 20230706080014749
24898 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/intel_regs.h' (23,391) at 20210308005002880
24899 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Korppoo' (23,392) at 20210307205553770
24900 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/phosphor-host-ipmid.wrap' (23,393) at 20220726030011558
24901 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_absq_s_ph.c' (23,394) at 20210308005046501
24902 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-unplug@.service' (23,395) at 20241107090014377
24903 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/of_access.c' (23,396) at 20210308005003356
24904 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/TableToolbar.spec.js.snap' (23,397) at 20220105012523003
24905 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-raspberrypi/conf/templates/default/local.conf.sample' (23,398) at 20241221090017476
24906 2025-10-05 03:01:03.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/remove-hard-coded-include-and-lib-paths.patch' (23,399) at 20210307205553998
24907 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/ath79/pinctrl_ar933x.c' (23,400) at 20210308005003456
24908 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-multivolumefile_0.2.3.bb' (23,401) at 20240302090018210
24909 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/conf/machine/qemuarm-secureboot.conf' (23,402) at 20230804080018095
24910 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/host-os.h' (23,403) at 20221215040039066
24911 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/run-ptest' (23,404) at 20241221090017656
24912 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/smartweb/Makefile' (23,405) at 20210308005003052
24913 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/mx6quq7/Makefile' (23,406) at 20210308005003048
24914 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_pandora.h' (23,407) at 20210308005003608
24915 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-chilisom.dtsi' (23,408) at 20210308005002560
24916 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/test_smack_onlycap.sh' (23,409) at 20210307205554122
24917 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa78ae.inc' (23,410) at 20240301090012451
24918 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os_4.%.bbappend' (23,411) at 20231126090012777
24919 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/0001-Fix-implicit-fallthrough-warning.patch' (23,412) at 20230131040012039
24920 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/socket.c' (23,413) at 20241211090212394
24921 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/Makefile' (23,414) at 20210308005002920
24922 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpucfg.h' (23,415) at 20210308005002664
24923 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/keyboard.rst' (23,416) at 20230925080039845
24924 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/fails-mc/fails-mc2.bb' (23,417) at 20210316000012685
24925 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/busybox-1.36.1-no-cbq.patch' (23,418) at 20241221090017636
24926 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (23,419) at 20220721030015837
24927 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/phys2bus.c' (23,420) at 20210308005002716
24928 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/dw_hdmi.c' (23,421) at 20210308005003524
24929 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/index.js' (23,422) at 20210308005107069
24930 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent_2.1.12.bb' (23,423) at 20230114040015550
24931 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/uefi-secureboot.cfg' (23,424) at 20241221090017472
24932 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_pi_spi_rcw.cfg' (23,425) at 20210308005002992
24933 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/meson.build' (23,426) at 20220109110035355
24934 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_devdis.c' (23,427) at 20210308005003400
24935 2025-10-05 03:01:03.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lofsdalen' (23,428) at 20210307205553786
24936 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/subprojects/sdbusplus.wrap' (23,429) at 20240214090001981
24937 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012ardb_qspi_defconfig' (23,430) at 20210308005003264
24938 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-porter-u-boot.dts' (23,431) at 20210308005002600
24939 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/System.interface.yaml' (23,432) at 20210610000035134
24940 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/bash-completion.bbclass' (23,433) at 20220910030013385
24941 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/pc87312.h' (23,434) at 20210308005046017
24942 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/imx8-pins.h' (23,435) at 20210308005002640
24943 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ioport.c' (23,436) at 20240906080037232
24944 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/01_man_portability.patch' (23,437) at 20241221090017680
24945 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/trace.h' (23,438) at 20210308005045969
24946 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/cross-intercept/ar' (23,439) at 20220204040022692
24947 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareModalUpdateFirmware.vue' (23,440) at 20241004080035967
24948 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_memory.c' (23,441) at 20210308005003700
24949 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/pseries.rst' (23,442) at 20241211090212238
24950 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/opalkelly/zynq/zynq-syzygy-hub/ps7_init_gpl.c' (23,443) at 20210308005003028
24951 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/tunctl.inc' (23,444) at 20220402030015911
24952 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/vsc7385.c' (23,445) at 20210308005003448
24953 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_link/link.c' (23,446) at 20210308005003004
24954 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/vmbus-bridge.h' (23,447) at 20210308005046013
24955 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/server/object.cpp' (23,448) at 20220912100035497
24956 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_omap4_common.h' (23,449) at 20210308005003620
24957 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/Makefile' (23,450) at 20210308005003448
24958 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/crontab' (23,451) at 20210307205554558
24959 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_histogram_input.h' (23,452) at 20220429100100942
24960 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/gpio.h' (23,453) at 20210308005002648
24961 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__spin_loop_pause.hpp' (23,454) at 20241217090453707
24962 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lpswe-early.S' (23,455) at 20230426080043952
24963 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8555CDS_legacy_defconfig' (23,456) at 20210308005003240
24964 2025-10-05 03:01:03.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_stack.h' (23,457) at 20221215040039066
24965 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/io.h' (23,458) at 20210308005002844
24966 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_2mmc_nandflash_defconfig' (23,459) at 20210308005003248
24967 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ap143.h' (23,460) at 20210308005003584
24968 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-a23-a33-ccu.h' (23,461) at 20210308005003640
24969 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpsl/libpsl_0.21.5.bb' (23,462) at 20240127090011896
24970 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/sys_proto.h' (23,463) at 20210308005002636
24971 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/i386/host/crypto/clmul.h' (23,464) at 20240326080039410
24972 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest-get-series' (23,465) at 20231126090012869
24973 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc85xx-sd-spi-boot' (23,466) at 20210308005003296
24974 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.err' (23,467) at 20220429100100882
24975 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/0001-configure.ac-check-for-CPP-prog.patch' (23,468) at 20240309090012804
24976 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_toc.cpp' (23,469) at 20210308005108645
24977 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-puma-ddr1333.dts' (23,470) at 20210308005002608
24978 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_rockchip.c' (23,471) at 20210308005003496
24979 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040qds_qixis.h' (23,472) at 20210308005002992
24980 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend' (23,473) at 20241221090017464
24981 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/spl_boot.c' (23,474) at 20210308005003048
24982 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/Makefile' (23,475) at 20210308005002956
24983 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/smdk5420.h' (23,476) at 20210308005003616
24984 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/security-build-image.bb' (23,477) at 20230813080012860
24985 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/Kconfig' (23,478) at 20210308005002912
24986 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry/FaultLog.interface.yaml' (23,479) at 20240618080025501
24987 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/byteorder.h' (23,480) at 20210308005002848
24988 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DEC-3-Clause' (23,481) at 20241221090017616
24989 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0003-handle-static-shared-only-build.patch' (23,482) at 20230503080014579
24990 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/pmem.h' (23,483) at 20241211090212366
24991 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/Kconfig.debug' (23,484) at 20210308005002544
24992 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/riscv-iommu.h' (23,485) at 20241211090212546
24993 2025-10-05 03:01:03.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/rt_bmark.py' (23,486) at 20241221090017692
24994 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PowerSupply_VINI.json' (23,487) at 20221213040036921
24995 2025-10-05 03:01:03.203-0500 FINEST t466 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' (23,488) at 20210307205554094
24996 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/trace-events' (23,489) at 20220429100100650
24997 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/085.out' (23,490) at 20220429100100886
24998 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/Makefile' (23,491) at 20210308005002544
24999 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/fix_header_file.patch' (23,492) at 20230706080014769
25000 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/saslauthd.conf' (23,493) at 20220612030016727
25001 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/spl.c' (23,494) at 20210308005003072
25002 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/spl_power_init.c' (23,495) at 20210308005002548
25003 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/PowerSupplyStore.js' (23,496) at 20240321080039294
25004 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_json_unittest.cpp' (23,497) at 20210308005120361
25005 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.h' (23,498) at 20210308005002832
25006 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gplugd.h' (23,499) at 20210308005003596
25007 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensaeb/Makefile.softmmu-target' (23,500) at 20240326080039746
25008 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/gpioplus.wrap' (23,501) at 20240621080029190
25009 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080ardb.h' (23,502) at 20210308005003600
25010 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5208evbe/Makefile' (23,503) at 20210308005002972
25011 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch' (23,504) at 20220910030013425
25012 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/VirtualMedia/VirtualMedia.vue' (23,505) at 20241004080035967
25013 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/keycodemapdb.wrap' (23,506) at 20230925080039997
25014 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos7420.dtsi' (23,507) at 20210308005002580
25015 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS8.conf' (23,508) at 20230114040015462
25016 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/m53menlo.c' (23,509) at 20210308005003016
25017 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.28.1.bb' (23,510) at 20241221090017532
25018 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/acpi-utils.c' (23,511) at 20241211090212542
25019 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (23,512) at 20241206090014230
25020 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/Kconfig' (23,513) at 20210308005003548
25021 2025-10-05 03:01:03.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_defconfig' (23,514) at 20210308005003240
25022 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/usb-compat.h' (23,515) at 20210308005003520
25023 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dfu.h' (23,516) at 20210308005003628
25024 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/chromebook_samus.h' (23,517) at 20210308005003588
25025 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/uk.po' (23,518) at 20221215040039254
25026 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hogfors' (23,519) at 20210307205553782
25027 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot.lds' (23,520) at 20210308005002832
25028 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/sdbusplus.wrap' (23,521) at 20220323030048031
25029 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.8_typo.patch' (23,522) at 20230706080014741
25030 2025-10-05 03:01:03.204-0500 FINEST t466 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' (23,523) at 20241221090017464
25031 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5235evb/Makefile' (23,524) at 20210308005002972
25032 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/no-static-libs.inc' (23,525) at 20240127090011888
25033 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/base-files/base-files_%.bbappend' (23,526) at 20220402030016075
25034 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/jquery.min.js' (23,527) at 20210308004923384
25035 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Anjalankoski_Ruotila' (23,528) at 20210307205553766
25036 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/Makefile' (23,529) at 20210308005003008
25037 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_%.bbappend' (23,530) at 20230727080014720
25038 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.016.bb' (23,531) at 20241221090017548
25039 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager/xyz.openbmc_project.Inventory.Manager.service' (23,532) at 20220430030016060
25040 2025-10-05 03:01:03.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-xts.c' (23,533) at 20210927100127645
25041 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp1.S' (23,534) at 20210308005046533
25042 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/204' (23,535) at 20210927100127493
25043 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/vhost-user-server.c' (23,536) at 20240906080037592
25044 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/test_smack_tcp_sockets.sh' (23,537) at 20210307205554122
25045 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/env.c' (23,538) at 20210308005003540
25046 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/pgtable-bits.h' (23,539) at 20210308005002816
25047 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794-alt.dts' (23,540) at 20210308005002600
25048 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/meesc/meesc.c' (23,541) at 20210308005002956
25049 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/autogen.sh-exclude-pc.patch' (23,542) at 20240127090011888
25050 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/qom_macros.py' (23,543) at 20240326080039626
25051 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/init' (23,544) at 20210307205554450
25052 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/poweron' (23,545) at 20210528000029695
25053 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0002-use-vorbisidec.patch' (23,546) at 20240413080012639
25054 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/hab.h' (23,547) at 20210308005002676
25055 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/organize_distro_discovery.patch' (23,548) at 20230706080014769
25056 2025-10-05 03:01:03.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/spl_minimal.c' (23,549) at 20210308005002900
25057 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/ahb.h' (23,550) at 20210308005002672
25058 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/logging/files/callouts.yaml' (23,551) at 20240904080027730
25059 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/boot.h' (23,552) at 20210308005002644
25060 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/0001-define-run-test-target.patch' (23,553) at 20240302090018246
25061 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/gplugd/MAINTAINERS' (23,554) at 20210308005002904
25062 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tsi148.c' (23,555) at 20210308005003220
25063 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpsqx_s_w_ph.c' (23,556) at 20210308005046505
25064 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow-securetty_4.6.bb' (23,557) at 20241206090014338
25065 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/cpm_85xx.h' (23,558) at 20210308005002836
25066 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb' (23,559) at 20241221090017528
25067 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial-utils/serial-forward/0001-serial_forward-Disable-default-static-linking.patch' (23,560) at 20230706080014757
25068 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_mman.h' (23,561) at 20230925080039945
25069 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/regulator.h' (23,562) at 20210308005003680
25070 2025-10-05 03:01:03.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb' (23,563) at 20240413080012655
25071 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-vfp3.xml' (23,564) at 20220429100100430
25072 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/crm_regs.h' (23,565) at 20210308005002648
25073 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/buildhistory_filelist1.txt' (23,566) at 20210307205554438
25074 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/x86/fsp.c' (23,567) at 20210308005003220
25075 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Linksprite_pcDuino3_Nano_defconfig' (23,568) at 20210308005003236
25076 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_plug_in.py' (23,569) at 20221209040018567
25077 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/go-ptest.bbclass' (23,570) at 20220910030013385
25078 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/Makefile' (23,571) at 20210308005003068
25079 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3128/MAINTAINERS' (23,572) at 20210308005003040
25080 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/fbterm_git.bb' (23,573) at 20241206090014278
25081 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_read_sensor_action.cpp' (23,574) at 20240817080031292
25082 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/spi-boot.c' (23,575) at 20210308005003036
25083 2025-10-05 03:01:03.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/tiny/ksum.py' (23,576) at 20210307205554642
25084 2025-10-05 03:01:03.207-0500 FINEST t466 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' (23,577) at 20210307205553798
25085 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.0-FR' (23,578) at 20211006000025230
25086 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/rk8xx.c' (23,579) at 20210308005003472
25087 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bootmenu' (23,580) at 20210308005003292
25088 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/boston-lcd.h' (23,581) at 20210308005003008
25089 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8548_defconfig' (23,582) at 20210308005003280
25090 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/initd.debian' (23,583) at 20210307205553818
25091 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_dfu.c' (23,584) at 20210308005003508
25092 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/cache.S' (23,585) at 20210308005002788
25093 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ca_certs_manager.hpp' (23,586) at 20240820080021986
25094 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/smbios/smbios-mdr_%.bbappend' (23,587) at 20240403080018482
25095 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8572_serdes.c' (23,588) at 20210308005002832
25096 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewNetwork.vue' (23,589) at 20241004080035967
25097 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/platform.asl' (23,590) at 20210308005002876
25098 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/templates/default/local.conf.sample' (23,591) at 20241221090017476
25099 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/pinmux-config-e2220-1170.h' (23,592) at 20210308005003024
25100 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/eba.c' (23,593) at 20210308005003420
25101 2025-10-05 03:01:03.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_lbux.c' (23,594) at 20210308005046505
25102 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6368-clock.h' (23,595) at 20210308005003632
25103 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/emac.h' (23,596) at 20210308005003676
25104 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/jetson-tk1_defconfig' (23,597) at 20210308005003260
25105 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/core.c' (23,598) at 20210308005003496
25106 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Koli' (23,599) at 20210307205553770
25107 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/serial.c' (23,600) at 20210308005003764
25108 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager_gen5.h' (23,601) at 20210308005002780
25109 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/subprojects/cereal.wrap' (23,602) at 20230428080030950
25110 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vaasa' (23,603) at 20210307205553774
25111 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/mpu_v7r.c' (23,604) at 20210308005002552
25112 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/virtio-blk-common.c' (23,605) at 20230925080039865
25113 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_driver/Makefile' (23,606) at 20210308005003700
25114 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/mman.h' (23,607) at 20210308005046065
25115 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/shift.idef' (23,608) at 20210927100127385
25116 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/LICENSE' (23,609) at 20210308005054621
25117 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/tablesort.html' (23,610) at 20210307205554286
25118 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_fcntl.h' (23,611) at 20210308005046085
25119 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/verified-boot.txt' (23,612) at 20210308005003332
25120 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-editables_0.5.bb' (23,613) at 20230919080013986
25121 2025-10-05 03:01:03.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zio_checksum.h' (23,614) at 20210308005003696
25122 2025-10-05 03:01:03.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AddressPool.v1_3_0.json' (23,615) at 20240619080002940
25123 2025-10-05 03:01:03.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/0001-Include-time.h-header-to-pass-clang-compilation.patch' (23,616) at 20230706080014753
25124 2025-10-05 03:01:03.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/Makefile' (23,617) at 20210308005002824
25125 2025-10-05 03:01:03.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/nbd-fault-injector.py' (23,618) at 20210308005046473
25126 2025-10-05 03:01:03.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config/daytonax-ipmi-fru.yaml' (23,619) at 20230209040014205
25127 2025-10-05 03:01:03.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/phy-uclass.c' (23,620) at 20210308005003456
25128 2025-10-05 03:01:03.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/reg_fields.h' (23,621) at 20210927100127385
25129 2025-10-05 03:01:03.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/koelsch_defconfig' (23,622) at 20210308005003264
25130 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb' (23,623) at 20241221090017552
25131 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_pnor_defconfig' (23,624) at 20210308005003280
25132 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/pdmgen.py' (23,625) at 20221209040030339
25133 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.conf' (23,626) at 20240105090012010
25134 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/entitlement.sh' (23,627) at 20220429100100750
25135 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/Makefile' (23,628) at 20210308005003540
25136 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/142' (23,629) at 20220429100100906
25137 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/armada100_fec.c' (23,630) at 20210308005003424
25138 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb' (23,631) at 20241221090017544
25139 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_lpc.c' (23,632) at 20210308005003500
25140 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/exynos7420-clk.h' (23,633) at 20210308005003632
25141 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Eksharad_Ekesberget' (23,634) at 20210307205553778
25142 2025-10-05 03:01:03.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dreamplug_defconfig' (23,635) at 20210308005003256
25143 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/osd.c' (23,636) at 20210308005003740
25144 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.tmpfiles' (23,637) at 20241221090017680
25145 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb' (23,638) at 20210812000025346
25146 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-kernel/linux/linux-aspeed_%.bbappend' (23,639) at 20210813100029652
25147 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-validate' (23,640) at 20220204040022680
25148 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/qemuloongarch.wks' (23,641) at 20230211040012659
25149 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_NAND_SECURE_BOOT_defconfig' (23,642) at 20210308005003244
25150 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/kvm_s390x.h' (23,643) at 20240326080039702
25151 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d2.h' (23,644) at 20210308005002716
25152 2025-10-05 03:01:03.212-0500 FINEST t466 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' (23,645) at 20241206090014338
25153 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/poky-tiny.yml' (23,646) at 20241206090014206
25154 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/Makefile' (23,647) at 20210308005003056
25155 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/service-win32.c' (23,648) at 20210308005046229
25156 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/mips_gictimer.h' (23,649) at 20210308005046033
25157 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/156.out' (23,650) at 20240326080039730
25158 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/fan.hpp' (23,651) at 20210308005116217
25159 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/Makefile' (23,652) at 20210308005002732
25160 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/raspberrypi-fw-defs.h' (23,653) at 20240906080037328
25161 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/Makefile' (23,654) at 20210308005003040
25162 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/ldscript.h' (23,655) at 20210308005002888
25163 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/lowlevel_init.S' (23,656) at 20210308005002820
25164 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_b.c' (23,657) at 20210308005046509
25165 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/simplediff/__init__.py' (23,658) at 20210307205554262
25166 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/debug.h' (23,659) at 20241211090212514
25167 2025-10-05 03:01:03.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/witherspoon/skip_inband_ipmi' (23,660) at 20230908080016530
25168 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/tegra.h' (23,661) at 20210308005002668
25169 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/COPYING.MIT' (23,662) at 20210307205553746
25170 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/cpu.h' (23,663) at 20210308005002876
25171 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/atmel_usba_udc.c' (23,664) at 20210308005003504
25172 2025-10-05 03:01:03.213-0500 FINEST t466 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' (23,665) at 20240904080027738
25173 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-proto.h.inc' (23,666) at 20240906080037328
25174 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/hwmonio_default_unittest.cpp' (23,667) at 20230511080028987
25175 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lindshammar_Ramkvilla' (23,668) at 20210307205553786
25176 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/AUTHORS' (23,669) at 20210308004938812
25177 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_uefikernel.wks' (23,670) at 20230317080013813
25178 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/bmc' (23,671) at 20220128040018736
25179 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/rule_tests.cpp' (23,672) at 20210308005405938
25180 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk-native.bb' (23,673) at 20241221090017536
25181 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/kvm_irqcount.c' (23,674) at 20230426080043700
25182 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tizen/tizen_logo_16bpp.h' (23,675) at 20210308005003716
25183 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid/program-edid.sh' (23,676) at 20230809080018199
25184 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/clock_slice.h' (23,677) at 20210308005002652
25185 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto_%.bbappend' (23,678) at 20230211040012643
25186 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu106_revA_defconfig' (23,679) at 20210308005003288
25187 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Attribution' (23,680) at 20211006000025230
25188 2025-10-05 03:01:03.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/miiphyutil.c' (23,681) at 20210308005003228
25189 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/boot_config_setting_attrs.json' (23,682) at 20240309090012804
25190 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mux_dra7xx.h' (23,683) at 20210308005002660
25191 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-rename.bb' (23,684) at 20241206090014226
25192 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC5-79w' (23,685) at 20210307205553758
25193 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/Kconfig' (23,686) at 20210308005002988
25194 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/librsync/librsync_2.3.4.bb' (23,687) at 20230813080012856
25195 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Simrishamn_Fabriksgatan' (23,688) at 20210307205553790
25196 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-buffer.c' (23,689) at 20210927100127645
25197 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount-uclass.c' (23,690) at 20210308005003340
25198 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi.md' (23,691) at 20241022080027608
25199 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/cmsdk-apb-watchdog.h' (23,692) at 20210927100127245
25200 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.1.rst' (23,693) at 20241221090017596
25201 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_ro.cpp' (23,694) at 20210308005108645
25202 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/fcvt.ref' (23,695) at 20240906080037576
25203 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/sv' (23,696) at 20210308005046149
25204 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/PowerSystemInputs.interface.yaml' (23,697) at 20221207040023631
25205 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/mpc83xx_sdram.c' (23,698) at 20210308005003476
25206 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config-native.bb' (23,699) at 20241206090014230
25207 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-AucklandWaiatarua' (23,700) at 20210307205553778
25208 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/0001-Fix-const-qualifier-error.patch' (23,701) at 20231011080016582
25209 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6362.dtsi' (23,702) at 20210308005002812
25210 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-14x14-evk-u-boot.dtsi' (23,703) at 20210308005002588
25211 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_ro.cpp' (23,704) at 20220922030007675
25212 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/minidlna.service' (23,705) at 20210307205553802
25213 2025-10-05 03:01:03.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/mcr3000.dts' (23,706) at 20210308005002836
25214 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv7_mpu.h' (23,707) at 20210308005002672
25215 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/dtc.c' (23,708) at 20210308005003728
25216 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra.c' (23,709) at 20210308005003536
25217 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/237.out' (23,710) at 20220429100100914
25218 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm11130_nand_defconfig' (23,711) at 20210308005003252
25219 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/dwc2-regs.h' (23,712) at 20241211090212366
25220 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-pk-helper/dont-localize-org.opensuse.CupsPkHelper.Mechanism.service.patch' (23,713) at 20230706080014753
25221 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/bare-metal-active/gbmc-bare-metal-active@.target' (23,714) at 20241126090011759
25222 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/MAINTAINERS' (23,715) at 20210308005003028
25223 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_mphi.h' (23,716) at 20210308005046017
25224 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.inc' (23,717) at 20230919080013974
25225 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/reset_state.c' (23,718) at 20210308005100993
25226 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/MAINTAINERS' (23,719) at 20210308005003040
25227 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.splashprepare' (23,720) at 20210308005003300
25228 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_disable.robot' (23,721) at 20240628080017113
25229 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seco/common/mx6.h' (23,722) at 20210308005003048
25230 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/google-bios-key/google-bios-key.bb' (23,723) at 20241206090014226
25231 2025-10-05 03:01:03.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/run-ptest' (23,724) at 20241221090017636
25232 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MediaController.v1_3_2.json' (23,725) at 20240619080002948
25233 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/no-desktop.patch' (23,726) at 20210307205554610
25234 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/nlohmann_json.wrap' (23,727) at 20240620080024795
25235 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/power_supply.hpp' (23,728) at 20240618080048433
25236 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-resize.out' (23,729) at 20240326080039734
25237 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.4.bb' (23,730) at 20241221090017664
25238 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958305k_defconfig' (23,731) at 20210308005003252
25239 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog_%.bbappend' (23,732) at 20241206090014226
25240 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/highbank/MAINTAINERS' (23,733) at 20210308005003004
25241 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-slow.c' (23,734) at 20210308005003348
25242 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/start.S' (23,735) at 20210308005002544
25243 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_SECURE_BOOT_defconfig' (23,736) at 20210308005003244
25244 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/Kconfig' (23,737) at 20210308005002964
25245 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/dynamic-layers/nuvoton-layer/recipes-kernel/linux/files/gbmc-nuvoton.cfg' (23,738) at 20221029030011894
25246 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/MAINTAINERS' (23,739) at 20210308005003044
25247 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/gru/Kconfig' (23,740) at 20210308005003004
25248 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/g220a-ipmi-fru.yaml' (23,741) at 20210307205553674
25249 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/remoteproc/remoteproc.txt' (23,742) at 20210308005003308
25250 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_gen5.h' (23,743) at 20210308005002780
25251 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-client-escape.c' (23,744) at 20240712080021641
25252 2025-10-05 03:01:03.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-MidNorthCoast' (23,745) at 20210307205553766
25253 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/dbusparser.py' (23,746) at 20220429100100422
25254 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/068.out' (23,747) at 20210308005046441
25255 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/utils_test.cpp' (23,748) at 20240514080031406
25256 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/python_qmp_updater.py' (23,749) at 20240326080039630
25257 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Visby_Havdhem' (23,750) at 20210307205553794
25258 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/0001-Makefile-use-libprefix-instead-of-libdir.patch' (23,751) at 20230706080014745
25259 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/Kconfig' (23,752) at 20210308005003048
25260 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/sigbus.c' (23,753) at 20230925080040101
25261 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_defconfig' (23,754) at 20210308005003244
25262 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/common/early_init.S' (23,755) at 20210308005003004
25263 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp-sabresd-u-boot.dtsi' (23,756) at 20210308005002584
25264 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb-nanopi-k2-u-boot.dtsi' (23,757) at 20210308005002596
25265 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/rpu-ready-deassert@.service' (23,758) at 20241029080011439
25266 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/OWNERS' (23,759) at 20220723030030949
25267 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/qemuboot-x86.inc' (23,760) at 20230401080011963
25268 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/omicron/calimain/calimain.c' (23,761) at 20210308005003028
25269 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-poweron.service' (23,762) at 20220119040023072
25270 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (23,763) at 20240313080014688
25271 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/signal.py' (23,764) at 20230427080038314
25272 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/download-lockfile.py' (23,765) at 20230804080018087
25273 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Fix-build-errors-with-clang.patch' (23,766) at 20210307205553842
25274 2025-10-05 03:01:03.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzicond.c.inc' (23,767) at 20230925080040061
25275 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/sbf_dram_init.S' (23,768) at 20210308005002972
25276 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-1m-main.inc' (23,769) at 20210905000020581
25277 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/emulation.c' (23,770) at 20210308005045953
25278 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/ac97.h' (23,771) at 20230426080043680
25279 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/LICENSE' (23,772) at 20210308005133997
25280 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/Makefile' (23,773) at 20210308005003740
25281 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/quote_cctype.patch' (23,774) at 20230706080014745
25282 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/vrm@5d.conf' (23,775) at 20210602100023153
25283 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v73_scalar.c' (23,776) at 20230925080040097
25284 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/0001-Fix-compilation-with-GCC10.patch' (23,777) at 20210307205553738
25285 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_SDCARD_defconfig' (23,778) at 20210308005003244
25286 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-2.0-UK' (23,779) at 20211006000025230
25287 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb' (23,780) at 20241221090017528
25288 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/MAINTAINERS' (23,781) at 20210308005003008
25289 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_network_manager.hpp' (23,782) at 20240822080023973
25290 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0002-Remove-maes-option-from-cross-compilation.patch' (23,783) at 20241221090017512
25291 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-reference-design-tablet.dtsi' (23,784) at 20210308005002620
25292 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/imx-regs.h' (23,785) at 20210308005002664
25293 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/model_206ax.c' (23,786) at 20210308005002856
25294 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/MAINTAINERS' (23,787) at 20210308005002988
25295 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0004-RH-use-rpm-optflags-if-present.patch' (23,788) at 20241221090017540
25296 2025-10-05 03:01:03.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/README.md' (23,789) at 20240807080035899
25297 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-member-case.json' (23,790) at 20210927100127469
25298 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (23,791) at 20230725080014621
25299 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/test-driver.c' (23,792) at 20210308005003740
25300 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/README' (23,793) at 20210308005002984
25301 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch' (23,794) at 20241221090017640
25302 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/ipmishell.c' (23,795) at 20210308004938832
25303 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/mfd/st-lpc.h' (23,796) at 20210308005003636
25304 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/Makefile' (23,797) at 20210308005002908
25305 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/.gitignore' (23,798) at 20211006000055234
25306 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/spl.c' (23,799) at 20210308005002844
25307 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/group.hpp' (23,800) at 20240828080025975
25308 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8568MDS_defconfig' (23,801) at 20210308005003240
25309 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinumavc_onenand_defconfig' (23,802) at 20210308005003284
25310 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_partition_exists.cpp' (23,803) at 20220922030007675
25311 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/imximage.cfg' (23,804) at 20210308005003080
25312 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_mc_id.robot' (23,805) at 20240628080017117
25313 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/guruplug_defconfig' (23,806) at 20210308005003260
25314 2025-10-05 03:01:03.219-0500 FINEST t466 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' (23,807) at 20241221090017504
25315 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/eject-2.1.1-verbose.patch' (23,808) at 20210307205553966
25316 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/LICENSE' (23,809) at 20210308005111461
25317 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Agnas' (23,810) at 20210307205553778
25318 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/service_files/yaml/phosphor-fan-control-init@.service' (23,811) at 20220819030023849
25319 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_common.h' (23,812) at 20210308005003764
25320 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/nemora.cpp' (23,813) at 20240817080006811
25321 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensors.cpp' (23,814) at 20240817080031292
25322 2025-10-05 03:01:03.219-0500 FINEST t466 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' (23,815) at 20210307205553854
25323 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/sdeventplus.wrap' (23,816) at 20220326030026474
25324 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/firejail.py' (23,817) at 20220721030015849
25325 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.c' (23,818) at 20210308005046541
25326 2025-10-05 03:01:03.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/rsa-mod-exp.c' (23,819) at 20210308005003712
25327 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-m3ulcb.dts' (23,820) at 20210308005002600
25328 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/board.c' (23,821) at 20210308005003004
25329 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/allow_os_with_assess.patch' (23,822) at 20230706080014765
25330 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/riotboard_defconfig' (23,823) at 20210308005003276
25331 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/volatiles.58_radiusd' (23,824) at 20210307205553810
25332 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpmng.c' (23,825) at 20210308005003432
25333 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/rk3128.c' (23,826) at 20210308005002772
25334 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Knared' (23,827) at 20210307205553786
25335 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Pecs-Siklos' (23,828) at 20210307205553774
25336 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rockchip-core.c' (23,829) at 20210308005003464
25337 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/good/FRU_Master.json' (23,830) at 20221213040036917
25338 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/Kconfig' (23,831) at 20210308005003548
25339 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/jz4780_efuse.c' (23,832) at 20210308005003400
25340 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/section_factory.hpp' (23,833) at 20210308005049137
25341 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfltui.c' (23,834) at 20210308005046529
25342 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cbfs/Kconfig' (23,835) at 20210308005003544
25343 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb' (23,836) at 20241221090017576
25344 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol_module.hpp' (23,837) at 20210308005051513
25345 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/update-documentation-conf' (23,838) at 20210307205554382
25346 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/bootm.c' (23,839) at 20210308005002804
25347 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/qht-bench.c' (23,840) at 20220429100100874
25348 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/sparc64/safe-syscall.inc.S' (23,841) at 20220429100100406
25349 2025-10-05 03:01:03.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ThermalDirection.interface.yaml' (23,842) at 20230325080018472
25350 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unicode-DFS-2016' (23,843) at 20211006000025246
25351 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/crc7.h' (23,844) at 20210308005003656
25352 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/memory-device.h' (23,845) at 20240906080037332
25353 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (23,846) at 20240127090011884
25354 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_hs_evm_defconfig' (23,847) at 20210308005003248
25355 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32f429-evaluation.h' (23,848) at 20210308005003616
25356 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2_4.17.bb' (23,849) at 20210307205553690
25357 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/kronosnet/kronosnet/0001-links.c-Fix-build-with-gcc-12.patch' (23,850) at 20230317080013785
25358 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_config.hpp' (23,851) at 20230516080019602
25359 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/MAINTAINERS' (23,852) at 20210308005003016
25360 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/meson.options' (23,853) at 20230817080043449
25361 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_SDCARD_defconfig' (23,854) at 20210308005003244
25362 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/berkeley-testfloat-3/meson.build' (23,855) at 20230925080039997
25363 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/fman.c' (23,856) at 20210308005002960
25364 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.json' (23,857) at 20210308005046401
25365 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_evm_usbhost_boot_defconfig' (23,858) at 20210308005003248
25366 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/xen/meson.build' (23,859) at 20210308005045725
25367 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/0002-timing.c-Fix-format-security-errors.patch' (23,860) at 20230706080014753
25368 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mvebu_armada-37xx.h' (23,861) at 20210308005003604
25369 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-dmabuf.c' (23,862) at 20240326080039434
25370 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/bootimg-biosplusefi.py' (23,863) at 20210307205554638
25371 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/s3c24x0_i2c.c' (23,864) at 20210308005003384
25372 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/string-input-visitor.h' (23,865) at 20210308005046041
25373 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Outakoski' (23,866) at 20210307205553774
25374 2025-10-05 03:01:03.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/call64.S' (23,867) at 20210308005002856
25375 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/onenand.c' (23,868) at 20210308005003540
25376 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/uadk-compression.rst' (23,869) at 20240906080037172
25377 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/mdio-tools.inc' (23,870) at 20240113090014536
25378 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/trace-events' (23,871) at 20230925080039885
25379 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/cpld.h' (23,872) at 20210308005002960
25380 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-4.conf' (23,873) at 20210307205554082
25381 2025-10-05 03:01:03.222-0500 FINEST t466 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' (23,874) at 20210307205553934
25382 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lprng/lprng_3.8.C.bb' (23,875) at 20241221090017516
25383 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector-systemd-links.inc' (23,876) at 20221111040020385
25384 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/RedundancyPriority.interface.yaml' (23,877) at 20220315030032667
25385 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3036_common.h' (23,878) at 20210308005003612
25386 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/wrap.c.inc' (23,879) at 20210927100127465
25387 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch' (23,880) at 20230706080014765
25388 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/access_control/test_obmc_gui_ldap.robot' (23,881) at 20210308005007104
25389 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/s390x/host-signal.h' (23,882) at 20230925080039941
25390 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-config-validator.cpp' (23,883) at 20240824080021954
25391 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sandbox_sdl.c' (23,884) at 20210308005003532
25392 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/image-fuzzer/qcow2/__init__.py' (23,885) at 20210308005046393
25393 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/MAINTAINERS' (23,886) at 20210308005002952
25394 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/dealloc-visitor.h' (23,887) at 20210308005046041
25395 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/Hoth.interface.yaml' (23,888) at 20240618080025497
25396 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/posix_types.h' (23,889) at 20210308005002816
25397 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/services.cpp' (23,890) at 20240530080026674
25398 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi2.conf' (23,891) at 20221003030013293
25399 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sdhci-cadence.c' (23,892) at 20210308005003408
25400 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/postcode-7seg@.service' (23,893) at 20210308005116685
25401 2025-10-05 03:01:03.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/utils.cpp' (23,894) at 20230427080033062
25402 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/nlohmann_json.wrap' (23,895) at 20231208090026017
25403 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/MAINTAINERS' (23,896) at 20210308005003072
25404 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-adafruit-platformdetect_3.27.0.bb' (23,897) at 20220823030015959
25405 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/.prettierrc.yaml' (23,898) at 20230404080007402
25406 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/payload.c' (23,899) at 20210308005002952
25407 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/posixtm.h' (23,900) at 20210307205554558
25408 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/sensors.md' (23,901) at 20240807080019546
25409 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32l4x5_rcc.h' (23,902) at 20240906080037336
25410 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vf610twr_defconfig' (23,903) at 20210308005003284
25411 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/README.md' (23,904) at 20240812080034496
25412 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/presence_detection.hpp' (23,905) at 20210914000041091
25413 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (23,906) at 20210911000017986
25414 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8536DS.h' (23,907) at 20210308005003576
25415 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/display.c' (23,908) at 20210308005003208
25416 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/law.c' (23,909) at 20210308005002992
25417 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/ddr.c' (23,910) at 20210308005003012
25418 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hofors' (23,911) at 20210307205553782
25419 2025-10-05 03:01:03.223-0500 FINEST t466 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' (23,912) at 20241221090017484
25420 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.2.rst' (23,913) at 20241221090017596
25421 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mc_me_regs.h' (23,914) at 20210308005002664
25422 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_network_manager.hpp' (23,915) at 20240822080023969
25423 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/Makefile' (23,916) at 20210308005003032
25424 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_thor.c' (23,917) at 20210308005003508
25425 2025-10-05 03:01:03.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/write_verification_error.hpp' (23,918) at 20240817080031296
25426 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/README.smc91111_eeprom' (23,919) at 20210308005003544
25427 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/q800-glue.h' (23,920) at 20240906080037332
25428 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/Kconfig' (23,921) at 20210308005002920
25429 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/gxp-bootblock.bb' (23,922) at 20230413080015624
25430 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/registry_example.json' (23,923) at 20240124090024203
25431 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mxsrtc.c' (23,924) at 20210308005003480
25432 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/fsp_configs.c' (23,925) at 20210308005002852
25433 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.0/index.html' (23,926) at 20210307205554246
25434 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/trace-events' (23,927) at 20230925080039873
25435 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4412.dtsi' (23,928) at 20210308005002580
25436 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/sdhci.c' (23,929) at 20221215040039374
25437 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/227' (23,930) at 20240906080037564
25438 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/en-gb' (23,931) at 20210308005046145
25439 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig' (23,932) at 20210308005003236
25440 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_w.c' (23,933) at 20210308005046517
25441 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/example/ucd90160.yaml' (23,934) at 20221213040033301
25442 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/at91_emac.c' (23,935) at 20210308005003424
25443 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/armflash.c' (23,936) at 20210308005003204
25444 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/Makefile' (23,937) at 20210308005002804
25445 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/phodav_3.0.bb' (23,938) at 20231126090012785
25446 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/fsl_dma.c' (23,939) at 20210308005003372
25447 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/controllers/system-overview-controller.html' (23,940) at 20210308005107077
25448 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/usb_kbd.c' (23,941) at 20210308005003232
25449 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc83xxads' (23,942) at 20210308005003296
25450 2025-10-05 03:01:03.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_dspi.h' (23,943) at 20210308005003648
25451 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/pulseaudio/releases/index.html' (23,944) at 20210307205554250
25452 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/syscallhdr.sh' (23,945) at 20241211090212378
25453 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-i2c.h' (23,946) at 20210308005002656
25454 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch' (23,947) at 20210307205554478
25455 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/syscon_rk3188.c' (23,948) at 20210308005002772
25456 2025-10-05 03:01:03.225-0500 FINEST t466 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' (23,949) at 20230706080014741
25457 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_i66_defconfig' (23,950) at 20210308005003236
25458 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetection.v1_1_0.json' (23,951) at 20240918080002720
25459 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-at91-pio4.c' (23,952) at 20210308005003460
25460 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/display5.h' (23,953) at 20210308005003592
25461 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/tegra186-reset.c' (23,954) at 20210308005003480
25462 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-5.2.rst' (23,955) at 20241221090017592
25463 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/OWNERS' (23,956) at 20240410080019593
25464 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Barr' (23,957) at 20211006000025230
25465 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/czmq_4.2.1.bb' (23,958) at 20241221090017508
25466 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-cmd-manager.cpp' (23,959) at 20240724080026572
25467 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.seabios-128k' (23,960) at 20240326080039626
25468 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl_mdio.c' (23,961) at 20210308005003432
25469 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/Makefile' (23,962) at 20210308005002544
25470 2025-10-05 03:01:03.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/hash.c' (23,963) at 20210308005003212
25471 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Processor.v1_20_1.json' (23,964) at 20240824080002938
25472 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/setup-local-eid.conf' (23,965) at 20240828080010887
25473 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/LICENSE' (23,966) at 20210308005121085
25474 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/Makefile' (23,967) at 20210308005003472
25475 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_private.h' (23,968) at 20210308005003696
25476 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/tcg.py' (23,969) at 20210308005046245
25477 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/runtime_warning.hpp' (23,970) at 20241211090205458
25478 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/tmu_csr.h' (23,971) at 20210308005003676
25479 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (23,972) at 20240206090017943
25480 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/vsc3316_3308.h' (23,973) at 20210308005002960
25481 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeFunctionCollection.json' (23,974) at 20240619080002952
25482 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_sh.c' (23,975) at 20210308005003484
25483 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/sdbusplus.wrap' (23,976) at 20220412175720090
25484 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/aoe-stat-no-bashism.patch' (23,977) at 20210307205553834
25485 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-kernel/linux/linux-aspeed/e3c256d4i.cfg' (23,978) at 20240120090012778
25486 2025-10-05 03:01:03.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/phosphor-logging.wrap' (23,979) at 20230602080024184
25487 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/ncsi_test.cpp' (23,980) at 20240817080006811
25488 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/Makefile' (23,981) at 20210308005002548
25489 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_addv_w.c' (23,982) at 20210308005046513
25490 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/lowlevel_init.S' (23,983) at 20210308005002824
25491 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0006-start-lvm2-monitor.service-after-tmp.mount.patch' (23,984) at 20241206090014262
25492 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/socfpga_gen5.c' (23,985) at 20210308005003376
25493 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_bsel_v.c' (23,986) at 20210308005046509
25494 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RPSL-1.0' (23,987) at 20210307205554426
25495 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv-xventana.h' (23,988) at 20230925080039841
25496 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/Makefile' (23,989) at 20210308005002984
25497 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/keyprogram.c' (23,990) at 20210308005003000
25498 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qemu-img-close-errors.out' (23,991) at 20230426080043944
25499 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/README' (23,992) at 20210307205554266
25500 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/stm32_rcc.c' (23,993) at 20210308005003400
25501 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libdaemon/libdaemon/fix-includes.patch' (23,994) at 20210307205554618
25502 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_fcntl.h' (23,995) at 20210308005046085
25503 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/am335x-fb.h' (23,996) at 20210308005003520
25504 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_w.c' (23,997) at 20210308005046521
25505 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/start.S' (23,998) at 20210308005002952
25506 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-snd.h' (23,999) at 20240906080037340
25507 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/JasPer-2.0' (24,000) at 20211006000025238
25508 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/parsec-tmpfiles.conf' (24,001) at 20220612030016735
25509 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SMLNJ' (24,002) at 20211006000025242
25510 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pcm051_rev1_defconfig' (24,003) at 20210308005003272
25511 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_defconfig' (24,004) at 20210308005003264
25512 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvsbyn' (24,005) at 20210307205553778
25513 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/beagle/Makefile' (24,006) at 20210308005003076
25514 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/optee.py' (24,007) at 20241221090017468
25515 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb' (24,008) at 20241221090017528
25516 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/platinum.h' (24,009) at 20210308005002920
25517 2025-10-05 03:01:03.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mips/cps.h' (24,010) at 20241211090212362
25518 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb' (24,011) at 20241221090017524
25519 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loader.h' (24,012) at 20240326080039558
25520 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/util.c' (24,013) at 20210308005003736
25521 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axs103.dts' (24,014) at 20210308005002544
25522 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/flight_recorder.hpp' (24,015) at 20240819080030251
25523 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/axi.h' (24,016) at 20210308005002848
25524 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/exception.cpp' (24,017) at 20230511080043139
25525 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ioh3420-test.c' (24,018) at 20210308005046477
25526 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040D4RDB_SPIFLASH_defconfig' (24,019) at 20210308005003244
25527 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/rust.py' (24,020) at 20221104030017453
25528 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/fastboot.c' (24,021) at 20210308005003720
25529 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-puma-ddr1600.dts' (24,022) at 20210308005002608
25530 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-neon.xml' (24,023) at 20240326080039410
25531 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gavle_Skogmur' (24,024) at 20210307205553782
25532 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/meson_options.txt' (24,025) at 20230629131804615
25533 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/OWNERS' (24,026) at 20241113090034549
25534 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-x86/chassis/x86-power-control/power-config-host0.json' (24,027) at 20211023000030219
25535 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc2' (24,028) at 20210308005003736
25536 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/spear_gpio.c' (24,029) at 20210308005003380
25537 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958300k-ns/MAINTAINERS' (24,030) at 20210308005002940
25538 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/reformat_sysconfig.py' (24,031) at 20211007100024299
25539 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/edu.rst' (24,032) at 20240326080039406
25540 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/axi.c' (24,033) at 20210308005003204
25541 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/xpress.c' (24,034) at 20210308005002944
25542 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Molndal_Vasterberget' (24,035) at 20210307205553786
25543 2025-10-05 03:01:03.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/enums.py' (24,036) at 20210308005048033
25544 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/wdt.h' (24,037) at 20210308005003692
25545 2025-10-05 03:01:03.229-0500 FINEST t466 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' (24,038) at 20240904080027738
25546 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps65910.c' (24,039) at 20210308005003472
25547 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/libmctp/libmctp_%.bbappend' (24,040) at 20241206090014234
25548 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/prcm.h' (24,041) at 20210308005002668
25549 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/cpu/nios2.txt' (24,042) at 20210308005003304
25550 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compal/paz00/MAINTAINERS' (24,043) at 20210308005002944
25551 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/argument.cpp' (24,044) at 20210308005109241
25552 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/LICENSE' (24,045) at 20210308005122761
25553 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kwbimage.c' (24,046) at 20210308005003764
25554 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/test_unlink.py' (24,047) at 20210308005003744
25555 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/Makefile' (24,048) at 20210308005002552
25556 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.80.0.bb' (24,049) at 20241206090014246
25557 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config_mgr.hpp' (24,050) at 20240822080027617
25558 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/DriveMetrics.v1_2_1.json' (24,051) at 20240619080002944
25559 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/gpio.h' (24,052) at 20210308005002640
25560 2025-10-05 03:01:03.229-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/exception_level.c' (24,053) at 20210308005002556
25561 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/image-android-dt.h' (24,054) at 20210308005003652
25562 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-guest-agent.service' (24,055) at 20210308005045773
25563 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-classes_0.4.1.bb' (24,056) at 20241221090017548
25564 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/tegra.h' (24,057) at 20210308005002672
25565 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Panel_LocationCode.json' (24,058) at 20221213040036921
25566 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/Kconfig' (24,059) at 20210308005003036
25567 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/fw_update_watch.hpp' (24,060) at 20220726100019890
25568 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/hyperv.rst' (24,061) at 20241211090212238
25569 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-kernel/linux/linux-aspeed/g220a.cfg' (24,062) at 20210307205553674
25570 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/hid.c' (24,063) at 20240906080037236
25571 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1025RDB_NAND_defconfig' (24,064) at 20210308005003240
25572 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bg0900.h' (24,065) at 20210308005003588
25573 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_link_defconfig' (24,066) at 20210308005003252
25574 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/diu_ch7301.h' (24,067) at 20210308005002960
25575 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/utility/aspeed.hpp' (24,068) at 20230713080009164
25576 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/mailbox_s10.c' (24,069) at 20210308005002780
25577 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0001-fix-negative-shift-constants.patch' (24,070) at 20230706080014753
25578 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/chassis/avsbus-control/avsbus-control.sh' (24,071) at 20230419080018958
25579 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-invariants-only' (24,072) at 20211006000025234
25580 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/network/phosphor-network_%.bbappend' (24,073) at 20241226090016127
25581 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/Makefile' (24,074) at 20210308005003348
25582 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_env.c' (24,075) at 20210308005003340
25583 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb' (24,076) at 20230919080013990
25584 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/Raw.interface.yaml' (24,077) at 20241120090018888
25585 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/gic_internal.h' (24,078) at 20240906080037240
25586 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pxa_lcd.h' (24,079) at 20210308005003680
25587 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/sections.h' (24,080) at 20210308005002844
25588 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-itead-ibox.dts' (24,081) at 20210308005002624
25589 2025-10-05 03:01:03.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.qemu-arm' (24,082) at 20210308005003296
25590 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xsp/xsp/xsp-fix-pc.patch' (24,083) at 20230706080014753
25591 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/thermal/ti_soc_thermal.txt' (24,084) at 20210308005003328
25592 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/clk-exynos7420.c' (24,085) at 20210308005003348
25593 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/type.h' (24,086) at 20210308005003560
25594 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/Kconfig' (24,087) at 20210308005002728
25595 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx_git.bb' (24,088) at 20220204040022564
25596 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/board.c' (24,089) at 20210308005003168
25597 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/baremetal.py' (24,090) at 20230114040015530
25598 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Varpaisjarvi_Honkamaki' (24,091) at 20210307205553774
25599 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/directives/kvm-console.js' (24,092) at 20210308005107077
25600 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/npth/npth_1.8.bb' (24,093) at 20241221090017696
25601 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/check-memfree.py' (24,094) at 20230401080011971
25602 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/fsl_dspi.c' (24,095) at 20210308005003492
25603 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/LICENSE' (24,096) at 20220105012522959
25604 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/COPYING.apache-2.0' (24,097) at 20210525000021199
25605 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fsl_ls1_serdes.c' (24,098) at 20210308005002552
25606 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-mxs.c' (24,099) at 20210308005003512
25607 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/phosphor-snmp.wrap' (24,100) at 20220625030026176
25608 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/asm-offsets.c' (24,101) at 20230720080043543
25609 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.json' (24,102) at 20210308005046397
25610 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/source_file_format.txt' (24,103) at 20210308005003332
25611 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-definition.md' (24,104) at 20240809080017263
25612 2025-10-05 03:01:03.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_write_unittest.cpp' (24,105) at 20240817080027252
25613 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/configs/com.ibm.Hardware.Chassis.Model.Everest.json' (24,106) at 20240817080028024
25614 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/devilspie/devilspie2_0.44.bb' (24,107) at 20241206090014234
25615 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-inventory-example/inventory' (24,108) at 20210307205554054
25616 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_and.c' (24,109) at 20210308005046525
25617 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis_imx6_nospl_com_defconfig' (24,110) at 20210308005003248
25618 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-configure.ac.in-not-check-clang-on-host.patch' (24,111) at 20220402030015911
25619 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/hotplug-stubs.c' (24,112) at 20240906080037444
25620 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuppc64.txt' (24,113) at 20240106090017261
25621 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/glossary.md' (24,114) at 20221209040006399
25622 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_pnor_partition_table.cpp' (24,115) at 20210308005108645
25623 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/cbfs.c' (24,116) at 20210308005003208
25624 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.2.2' (24,117) at 20211006000025242
25625 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/reset_manager_arria10.h' (24,118) at 20210308005002780
25626 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp-log.h' (24,119) at 20241219090010504
25627 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-bmips/Makefile' (24,120) at 20210308005002820
25628 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_encoder_json.hpp' (24,121) at 20240106090013589
25629 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-all.bb' (24,122) at 20231014080011723
25630 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/use-native-pkg-config.patch' (24,123) at 20230706080014765
25631 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bmc-verify.target.in' (24,124) at 20210308005120349
25632 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/dbus-display-test.c' (24,125) at 20241211090212546
25633 2025-10-05 03:01:03.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/graphene/files/float-div.patch' (24,126) at 20230919080013990
25634 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/Makefile' (24,127) at 20210308005003004
25635 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6368-dma.h' (24,128) at 20210308005003636
25636 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/master.c' (24,129) at 20210308005003552
25637 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf_rss.c' (24,130) at 20241211090212242
25638 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/links2.desktop' (24,131) at 20210307205553982
25639 2025-10-05 03:01:03.234-0500 FINEST t466 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' (24,132) at 20230114040015494
25640 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/templates/default/bblayers.conf.sample' (24,133) at 20220910030013373
25641 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Munkfors' (24,134) at 20210307205553786
25642 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/setup.cfg' (24,135) at 20210308004922940
25643 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/lowlevel_init.S' (24,136) at 20210308005002980
25644 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_s_ph.c' (24,137) at 20210308005046505
25645 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/e2220-1170/Makefile' (24,138) at 20210308005003024
25646 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pcnet-test.c' (24,139) at 20221215040039378
25647 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a77995-sysc.h' (24,140) at 20210308005003640
25648 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb' (24,141) at 20241206090014338
25649 2025-10-05 03:01:03.234-0500 FINEST t466 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' (24,142) at 20221003030013285
25650 2025-10-05 03:01:03.234-0500 FINEST t466 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' (24,143) at 20230706080014745
25651 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000x_common.c' (24,144) at 20230925080039885
25652 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Molnbo_Tallstugan' (24,145) at 20210307205553786
25653 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-avatar.svg' (24,146) at 20210308005107065
25654 2025-10-05 03:01:03.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-a10-ccm.h' (24,147) at 20230426080043764
25655 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nilsia_Keski-Siikajarvi' (24,148) at 20210307205553770
25656 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/Kconfig' (24,149) at 20241211090212338
25657 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/tpm-hmp-cmds.c' (24,150) at 20240326080039634
25658 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/onenand_uboot.c' (24,151) at 20210308005003416
25659 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorflarke' (24,152) at 20210307205553790
25660 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-implicit.err' (24,153) at 20230925080040089
25661 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/fd.c' (24,154) at 20241211090212386
25662 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake/CMakeLists.txt' (24,155) at 20230401080011943
25663 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed-check.c' (24,156) at 20230925080039829
25664 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/builder/_html5lib.py' (24,157) at 20241206090014290
25665 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/systemd/qemu-pr-helper.socket' (24,158) at 20210308005045773
25666 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvduse/libvduse.h' (24,159) at 20221215040039274
25667 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_world.h' (24,160) at 20210308005045921
25668 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/amcore/Makefile' (24,161) at 20210308005003056
25669 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/isic/files/isic-0.07-netinet.patch' (24,162) at 20230706080014769
25670 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-raspberrypi/conf/templates/default/conf-notes.txt' (24,163) at 20220913030020492
25671 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/p9-cfam-override.bb' (24,164) at 20241206090014270
25672 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/Makefile' (24,165) at 20210308005002548
25673 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/xor.h' (24,166) at 20210308005003368
25674 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/eth.c' (24,167) at 20210308005003432
25675 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/segfault.c' (24,168) at 20240906080037580
25676 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-obmc-yaml-providers.bbappend' (24,169) at 20210307205554054
25677 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/m68k_irqc.h' (24,170) at 20240326080039538
25678 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/imx6q.c' (24,171) at 20210308005002956
25679 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/qts/pll_config.h' (24,172) at 20210308005003052
25680 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/replay.rst' (24,173) at 20240906080037180
25681 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/files/adduser-add-M-option-for-useradd.patch' (24,174) at 20210307205554006
25682 2025-10-05 03:01:03.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (24,175) at 20210823100016972
25683 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFAP-no-warranty-disclaimer' (24,176) at 20241221090017616
25684 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/MAINTAINERS' (24,177) at 20210308005002956
25685 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/CLI11.wrap' (24,178) at 20220408100045889
25686 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zed_defconfig' (24,179) at 20210308005003288
25687 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyflashbmc/Makefile' (24,180) at 20210308004922932
25688 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__operation_states.hpp' (24,181) at 20241219090033964
25689 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/dataplane/meson.build' (24,182) at 20240906080037204
25690 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/crc8.h' (24,183) at 20210308005003656
25691 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/sparc64-softmmu/default.mak' (24,184) at 20240906080037160
25692 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_histogram_row.h' (24,185) at 20220429100100942
25693 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.2.rst' (24,186) at 20241221090017596
25694 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/kdump.conf' (24,187) at 20210307205554598
25695 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_errno_defs.h' (24,188) at 20210927100127273
25696 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/cpld.h' (24,189) at 20210308005002992
25697 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/start.S' (24,190) at 20210308005002800
25698 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm2835.h' (24,191) at 20210308005003632
25699 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/twl6030.h' (24,192) at 20210308005003688
25700 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-2.1-or-later' (24,193) at 20210316000012717
25701 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/populate-volatile.sh' (24,194) at 20220405030025645
25702 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Tpm_LocationCode.json' (24,195) at 20221213040036921
25703 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_h.c' (24,196) at 20210308005046509
25704 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0004-Use-BUILD_DATE-to-improve-reproducibility.patch' (24,197) at 20210407000018082
25705 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/dump_flash.cpp' (24,198) at 20230809080010803
25706 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Innsbruck' (24,199) at 20210307205553758
25707 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm019_dc5_defconfig' (24,200) at 20210308005003288
25708 2025-10-05 03:01:03.236-0500 FINEST t466 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' (24,201) at 20210307205554094
25709 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/Makefile' (24,202) at 20210308005003040
25710 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/086' (24,203) at 20210927100127481
25711 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/processor.h' (24,204) at 20210308005002824
25712 2025-10-05 03:01:03.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/fdt-fixup.txt' (24,205) at 20210308005003328
25713 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_elf.h' (24,206) at 20240326080039394
25714 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-2.5' (24,207) at 20210307205554418
25715 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/0006-CA_SET_PID.patch' (24,208) at 20230503080014579
25716 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/templates/default/local.conf.sample' (24,209) at 20241221090017484
25717 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Connector/Embedded.interface.yaml' (24,210) at 20220430030026016
25718 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession' (24,211) at 20210307205554586
25719 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/igmpproxy/igmpproxy_0.3.bb' (24,212) at 20220402030015903
25720 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/cache.c' (24,213) at 20210308005002548
25721 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0004-Define-__SWORD_TYPE-if-not-defined-by-libc.patch' (24,214) at 20220402030016007
25722 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/t1024_pbi.cfg' (24,215) at 20210308005002992
25723 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-reset-warm.service' (24,216) at 20210810100021256
25724 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netspace_max_v2_defconfig' (24,217) at 20210308005003272
25725 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sulkava_Vaatalanmaki' (24,218) at 20210307205553774
25726 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ncsi-failover@.service' (24,219) at 20220401030010887
25727 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/server/__init__.py' (24,220) at 20210307205554242
25728 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/xenbus.h' (24,221) at 20240326080039546
25729 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/main.cpp' (24,222) at 20240820080007201
25730 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/fdt_util.py' (24,223) at 20210308005003760
25731 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/global_data.h' (24,224) at 20210308005002888
25732 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/malloc-pc.h' (24,225) at 20221215040039374
25733 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/security-client-image.bb' (24,226) at 20210307205554118
25734 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AsiaSat3S_C-105.5E' (24,227) at 20210307205553758
25735 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmuh.c' (24,228) at 20210308005046525
25736 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/osd/gdsys,ihs_video_out.txt' (24,229) at 20210308005003328
25737 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/vdso.ld' (24,230) at 20240326080039558
25738 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/progress.hpp' (24,231) at 20210308005120365
25739 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_matrix.h' (24,232) at 20210308005002716
25740 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/tablefilter.py' (24,233) at 20210307205554282
25741 2025-10-05 03:01:03.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/pnmstitch' (24,234) at 20241221090017620
25742 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/rmcp.h' (24,235) at 20210308004938836
25743 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8536DS_SPIFLASH_defconfig' (24,236) at 20210308005003240
25744 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/fsl_mmdc.c' (24,237) at 20210308005003360
25745 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/imx-regs.h' (24,238) at 20210308005002644
25746 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console/obmc-console@.service' (24,239) at 20211105000026763
25747 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_syscall.h' (24,240) at 20221215040039206
25748 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/pci.c' (24,241) at 20210308005002996
25749 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/phosphor-wait-power-off@.service' (24,242) at 20240625080012792
25750 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mvgbe.h' (24,243) at 20210308005003436
25751 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci-aardvark.c' (24,244) at 20210308005003448
25752 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0001-lxdm.conf.in-blacklist-root-for-release-images.patch' (24,245) at 20210307205553946
25753 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Roznava' (24,246) at 20210307205553794
25754 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/test-ovf.c' (24,247) at 20210308005046489
25755 2025-10-05 03:01:03.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Bmc_VW10.json' (24,248) at 20221213040036917
25756 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/configs/com.ibm.Hardware.Chassis.Model.Rainier1S4U.json' (24,249) at 20240817080028024
25757 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-wexler-tab7200.dts' (24,250) at 20210308005002624
25758 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0008-Do-not-embed-build-directory-in-binaries.patch' (24,251) at 20230131040012035
25759 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/task.h' (24,252) at 20240906080037340
25760 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/file/Makefile.am.include' (24,253) at 20210308005100993
25761 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/crossguid/crossguid_0.2.2.bb' (24,254) at 20240413080012643
25762 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/greatlakes/gpio_desc.json' (24,255) at 20221207040007843
25763 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_mmc.h' (24,256) at 20210308005002680
25764 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (24,257) at 20210813100029652
25765 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm720t/start.S' (24,258) at 20210308005002544
25766 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json.json' (24,259) at 20240709145403781
25767 2025-10-05 03:01:03.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/Kconfig' (24,260) at 20210308005003472
25768 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (24,261) at 20230120040014546
25769 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.24/index.html' (24,262) at 20210307205554246
25770 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/mapper.h' (24,263) at 20241101080034432
25771 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/condense_policy.py' (24,264) at 20221209040009403
25772 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/meson.build' (24,265) at 20210308005053409
25773 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/sys_proto.h' (24,266) at 20210308005002652
25774 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/sha256sum.cfg' (24,267) at 20241221090017636
25775 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/read_fru_data.cpp' (24,268) at 20240829080022542
25776 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-m9.dts' (24,269) at 20210308005002620
25777 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Fair' (24,270) at 20210307205554422
25778 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/duplicate-key.err' (24,271) at 20210308005046405
25779 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/dram_sun5i_auto.c' (24,272) at 20210308005003056
25780 2025-10-05 03:01:03.240-0500 FINEST t466 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' (24,273) at 20221003030013269
25781 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/0001-wd_keepalive.service-use-run-instead-of-var-run.patch' (24,274) at 20210307205554574
25782 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tomlplusplus/files/run-ptest' (24,275) at 20241221090017516
25783 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb' (24,276) at 20241221090017536
25784 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/led/led_bcm6328.c' (24,277) at 20210308005003384
25785 2025-10-05 03:01:03.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/board.c' (24,278) at 20210308005002952
25786 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dirty-bitmap.c' (24,279) at 20230426080043640
25787 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/exrl-ssm-early.S' (24,280) at 20230426080043952
25788 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4_xplained_nandflash_defconfig' (24,281) at 20210308005003276
25789 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_dsps.c' (24,282) at 20210308005003516
25790 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/login/controllers/login-controller.html' (24,283) at 20210308005107077
25791 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/imx-regs.h' (24,284) at 20210308005002652
25792 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvh.c.inc' (24,285) at 20241211090212514
25793 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato/index.theme' (24,286) at 20210307205554610
25794 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsisa32r6el-linux' (24,287) at 20241206090014350
25795 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.in' (24,288) at 20240106090017241
25796 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-virtual-pnor.inc' (24,289) at 20210307205554046
25797 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-authz-listfile.c' (24,290) at 20210927100127641
25798 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/pel_minimal.hpp' (24,291) at 20230516080019606
25799 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/LogServiceCollection.json' (24,292) at 20240619080002948
25800 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53ard/MAINTAINERS' (24,293) at 20210308005002984
25801 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sl.dtsi' (24,294) at 20210308005002588
25802 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch' (24,295) at 20230706080014757
25803 2025-10-05 03:01:03.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/run-ptest' (24,296) at 20210420000021562
25804 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb' (24,297) at 20241221090017544
25805 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch' (24,298) at 20230706080014737
25806 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_value_entry_encode_string_check.yaml' (24,299) at 20240908080010098
25807 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-mem.c' (24,300) at 20210308005003516
25808 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.json' (24,301) at 20210927100127469
25809 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mipi_display.h' (24,302) at 20210308005003672
25810 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/work_92105.c' (24,303) at 20210308005003168
25811 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/ip-to-fpga.bb' (24,304) at 20241206090014202
25812 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-qmp.h' (24,305) at 20240326080039514
25813 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/image_version.bbclass' (24,306) at 20230311090013139
25814 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/board_init.c' (24,307) at 20210308005002792
25815 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_36BIT_NAND_defconfig' (24,308) at 20210308005003240
25816 2025-10-05 03:01:03.242-0500 FINEST t466 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' (24,309) at 20240413080012627
25817 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0004-linux-syslinux-add-ext_file_read-and-ext_file_write.patch' (24,310) at 20220910030013425
25818 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb' (24,311) at 20220402030016183
25819 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cbmem_console.c' (24,312) at 20210308005003396
25820 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/HPSpecific.pm' (24,313) at 20220612030016735
25821 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-dram-pxs2.c' (24,314) at 20210308005002792
25822 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-Wu' (24,315) at 20241221090017616
25823 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5249evb/Kconfig' (24,316) at 20210308005002972
25824 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gx.dtsi' (24,317) at 20210308005002596
25825 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hex_test.h' (24,318) at 20230925080040097
25826 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colorfly_e708_q1_defconfig' (24,319) at 20210308005003252
25827 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0010_delete_layer_source_references.py' (24,320) at 20210307205554262
25828 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/Makefile' (24,321) at 20210308005003056
25829 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/Makefile' (24,322) at 20210308005003044
25830 2025-10-05 03:01:03.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/projectpage.js' (24,323) at 20231126090012817
25831 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/machine/dl385-g11.conf' (24,324) at 20231205090013445
25832 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/edid-generate.c' (24,325) at 20220429100100458
25833 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/README' (24,326) at 20210308005002968
25834 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/configvars.html' (24,327) at 20220402030016107
25835 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de1_soc.dts' (24,328) at 20210308005002612
25836 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_access.json' (24,329) at 20241031080012183
25837 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/softfloat_fpsp_tables.h' (24,330) at 20210308005046297
25838 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/hafnium/hafnium/0001-arm-hafnium-fix-kernel-tool-linking.patch' (24,331) at 20231126090012777
25839 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-bsc.c' (24,332) at 20210308005002552
25840 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.errors.yaml' (24,333) at 20230526080025851
25841 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/tuna/tuna_0.19.bb' (24,334) at 20231126090012805
25842 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/Makefile' (24,335) at 20210308005002972
25843 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_SRIO_PCIE_BOOT_defconfig' (24,336) at 20210308005003244
25844 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/lshrdi3.c' (24,337) at 20210308005002852
25845 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/clock.c' (24,338) at 20210308005002712
25846 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/single' (24,339) at 20220405030025645
25847 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8349_PCI_66_defconfig' (24,340) at 20210308005003280
25848 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb' (24,341) at 20241221090017560
25849 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/README' (24,342) at 20210308005003008
25850 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/nconf.gui.c' (24,343) at 20210308005003732
25851 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7793.dtsi' (24,344) at 20210308005002600
25852 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/arm_integrator_debug.h' (24,345) at 20210927100127237
25853 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Munkedal' (24,346) at 20210307205553786
25854 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/Kconfig' (24,347) at 20210308005002956
25855 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/packagegroup.py' (24,348) at 20220910030013397
25856 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/exception.h' (24,349) at 20221215040039318
25857 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/104' (24,350) at 20210927100127481
25858 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_verificationcompleted_unittest.cpp' (24,351) at 20210308005120353
25859 2025-10-05 03:01:03.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/.gitignore' (24,352) at 20210308005003748
25860 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/altera_tse.h' (24,353) at 20210308005003424
25861 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/meson.build' (24,354) at 20230925080039885
25862 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/i2s.c' (24,355) at 20210308005003740
25863 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/tinyxml2.wrap' (24,356) at 20240406080030804
25864 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/0001-make-Respect-variables-from-environement.patch' (24,357) at 20230706080014757
25865 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tplink/wdr4300/wdr4300.c' (24,358) at 20210308005003088
25866 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3128.c' (24,359) at 20210308005003476
25867 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/vsftpd-tcp_wrappers-support.patch' (24,360) at 20210905000020557
25868 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.err' (24,361) at 20210308005046397
25869 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_tuxrun.py' (24,362) at 20241211090212538
25870 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cpu-qom.h' (24,363) at 20240326080039710
25871 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/pmic.h' (24,364) at 20210308005003048
25872 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb' (24,365) at 20240413080012699
25873 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_usb.c' (24,366) at 20210308005003232
25874 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_bad_reg.dts' (24,367) at 20210308005003760
25875 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_phylib_all_drivers.h' (24,368) at 20210308005003572
25876 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/unaligned.h' (24,369) at 20210308005002708
25877 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntp-4.2.4_p6-nano.patch' (24,370) at 20230706080014741
25878 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/008_pack.dts' (24,371) at 20210308005003752
25879 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/clock-snapdragon.c' (24,372) at 20210308005002776
25880 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/fan_pwm.cpp' (24,373) at 20240817080026660
25881 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjurberget_Hemtjarn' (24,374) at 20210307205553778
25882 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-empty.err' (24,375) at 20210308005046397
25883 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/message.cpp' (24,376) at 20210308004942076
25884 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ASWF-Digital-Assets-1.1' (24,377) at 20241221090017612
25885 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amarula/vyasa-rk3288/Kconfig' (24,378) at 20210308005002912
25886 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/btrfs.c' (24,379) at 20210308005003544
25887 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.1/index.html' (24,380) at 20210307205554246
25888 2025-10-05 03:01:03.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/Collection.interface.yaml' (24,381) at 20241212090020527
25889 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/api.h' (24,382) at 20210308005003560
25890 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_kernel_cmdline_descriptor.h' (24,383) at 20210308005003708
25891 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_bad_reg2.dts' (24,384) at 20210308005003760
25892 2025-10-05 03:01:03.245-0500 FINEST t466 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' (24,385) at 20230706080014753
25893 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/spl.c' (24,386) at 20210308005002996
25894 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/VOSTROM' (24,387) at 20211006000025246
25895 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/mscc-common.c' (24,388) at 20210308005003456
25896 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/docs/structured-logging.md' (24,389) at 20241204090030111 to deleted uid set
25897 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm64-parsec.yml' (24,390) at 20210420000021570
25898 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/fans.json' (24,391) at 20231213090027086
25899 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_call.S' (24,392) at 20230426080043952
25900 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/armv7m_systick.h' (24,393) at 20220429100100570
25901 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx8mq_evk.h' (24,394) at 20210308005003596
25902 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/gevent/setup.cfg' (24,395) at 20210308004941624
25903 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/pf0100.c' (24,396) at 20210308005003084
25904 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_elf.h' (24,397) at 20210308005046073
25905 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/biosemu.c' (24,398) at 20210308005003336
25906 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/Kconfig' (24,399) at 20210308005002908
25907 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mc34704.h' (24,400) at 20210308005003672
25908 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8349ITX_defconfig' (24,401) at 20210308005003236
25909 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-watchdogdev_1.0.0.bb' (24,402) at 20230114040015486
25910 2025-10-05 03:01:03.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareCardsBmc.vue' (24,403) at 20241004080035967
25911 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Circuit.v1_8_1.json' (24,404) at 20240824080002934
25912 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/cpu.c' (24,405) at 20210308005002548
25913 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/ibm-ac-server/server.ttyVUART0.conf' (24,406) at 20240629080012188
25914 2025-10-05 03:01:03.246-0500 FINEST t466 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' (24,407) at 20240413080012651
25915 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/content-search.scss' (24,408) at 20210308005107073
25916 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-waitress_3.0.2.bb' (24,409) at 20241221090017560
25917 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/juce/projucer_git.bb' (24,410) at 20210307205553798
25918 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/sdbusplus.wrap' (24,411) at 20220326030026470
25919 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-boot/init_once.sh' (24,412) at 20230701080013908
25920 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0002-let-autotools-create-lxdm.conf.patch' (24,413) at 20230317080013793
25921 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0003-musl-fixes.patch' (24,414) at 20230706080014737
25922 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/tally_sheet.py' (24,415) at 20230217040016613
25923 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-errors/errors_watch.yaml' (24,416) at 20210307205554062
25924 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/Makefile' (24,417) at 20210308005003000
25925 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/cipher.h' (24,418) at 20241211090212354
25926 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/xyz.openbmc_project.Logging.service' (24,419) at 20230125040024786
25927 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/pi-blaster_git.bb' (24,420) at 20220502030010124
25928 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libndp/libndp/0001-libndp-Fix-signature-of-sendto-API.patch' (24,421) at 20241206090014246
25929 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/bbcontroller.py' (24,422) at 20210307205554262
25930 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/FactoryReset/index.js' (24,423) at 20220105012522995
25931 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/ddrphy_train.c' (24,424) at 20210308005003364
25932 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_tagscompat.h' (24,425) at 20210308005003556
25933 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/alpha.c' (24,426) at 20210308005045781
25934 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088aqds_tfa_defconfig' (24,427) at 20210308005003268
25935 2025-10-05 03:01:03.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/qemu-guest-agent.udev' (24,428) at 20230401080011975
25936 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77995-draak-u-boot.dts' (24,429) at 20210308005002604
25937 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/name.md' (24,430) at 20240807080019546
25938 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config.bbappend' (24,431) at 20210812000025162
25939 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb' (24,432) at 20241221090017544
25940 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_ioep.c' (24,433) at 20210308005003400
25941 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/MAINTAINERS' (24,434) at 20210308005003068
25942 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/aspeed.py' (24,435) at 20241211090212538
25943 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/remove-bitmap-from-backing' (24,436) at 20220429100100930
25944 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mxsimage.h' (24,437) at 20210308005003772
25945 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (24,438) at 20210307205554094
25946 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98088.c' (24,439) at 20210308005003488
25947 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb' (24,440) at 20231223090011731
25948 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/143' (24,441) at 20220429100100906
25949 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-portalocker/python3-portalocker/run-ptest' (24,442) at 20240413080012663
25950 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/qemu-block-drivers.rst' (24,443) at 20220429100100426
25951 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f746-disco/stm32f746-disco.c' (24,444) at 20210308005003056
25952 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/evm.h' (24,445) at 20210308005003080
25953 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_effecter/good/effecter_pdr.json' (24,446) at 20221213040036917
25954 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec_%.bbappend' (24,447) at 20230901080018206
25955 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dockstar_defconfig' (24,448) at 20210308005003256
25956 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fransta' (24,449) at 20210307205553782
25957 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-kernel/linux/linux-aspeed_%.bbappend' (24,450) at 20240727080014098
25958 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t1024_nand_rcw.cfg' (24,451) at 20210308005002992
25959 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/mox_sp.c' (24,452) at 20210308005002904
25960 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/Kconfig' (24,453) at 20210308005002856
25961 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/save-rtc.sh' (24,454) at 20220405030025645
25962 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_errno_defs.h' (24,455) at 20210927100127269
25963 2025-10-05 03:01:03.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_qb_ph.c' (24,456) at 20210308005046505
25964 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mips_cpc.h' (24,457) at 20210308005046021
25965 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7734.h' (24,458) at 20210308005002848
25966 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/influxdb.conf' (24,459) at 20210307205553890
25967 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.h' (24,460) at 20210308005003456
25968 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188-board.c' (24,461) at 20210308005002772
25969 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__manual_lifetime.hpp' (24,462) at 20241217090453703
25970 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0_1.26.4.bb' (24,463) at 20210608000015791
25971 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.lib' (24,464) at 20230302090047762
25972 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/gtbus_sun9i.c' (24,465) at 20210308005002784
25973 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600a0.h' (24,466) at 20210308005003596
25974 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser_error.hpp' (24,467) at 20240113090029504
25975 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ap121.dts' (24,468) at 20210308005002812
25976 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/Makefile' (24,469) at 20210308005003028
25977 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/yp-tools_2.14.bb' (24,470) at 20241206090014242
25978 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/bp_handler.cpp' (24,471) at 20220209040051853
25979 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/MAINTAINERS' (24,472) at 20210308005003024
25980 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qcow2-internal-snapshots' (24,473) at 20240906080037568
25981 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-system/kudo-entity-association-map.bb' (24,474) at 20241206090014226
25982 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_checkptrw.h' (24,475) at 20210308005003552
25983 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/cpu.c' (24,476) at 20210308005002768
25984 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/openscap/files/0001-CMakeLists.txt-fix-installation-directory-for-system.patch' (24,477) at 20241221090017576
25985 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/at91/at91.c' (24,478) at 20210308005003696
25986 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/p9-host-start.bbappend' (24,479) at 20210823100016972
25987 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/Makefile' (24,480) at 20210308005003412
25988 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.android-fastboot-protocol' (24,481) at 20210308005003292
25989 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-acpi.c' (24,482) at 20241211090212350
25990 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/power_button_profile_factory.hpp' (24,483) at 20241209090018856
25991 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7794-sysc.h' (24,484) at 20210308005003640
25992 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/syntax/bitbake.vim' (24,485) at 20240106090017245
25993 2025-10-05 03:01:03.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/utility.cpp' (24,486) at 20220728030043355
25994 2025-10-05 03:01:03.248-0500 FINEST t466 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' (24,487) at 20240106090017233
25995 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ide.c' (24,488) at 20210308005003212
25996 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/u-boot-spl.lds' (24,489) at 20210308005002712
25997 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__shared.hpp' (24,490) at 20241217090453707
25998 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-hexagon-cross.docker' (24,491) at 20240906080037560
25999 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston64r2el_defconfig' (24,492) at 20210308005003252
26000 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/mtjade-yaml-config.bb' (24,493) at 20241206090014202
26001 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-9.conf' (24,494) at 20210307205554082
26002 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_dictionary.h' (24,495) at 20241220090014034
26003 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_b.c' (24,496) at 20210308005046513
26004 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/r2dplus.c' (24,497) at 20210308005003036
26005 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_ph.c' (24,498) at 20210308005046505
26006 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m01406c440a.dtsi' (24,499) at 20210308005002868
26007 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (24,500) at 20230209040014209
26008 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/clear-once/clear-once.bb' (24,501) at 20241206090014274
26009 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/ppa.h' (24,502) at 20210308005002640
26010 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/read_write_overlap.c' (24,503) at 20230925080040097
26011 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pch/Kconfig' (24,504) at 20210308005003448
26012 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/Makefile' (24,505) at 20210308005002968
26013 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/npcm_pspi.h' (24,506) at 20230426080043768
26014 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/Makefile' (24,507) at 20210308005002988
26015 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/io.h' (24,508) at 20210308005002840
26016 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aspenite.h' (24,509) at 20210308005003584
26017 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/src/mainapp.cpp' (24,510) at 20231021080037950
26018 2025-10-05 03:01:03.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/cache.c' (24,511) at 20210308005002732
26019 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/rpcbind.systemd' (24,512) at 20241221090017680
26020 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/misc.c' (24,513) at 20210308005002776
26021 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mt7623.c' (24,514) at 20210308005003456
26022 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/0001-meson.build-make-fbpdf-build-optional.patch' (24,515) at 20230919080013958
26023 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64_be/Makefile.target' (24,516) at 20241211090212550
26024 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/flea3.c' (24,517) at 20210308005002904
26025 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb' (24,518) at 20230503080014591
26026 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/test/util/asio_server_class.hpp' (24,519) at 20210819100045446 to deleted uid set
26027 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/pca954x.c' (24,520) at 20210308005003384
26028 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_lookup_failed.cpp' (24,521) at 20210308005100997
26029 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Detva' (24,522) at 20210307205553794
26030 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/60-joystick.rules' (24,523) at 20210307205553918
26031 2025-10-05 03:01:03.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb' (24,524) at 20240302090018206
26032 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mvpp2.c' (24,525) at 20210308005003440
26033 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/LICENSE' (24,526) at 20210308005109241
26034 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/imximage.cfg' (24,527) at 20210308005003068
26035 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/MAINTAINERS' (24,528) at 20210308005002972
26036 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__ensure_started.hpp' (24,529) at 20240817080036816
26037 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/Makefile.target' (24,530) at 20241211090212550
26038 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ivshmem-spec.rst' (24,531) at 20240326080039406
26039 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/i686.conf' (24,532) at 20240106090017257
26040 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-38x.dtsi' (24,533) at 20210308005002568
26041 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/__snapshots__/AppNavigation.spec.js.snap' (24,534) at 20240301090040539
26042 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/forms.scss' (24,535) at 20210308005107073
26043 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_lsc.S' (24,536) at 20210308005046533
26044 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/calimain_defconfig' (24,537) at 20210308005003252
26045 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/linux-yocto_%.bbappend' (24,538) at 20230211040012643
26046 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-include-linux-sysinfo.h-directly.patch' (24,539) at 20230706080014733
26047 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/arch-microblaze.inc' (24,540) at 20210307205554410
26048 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar934x/clk.c' (24,541) at 20210308005002820
26049 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-schematic-init.service' (24,542) at 20240817080012804
26050 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend' (24,543) at 20241206090014278
26051 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clock_ti81xx.h' (24,544) at 20210308005002636
26052 2025-10-05 03:01:03.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/efi_loader.h' (24,545) at 20210308005003644
26053 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-32.ld' (24,546) at 20240326080039562
26054 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lrparsing/0001-setup.py-use-setuptools-instead-of-distutils.patch' (24,547) at 20220402030016015
26055 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_547x_8x.h' (24,548) at 20210308005002804
26056 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/interfaceaddtest/one.yaml' (24,549) at 20221209040030339
26057 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t2080_serdes.c' (24,550) at 20210308005002832
26058 2025-10-05 03:01:03.252-0500 FINEST t466 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' (24,551) at 20230706080014749
26059 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-fennec.dts' (24,552) at 20210308005002604
26060 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_ubi.c' (24,553) at 20210308005003232
26061 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/gpio.h' (24,554) at 20210308005002644
26062 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (24,555) at 20210307205553662
26063 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/Makefile' (24,556) at 20220418100043789
26064 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery.treetable.theme.toaster.css' (24,557) at 20210307205554278
26065 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-empty.json' (24,558) at 20210308005046397
26066 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/clk.h' (24,559) at 20210308005002848
26067 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-debug-collector.bbclass' (24,560) at 20240629080012188
26068 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.2.bb' (24,561) at 20240106090017237
26069 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/law.c' (24,562) at 20210308005002976
26070 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb' (24,563) at 20240301090012471
26071 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ve8313_defconfig' (24,564) at 20210308005003284
26072 2025-10-05 03:01:03.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/devtool-stress.py' (24,565) at 20210307205554630
26073 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/redis.service' (24,566) at 20240106090017237
26074 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/bx50v3/Makefile' (24,567) at 20210308005003000
26075 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/tcg/meson.build' (24,568) at 20240326080039698
26076 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/broadwell_i2s.h' (24,569) at 20210308005003488
26077 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/xyz.openbmc_project.Network.service.in' (24,570) at 20230216040027895
26078 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/store-insert-al16.h.inc' (24,571) at 20240906080037184
26079 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/egl-context.c' (24,572) at 20241211090212554
26080 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5272.h' (24,573) at 20210308005002804
26081 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_4.1.3.bb' (24,574) at 20241221090017576
26082 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Selanger' (24,575) at 20210307205553790
26083 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/0001-Add-support-for-variable-libdir.patch' (24,576) at 20220402030015899
26084 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/cmdline.py' (24,577) at 20210308005003756
26085 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/groups_2p.json' (24,578) at 20241108090014316
26086 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/rule.md' (24,579) at 20240809080033023
26087 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/musca-s1.conf' (24,580) at 20221017030012206
26088 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libunicode/libunicode-linebreak-perl_2019.001.bb' (24,581) at 20241221090017548
26089 2025-10-05 03:01:03.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/utility/tuple_to_array.cpp' (24,582) at 20210308005049761
26090 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftmac110.h' (24,583) at 20210308005003432
26091 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/generic.c' (24,584) at 20210308005002548
26092 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage-spl.mx23.cfg' (24,585) at 20210308005002548
26093 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/dummy/tyan-dummy.bb' (24,586) at 20211222040037065
26094 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/m52277evb.c' (24,587) at 20210308005002972
26095 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/mips/host-signal.h' (24,588) at 20220429100100642
26096 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/apf27.h' (24,589) at 20210308005002912
26097 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb' (24,590) at 20241221090017528
26098 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9x5ek_spiflash_defconfig' (24,591) at 20210308005003248
26099 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pce_identity_test.cpp' (24,592) at 20210308005049141
26100 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-alternate.err' (24,593) at 20210308005046401
26101 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb' (24,594) at 20230401080011943
26102 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/linux-kernel-image-header-vars.h' (24,595) at 20210308005002560
26103 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/uninative-tarball.bb' (24,596) at 20241206090014314
26104 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/eGenix' (24,597) at 20211006000025246
26105 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/dwc_ahsata.c' (24,598) at 20210308005003332
26106 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (24,599) at 20240110090012776
26107 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch.expected' (24,600) at 20241206090014298
26108 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/omapimage.c' (24,601) at 20210308005003772
26109 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Satmex-5-116.8W' (24,602) at 20210307205553762
26110 2025-10-05 03:01:03.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/inventory-overview-controller.html' (24,603) at 20210308005107077
26111 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sphinx-static/switchers.js.in' (24,604) at 20241221090017604
26112 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stm32_rcc.h' (24,605) at 20210308005003688
26113 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ranua_Haasionmaa' (24,606) at 20210307205553774
26114 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap5-core-thermal.dtsi' (24,607) at 20210308005002600
26115 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/Kconfig' (24,608) at 20210308005003036
26116 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/gunzip.c' (24,609) at 20210308005003704
26117 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/genex.S' (24,610) at 20210308005002816
26118 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml' (24,611) at 20230505080022700
26119 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/hash.c' (24,612) at 20210308005003544
26120 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/initscripts/initscripts_1.0.bbappend' (24,613) at 20241221090017576
26121 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/qca953x/clk.c' (24,614) at 20210308005002820
26122 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h2-plus-orangepi-r1.dts' (24,615) at 20210308005002624
26123 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_aligned_window.cpp' (24,616) at 20220922030007675
26124 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_mc_sys.h' (24,617) at 20210308005003648
26125 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Junsele_Hamptjarnsberget' (24,618) at 20210307205553786
26126 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-r8-chip.dts' (24,619) at 20210308005002620
26127 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t.dtsi' (24,620) at 20210308005002624
26128 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6-orangepi.dtsi' (24,621) at 20210308005002620
26129 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Xfig' (24,622) at 20241221090017620
26130 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-luks.c' (24,623) at 20241211090212226
26131 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/utils.S' (24,624) at 20210308005002712
26132 2025-10-05 03:01:03.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/compare_vpd_action.cpp' (24,625) at 20210602000046737
26133 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/exceptions.S' (24,626) at 20210308005002556
26134 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/Makefile' (24,627) at 20210308005003496
26135 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-objectpath_0.6.1.bb' (24,628) at 20231126090012801
26136 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console_%.bbappend' (24,629) at 20241206090014206
26137 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/piglit/piglit_%.bbappend' (24,630) at 20210812000025266
26138 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/Kconfig' (24,631) at 20210308005003024
26139 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/timer_defs.h' (24,632) at 20210308005002720
26140 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field2.decode' (24,633) at 20210308005046389
26141 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/287' (24,634) at 20220429100100926
26142 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/juno.yml' (24,635) at 20241206090014206
26143 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/trace.h' (24,636) at 20210308005045869
26144 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/COPYING.MIT' (24,637) at 20210307205554218
26145 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/.gitignore' (24,638) at 20210308004939436
26146 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/coroutine_int.h' (24,639) at 20210308005046045
26147 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/README' (24,640) at 20210308005003076
26148 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sniper.h' (24,641) at 20210308005003616
26149 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_state_notyetstarted_tarball_unittest.cpp' (24,642) at 20210918000044923
26150 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/dm163.h' (24,643) at 20240906080037332
26151 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_mesonpy.bbclass' (24,644) at 20241221090017608
26152 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/sdbusplus.wrap' (24,645) at 20220322030034912
26153 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/kvm_irqcount.h' (24,646) at 20230426080043760
26154 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/rm_work.bbclass' (24,647) at 20230114040015530
26155 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_jmp.S' (24,648) at 20230426080043952
26156 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/run-ptest' (24,649) at 20230401080011971
26157 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/qa.py' (24,650) at 20241221090017624
26158 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear310/Makefile' (24,651) at 20210308005003052
26159 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscredspriv.h' (24,652) at 20210927100127065
26160 2025-10-05 03:01:03.256-0500 FINEST t466 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' (24,653) at 20240413080012627
26161 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongson_ipi.h' (24,654) at 20240906080037332
26162 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/commpage.c' (24,655) at 20210308005046489
26163 2025-10-05 03:01:03.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/syscallhdr.sh' (24,656) at 20241211090212378
26164 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/init_once.sh' (24,657) at 20240904080027738
26165 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/lpc.hpp' (24,658) at 20240817080027656
26166 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.m68k' (24,659) at 20210308005003296
26167 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/utility/type_traits.cpp' (24,660) at 20220830030552937
26168 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-a32.h' (24,661) at 20240906080037464
26169 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb' (24,662) at 20241206090014298
26170 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/managed-startup.rst' (24,663) at 20210308005045809
26171 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/platform.S' (24,664) at 20210525100144787
26172 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-vfp.inc' (24,665) at 20240301090012451
26173 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/0001-To-fix-error-when-do_package.patch' (24,666) at 20230706080014753
26174 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/spl.c' (24,667) at 20210308005002884
26175 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lx2160ardb.h' (24,668) at 20210308005003604
26176 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/obmc-power-start@.service' (24,669) at 20221117040044437
26177 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/multiconfig/default.conf' (24,670) at 20210307205554414
26178 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/bb-perf/bb-matrix-plot.sh' (24,671) at 20231126090012865
26179 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_portals.h' (24,672) at 20210308005002840
26180 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/OWNERS' (24,673) at 20240222090003698
26181 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/duovero/Kconfig' (24,674) at 20210308005003004
26182 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/qobject/qdict.txt' (24,675) at 20241211090212534
26183 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/dma-mapping.h' (24,676) at 20210308005002824
26184 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5275.h' (24,677) at 20210308005002804
26185 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250.dtsi' (24,678) at 20210308005002580
26186 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/mbw/mbw_2.0.bb' (24,679) at 20230503080014579
26187 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_hash_descriptor.c' (24,680) at 20210308005003704
26188 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/mpc832xemds.c' (24,681) at 20210308005002976
26189 2025-10-05 03:01:03.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/tegra.h' (24,682) at 20210308005002672
26190 2025-10-05 03:01:03.258-0500 FINEST t466 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' (24,683) at 20240904080027730
26191 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/types.h' (24,684) at 20210308005002708
26192 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/efuse.c' (24,685) at 20210308005002752
26193 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_bf.c' (24,686) at 20210308005046529
26194 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ODbL-1.0' (24,687) at 20210307205554426
26195 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-amdgpu_23.0.0.bb' (24,688) at 20230401080011939
26196 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/kirkwood_nand.c' (24,689) at 20210308005003412
26197 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-CrystalPalace' (24,690) at 20210307205553794
26198 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/main.c' (24,691) at 20231222090004823
26199 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/272.out' (24,692) at 20210308005046465
26200 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@88000/adm1272@10.conf' (24,693) at 20210307205554086
26201 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_h.c' (24,694) at 20210308005046513
26202 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/README.md' (24,695) at 20240622080036455
26203 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/machine/dl360poc.conf' (24,696) at 20230706080014733
26204 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/accordion.scss' (24,697) at 20210308005107073
26205 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/OWNERS' (24,698) at 20231013080015106
26206 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/build.py' (24,699) at 20220910030013401
26207 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lcbb.c' (24,700) at 20230925080040101
26208 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ihs_i2c.c' (24,701) at 20210308005003384
26209 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_u_h.c' (24,702) at 20210308005046521
26210 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9rlek/at91sam9rlek.c' (24,703) at 20210308005002916
26211 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/adc/adc.txt' (24,704) at 20210308005003300
26212 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Nitra' (24,705) at 20210307205553794
26213 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-config-parse.c' (24,706) at 20240710080015177
26214 2025-10-05 03:01:03.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.gitattributes' (24,707) at 20240712080050097
26215 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/ddr3.c' (24,708) at 20210308005002732
26216 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/makefile-add-ldflags.patch' (24,709) at 20210307205553822
26217 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/zfs.c' (24,710) at 20210308005003556
26218 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/omap.h' (24,711) at 20210308005002656
26219 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2.h' (24,712) at 20210308005002820
26220 2025-10-05 03:01:03.259-0500 FINEST t466 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' (24,713) at 20230706080014769
26221 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/CVE-2024-1013.patch' (24,714) at 20241206090014266
26222 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/0001-calibrator.hh-Include-string-to-get-std-string.patch' (24,715) at 20210307205554590
26223 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/mpd.conf.in' (24,716) at 20210307205553802
26224 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olimex-som-evb.dts' (24,717) at 20210308005002624
26225 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/google/meson.build' (24,718) at 20220212040028386
26226 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/pkgconf' (24,719) at 20210307205554430
26227 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Shutdown/Inventory.errors.yaml' (24,720) at 20210610000035154
26228 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/generic/Kconfig' (24,721) at 20210308005002844
26229 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_sr1500_defconfig' (24,722) at 20210308005003280
26230 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/s390-dasd-ipl.rst' (24,723) at 20210308005045801
26231 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/reset.c' (24,724) at 20210308005002552
26232 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb' (24,725) at 20241206090014346
26233 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65218.h' (24,726) at 20210308005003680
26234 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb' (24,727) at 20241221090017512
26235 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Fan_VINI.json' (24,728) at 20221213040036921
26236 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/APSL-1.2' (24,729) at 20210307205554414
26237 2025-10-05 03:01:03.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/fdt-fixup.c' (24,730) at 20210308005002796
26238 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/README.md' (24,731) at 20220402030016063
26239 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/default' (24,732) at 20210307205553822
26240 2025-10-05 03:01:03.260-0500 FINEST t466 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' (24,733) at 20240904080027738
26241 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/example/config.json' (24,734) at 20221213040025761
26242 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/trace.h' (24,735) at 20210308005045721
26243 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/devkit3250.h' (24,736) at 20210308005003592
26244 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/0001-CMakeLists.txt-fix-googletest-related-options.patch' (24,737) at 20231126090012789
26245 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-powered-off@.target' (24,738) at 20220301040040077
26246 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-ipa_003.03.01.bb' (24,739) at 20210817100021790
26247 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rengsjo' (24,740) at 20210307205553790
26248 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/error-HostEvent.hpp' (24,741) at 20230909080027211
26249 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/images/security-tpm2-image.bb' (24,742) at 20220618030015174
26250 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/broadwell_sound.c' (24,743) at 20210308005003488
26251 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stv0991/MAINTAINERS' (24,744) at 20210308005003056
26252 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bydalen_Hovdehogen' (24,745) at 20210307205553778
26253 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/lockcnt.rst' (24,746) at 20241211090212234
26254 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/bcu/Makefile' (24,747) at 20210308005002792
26255 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/fdmon-io_uring.c' (24,748) at 20240906080037592
26256 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/common/Makefile' (24,749) at 20210308005003500
26257 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vemdalsskalet' (24,750) at 20210307205553794
26258 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/0001-Support-OpenSSL-1.1.0.patch' (24,751) at 20230317080013793
26259 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/builder/_htmlparser.py' (24,752) at 20241206090014290
26260 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/pci_mmc.c' (24,753) at 20210308005003404
26261 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/Kconfig' (24,754) at 20210308005003000
26262 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-input/meson.build' (24,755) at 20240906080037164
26263 2025-10-05 03:01:03.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/transport/mctp-demux.h' (24,756) at 20231110090010623
26264 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6368-reset.h' (24,757) at 20210308005003640
26265 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (24,758) at 20240727080014098
26266 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/Makefile' (24,759) at 20210308005002752
26267 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/yellows.vue' (24,760) at 20220105012522959
26268 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/leds/leds-netxbig.h' (24,761) at 20210308005003636
26269 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ICU' (24,762) at 20210307205554422
26270 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-mx6.c' (24,763) at 20210308005003512
26271 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.github/ISSUE_TEMPLATE/bug_report.yml' (24,764) at 20230815080003496
26272 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/biosxml.hpp' (24,765) at 20240829080009326
26273 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/smsc_sio1007.c' (24,766) at 20210308005003400
26274 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,ocelot_pcb.dtsi' (24,767) at 20210308005002812
26275 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Remove-using-std-binary_function.patch' (24,768) at 20230520080014500
26276 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mv88e6352.h' (24,769) at 20210308005003676
26277 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Caldera-no-preamble' (24,770) at 20241221090017616
26278 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-6.conf' (24,771) at 20210307205554082
26279 2025-10-05 03:01:03.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/display.h' (24,772) at 20210308005002668
26280 2025-10-05 03:01:03.261-0500 FINEST t466 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' (24,773) at 20230503080014575
26281 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/clock_sun9i.h' (24,774) at 20210308005002664
26282 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/openct.service' (24,775) at 20210307205553990
26283 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/helios4_defconfig' (24,776) at 20210308005003260
26284 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90320_device.hpp' (24,777) at 20240508080027398
26285 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb' (24,778) at 20240106090017237
26286 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/161' (24,779) at 20210927100127489
26287 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/cpu-models-x86-abi.csv' (24,780) at 20240906080037180
26288 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (24,781) at 20241221090017504
26289 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/cpld.c' (24,782) at 20210308005002968
26290 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/typecast.cocci' (24,783) at 20210308005046237
26291 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ncb.c' (24,784) at 20210308005003772
26292 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Suijavaara' (24,785) at 20210307205553790
26293 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/034.out' (24,786) at 20210308005046437
26294 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/start.S' (24,787) at 20210308005003008
26295 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/Kconfig' (24,788) at 20210308005003068
26296 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/.clang-format-c++' (24,789) at 20210308005108641
26297 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/sandbox64.dts' (24,790) at 20210308005002844
26298 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/licenses/WTFPL' (24,791) at 20210307205554010
26299 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/21-factory-reset' (24,792) at 20240229090011783
26300 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_test.cpp' (24,793) at 20241220090037491
26301 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-1.0' (24,794) at 20210307205554418
26302 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mii.c' (24,795) at 20210308005003212
26303 2025-10-05 03:01:03.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/ashldi3.c' (24,796) at 20210308005002816
26304 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_hpmfwupg.h' (24,797) at 20210308004938820
26305 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.50.bb' (24,798) at 20241221090017548
26306 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/xusb-padctl-common.h' (24,799) at 20210308005002792
26307 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/free/Makefile.am' (24,800) at 20210308004938832
26308 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0001-socket-util-Include-sys-stat.h-for-fchmod.patch' (24,801) at 20221003030013261
26309 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/cdrom.c' (24,802) at 20210308005045841
26310 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/mpc85xx_ddr_gen1.c' (24,803) at 20210308005003360
26311 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clm.S' (24,804) at 20230925080040101
26312 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/python-development-shell.rst' (24,805) at 20240302090018218
26313 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/download.patch' (24,806) at 20210307205553990
26314 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.4.rst' (24,807) at 20241221090017596
26315 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Lavia' (24,808) at 20210307205553770
26316 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hello/files/helloworld.c' (24,809) at 20230609080014399
26317 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/common.h' (24,810) at 20210308005002948
26318 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/libtiff' (24,811) at 20211006000025246
26319 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/files/0001-Makefile-tweak-install-dir.patch' (24,812) at 20230317080013789
26320 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90x_device.hpp' (24,813) at 20240508080027398
26321 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/rocket/setup.py' (24,814) at 20210308004941624
26322 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/pc.rst' (24,815) at 20210308005045809
26323 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/qts/iocsr_config.h' (24,816) at 20210308005003008
26324 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/create_zero_size_window.c' (24,817) at 20210308005108641
26325 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/devices.c' (24,818) at 20210308005002548
26326 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_misc.c' (24,819) at 20240906080037576
26327 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_vpu_init.c' (24,820) at 20210308005003532
26328 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/tune-iwmmxt.inc' (24,821) at 20210905000020581
26329 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/terminal.c' (24,822) at 20210308005003220
26330 2025-10-05 03:01:03.263-0500 FINEST t466 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' (24,823) at 20241221090017484
26331 2025-10-05 03:01:03.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_dqs.c' (24,824) at 20210308005003368
26332 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/warmboot.h' (24,825) at 20210308005002668
26333 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra74x.dtsi' (24,826) at 20210308005002576
26334 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/B4860QDS.h' (24,827) at 20210308005003572
26335 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/bootm.c' (24,828) at 20210308005002708
26336 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/hwaddr.h' (24,829) at 20230426080043756
26337 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/ddr.c' (24,830) at 20210308005002960
26338 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-console/gnome-console_47.1.bb' (24,831) at 20241221090017488
26339 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-pro5.c' (24,832) at 20210308005002792
26340 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/wic/genericx86.wks.in' (24,833) at 20210307205554390
26341 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/cpu_info.c' (24,834) at 20210308005002784
26342 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/__init__.py' (24,835) at 20241221090017632
26343 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/miiphy.h' (24,836) at 20210308005003672
26344 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rcar-common/common.c' (24,837) at 20210308005003036
26345 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/Makefile' (24,838) at 20220215040051648
26346 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pm9g45.h' (24,839) at 20210308005003612
26347 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-sig.c' (24,840) at 20220215040051524
26348 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/recipe_sanity.bbclass' (24,841) at 20230211040012647
26349 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ve8313/ve8313.c' (24,842) at 20210308005003168
26350 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_w.c' (24,843) at 20210308005046505
26351 2025-10-05 03:01:03.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/parallels-checks.out' (24,844) at 20240326080039734
26352 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/mccmon6.c' (24,845) at 20210308005003016
26353 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/vf610/Makefile' (24,846) at 20210308005002556
26354 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/trace-events' (24,847) at 20240326080039414
26355 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sx_rdc.h' (24,848) at 20210308005002648
26356 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonschema/d71f96a6523875c9694fcdf468c9f458323d07f2.patch' (24,849) at 20241221090017668
26357 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu1down.service' (24,850) at 20230920080013648
26358 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-watch.h' (24,851) at 20210308005046037
26359 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Key.v1_4_1.json' (24,852) at 20240619080002948
26360 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtkmm4_4.14.0.bb' (24,853) at 20240413080012655
26361 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc85xx-spin-table' (24,854) at 20210308005003296
26362 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/0001-Makefile-for-cross-compile-SoftFloat.patch' (24,855) at 20230706080014761
26363 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/Makefile' (24,856) at 20210308005002944
26364 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/fru/host_frus.json' (24,857) at 20221213040036917
26365 2025-10-05 03:01:03.265-0500 FINEST t466 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' (24,858) at 20240413080012643
26366 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zybo_z7_defconfig' (24,859) at 20210308005003288
26367 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_project_config.py' (24,860) at 20241221090017592
26368 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-devfreq.cfg' (24,861) at 20220804030014671
26369 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/i2c_pmic_emul.c' (24,862) at 20210308005003468
26370 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb' (24,863) at 20230503080014591
26371 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/nop_func.h' (24,864) at 20230426080043952
26372 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/README' (24,865) at 20210308005002980
26373 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/relayd/relayd_git.bb' (24,866) at 20240301090012419
26374 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana_spl.c' (24,867) at 20210308005003000
26375 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/cpu.c' (24,868) at 20210308005002844
26376 2025-10-05 03:01:03.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500.inc' (24,869) at 20210905000020581
26377 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/package.py' (24,870) at 20210307205554634
26378 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/u-boot-spl.lds' (24,871) at 20210308005002712
26379 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/oe-selftest-image.bb' (24,872) at 20241221090017604
26380 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.c' (24,873) at 20210308005002556
26381 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_bootstrap-grid.scss' (24,874) at 20220105012522983
26382 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/gpio.c' (24,875) at 20210308005002820
26383 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession.d/90XWindowManager.sh' (24,876) at 20210307205554590
26384 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/Makefile.yaml.in' (24,877) at 20210308005057105
26385 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_stratix10_socdk.h' (24,878) at 20210308005003616
26386 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/index.js' (24,879) at 20220105012522999
26387 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/gdbstub/test-sve.py' (24,880) at 20240906080037576
26388 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/powergate.h' (24,881) at 20210308005002672
26389 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3188.h' (24,882) at 20210308005002660
26390 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/interval-tree.h' (24,883) at 20230426080043772
26391 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/events/test_bmc_snmp_trap.robot' (24,884) at 20240628080017117
26392 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-cutils.c' (24,885) at 20230925080040105
26393 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-r5.dts' (24,886) at 20210308005002636
26394 2025-10-05 03:01:03.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-swap/test_mips64r6_bitswap.c' (24,887) at 20210308005046525
26395 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_user.h' (24,888) at 20210308004938820
26396 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sks-kinkel/sksimx6/Kconfig' (24,889) at 20210308005003052
26397 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch' (24,890) at 20230706080014757
26398 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stv0991.dts' (24,891) at 20210308005002616
26399 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_tfa_SECURE_BOOT_defconfig' (24,892) at 20210308005003264
26400 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/jr2_pcb110.dts' (24,893) at 20210308005002812
26401 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/247.out' (24,894) at 20240326080039730
26402 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/tr' (24,895) at 20210308005046149
26403 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/.gitignore' (24,896) at 20210927100127345
26404 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/meson.build' (24,897) at 20210308005059705
26405 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.err' (24,898) at 20210927100127469
26406 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gicv3.h' (24,899) at 20210308005046017
26407 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/Makefile' (24,900) at 20210308005003048
26408 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/trimslice/MAINTAINERS' (24,901) at 20210308005002948
26409 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_t30.h' (24,902) at 20210308005003588
26410 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/p1023.c' (24,903) at 20210308005003432
26411 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/images/core-image-testcontroller.bb' (24,904) at 20230813080012900
26412 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8536_serdes.c' (24,905) at 20210308005002832
26413 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600a1_defconfig' (24,906) at 20210421100236122
26414 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/iotrace.h' (24,907) at 20210308005003652
26415 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intel4-72.0E' (24,908) at 20210307205553762
26416 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (24,909) at 20211015100030976
26417 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/eth_t208xqds.c' (24,910) at 20210308005002996
26418 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6qarm2/Kconfig' (24,911) at 20210308005002984
26419 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/sf.c' (24,912) at 20210308005003540
26420 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-local.h' (24,913) at 20210308005045817
26421 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mahult' (24,914) at 20210307205553786
26422 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/Kconfig' (24,915) at 20210308005002828
26423 2025-10-05 03:01:03.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-core/images/meta-webserver-image-all.bb' (24,916) at 20231014080011723
26424 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-or-later' (24,917) at 20211006000025234
26425 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-2.0-only' (24,918) at 20210316000012717
26426 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/0002-remove-unused-execinfo.h.patch' (24,919) at 20210307205553746
26427 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/system.h' (24,920) at 20210308005002848
26428 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_util.hpp' (24,921) at 20220727030029197
26429 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/README.md' (24,922) at 20210307205553734
26430 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ptimer.h' (24,923) at 20221215040039186
26431 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/keymaps.c' (24,924) at 20221215040039398
26432 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/health/files/bmc_health_config.json' (24,925) at 20240228090013752
26433 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/qemuloongarch.inc' (24,926) at 20231014080011731
26434 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/hyperv-stub.c' (24,927) at 20241211090212486
26435 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/libraries.rst' (24,928) at 20240302090018218
26436 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update.bb' (24,929) at 20241206090014226
26437 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.zfs' (24,930) at 20210308005003300
26438 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/Kconfig' (24,931) at 20210308005003008
26439 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/law.c' (24,932) at 20210308005002836
26440 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds174x.c' (24,933) at 20210308005003480
26441 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/Kconfig' (24,934) at 20210308005002984
26442 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/vmcs.h' (24,935) at 20221215040039302
26443 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/files/0001-Support-gcc10-compilation.patch' (24,936) at 20210307205554582
26444 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/0001-src-ruli_addr.c-Add-missing-format-string.patch' (24,937) at 20210307205553846
26445 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/picamera-libs/picamera-libs.bb' (24,938) at 20241221090017576
26446 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-sopine-baseboard.dts' (24,939) at 20210308005002616
26447 2025-10-05 03:01:03.268-0500 FINEST t466 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' (24,940) at 20241206090014210
26448 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0001-Don-t-check-xsltproc-manpages.patch' (24,941) at 20240113090014532
26449 2025-10-05 03:01:03.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/README' (24,942) at 20210308005046501
26450 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/libcap-ng.inc' (24,943) at 20241221090017696
26451 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/Makefile' (24,944) at 20210308005002964
26452 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb' (24,945) at 20210812000025214
26453 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/sigrok-cli_0.7.2.bb' (24,946) at 20241221090017524
26454 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sh_eth.c' (24,947) at 20210308005003444
26455 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/lpc.cpp' (24,948) at 20240817080027656
26456 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/bootchartd_stop.sh' (24,949) at 20210307205554502
26457 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/sockbits.h' (24,950) at 20210308005046085
26458 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/exception.hpp' (24,951) at 20210308005123345
26459 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/Makefile' (24,952) at 20210308005003352
26460 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/sensor_monitoring.md' (24,953) at 20240809080033023
26461 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/meta-filesystems-image-ptest-fast.bb' (24,954) at 20240302090018202
26462 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/192.out' (24,955) at 20210308005046457
26463 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (24,956) at 20230721080014366
26464 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada8k/Makefile' (24,957) at 20210308005002752
26465 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.json' (24,958) at 20210308005046413
26466 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/mycroft-setup.service' (24,959) at 20210307205553802
26467 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmcoge5ne_defconfig' (24,960) at 20210308005003264
26468 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/i8259.h' (24,961) at 20210308005002880
26469 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/s5p_wdt.c' (24,962) at 20210308005003540
26470 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/sbe_interfaces.cpp' (24,963) at 20210308005104849
26471 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zlib' (24,964) at 20210307205554426
26472 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallan' (24,965) at 20210307205553782
26473 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_windows.c' (24,966) at 20210308005108641
26474 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_sdcard_ifc_defconfig' (24,967) at 20210308005003264
26475 2025-10-05 03:01:03.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/Makefile.vdso' (24,968) at 20241121090029260
26476 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_structs.h' (24,969) at 20220429100100642
26477 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-union.err' (24,970) at 20220429100100882
26478 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ftoi.S' (24,971) at 20230925080040101
26479 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/stm32mp1_ddr.c' (24,972) at 20210308005003476
26480 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/IPS_P10BMCAspeedSBPubKey_1.pem' (24,973) at 20220810030014017
26481 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/chassis.cpp' (24,974) at 20240817080031292
26482 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am3517.dtsi' (24,975) at 20210308005002564
26483 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/clone-visitor.h' (24,976) at 20240906080037344
26484 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/onenand.c' (24,977) at 20210308005003216
26485 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/README.md' (24,978) at 20240529080021927
26486 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_watchdog.c' (24,979) at 20210308005003704
26487 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/mini_inflate.h' (24,980) at 20210308005003656
26488 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/cpuinfo.hpp' (24,981) at 20240904080048575
26489 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/secure-debug.yml' (24,982) at 20241221090017464
26490 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/fixtures/toastergui-unittest-data.xml' (24,983) at 20240106090017249
26491 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/217' (24,984) at 20210927100127493
26492 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/elf_arm_efi.lds' (24,985) at 20210308005002708
26493 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/isa.h' (24,986) at 20230426080043760
26494 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ffs/ffs_git.bb' (24,987) at 20230418080015344
26495 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/098.out' (24,988) at 20210308005046445
26496 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d4ek.h' (24,989) at 20210308005003612
26497 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/pci-info.txt' (24,990) at 20210308005003328
26498 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks/0001-Make-python-path-configurable.patch' (24,991) at 20220204040022424
26499 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_fb.h' (24,992) at 20210308005003692
26500 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/suspend.py' (24,993) at 20220910030013401
26501 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/.gitignore' (24,994) at 20220525020526729
26502 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/rootfs.py' (24,995) at 20241221090017704
26503 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/exception_utils.cpp' (24,996) at 20210914000041091
26504 2025-10-05 03:01:03.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/meson.build' (24,997) at 20241112090035822
26505 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/xilinx.h' (24,998) at 20210308005003692
26506 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/raspi-gpio/raspi-gpio_git.bb' (24,999) at 20220502030010124
26507 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/bcm2835/bcm2835_1.73.bb' (25,000) at 20240113090014540
26508 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/highway/highway_1.2.0.bb' (25,001) at 20241221090017516
26509 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/i2c.h' (25,002) at 20221215040039374
26510 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme/nvme_json_rewrite.sh' (25,003) at 20230428080015194
26511 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-Video2000' (25,004) at 20210307205553758
26512 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo/0001-meson.build-allow-crosscompiling-gir.patch' (25,005) at 20230919080013958
26513 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/messanger.hpp' (25,006) at 20220412175720086
26514 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/config' (25,007) at 20220612030016735
26515 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/0001-Fix-signature-of-create_menu-function.patch' (25,008) at 20221003030013281
26516 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/meson.build' (25,009) at 20210308005046085
26517 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0001-Include-libgen.h.patch' (25,010) at 20230706080014761
26518 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/splash_source.c' (25,011) at 20210308005003232
26519 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-write-threshold.c' (25,012) at 20210927100127649
26520 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/Makefile' (25,013) at 20210308005002916
26521 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/compare_presence_action_tests.cpp' (25,014) at 20210308005405938
26522 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.3.1/libassuan_pkgconf.patch' (25,015) at 20241221090017700
26523 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/COPYING.MIT' (25,016) at 20210307205553682
26524 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/phosphor-logging.wrap' (25,017) at 20230821192414188
26525 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/server.ttyVUART0.conf' (25,018) at 20240402080012066
26526 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_statclose_unittest.cpp' (25,019) at 20230821192414188
26527 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/cla-signers/update-cla.sh' (25,020) at 20210308005111457
26528 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/configure.ac' (25,021) at 20210308004938816
26529 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ncftp-configure-use-BUILD_CC-for-ccdv.patch' (25,022) at 20210307205553818
26530 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-ice.dts' (25,023) at 20210308005002592
26531 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/formike.c' (25,024) at 20210308005003528
26532 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_s_b.c' (25,025) at 20210308005046517
26533 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/Kconfig' (25,026) at 20210308005003168
26534 2025-10-05 03:01:03.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/signing/key.secret' (25,027) at 20210307205554386
26535 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe-Display-PostScript' (25,028) at 20241221090017612
26536 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/gbmc-dev-ssh-key/gbmc-dev.pub' (25,029) at 20210417000027537
26537 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend' (25,030) at 20241206090014226
26538 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796-m3ulcb-u-boot.dts' (25,031) at 20210308005002600
26539 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/reloc_aarch64_efi.c' (25,032) at 20210308005002708
26540 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/i2c-tools/i2c-tools_%.bbappend' (25,033) at 20220921030015982
26541 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/messages/update_report_ind.hpp' (25,034) at 20220412175720086
26542 2025-10-05 03:01:03.272-0500 FINEST t466 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' (25,035) at 20240413080012643
26543 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/debugHostSelector_button.cpp' (25,036) at 20230511080024275
26544 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/config.json' (25,037) at 20231213090027094
26545 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch' (25,038) at 20210307205554606
26546 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/tegra-gpio.h' (25,039) at 20210308005003636
26547 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/135.out' (25,040) at 20210308005046449
26548 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/exec.h' (25,041) at 20240326080039566
26549 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/Kconfig' (25,042) at 20240326080039470
26550 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/eb_cpu5282_defconfig' (25,043) at 20210308005003256
26551 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pnv_phb3_regs.h' (25,044) at 20221215040039182
26552 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/gdb_build_jobs_and_not_write_crash_target.patch' (25,045) at 20230401080011939
26553 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json' (25,046) at 20210307205554226
26554 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-PovazskaBystrica' (25,047) at 20210307205553794
26555 2025-10-05 03:01:03.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_infineon.c' (25,048) at 20210308005003500
26556 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/tftp.c' (25,049) at 20210308005003720
26557 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/sched.h' (25,050) at 20240326080039546
26558 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2_devcpu_gcb_miim_regs.h' (25,051) at 20210308005002820
26559 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/crownbay_defconfig' (25,052) at 20210308005003256
26560 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Presov' (25,053) at 20210307205553794
26561 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/huawei,hg556a.dts' (25,054) at 20210308005002812
26562 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite_5.1.0.bb' (25,055) at 20241221090017532
26563 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/0001-Fix-potential-string-truncation-in-strncpy.patch' (25,056) at 20210307205553842
26564 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/conv_container.hpp' (25,057) at 20220412175720090
26565 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/MAINTAINERS' (25,058) at 20210308005003072
26566 2025-10-05 03:01:03.273-0500 FINEST t466 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' (25,059) at 20231011080016574
26567 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sigrok/libsigrokdecode_0.5.3.bb' (25,060) at 20241221090017524
26568 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NBPL-1.0' (25,061) at 20211006000025238
26569 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/templates/default/conf-notes.txt' (25,062) at 20230311090013135
26570 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/rest_response_code.robot' (25,063) at 20210308005007116
26571 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/ddr.c' (25,064) at 20210308005002976
26572 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/filemap.py' (25,065) at 20230401080011983
26573 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/host-interface.cpp' (25,066) at 20240820080018013
26574 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/userfaultfd.h' (25,067) at 20240906080037356
26575 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/iperf3.service' (25,068) at 20210307205553682
26576 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.svg' (25,069) at 20210307205554274
26577 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/mmu-arm64_s10.c' (25,070) at 20210308005002780
26578 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/main.py' (25,071) at 20240413080012671
26579 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/Kconfig' (25,072) at 20210308005002952
26580 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/machine-summary-overview.txt.jinja' (25,073) at 20220804030014695
26581 2025-10-05 03:01:03.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi' (25,074) at 20210308005002576
26582 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/prcm-regs.c' (25,075) at 20210308005002760
26583 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfs_ipk.bbclass' (25,076) at 20240124090012258
26584 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/0001-Conceal-imp-warnings-in-Python3.patch' (25,077) at 20240301090012427
26585 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun9i-a80-ccu.h' (25,078) at 20210308005003636
26586 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/settings/phosphor-settings-defaults-native/bletchley-frontpanel.yaml' (25,079) at 20221206040015537
26587 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-go-sdk-target.bb' (25,080) at 20230317080013821
26588 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/meson.build' (25,081) at 20241211090212278
26589 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target.h' (25,082) at 20221215040039062
26590 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/tricore/tc27x_soc.h' (25,083) at 20221215040039186
26591 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino-Lime2_defconfig' (25,084) at 20210308005003232
26592 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.json' (25,085) at 20210927100127469
26593 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/kickstart.rst' (25,086) at 20230114040015522
26594 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (25,087) at 20210901000020343
26595 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/adsp.h' (25,088) at 20210308005002876
26596 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/nanomsg/nngpp_git.bb' (25,089) at 20220204040022432
26597 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (25,090) at 20241206090014234
26598 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2771-0000/Makefile' (25,091) at 20210308005003024
26599 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/README' (25,092) at 20210308005003748
26600 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/misc.c' (25,093) at 20210308005002780
26601 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/pci.c' (25,094) at 20210308005002996
26602 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/zoom1/zoom1.c' (25,095) at 20210308005003016
26603 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/Kconfig' (25,096) at 20221215040039146
26604 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/ts4800.h' (25,097) at 20210308005003072
26605 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-afsplit.c' (25,098) at 20241211090212550
26606 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewPower.vue' (25,099) at 20241004080035967
26607 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/kwbimage.cfg' (25,100) at 20210308005002908
26608 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/MAINTAINERS' (25,101) at 20210308005003036
26609 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/Makefile' (25,102) at 20210308005002760
26610 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap_git.bb' (25,103) at 20210307205554038
26611 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/funcmux.c' (25,104) at 20210308005002788
26612 2025-10-05 03:01:03.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/bletchley/cri_sensors.json' (25,105) at 20221207040007843
26613 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/phal_error.cpp' (25,106) at 20240820080019934
26614 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootm.c' (25,107) at 20230310090043279
26615 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-test/pacbti/test-pacbti.bb' (25,108) at 20241206090014218
26616 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/.clang-format' (25,109) at 20210908000006243
26617 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/boost_handler_timeline_vis.js' (25,110) at 20211109010017693
26618 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PFR/Attributes.interface.yaml' (25,111) at 20221207040023631
26619 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/Makefile' (25,112) at 20210308005002552
26620 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/ls1088a.c' (25,113) at 20210308005002968
26621 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/iomux.c' (25,114) at 20210308005002548
26622 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/stm32mp1_ddr_regs.h' (25,115) at 20210308005003476
26623 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_SECURE_BOOT_defconfig' (25,116) at 20210308005003244
26624 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_lpc.h' (25,117) at 20230426080043764
26625 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/jesurun_q5_defconfig' (25,118) at 20210308005003260
26626 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/bootparams_atmel.S' (25,119) at 20210308005002712
26627 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_mpc83xx_serdes.h' (25,120) at 20210308005002840
26628 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/012.out' (25,121) at 20210308005046413
26629 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/common.c' (25,122) at 20210308005003016
26630 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/bcm2835_sdhci.c' (25,123) at 20210308005003400
26631 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-polaroid-mid2407pxe03.dts' (25,124) at 20210308005002624
26632 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils_git.bb' (25,125) at 20241221090017524
26633 2025-10-05 03:01:03.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/ptpd.service' (25,126) at 20210307205553822
26634 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_mpc8xx.c' (25,127) at 20210308005003484
26635 2025-10-05 03:01:03.276-0500 FINEST t466 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' (25,128) at 20241221090017472
26636 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/107.out' (25,129) at 20210308005046445
26637 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Thaicom5_C-78.5E' (25,130) at 20210307205553762
26638 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/Makefile' (25,131) at 20210308005003084
26639 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/README.md' (25,132) at 20240807080019546
26640 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/trace.h' (25,133) at 20210308005045777
26641 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/files/board-type-checker-fpb.service' (25,134) at 20221206040015537
26642 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_r1_defconfig' (25,135) at 20210308005003272
26643 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sha.h' (25,136) at 20210308005003708
26644 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/protocols.h' (25,137) at 20240326080039546
26645 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/util.h' (25,138) at 20210308005003628
26646 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/Makefile' (25,139) at 20210308005003524
26647 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (25,140) at 20230909080012743
26648 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/Makefile' (25,141) at 20210308005002996
26649 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/Kconfig' (25,142) at 20210308005003204
26650 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/r7780mp.h' (25,143) at 20210308005003036
26651 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/99-gpio-keys.rules' (25,144) at 20210308005105437
26652 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/kwbimage.cfg' (25,145) at 20210308005002908
26653 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Baden-Wuerttemberg' (25,146) at 20210307205553766
26654 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/board.c' (25,147) at 20210308005002904
26655 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_pre_boot' (25,148) at 20231120090013292
26656 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/Makefile' (25,149) at 20210308005003180
26657 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/resize.cfg' (25,150) at 20210307205554470
26658 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-snapdragon.c' (25,151) at 20210308005002776
26659 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time.metadata.yaml' (25,152) at 20220430030026020
26660 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/m25p80_sfdp.h' (25,153) at 20241211090212258
26661 2025-10-05 03:01:03.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/dm355.c' (25,154) at 20210308005002720
26662 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb' (25,155) at 20241206090014234
26663 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_toc.cpp' (25,156) at 20210308005100997
26664 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp818.c' (25,157) at 20210308005003468
26665 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/machine/kudo.conf' (25,158) at 20241221090017480
26666 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PADL' (25,159) at 20241221090017616
26667 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/busconfig/bmc-vmi-ca.conf' (25,160) at 20210701100031463
26668 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/rsyslog/rsyslog_%.bbappend' (25,161) at 20241206090014274
26669 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb' (25,162) at 20230610080017603
26670 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/b64_pton_function_decl.patch' (25,163) at 20221003030013269
26671 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-owl/clk_s900.h' (25,164) at 20210308005002660
26672 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/README.rst' (25,165) at 20230426080043836
26673 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/Makefile' (25,166) at 20210308005003084
26674 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.fail' (25,167) at 20241206090014310
26675 2025-10-05 03:01:03.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-pov-protab2-ips9.dts' (25,168) at 20210308005002616
26676 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m2_berry_defconfig' (25,169) at 20210308005003248
26677 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/config.mk' (25,170) at 20210308005002552
26678 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t208xrdb.c' (25,171) at 20210308005002996
26679 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/swig/swig/determinism.patch' (25,172) at 20241221090017676
26680 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grebbestad' (25,173) at 20210307205553782
26681 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pythondeps' (25,174) at 20220910030013437
26682 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32f4xx_syscfg.h' (25,175) at 20221215040039182
26683 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/020_pack_inv_image_align_power2.dts' (25,176) at 20210308005003752
26684 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/meson.build' (25,177) at 20240908080010102
26685 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_flash_bios.sh' (25,178) at 20240812080018512
26686 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-1.0' (25,179) at 20210307205554418
26687 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-images-sha256.its' (25,180) at 20210308005003744
26688 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ceres-solver/ceres-solver_2.2.0.bb' (25,181) at 20231126090012797
26689 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/serializer.hpp' (25,182) at 20230629131804627
26690 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/p_corenet/Makefile' (25,183) at 20210308005002960
26691 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/MAINTAINERS' (25,184) at 20210308005003028
26692 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-mock_3.14.0.bb' (25,185) at 20241221090017560
26693 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_msub.c' (25,186) at 20210308005046505
26694 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun6i.h' (25,187) at 20210308005002668
26695 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch' (25,188) at 20230706080014749
26696 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/logging/romulus-phosphor-logging-callouts-native.bb' (25,189) at 20241206090014230
26697 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/emsdp.h' (25,190) at 20210308005003592
26698 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Reset.interface.yaml' (25,191) at 20221207040023627
26699 2025-10-05 03:01:03.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/phy_tbl.h' (25,192) at 20220418100043773
26700 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/create_webpage.sh' (25,193) at 20210308004938816
26701 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.9-fix-ftbfs.patch' (25,194) at 20230706080014749
26702 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/work_92105_display.h' (25,195) at 20210308005003168
26703 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/MAINTAINERS' (25,196) at 20210308005003072
26704 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/regulator.c' (25,197) at 20210308005003216
26705 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/config_file_parser_error_tests.cpp' (25,198) at 20210308005405938
26706 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040_spi_rcw.cfg' (25,199) at 20210308005002992
26707 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb' (25,200) at 20241221090017544
26708 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-38x-solidrun-microsom.dtsi' (25,201) at 20210308005002568
26709 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (25,202) at 20210307205553722
26710 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/cpld_unittest.cpp' (25,203) at 20211014000010487
26711 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/swift/obmc/power-supply-monitor/power-supply-monitor-1.conf' (25,204) at 20210307205553710
26712 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/bcrypt-Solar-Designer' (25,205) at 20241221090017620
26713 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/Makefile' (25,206) at 20210308005003368
26714 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/vdso.ld' (25,207) at 20240326080039562
26715 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd/journald-size-policy-10MB.conf' (25,208) at 20240426080018064
26716 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem_1.5.bb' (25,209) at 20241221090017504
26717 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_1.2.bb' (25,210) at 20240301090012423
26718 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/COPYING' (25,211) at 20210307205554642
26719 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/212' (25,212) at 20210927100127493
26720 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/mdev' (25,213) at 20210307205554482
26721 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-kernel/linux/linux-aspeed/transformers.cfg' (25,214) at 20211013000033044
26722 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/watchdog.S' (25,215) at 20210308005002824
26723 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/r7780mp.h' (25,216) at 20210308005003612
26724 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7203.h' (25,217) at 20210308005002848
26725 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/long-double.c' (25,218) at 20230426080043952
26726 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/default-relay' (25,219) at 20210608000015795
26727 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/sunxi_display.c' (25,220) at 20210308005003536
26728 2025-10-05 03:01:03.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/gplugd/Makefile' (25,221) at 20210308005002904
26729 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_timings.c' (25,222) at 20210308005003416
26730 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/utils_test.cpp' (25,223) at 20221017030028083
26731 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/iclass.c' (25,224) at 20230925080040021
26732 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/softfloat-parts-addsub.c.inc' (25,225) at 20210927100127085
26733 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/triggers.hpp' (25,226) at 20210308005059165
26734 2025-10-05 03:01:03.280-0500 FINEST t466 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' (25,227) at 20240413080012651
26735 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/Kconfig' (25,228) at 20210308005003056
26736 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vdpau/libvdpau_1.5.bb' (25,229) at 20220402030015975
26737 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/subprojects/boost.wrap' (25,230) at 20240501080016543
26738 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/Makefile' (25,231) at 20210308005002972
26739 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-disco/MAINTAINERS' (25,232) at 20210308005003056
26740 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rorbacksnas' (25,233) at 20210307205553790
26741 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/exynos5-dt.c' (25,234) at 20210308005003044
26742 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/cmd_hdmidet.c' (25,235) at 20210308005002724
26743 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/smccc-call.S' (25,236) at 20210308005002560
26744 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl-0.12/libidn-wr-cross-compile.patch' (25,237) at 20210307205554006
26745 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/fix-host-contamination-when-enable-static-daq.patch' (25,238) at 20210307205553814
26746 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/033' (25,239) at 20240906080037564
26747 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/i2c.c' (25,240) at 20210308005003720
26748 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/clock.hpp' (25,241) at 20220412175720086
26749 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/erst-test.c' (25,242) at 20240906080037568
26750 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_b.c' (25,243) at 20210308005046517
26751 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/_millicodethunk.S' (25,244) at 20210308005002544
26752 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/device-tree-gpio-naming.md' (25,245) at 20221209040006383
26753 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame_git.bb' (25,246) at 20240301090012431
26754 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/Kconfig' (25,247) at 20220429100100498
26755 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/oem-extension-numbering.md' (25,248) at 20240808080020596
26756 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (25,249) at 20210307205554074
26757 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_functions.scss' (25,250) at 20220105012522983
26758 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lion-rk3368_defconfig' (25,251) at 20210308005003264
26759 2025-10-05 03:01:03.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/run-ptest' (25,252) at 20210307205554122
26760 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_base_cmd.hpp' (25,253) at 20210311201857434
26761 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb' (25,254) at 20241221090017564
26762 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator/30xinput_calibrate.sh' (25,255) at 20210307205554590
26763 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/common/common.h' (25,256) at 20210308005002904
26764 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/208' (25,257) at 20210927100127493
26765 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_sigtramp.h' (25,258) at 20241211090212218
26766 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-gnutls.c.inc' (25,259) at 20241211090212226
26767 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/chip.cpp' (25,260) at 20230511080009359
26768 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/unaligned.h' (25,261) at 20210308005002816
26769 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-seaboard.dts' (25,262) at 20210308005002628
26770 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/MAINTAINERS' (25,263) at 20210308005003020
26771 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/config.h' (25,264) at 20210308005002644
26772 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/Makefile' (25,265) at 20210308005003032
26773 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/aliases' (25,266) at 20220429100100410
26774 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/kbdconfig' (25,267) at 20210307205554582
26775 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/syscfg.h' (25,268) at 20210308005002664
26776 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/proc-armv/ptrace.h' (25,269) at 20210308005002704
26777 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Duvnas_Basna' (25,270) at 20210307205553778
26778 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/run-ci' (25,271) at 20221207040044387
26779 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0004-autofs.init.in-remove-bashism.patch' (25,272) at 20241221090017496
26780 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (25,273) at 20220618030015174
26781 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-cpu-thermal.dtsi' (25,274) at 20210308005002596
26782 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_sdram.c' (25,275) at 20210308005003368
26783 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/patch.bbclass' (25,276) at 20240301090012447
26784 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/attribs_def.h.inc' (25,277) at 20240906080037472
26785 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-m/tune-cortexm33.inc' (25,278) at 20240301090012451
26786 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/beaglebone-yocto/machconfig' (25,279) at 20210307205554390
26787 2025-10-05 03:01:03.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_b.c' (25,280) at 20210308005046517
26788 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/imximage.cfg' (25,281) at 20210308005003168
26789 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/LICENSE' (25,282) at 20210308005121525
26790 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-0.3-beta15-autodetect-717479.patch' (25,283) at 20230706080014757
26791 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cobra5272_defconfig' (25,284) at 20210308005003252
26792 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini-nand.dts' (25,285) at 20210308005002636
26793 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed-smc-utils.h' (25,286) at 20241211090212542
26794 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/sections.c' (25,287) at 20210308005002884
26795 2025-10-05 03:01:03.282-0500 FINEST t466 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' (25,288) at 20210608000015791
26796 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Artistic-1.0' (25,289) at 20210307205554414
26797 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (25,290) at 20210307205553694
26798 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/zynq_gem.c' (25,291) at 20210308005003448
26799 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/ResourceManagement/PowerControlStore.js' (25,292) at 20241004080035963
26800 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OpenPBS-2.3' (25,293) at 20241221090017616
26801 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/gcc.py' (25,294) at 20241221090017628
26802 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-auth' (25,295) at 20230505080015455
26803 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/cmd_poweroff.c' (25,296) at 20210308005002732
26804 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/MAINTAINERS' (25,297) at 20210308005002908
26805 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/0001-tests-fix-TESTSUITE_AT.patch' (25,298) at 20231011080016614
26806 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (25,299) at 20240308090017907
26807 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonpointer_3.0.0.bb' (25,300) at 20241221090017668
26808 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/stm32mp1_ddr.h' (25,301) at 20210308005003476
26809 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/makefile-add-ldflags.patch' (25,302) at 20210307205553834
26810 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/byte_reverse.c' (25,303) at 20221215040039390
26811 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smbus/0001-Use-setuptools-as-distutils-is-deprecated.patch' (25,304) at 20220204040022540
26812 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-5a.inc' (25,305) at 20230919080013978
26813 2025-10-05 03:01:03.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/maint-appx.rst' (25,306) at 20230114040015514
26814 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_imx7.h' (25,307) at 20210308005003588
26815 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/mtjade-gpio-config.bb' (25,308) at 20241206090014202
26816 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.json' (25,309) at 20230925080040089
26817 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/strace.list' (25,310) at 20210308005045761
26818 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pch.h' (25,311) at 20210308005003676
26819 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/tlb.c' (25,312) at 20210308005002992
26820 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dm816x.dtsi' (25,313) at 20210308005002576
26821 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/kona_i2c.c' (25,314) at 20210308005003384
26822 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/Kconfig' (25,315) at 20210308005003340
26823 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool/test_read_write_plainfiles.sh' (25,316) at 20241221090017512
26824 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_unaligned.c' (25,317) at 20210308005003704
26825 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/Makefile' (25,318) at 20210308005003056
26826 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/a64-olinuxino_defconfig' (25,319) at 20210308005003244
26827 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/smack_test_file_access.sh' (25,320) at 20220721030015853
26828 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyipmitest/Makefile' (25,321) at 20210308004922932
26829 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/linecount.py' (25,322) at 20221206040017633
26830 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat34_C-55.5W' (25,323) at 20210307205553762
26831 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.tee' (25,324) at 20210308005003300
26832 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/conf/machine/sbp1.conf' (25,325) at 20240201090017664
26833 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy.bb' (25,326) at 20241221090017480
26834 2025-10-05 03:01:03.283-0500 FINEST t466 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' (25,327) at 20240904080027738
26835 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/Makefile' (25,328) at 20210308005003052
26836 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/hsdk.h' (25,329) at 20210308005003596
26837 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/uievent.py' (25,330) at 20230131040012043
26838 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bk4r1_defconfig' (25,331) at 20210308005003252
26839 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat21_C-58.0W' (25,332) at 20210307205553762
26840 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/arcv2/ivt.S' (25,333) at 20210308005002540
26841 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_syscall.h' (25,334) at 20220429100100642
26842 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dragonboard410c.dts' (25,335) at 20210308005002576
26843 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/phy.c' (25,336) at 20210308005003740
26844 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/cross-compile.patch' (25,337) at 20230706080014757
26845 2025-10-05 03:01:03.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/st,stm32-pinctrl.txt' (25,338) at 20210308005003308
26846 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/rcutorture.c' (25,339) at 20230426080043952
26847 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ncplite-ipmi-inventory-sensors.yaml' (25,340) at 20230412080023456
26848 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/host0' (25,341) at 20210817000018512
26849 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/Kconfig' (25,342) at 20210308005003340
26850 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/forward-visitor.h' (25,343) at 20210927100127249
26851 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-AU' (25,344) at 20241221090017616
26852 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/examples/README' (25,345) at 20210308005116213
26853 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/sensor.hpp' (25,346) at 20220726030047623
26854 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/identify-component.rst' (25,347) at 20230919080013970
26855 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/MAINTAINERS' (25,348) at 20210308005003044
26856 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8548CDS_defconfig' (25,349) at 20210308005003240
26857 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/0001-Emit-no-line-directives-if-gen_line_dirs-is-false.patch' (25,350) at 20210307205554506
26858 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/templates/default/local.conf.sample' (25,351) at 20241221090017476
26859 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-obmc-console/bare-metal-obmc-console/disable-obmc-console.service' (25,352) at 20241126090011759
26860 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_gadget.h' (25,353) at 20210308005003520
26861 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/webmin.service' (25,354) at 20210307205554038
26862 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer_git.bb' (25,355) at 20230919080013962
26863 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/nvdimm.txt' (25,356) at 20220429100100422
26864 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_UTIL.json' (25,357) at 20230612080032252
26865 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-x86/chassis/x86-power-control_%.bbappend' (25,358) at 20241206090014278
26866 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/utilities.py' (25,359) at 20241029080012599
26867 2025-10-05 03:01:03.284-0500 FINEST t466 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' (25,360) at 20240413080012631
26868 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/076_vblock_bad_phandle.dts' (25,361) at 20210308005003752
26869 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbushelper_interface.hpp' (25,362) at 20241009080031118
26870 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra114/Makefile' (25,363) at 20210308005002788
26871 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/clocks.cfg' (25,364) at 20210308005003084
26872 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_cfg.c' (25,365) at 20210308005003076
26873 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb' (25,366) at 20241221090017496
26874 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (25,367) at 20230412080023460
26875 2025-10-05 03:01:03.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/main.cpp' (25,368) at 20240820080023694
26876 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.prettierrc.yaml' (25,369) at 20240905080021954
26877 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/Makefile' (25,370) at 20210308005003044
26878 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/of_addr.h' (25,371) at 20210308005003628
26879 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test.dts' (25,372) at 20210308005003760
26880 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (25,373) at 20240206090017943
26881 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-arrow-gray.svg' (25,374) at 20210308005107069
26882 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/deploy.bbclass' (25,375) at 20220910030013385
26883 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ucRobotics/bubblegum_96/Kconfig' (25,376) at 20210308005003088
26884 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/netgear/dgnd3700v2/MAINTAINERS' (25,377) at 20210308005003024
26885 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-cirrus' (25,378) at 20210308005046237
26886 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/Kconfig' (25,379) at 20210308005003528
26887 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-38x-controlcenterdc.dts' (25,380) at 20210308005002568
26888 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-sabresd-u-boot.dtsi' (25,381) at 20210308005002584
26889 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (25,382) at 20241207090012331
26890 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/Kconfig' (25,383) at 20240906080037304
26891 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/0002-do-not-import-target-module-while-cross-compile.patch' (25,384) at 20240113090014532
26892 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/example/config.json' (25,385) at 20221213040025761
26893 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-test/run-ptest' (25,386) at 20230804080018091
26894 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ata.h' (25,387) at 20210308005003560
26895 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-kvm.h' (25,388) at 20221215040039186
26896 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/Kconfig' (25,389) at 20210308005003056
26897 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_compare_byte_action_tests.cpp' (25,390) at 20210308005405938
26898 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-tests/testcpuid.py2' (25,391) at 20241211090212538
26899 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5315u/Makefile' (25,392) at 20210308005002948
26900 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/rpidistro-ffmpeg_5.1.4.bb' (25,393) at 20241206090014282
26901 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4800/Makefile' (25,394) at 20210308005003072
26902 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/0001-Modify-the-Makefile-for-cross-compile.patch' (25,395) at 20210307205553838
26903 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-1a.inc' (25,396) at 20240301090012451
26904 2025-10-05 03:01:03.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ldd.py' (25,397) at 20220910030013401
26905 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/fixed.c' (25,398) at 20210308005003472
26906 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_no_start.cpp' (25,399) at 20210308005108645
26907 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py' (25,400) at 20241221090017592
26908 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Heinavesi' (25,401) at 20210307205553770
26909 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_slp.robot' (25,402) at 20240628080017121
26910 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbussy/setuptools.patch' (25,403) at 20220204040022536
26911 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/bios.c' (25,404) at 20241009080011081
26912 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/prepare-emmc-qemu/prepare-emmc-qemu' (25,405) at 20221217040017229
26913 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/armpll.c' (25,406) at 20210308005002552
26914 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/f0418b0d8b54c21a1e5b0c6dce3277e938d07e7c.patch' (25,407) at 20241206090014242
26915 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/Makefile' (25,408) at 20210308005002988
26916 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/Makefile' (25,409) at 20210308004922932
26917 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mk802ii_defconfig' (25,410) at 20210308005003268
26918 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Traryd_Betas' (25,411) at 20210307205553794
26919 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4_sd_rcw.cfg' (25,412) at 20210308005002996
26920 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/redfish/controllers/redfish-controller.js' (25,413) at 20210308005107077
26921 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/eth.c' (25,414) at 20210308005003168
26922 2025-10-05 03:01:03.286-0500 FINEST t466 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' (25,415) at 20210307205554094
26923 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/aes-round.h' (25,416) at 20230925080039921
26924 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/semicall.h' (25,417) at 20240906080037576
26925 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-cleanup.service' (25,418) at 20210308005102829
26926 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_tsol.h' (25,419) at 20210308004938820
26927 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gdbm/files/run-ptest' (25,420) at 20230609080014415
26928 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware-k2hk.h' (25,421) at 20210308005002732
26929 2025-10-05 03:01:03.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d2.dtsi' (25,422) at 20210308005002612
26930 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MSI_Primo73_defconfig' (25,423) at 20210308005003240
26931 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/sound-uclass.c' (25,424) at 20210308005003488
26932 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sym53c8xx.h' (25,425) at 20210308005003688
26933 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/at91_i2c.c' (25,426) at 20210308005003380
26934 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (25,427) at 20240119090013779
26935 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/pam/libpam_%.bbappend' (25,428) at 20230505080015455
26936 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-invalide-session.patch' (25,429) at 20210307205553818
26937 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_tftp.c' (25,430) at 20210308005003372
26938 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-liteboard.dts' (25,431) at 20210308005002588
26939 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/console/obmc-console_%.bbappend' (25,432) at 20241206090014226
26940 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.min.css' (25,433) at 20210307205554270
26941 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mem.h' (25,434) at 20210308005002636
26942 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/vdso.S' (25,435) at 20240326080039562
26943 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/README' (25,436) at 20210308005003708
26944 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/netcat-locale_h.patch' (25,437) at 20210307205553842
26945 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sdhci.h' (25,438) at 20210308005003684
26946 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp-sabreauto.dts' (25,439) at 20210308005002584
26947 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rc4.c' (25,440) at 20210308005003712
26948 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_shortlog_length.pass' (25,441) at 20241206090014310
26949 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston32r2_defconfig' (25,442) at 20210308005003252
26950 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/buildtools-make-tarball.bb' (25,443) at 20220502030010156
26951 2025-10-05 03:01:03.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/messages/presence.hpp' (25,444) at 20220412175720086
26952 2025-10-05 03:01:03.287-0500 FINEST t466 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' (25,445) at 20230114040015490
26953 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.err' (25,446) at 20220429100100882
26954 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/speed.c' (25,447) at 20210308005002728
26955 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/lib/supporting_libs.py' (25,448) at 20221209040018567
26956 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/i2c.h' (25,449) at 20210308005002664
26957 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/clock.c' (25,450) at 20210308005002760
26958 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/Inventory.pm' (25,451) at 20210308005052041
26959 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-stubs.c' (25,452) at 20240326080039754
26960 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/OWNERS' (25,453) at 20240920080011535
26961 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/util.cpp' (25,454) at 20231027080010242
26962 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_mtdif.h' (25,455) at 20210308005003556
26963 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/qos.h' (25,456) at 20210308005003040
26964 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/cache.c' (25,457) at 20210308005002708
26965 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p3.bb' (25,458) at 20221022030011098
26966 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-arm64.inc' (25,459) at 20230811080018314
26967 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dsp3400/gdb-config.c.inc' (25,460) at 20210308005046361
26968 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vmxnet3-test.c' (25,461) at 20221215040039382
26969 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm11/Makefile' (25,462) at 20210308005002544
26970 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/distro_features_check.bbclass' (25,463) at 20220910030013385
26971 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/float_convd.conf' (25,464) at 20221215040039386
26972 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/manager.cpp' (25,465) at 20230511080010311
26973 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/fans.json' (25,466) at 20231213090027090
26974 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kp_imx6q_tpc.h' (25,467) at 20210308005003600
26975 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/am6_hardware.h' (25,468) at 20210308005002732
26976 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/qos_fuzz.h' (25,469) at 20210927100127509
26977 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/README' (25,470) at 20210308005002992
26978 2025-10-05 03:01:03.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/soc/imx8_pd.h' (25,471) at 20210308005003644
26979 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Cairns' (25,472) at 20210307205553762
26980 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff@.service' (25,473) at 20240730080012557
26981 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_d.c' (25,474) at 20210308005046521
26982 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (25,475) at 20211015100030976
26983 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/Kconfig' (25,476) at 20210308005003372
26984 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/micrel-ksz90x1.txt' (25,477) at 20210308005003304
26985 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-poweron@.target' (25,478) at 20240321080027598
26986 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sd_event_loop.hpp' (25,479) at 20241102080028842
26987 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi' (25,480) at 20210308005002612
26988 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb' (25,481) at 20230706080014785
26989 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/syscall_nr.h' (25,482) at 20210927100127045
26990 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7710.h' (25,483) at 20210308005002848
26991 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/fill.py' (25,484) at 20210308005003748
26992 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-1002-1.0W' (25,485) at 20210307205553762
26993 2025-10-05 03:01:03.289-0500 FINEST t466 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' (25,486) at 20241221090017532
26994 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_mock.hpp' (25,487) at 20240817080027656
26995 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp_0.3-beta15-52.diff' (25,488) at 20230317080013793
26996 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h743i-disco.dts' (25,489) at 20210308005002616
26997 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/lists.h' (25,490) at 20210308005003628
26998 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch' (25,491) at 20241221090017664
26999 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-command.err' (25,492) at 20210308005046409
27000 2025-10-05 03:01:03.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_image.c' (25,493) at 20210308005003764
27001 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-runner_6.0.1.bb' (25,494) at 20241221090017560
27002 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-software-manager-mmc.bbclass' (25,495) at 20240424080012220
27003 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc' (25,496) at 20240106090017237
27004 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/common/board.c' (25,497) at 20210308005003172
27005 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/LICENSE' (25,498) at 20210308005059701
27006 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-pdbg-dts.cpp' (25,499) at 20230516080019606
27007 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-gp/MAINTAINERS' (25,500) at 20210308005002904
27008 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/meson.build' (25,501) at 20240906080037500
27009 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/dirPagination.js' (25,502) at 20210308005107069
27010 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BitTorrent-1.1' (25,503) at 20211006000025230
27011 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/watch.hpp' (25,504) at 20211101000101059
27012 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi' (25,505) at 20210308005002616
27013 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish_git.bb' (25,506) at 20240301090012419
27014 2025-10-05 03:01:03.290-0500 FINEST t466 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' (25,507) at 20240413080012643
27015 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-nbd-export' (25,508) at 20240906080037568
27016 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen_native.h' (25,509) at 20241211090212366
27017 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/confirm.html' (25,510) at 20210308005107069
27018 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/fix-tslib-version-check.patch' (25,511) at 20210307205553938
27019 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/templates/default/local.conf.sample' (25,512) at 20241221090017572
27020 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/eth_t102xqds.c' (25,513) at 20210308005002992
27021 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/filter.hpp' (25,514) at 20230513080027502
27022 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/Kconfig' (25,515) at 20210308005002948
27023 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-extended/pam/libpam_%.bbappend' (25,516) at 20240221090011585
27024 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/mdadm.patch' (25,517) at 20230706080014749
27025 2025-10-05 03:01:03.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.4.5.bb' (25,518) at 20241221090017488
27026 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-standalone.init' (25,519) at 20210307205554122
27027 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS3-ssh-host@.service' (25,520) at 20230203040020726
27028 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/tools/validate-regulators-config.py' (25,521) at 20221207040038023
27029 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/0001-provide-function-declaration-with-prototypes.patch' (25,522) at 20221003030013285
27030 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-aio.c' (25,523) at 20240906080037580
27031 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_internals.md' (25,524) at 20230629131804619
27032 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_ftpci100.c' (25,525) at 20210308005003452
27033 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borlange_Nygardarna' (25,526) at 20210307205553778
27034 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/alpha/test-cvttq.c' (25,527) at 20230925080040097
27035 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/pseq-monitor.service' (25,528) at 20210308005405942
27036 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewServer.vue' (25,529) at 20241004080035967
27037 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-x86/chassis/x86-power-control/chassis-system-reset.service' (25,530) at 20230107040016303
27038 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/OS_reboot' (25,531) at 20211116040015975
27039 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/net_rx_pkt.c' (25,532) at 20241211090212306
27040 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/COPYING.apache-2.0' (25,533) at 20210307205553686
27041 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/Makefile' (25,534) at 20210308005003440
27042 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/sdbusplus.wrap' (25,535) at 20220322030034432
27043 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/wayland/wayland_%.bbappend' (25,536) at 20210812000025266
27044 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/remove-libtool.bbclass' (25,537) at 20220910030013393
27045 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/rng-tools/rng-tools/10-nice.conf' (25,538) at 20210307205554074
27046 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/pch-standby-check.sh' (25,539) at 20241113090013917
27047 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/spl.c' (25,540) at 20210308005002944
27048 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_presence.fail' (25,541) at 20241206090014310
27049 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/dirty-bitmap.h' (25,542) at 20230426080043752
27050 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/rtc/brcm,brcmstb-waketimer.txt' (25,543) at 20210308005003308
27051 2025-10-05 03:01:03.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-x86_64.txt' (25,544) at 20240113090014532
27052 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/pwm.c' (25,545) at 20210308005002552
27053 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_2.2.0.bb' (25,546) at 20241206090014282
27054 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/introduction_habv4.txt' (25,547) at 20210308005003328
27055 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/rust/hello/Cargo.toml' (25,548) at 20220823030015975
27056 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.json' (25,549) at 20210927100127469
27057 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/watch.hpp' (25,550) at 20240904080034455
27058 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/cpuinfo.h' (25,551) at 20240326080039410
27059 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_signal.h' (25,552) at 20221215040039202
27060 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/u-boot-arc.h' (25,553) at 20210308005002544
27061 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/sdk.py' (25,554) at 20231011080016598
27062 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/syscall.tbl' (25,555) at 20241211090212378
27063 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp.scc' (25,556) at 20241206090014210
27064 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/260.out' (25,557) at 20210308005046465
27065 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/yocto-check-layer-wrapper' (25,558) at 20210307205554646
27066 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/p5020.c' (25,559) at 20210308005003432
27067 2025-10-05 03:01:03.292-0500 FINEST t466 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' (25,560) at 20231011080016574
27068 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-lsxhl.dts' (25,561) at 20210308005002592
27069 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/sec_entry_cpu1.S' (25,562) at 20210308005002760
27070 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ethers.sample' (25,563) at 20210307205553930
27071 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-38536.patch' (25,564) at 20241221090017576
27072 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_mvebu.c' (25,565) at 20210308005003452
27073 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/inventory/gbs-inventory-cleanup.bb' (25,566) at 20241206090014278
27074 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mps2-scc.h' (25,567) at 20240906080037336
27075 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/vybrid_gpio.c' (25,568) at 20210308005003380
27076 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/loadsvf/loadsvf_git.bb' (25,569) at 20230901080018206
27077 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/qemu-spice.h' (25,570) at 20230426080043780
27078 2025-10-05 03:01:03.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-config/sensor_filter.json' (25,571) at 20241107090014377
27079 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/k2g_evm.h' (25,572) at 20210308005003596
27080 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/tool_errors.hpp' (25,573) at 20240817080027660
27081 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/152' (25,574) at 20240326080039730
27082 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-idk-common.dtsi' (25,575) at 20210308005002564
27083 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/pci.c' (25,576) at 20210308005003168
27084 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/Makefile' (25,577) at 20210308005002776
27085 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/Makefile' (25,578) at 20210308005003008
27086 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/allwinner-i2c.h' (25,579) at 20230426080043760
27087 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/soc.h' (25,580) at 20210308005002640
27088 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Settings.interface.yaml' (25,581) at 20221207040023631
27089 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec_int_helper.c' (25,582) at 20240326080039702
27090 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_premium_onenand_defconfig' (25,583) at 20210308005003284
27091 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/ps7_init_gpl.h' (25,584) at 20210308005002796
27092 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/id.h' (25,585) at 20210927100127249
27093 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/bus/ti-sysc.h' (25,586) at 20210308005003632
27094 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/power-sequencing.bb' (25,587) at 20241206090014230
27095 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libsombok3/libsombok3/0001-configure.ac-fix-cross-compiling-issue.patch' (25,588) at 20210307205553902
27096 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_presence.hpp' (25,589) at 20240827080014470
27097 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_run_64r6el.sh' (25,590) at 20210308005046525
27098 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/pack.c' (25,591) at 20220429100100946
27099 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/octave/octave_7.2.0.bb' (25,592) at 20221003030013273
27100 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0007-mycroft.conf-Use-pocketsphinx-by-default.patch' (25,593) at 20210307205553802
27101 2025-10-05 03:01:03.293-0500 FINEST t466 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' (25,594) at 20240413080012651
27102 2025-10-05 03:01:03.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-thermal.dtsi' (25,595) at 20210308005002604
27103 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3xxx-clocks.dtsi' (25,596) at 20210308005002600
27104 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rock2.h' (25,597) at 20210308005003612
27105 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/dir-item.c' (25,598) at 20210308005003544
27106 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS0.conf' (25,599) at 20230606080013598
27107 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spl.c' (25,600) at 20210308005002548
27108 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/xpedite517x.c' (25,601) at 20210308005003172
27109 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord.conf' (25,602) at 20210307205553874
27110 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/nsa310s.h' (25,603) at 20210308005003204
27111 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/arm_systemready_opensuse_unattended.py' (25,604) at 20241221090017468
27112 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf' (25,605) at 20240413080012631
27113 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bedbug/tables.h' (25,606) at 20210308005003560
27114 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-rockchip.c' (25,607) at 20210308005003516
27115 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/api.hpp' (25,608) at 20210308004925444
27116 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxm.dtsi' (25,609) at 20210308005002596
27117 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/ethernet.txt' (25,610) at 20210308005003304
27118 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/gobject-introspection.rst' (25,611) at 20230114040015514
27119 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/design-template.md' (25,612) at 20241129090004008
27120 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/unaligned_pc.c' (25,613) at 20240906080037576
27121 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/O-UDA-1.0' (25,614) at 20211006000025238
27122 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/init.cfg' (25,615) at 20210307205554470
27123 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/samsung_onenand.h' (25,616) at 20210308005003668
27124 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/r8a66597-hcd.c' (25,617) at 20210308005003516
27125 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/macchanger/macchanger/0001-Fix-musl-build.patch' (25,618) at 20230706080014741
27126 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vammala_Jyranvuori' (25,619) at 20210307205553774
27127 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/xlnx-can-test.c' (25,620) at 20221215040039382
27128 2025-10-05 03:01:03.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-base-board-u-boot.dtsi' (25,621) at 20210308005002592
27129 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/README' (25,622) at 20210308005003004
27130 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f746.dtsi' (25,623) at 20210308005002616
27131 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.conf' (25,624) at 20210307205554038
27132 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/gadget.h' (25,625) at 20210308005003672
27133 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/axs10x/Kconfig' (25,626) at 20210308005003056
27134 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2l-evm.dts' (25,627) at 20210308005002592
27135 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/Kconfig' (25,628) at 20210308005002820
27136 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/as3722_init.c' (25,629) at 20210308005003024
27137 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/Makefile' (25,630) at 20210308005003016
27138 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-integrator/Kconfig' (25,631) at 20210308005002728
27139 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/mbox.c' (25,632) at 20210308005002716
27140 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/LICENSE.MIT' (25,633) at 20210307205554226
27141 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm.conf.in' (25,634) at 20210307205554590
27142 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power8.inc' (25,635) at 20240301090012451
27143 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/PageSection.spec.js.snap' (25,636) at 20241004080035975
27144 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/no_lto.patch' (25,637) at 20210316000012729
27145 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/trigger_mock.hpp' (25,638) at 20220412175720090
27146 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/gadget-stop' (25,639) at 20240301090012431
27147 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-64bit-fpu.xml' (25,640) at 20221215040039086
27148 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/import' (25,641) at 20231118090031405
27149 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/free/free.c' (25,642) at 20210308004938832
27150 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Vienna' (25,643) at 20210307205553758
27151 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sheevaplug_defconfig' (25,644) at 20210308005003280
27152 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_gpt_partition_name.wks' (25,645) at 20230503080014611
27153 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_lic_files_chksum_modified_not_mentioned.fail' (25,646) at 20241206090014310
27154 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildstats-summary' (25,647) at 20241221090017700
27155 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ehci-omap.h' (25,648) at 20210308005002672
27156 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/axx2prthdhd.json' (25,649) at 20220601030005861
27157 2025-10-05 03:01:03.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/common.h' (25,650) at 20210308005002996
27158 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libmodule-build-perl/run-ptest' (25,651) at 20210307205554542
27159 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware_am43xx.h' (25,652) at 20210308005002636
27160 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ist.h' (25,653) at 20210308005002880
27161 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/bpmp_abi.h' (25,654) at 20210308005002668
27162 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples/gst-player.desktop' (25,655) at 20220721030015885
27163 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmcoge5un_defconfig' (25,656) at 20210308005003264
27164 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cabextract/cabextract/fix-fnmatch.patch' (25,657) at 20241206090014258
27165 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/exynos-dp.txt' (25,658) at 20210308005003328
27166 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/console/obmc-console_%.bbappend' (25,659) at 20240130090012757
27167 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmtepr2_defconfig' (25,660) at 20210308005003264
27168 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh' (25,661) at 20241211090147009
27169 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_s_h.c' (25,662) at 20210308005046505
27170 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_console_sandbox.py' (25,663) at 20210308005003744
27171 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/readonly.cpp' (25,664) at 20221111040035058
27172 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/qts/pinmux_config.h' (25,665) at 20210308005003008
27173 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/bind9' (25,666) at 20230813080012876
27174 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/005.out' (25,667) at 20210308005046413
27175 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/version_handler.hpp' (25,668) at 20210918000044923
27176 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/Kconfig' (25,669) at 20210308005003464
27177 2025-10-05 03:01:03.296-0500 FINEST t466 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' (25,670) at 20240904080027738
27178 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm3380.dtsi' (25,671) at 20210308005002812
27179 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ErlPL-1.1' (25,672) at 20210307205554422
27180 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/machine/dl360-g11.conf' (25,673) at 20230831080015063
27181 2025-10-05 03:01:03.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/mc34vr500.c' (25,674) at 20210308005002960
27182 2025-10-05 03:01:03.296-0500 FINEST t466 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' (25,675) at 20210307205553874
27183 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-flash_%.bbappend' (25,676) at 20231107090016217
27184 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/systick-timer.c' (25,677) at 20210308005002556
27185 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/hotswap-power-cycle/gbs-hotswap-power-cycle.bb' (25,678) at 20241206090014278
27186 2025-10-05 03:01:03.297-0500 FINEST t466 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' (25,679) at 20210307205553718
27187 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ch-Citycable' (25,680) at 20210307205553766
27188 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/emsdp.c' (25,681) at 20210308005003056
27189 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/182' (25,682) at 20220429100100910
27190 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/start.S' (25,683) at 20210308005002812
27191 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/presence/gpio_presence.cpp' (25,684) at 20241219090021588
27192 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/0001-Define-_GNU_SOURCE-if-HAVE_SIGSET-is-set.patch' (25,685) at 20221003030013289
27193 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Inferno-Nettverk' (25,686) at 20241221090017612
27194 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/cpu_init.c' (25,687) at 20210308005002800
27195 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/evdev.hpp' (25,688) at 20240817080025332
27196 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi0.conf' (25,689) at 20230609080014395
27197 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/index.rst' (25,690) at 20240413080012623
27198 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-configure.inc' (25,691) at 20241221090017636
27199 2025-10-05 03:01:03.297-0500 FINEST t466 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' (25,692) at 20210307205553854
27200 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_2mmc_defconfig' (25,693) at 20210308005003248
27201 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/idt8t49n222a_serdes_clk.h' (25,694) at 20210308005002960
27202 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tqma6_mba6.h' (25,695) at 20210308005003620
27203 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/de' (25,696) at 20210308005046145
27204 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/example/test.yaml' (25,697) at 20221209040030335
27205 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/VERSION' (25,698) at 20210927100127329
27206 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/remote-i3c.h' (25,699) at 20241211090212362
27207 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-1.1' (25,700) at 20211006000025242
27208 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/phosphor-led-manager_%.bbappend' (25,701) at 20230801080016105
27209 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atmel_lcd.h' (25,702) at 20210308005003560
27210 2025-10-05 03:01:03.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Common.errors.yaml' (25,703) at 20221116040023827
27211 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/jz4780.dtsi' (25,704) at 20210308005002812
27212 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0003-Fix-missing-prototype-compiler-warnings.patch' (25,705) at 20241221090017540
27213 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9rlek.h' (25,706) at 20210308005003584
27214 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/ddr.c' (25,707) at 20210308005002976
27215 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/OWNERS' (25,708) at 20230719080010903
27216 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/065_entry_args_unknown_datatype.dts' (25,709) at 20210308005003752
27217 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/zynq-topic-miamiplus/ps7_init_gpl.c' (25,710) at 20210308005003080
27218 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb-odroidc2.dts' (25,711) at 20210308005002596
27219 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/trace.h' (25,712) at 20210308005046097
27220 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-dict.err' (25,713) at 20210308005046401
27221 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.JFFS2' (25,714) at 20210308005003288
27222 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/softoff/softoff.hpp' (25,715) at 20240125090021556
27223 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8572DS.h' (25,716) at 20210308005003580
27224 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Pajala' (25,717) at 20210307205553790
27225 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DRL-1.0' (25,718) at 20211006000025234
27226 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/data.py' (25,719) at 20240106090017261
27227 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/lowlevel_init.c' (25,720) at 20210308005002724
27228 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/make-spdx-bindings.sh' (25,721) at 20241221090017700
27229 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/read_window_cycle.c' (25,722) at 20230809080010803
27230 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/link-test.c' (25,723) at 20210927100127357
27231 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/pci_io.h' (25,724) at 20210308005002840
27232 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/s32v234evb.cfg' (25,725) at 20210308005002992
27233 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/LICENSE' (25,726) at 20210308005007096
27234 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-4.0' (25,727) at 20211006000025230
27235 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/Kconfig' (25,728) at 20210308005002540
27236 2025-10-05 03:01:03.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/cmake/Finddbus.cmake' (25,729) at 20210308005114857
27237 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/wap5813n/Kconfig' (25,730) at 20210308005002948
27238 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp.hpp' (25,731) at 20210308005055041
27239 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/clk.h' (25,732) at 20210308005002796
27240 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/toaster-unmanaged-mode.json' (25,733) at 20210307205554442
27241 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_soc.c' (25,734) at 20210308005003400
27242 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1-eeprom/eep_sandbox.txt' (25,735) at 20210308005003328
27243 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-ld4.c' (25,736) at 20210308005002792
27244 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg' (25,737) at 20210308005002964
27245 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-dlc20-rev1.0/ps7_init_gpl.c' (25,738) at 20210308005003172
27246 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/arpwatch.default' (25,739) at 20210307205554126
27247 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/win32-aio.c' (25,740) at 20230925080039833
27248 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/init.c' (25,741) at 20210308005002728
27249 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (25,742) at 20221108040015950
27250 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/arm64-crashdump-arm64.c-fix-warning.patch' (25,743) at 20230706080014733
27251 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_models_user.c' (25,744) at 20210927100127433
27252 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.7.rst' (25,745) at 20230114040015514
27253 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/Miscellaneous.pm' (25,746) at 20220612030016735
27254 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_sr1500.h' (25,747) at 20210308005003616
27255 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/oemopenbmc.hpp' (25,748) at 20210308004925448
27256 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/convert-srcuri.py' (25,749) at 20220204040022688
27257 2025-10-05 03:01:03.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs3.dtsi' (25,750) at 20210308005002632
27258 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.1.4.rst' (25,751) at 20241221090017596
27259 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/07_buildflags.diff' (25,752) at 20230706080014741
27260 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/bios/integer_attrs.json' (25,753) at 20240618080043041
27261 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar934x/ddr.c' (25,754) at 20210308005002820
27262 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-monitor-config/monitor.yaml' (25,755) at 20210307205554066
27263 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pycparser_2.22.bb' (25,756) at 20241206090014330
27264 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_cve_check_ignore.fail' (25,757) at 20241206090014310
27265 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (25,758) at 20240413080012631
27266 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston-socket.sh' (25,759) at 20230706080014785
27267 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/Makefile' (25,760) at 20210308005003032
27268 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch' (25,761) at 20230131040012035
27269 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Activation.interface.yaml' (25,762) at 20221207040023631
27270 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/key_matrix.c' (25,763) at 20210308005003384
27271 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/io.h' (25,764) at 20210308005002828
27272 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger_%.bbappend' (25,765) at 20240310080021376
27273 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Martin-Birgmeier' (25,766) at 20241221090017616
27274 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/serialization_tests.hpp' (25,767) at 20221005030030506
27275 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_scc.h' (25,768) at 20210308005003020
27276 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/smsc_sio1007.h' (25,769) at 20210308005003684
27277 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/compression.c' (25,770) at 20210308005003544
27278 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/pcalign-a32.c' (25,771) at 20220429100100942
27279 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/genptr.h' (25,772) at 20230925080040021
27280 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig' (25,773) at 20210308005003236
27281 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/Settings.directory' (25,774) at 20210307205554610
27282 2025-10-05 03:01:03.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (25,775) at 20210813100029652
27283 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_bus.h' (25,776) at 20240326080039538
27284 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmopti2_defconfig' (25,777) at 20210308005003264
27285 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/meta-networking-image-all.bb' (25,778) at 20231014080011723
27286 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx53ard.h' (25,779) at 20210308005003604
27287 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl.dtsi' (25,780) at 20210308005002584
27288 2025-10-05 03:01:03.301-0500 FINEST t466 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' (25,781) at 20210307205553714
27289 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/net-tools/net-tools/net-tools-config.make' (25,782) at 20210307205554566
27290 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/sh_intc.c' (25,783) at 20220429100100482
27291 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/trace.h' (25,784) at 20210308005046553
27292 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/800mhz_2x64mx16.cfg' (25,785) at 20210308005003080
27293 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/lowlevel_init.S' (25,786) at 20210308005002548
27294 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/imx8/Makefile' (25,787) at 20210308005002724
27295 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-pseudo-denormal.c' (25,788) at 20210308005046497
27296 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_block_device.c' (25,789) at 20210308005003704
27297 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/.gitignore' (25,790) at 20210308005048369
27298 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/clock.h' (25,791) at 20210308005002672
27299 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kangasala' (25,792) at 20210307205553766
27300 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-rv1108_defconfig' (25,793) at 20210308005003260
27301 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/Makefile' (25,794) at 20210308005002996
27302 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Juva' (25,795) at 20210307205553770
27303 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_encoder_metadata.h' (25,796) at 20231021080010534
27304 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_s_w.c' (25,797) at 20210308005046521
27305 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3' (25,798) at 20210307205554422
27306 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/aarch64-softmmu/minimal.mak' (25,799) at 20210927100127053
27307 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cc108.dts' (25,800) at 20210308005002632
27308 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb' (25,801) at 20231011080016606
27309 2025-10-05 03:01:03.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx51evk_defconfig' (25,802) at 20210308005003268
27310 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx7ulp_evk.h' (25,803) at 20210308005003608
27311 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/config.c' (25,804) at 20210308005003504
27312 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/interrupts.c' (25,805) at 20210308005002800
27313 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (25,806) at 20241031080012183
27314 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/handle.cpp' (25,807) at 20230511080009359
27315 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/MAINTAINERS' (25,808) at 20210308005003088
27316 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/periph.h' (25,809) at 20210308005002776
27317 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sun6i.h' (25,810) at 20210308005003620
27318 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rsk7264.h' (25,811) at 20210308005003612
27319 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_premium_defconfig' (25,812) at 20210308005003284
27320 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-core/udev/udev-aspeed-mtd-partitions.bb' (25,813) at 20241206090014218
27321 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/s-nail_14.9.25.bb' (25,814) at 20241221090017524
27322 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/timer.h' (25,815) at 20210308005002640
27323 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/list.h' (25,816) at 20210308005003656
27324 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/fdt-common.c' (25,817) at 20210308005002756
27325 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-pll-unlock.cpp' (25,818) at 20230825080016953
27326 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/cgtqmx6eval.c' (25,819) at 20210308005002948
27327 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config/witherspoon/zone_conditions.yaml' (25,820) at 20210307205553702
27328 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-structs.h' (25,821) at 20210308005003644
27329 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/SOL.interface.yaml' (25,822) at 20240112090020084
27330 2025-10-05 03:01:03.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci.h' (25,823) at 20210308005003512
27331 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/setup-eid.conf' (25,824) at 20240828080010887
27332 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec_spi.c' (25,825) at 20210308005003396
27333 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/MAINTAINERS' (25,826) at 20210308005003024
27334 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/config-bios.json.in' (25,827) at 20210308005120349
27335 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/wdt_aspeed.h' (25,828) at 20241211090212366
27336 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mc146818rtc.h' (25,829) at 20210308005002840
27337 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/s390-acr.xml' (25,830) at 20210308005045817
27338 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-braswell/fsp/fsp_vpd.h' (25,831) at 20210308005002876
27339 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/lx2160a_serdes.c' (25,832) at 20210308005002556
27340 2025-10-05 03:01:03.303-0500 FINEST t466 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' (25,833) at 20240904080027730
27341 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/linux-yocto-uefi-secureboot.inc' (25,834) at 20241221090017472
27342 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-patch-overrides/qemux86/x86.patch' (25,835) at 20241206090014298
27343 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/spl_minimal.c' (25,836) at 20210308005002960
27344 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/timer.c' (25,837) at 20210308005003740
27345 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Naverede_Oberget' (25,838) at 20210307205553786
27346 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-compat-units.bb' (25,839) at 20241221090017644
27347 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox_%.bbappend' (25,840) at 20240613080018351
27348 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/adv7611.c' (25,841) at 20210308005003000
27349 2025-10-05 03:01:03.303-0500 FINEST t466 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' (25,842) at 20240904080027738
27350 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/customise_btn.html' (25,843) at 20210307205554282
27351 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/test.py' (25,844) at 20210308005003760
27352 2025-10-05 03:01:03.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot-uefi-secureboot.inc' (25,845) at 20241221090017472
27353 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000_common.h' (25,846) at 20230426080043712
27354 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tarnamo' (25,847) at 20210307205553790
27355 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/x530/x530.c' (25,848) at 20210308005002908
27356 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/tnc.c' (25,849) at 20210308005003552
27357 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/MAINTAINERS' (25,850) at 20210308005002980
27358 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/pwrseq-uclass.c' (25,851) at 20210308005003400
27359 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m547x_8x.h' (25,852) at 20210308005002804
27360 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/__init__.py' (25,853) at 20210307205554262
27361 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/test/test_scheduled_host_transition.cpp' (25,854) at 20240723080028240
27362 2025-10-05 03:01:03.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/aspeed/clk_ast2600.c' (25,855) at 20230720080043539
27363 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/use-DESTDIR.patch' (25,856) at 20210307205553846
27364 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/0001-make-direction-attribute-conforming-to-introspect.dt.patch' (25,857) at 20240413080012663
27365 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/README.md' (25,858) at 20240808080020596
27366 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/test/systemd_parser.cpp' (25,859) at 20240711080029835
27367 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/userModel.js' (25,860) at 20210308005107073
27368 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/meson.build' (25,861) at 20230426080043948
27369 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/typecheck.h' (25,862) at 20210308005003672
27370 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/Makefile' (25,863) at 20210308005002560
27371 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.json' (25,864) at 20220429100100882
27372 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/154.out' (25,865) at 20240326080039730
27373 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/thumb1/include/asm/proc-armv/system.h' (25,866) at 20210308005002796
27374 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/config_mpc85xx.h' (25,867) at 20210308005002836
27375 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/test/power_off_rule_test.cpp' (25,868) at 20210308005059169
27376 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/test_signature.cpp' (25,869) at 20240820080019550
27377 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/image-sparse.h' (25,870) at 20210308005003652
27378 2025-10-05 03:01:03.305-0500 FINEST t466 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' (25,871) at 20240904080027734
27379 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/static-libsystemd-pkgconfig.patch' (25,872) at 20230706080014745
27380 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smdk5420_defconfig' (25,873) at 20210308005003280
27381 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/dgram.c' (25,874) at 20230426080043796
27382 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/meson.build' (25,875) at 20240613080020632
27383 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_paths.cpp' (25,876) at 20241003080023049
27384 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/spl.h' (25,877) at 20210308005002636
27385 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp152.c' (25,878) at 20210308005003468
27386 2025-10-05 03:01:03.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/__init__.py' (25,879) at 20220405030025641
27387 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5_sfr.h' (25,880) at 20210308005002716
27388 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/gpio.h' (25,881) at 20210308005002716
27389 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_sext.S' (25,882) at 20210308005046533
27390 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/mx6cuboxi.c' (25,883) at 20210308005003052
27391 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/raspi.rst' (25,884) at 20240906080037176
27392 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/Kconfig' (25,885) at 20210308005045905
27393 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/058' (25,886) at 20210927100127477
27394 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch' (25,887) at 20230706080014737
27395 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/run-ptest' (25,888) at 20240413080012643
27396 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/Makefile' (25,889) at 20210308005003456
27397 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stigsjo' (25,890) at 20210307205553790
27398 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_xplained_emmc_defconfig' (25,891) at 20210308005003276
27399 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/ncsi.c' (25,892) at 20220215040051512
27400 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/server/xmlrpcserver.py' (25,893) at 20241221090017588
27401 2025-10-05 03:01:03.306-0500 FINEST t466 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' (25,894) at 20241221090017488
27402 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/rockchip_mipi_dsi.h' (25,895) at 20210308005002664
27403 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/provider' (25,896) at 20210307205554466
27404 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/dbus-1.init' (25,897) at 20210307205554474
27405 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/autobuilderlog.json' (25,898) at 20210307205554230
27406 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop' (25,899) at 20210307205554610
27407 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-wobo-i5.dts' (25,900) at 20210308005002620
27408 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/__init__.py' (25,901) at 20210308005003772
27409 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-h3-ccu.h' (25,902) at 20210308005003636
27410 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-openrisc.rst' (25,903) at 20221215040039082
27411 2025-10-05 03:01:03.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/csr.cpp' (25,904) at 20231011080023666
27412 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7629/Makefile' (25,905) at 20210308005002752
27413 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/CFMLimit.interface.yaml' (25,906) at 20221207040023627
27414 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/io.h' (25,907) at 20210308005003656
27415 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-pci-kvm.c' (25,908) at 20240326080039486
27416 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-access.h' (25,909) at 20210308005045861
27417 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/trats2_defconfig' (25,910) at 20210308005003284
27418 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gdbstub.c' (25,911) at 20241211090212478
27419 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/ticks.S' (25,912) at 20210308005002844
27420 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb' (25,913) at 20241221090017504
27421 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (25,914) at 20241206090014278
27422 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/FieldMode.interface.yaml' (25,915) at 20220315030032663
27423 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610-calibration.c' (25,916) at 20210308005002724
27424 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/py-3.11.patch' (25,917) at 20221017030012226
27425 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/fatal-loader.patch' (25,918) at 20241206090014338
27426 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/led.c' (25,919) at 20210308005003020
27427 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2205.conf' (25,920) at 20230606080013598
27428 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/rcar-gen2-cpg.h' (25,921) at 20210308005003352
27429 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t104x_pbi_sb.cfg' (25,922) at 20210308005002992
27430 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/login.defs_shadow-sysroot' (25,923) at 20230811080018326
27431 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/utils.py' (25,924) at 20210308005046237
27432 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Sonka' (25,925) at 20210307205553774
27433 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/sys_proto.h' (25,926) at 20210308005002768
27434 2025-10-05 03:01:03.307-0500 FINEST t466 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' (25,927) at 20240904080027734
27435 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/index.rst' (25,928) at 20210308005002536
27436 2025-10-05 03:01:03.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch' (25,929) at 20210307205554582
27437 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun8i_a23.c' (25,930) at 20210308005002784
27438 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SHL-0.51' (25,931) at 20211006000025242
27439 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/fsmc_nand.h' (25,932) at 20210308005003668
27440 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/igep00x0.c' (25,933) at 20210308005003012
27441 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/files/0001-include-Check-for-previous-declaration-of-uintptr_t.patch' (25,934) at 20230401080011939
27442 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/time.c' (25,935) at 20210308005002804
27443 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb' (25,936) at 20240301090012431
27444 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/log/log_test.c' (25,937) at 20210308005003740
27445 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/tcg-stub.c' (25,938) at 20240906080037516
27446 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_pattern_group_nest2.decode' (25,939) at 20210308005046389
27447 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/update-gawk-paths.patch' (25,940) at 20241206090014334
27448 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/extable.c' (25,941) at 20210308005002840
27449 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_max77696.c' (25,942) at 20210308005003468
27450 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/examples/set-point' (25,943) at 20210308005116213
27451 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-mips.h' (25,944) at 20210308005003612
27452 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen_backend_ops.h' (25,945) at 20230426080043772
27453 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/logging/phosphor-hostlogger/ethanolx/ttyS0.conf' (25,946) at 20240308090017907
27454 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-shc.dts' (25,947) at 20210308005002564
27455 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-common-ssh.h' (25,948) at 20240906080037436
27456 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/service_files/xyz.openbmc_project.Chassis.Buttons.service' (25,949) at 20210308005121525
27457 2025-10-05 03:01:03.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/babel.config.js' (25,950) at 20241004080035955
27458 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_unwanted.cpp' (25,951) at 20231110090010623
27459 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/or-irq.h' (25,952) at 20230426080043764
27460 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/load_kernel.h' (25,953) at 20210308005003656
27461 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/ivm_core.c' (25,954) at 20210308005003376
27462 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-mvebu.c' (25,955) at 20210308005003516
27463 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/conftest.py' (25,956) at 20210308005003744
27464 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/Kconfig' (25,957) at 20240906080037452
27465 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/220.out' (25,958) at 20210308005046461
27466 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hyperlink_21.0.0.bb' (25,959) at 20240302090018210
27467 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/077' (25,960) at 20210927100127477
27468 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/format-code.sh' (25,961) at 20210308005107081
27469 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/container-core.yml' (25,962) at 20240906080037132
27470 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0001-adb-remove-selinux-extensions.patch' (25,963) at 20210307205553894
27471 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/report-base.html.jinja' (25,964) at 20220804030014695
27472 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-config/config.yaml' (25,965) at 20210307205554066
27473 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Bar.errors.yaml' (25,966) at 20210308005049145
27474 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/clk.c' (25,967) at 20210308005002796
27475 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mpc8xxx_spi.h' (25,968) at 20210308005002840
27476 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/vim-tiny_9.1.bb' (25,969) at 20240301090012479
27477 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf500-colibri.dts' (25,970) at 20210308005002632
27478 2025-10-05 03:01:03.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff' (25,971) at 20230706080014741
27479 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/networking-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (25,972) at 20220402030015911
27480 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/debug_ll.S' (25,973) at 20210308005002792
27481 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-bsp/u-boot/files/e3c256d4i.cfg' (25,974) at 20240209090013644
27482 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_vmparam.h' (25,975) at 20221215040039062
27483 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/blob.c' (25,976) at 20210308005003208
27484 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/io.h' (25,977) at 20210308005002888
27485 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/debian/pool/main/d/db5.3/index.html' (25,978) at 20210307205554242
27486 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-turris-mox.dts' (25,979) at 20210308005002564
27487 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/gdbstub.c' (25,980) at 20240906080037536
27488 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit/0001-Use-builtin-for-clear_cache.patch' (25,981) at 20221003030013273
27489 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/dpll-tail.c' (25,982) at 20210308005002792
27490 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-fsl.c' (25,983) at 20210308005003516
27491 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/common_setup.h' (25,984) at 20210308005002720
27492 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cores.list' (25,985) at 20221215040039346
27493 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_sli.h' (25,986) at 20240906080037336
27494 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nsa310s.h' (25,987) at 20210308005003608
27495 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-An' (25,988) at 20210307205553778
27496 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,servalt.dtsi' (25,989) at 20210308005002816
27497 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/types.h' (25,990) at 20210308005002844
27498 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-firmware.yml' (25,991) at 20231126090012765
27499 2025-10-05 03:01:03.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/bios-tables-test-allowed-diff.h' (25,992) at 20210308005046473
27500 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/regs-gpmi.h' (25,993) at 20210308005002676
27501 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VEIR.interface.yaml' (25,994) at 20220315030032659
27502 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/draak.h' (25,995) at 20210308005003592
27503 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/Kconfig' (25,996) at 20210308005002980
27504 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_mac.c' (25,997) at 20210308005003288
27505 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-auxtek-t004.dts' (25,998) at 20210308005002620
27506 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_version.py' (25,999) at 20241211090212542
27507 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-bsp/u-boot/u-boot-obmc.inc' (26,000) at 20210818000051207
27508 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_mul32.S' (26,001) at 20210308005046533
27509 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_slot_verify.c' (26,002) at 20210308005003708
27510 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-clkctrl-mx28.h' (26,003) at 20210308005002656
27511 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1088ardb.h' (26,004) at 20210308005003600
27512 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/luton_pcb091.dts' (26,005) at 20210308005002812
27513 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3188.c' (26,006) at 20210308005003476
27514 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2081_sd_rcw.cfg' (26,007) at 20210308005002996
27515 2025-10-05 03:01:03.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/fvp_boot.py' (26,008) at 20241206090014214
27516 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/bond-eth1.conf' (26,009) at 20220126110011868
27517 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (26,010) at 20240105090012010
27518 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a64.c' (26,011) at 20210308005003352
27519 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu/xtensa-modules.c.inc' (26,012) at 20210308005046357
27520 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/context.py' (26,013) at 20230401080011963
27521 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-gru-chromebook.dtsi' (26,014) at 20210308005002608
27522 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_multu.c' (26,015) at 20210308005046525
27523 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/warp.c' (26,016) at 20210308005003168
27524 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-data.json' (26,017) at 20210927100127473
27525 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-roboto_2.138.bb' (26,018) at 20241221090017528
27526 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/docs/yaml/error.md' (26,019) at 20230902080037613
27527 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/bg-Sofia' (26,020) at 20210307205553766
27528 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-create-chassis-poweron-log@.service' (26,021) at 20230504080034640
27529 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/string.h' (26,022) at 20210308005002804
27530 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/reset-ast2600.c' (26,023) at 20210308005003480
27531 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/composite.c' (26,024) at 20210308005003504
27532 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/southbridge/piix.h' (26,025) at 20241211090212362
27533 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/0002-Makefile.am-respect-PYTHONSITEDIR.patch' (26,026) at 20240113090014536
27534 2025-10-05 03:01:03.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/mkhybridiso.wks' (26,027) at 20210307205554634
27535 2025-10-05 03:01:03.313-0500 FINEST t466 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' (26,028) at 20210729000029140
27536 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ChangePassword/index.js' (26,029) at 20220105012522995
27537 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_mc_private.h' (26,030) at 20210308005003648
27538 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/VuelidateMixin.js' (26,031) at 20220105012522983
27539 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/modals.scss' (26,032) at 20210308005107073
27540 2025-10-05 03:01:03.313-0500 FINEST t466 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' (26,033) at 20240904080027738
27541 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-properties-example-native.bb' (26,034) at 20241206090014274
27542 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/sensor_gen.py' (26,035) at 20230909080016579
27543 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1302.c' (26,036) at 20210308005003480
27544 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/121.out' (26,037) at 20210308005046449
27545 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0005-Undefine-PAGE_SIZE.patch' (26,038) at 20220402030016007
27546 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/sphinx-static/switchers.js' (26,039) at 20210307205554234
27547 2025-10-05 03:01:03.313-0500 FINEST t466 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' (26,040) at 20210307205553838
27548 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/zipnote-crashes-with-segfault.patch' (26,041) at 20220618030015190
27549 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Zone.v1_6_3.json' (26,042) at 20240619080002956
27550 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/config-static-bmc-reboot.json.in' (26,043) at 20210308005120349
27551 2025-10-05 03:01:03.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/device-driver-probe' (26,044) at 20241213090035010
27552 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_write_window_unmapped.cpp' (26,045) at 20210308005100997
27553 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_aemv8a_semi_defconfig' (26,046) at 20210308005003284
27554 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-kernel/linux/linux-nuvoton/evb-npcm845.cfg' (26,047) at 20240123090012855
27555 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/version_handlers_builder.hpp' (26,048) at 20210308005120361
27556 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1275-revA.dts' (26,049) at 20210308005002636
27557 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (26,050) at 20220419100010136
27558 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/qos.c' (26,051) at 20210308005003036
27559 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/hotswap-power-cycle/files/hotswap-power-cycle.service' (26,052) at 20220416030014714
27560 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py' (26,053) at 20240106090017249
27561 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/0001-openbox-xdg-autostart-convert-to-python3.patch' (26,054) at 20210307205553946
27562 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap_git.inc' (26,055) at 20241221090017692
27563 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/postcss.config.js' (26,056) at 20210308005107081
27564 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/serv.py' (26,057) at 20241206090014286
27565 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_36BIT_defconfig' (26,058) at 20210308005003240
27566 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/ddr.c' (26,059) at 20210308005002980
27567 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi' (26,060) at 20210308005002612
27568 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalIpv4.vue' (26,061) at 20241004080035971
27569 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/trace.h' (26,062) at 20221215040039086
27570 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_go.py' (26,063) at 20241221090017700
27571 2025-10-05 03:01:03.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sg3-utils/sg3-utils_1.48.bb' (26,064) at 20230919080013958
27572 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.err' (26,065) at 20220429100100882
27573 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600_spl_emmc.h' (26,066) at 20230302090047762
27574 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_ca15_tc2_defconfig' (26,067) at 20210308005003284
27575 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-at91.txt' (26,068) at 20210308005003304
27576 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/McPhee-slideshow' (26,069) at 20241221090017616
27577 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/Makefile' (26,070) at 20210308005003072
27578 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-recent-gettext.patch' (26,071) at 20210307205553994
27579 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-x86/chassis/x86-power-control_%.bbappend' (26,072) at 20241216090019177
27580 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-async-timeout_4.0.3.bb' (26,073) at 20240302090018206
27581 2025-10-05 03:01:03.315-0500 FINEST t466 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' (26,074) at 20230706080014745
27582 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/rtas-test.c' (26,075) at 20230426080043948
27583 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/newproject_specific.html' (26,076) at 20210307205554286
27584 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps65218.c' (26,077) at 20210308005003472
27585 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/051_u_boot_spl_dtb.dts' (26,078) at 20210308005003752
27586 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/Makefile' (26,079) at 20210308005002908
27587 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/Makefile' (26,080) at 20210308005003332
27588 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/cmd_ddrphy.c' (26,081) at 20210308005002792
27589 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3288-dmc.txt' (26,082) at 20210308005003300
27590 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/flash-malta-boot.tcl' (26,083) at 20210308005003008
27591 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kp_imx53_defconfig' (26,084) at 20210308005003264
27592 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/internal/fd.cpp' (26,085) at 20230713080009164
27593 2025-10-05 03:01:03.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb' (26,086) at 20210307205554386
27594 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabreauto/imximage.cfg' (26,087) at 20210308005002984
27595 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/0002-Enable-support-for-the-kernel-module.patch' (26,088) at 20230706080014737
27596 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/Makefile' (26,089) at 20210308005003048
27597 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/ampere_platform_init.sh' (26,090) at 20241108090014316
27598 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/salvator-x.h' (26,091) at 20210308005003612
27599 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/pci-bridge-stub.c' (26,092) at 20230426080043668
27600 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zrle.h' (26,093) at 20210308005046553
27601 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules.rules' (26,094) at 20210307205554094
27602 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip.h' (26,095) at 20210308005003364
27603 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088aqds_tfa_defconfig' (26,096) at 20210308005003264
27604 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/images/obmc-phosphor-image.bbappend' (26,097) at 20230412080023460
27605 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_atmel_twi.c' (26,098) at 20210308005003500
27606 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_disk.c' (26,099) at 20210308005003700
27607 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/soc.h' (26,100) at 20210308005002732
27608 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/useradd_base.bbclass' (26,101) at 20231126090012841
27609 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/disable-documentation.patch' (26,102) at 20230706080014741
27610 2025-10-05 03:01:03.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx7_ccm.h' (26,103) at 20210308005046021
27611 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t1040_serdes.c' (26,104) at 20210308005002832
27612 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/galileo.h' (26,105) at 20210308005003596
27613 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/riscv-virt-machine.c' (26,106) at 20240906080037568
27614 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/mvebu_armada-8k/MAINTAINERS' (26,107) at 20210308005002908
27615 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fr-ch' (26,108) at 20210308005046145
27616 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/MAINTAINERS' (26,109) at 20210308005003036
27617 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/es' (26,110) at 20210308005046145
27618 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600_openbmc_defconfig' (26,111) at 20220215040051528
27619 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-fpu.xml' (26,112) at 20240326080039410
27620 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overkalix' (26,113) at 20210307205553790
27621 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/squid-use-serial-tests-config-needed-by-ptest.patch' (26,114) at 20240413080012643
27622 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/LzmaDec.c' (26,115) at 20210308005003708
27623 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/jquery-treetable-license/README.md' (26,116) at 20210307205554278
27624 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/configure.md' (26,117) at 20241022080027608
27625 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/0001-include-missing-pty.h-header-for-openpty.patch' (26,118) at 20241206090014258
27626 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/0004-backtrace-Always-include-stdint.h.patch' (26,119) at 20210307205553898
27627 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/run' (26,120) at 20221215040039358
27628 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/read_window_write_flush.c' (26,121) at 20230809080010803
27629 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-7.conf' (26,122) at 20210307205554082
27630 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dejagnu/dejagnu_1.6.3.bb' (26,123) at 20241221090017656
27631 2025-10-05 03:01:03.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/powergate.h' (26,124) at 20210308005002672
27632 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-reconnect-on-open' (26,125) at 20230925080040093
27633 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/dsdt.asl' (26,126) at 20210308005002952
27634 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_proc.h' (26,127) at 20240326080039562
27635 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/213.out' (26,128) at 20210927100127493
27636 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sfr/nb4_ser/Makefile' (26,129) at 20210308005003048
27637 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ddr.h' (26,130) at 20210308005002968
27638 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/emmc-btrfs.cfg' (26,131) at 20221007030014979
27639 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/follow.cpp' (26,132) at 20230511080043139
27640 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/frr/frr/frr.pam' (26,133) at 20230211040012635
27641 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/t16.decode' (26,134) at 20230426080043864
27642 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/stream.c' (26,135) at 20210927100127117
27643 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/update-syscalltbl.sh' (26,136) at 20241211090212458
27644 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t35/Kconfig' (26,137) at 20210308005002948
27645 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_encoder_core.h' (26,138) at 20231021080010534
27646 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/license/incompatible-license.bb' (26,139) at 20230610080017615
27647 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tammisaari' (26,140) at 20210307205553774
27648 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ld_bu.S' (26,141) at 20230925080040101
27649 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/smc91111_eeprom.c' (26,142) at 20210308005003544
27650 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/sifive_pdma.h' (26,143) at 20230426080043760
27651 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sflts.c' (26,144) at 20210308005046529
27652 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gardena/smart-gateway-mt7688/Makefile' (26,145) at 20210308005002996
27653 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/parallels.rst' (26,146) at 20240906080037176
27654 2025-10-05 03:01:03.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/idef-parser.h' (26,147) at 20240906080037476
27655 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/oe-setup-layers.py' (26,148) at 20241206090014302
27656 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tegra-kbc.h' (26,149) at 20210308005003688
27657 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb' (26,150) at 20241221090017528
27658 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec-ng/MAINTAINERS' (26,151) at 20210308005002920
27659 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_prsv.cpp' (26,152) at 20220922030007675
27660 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VCEN.interface.yaml' (26,153) at 20240618080025497
27661 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/COPYING.apache-2.0' (26,154) at 20210307205553682
27662 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/conf_example_aarch64.yml' (26,155) at 20210308005046541
27663 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EPL-1.0' (26,156) at 20210307205554418
27664 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_hw_training.h' (26,157) at 20210308005003368
27665 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/cpu.c' (26,158) at 20210308005002552
27666 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sidensjo_Aberget' (26,159) at 20210307205553790
27667 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitops/fls64.h' (26,160) at 20210308005003560
27668 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-chassis-powercycle.service' (26,161) at 20220119040023072
27669 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/003.out' (26,162) at 20210308005046413
27670 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PD_SDCARD_defconfig' (26,163) at 20210308005003240
27671 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm011/ps7_init_gpl.c' (26,164) at 20210308005003180
27672 2025-10-05 03:01:03.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/signals-s390x.c' (26,165) at 20221215040039390
27673 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/service_files/yaml/phosphor-fan-monitor-init@.service' (26,166) at 20220819030023853
27674 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Bitstream-Charter' (26,167) at 20241221090017616
27675 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6318.h' (26,168) at 20210308005003588
27676 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/imximage.cfg' (26,169) at 20210308005002988
27677 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3328-evb.dts' (26,170) at 20210308005002608
27678 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/common/Makefile' (26,171) at 20210308005002956
27679 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/driverctl/driverctl_0.115.bb' (26,172) at 20240106090017237
27680 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-qds.dts' (26,173) at 20210308005002580
27681 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb' (26,174) at 20240301090012423
27682 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/DiskBackplane_LocationCode.json' (26,175) at 20221213040036917
27683 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl-s905x-libretech-cc.dts' (26,176) at 20210308005002596
27684 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_nand_defconfig' (26,177) at 20210308005003268
27685 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_maddv_w.c' (26,178) at 20210308005046517
27686 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1021RDB-PC_36BIT_defconfig' (26,179) at 20210308005003240
27687 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (26,180) at 20230412080023460
27688 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb' (26,181) at 20240302090018206
27689 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.32/index.html' (26,182) at 20210307205554250
27690 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfges.c' (26,183) at 20210308005046529
27691 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/syzkaller.py' (26,184) at 20221104030017429
27692 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/Makefile' (26,185) at 20210308005003496
27693 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/kwbimage.cfg' (26,186) at 20210308005002904
27694 2025-10-05 03:01:03.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BUSL-1.1' (26,187) at 20211006000025230
27695 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/virt-v7.c' (26,188) at 20210308005002556
27696 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32l4x5_syscfg.h' (26,189) at 20241211090212362
27697 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/qos.h' (26,190) at 20210308005003032
27698 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_redist.c' (26,191) at 20240906080037240
27699 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/hub.h' (26,192) at 20210308005046113
27700 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_uboot_glue.c' (26,193) at 20210308005003556
27701 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_summary_presence.fail' (26,194) at 20241206090014310
27702 2025-10-05 03:01:03.321-0500 FINEST t466 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' (26,195) at 20240413080012651
27703 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb' (26,196) at 20241221090017696
27704 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/include/mach/hardware.h' (26,197) at 20210308005002796
27705 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/u-boot.h' (26,198) at 20210308005002844
27706 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/platform.h' (26,199) at 20220511030605296
27707 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Perho' (26,200) at 20210307205553770
27708 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCVirtualMedia.v1_0_0.json' (26,201) at 20240724080002903
27709 2025-10-05 03:01:03.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,ocelot.dtsi' (26,202) at 20210308005002812
27710 2025-10-05 03:01:03.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/serialize.hpp' (26,203) at 20220615030021588
27711 2025-10-05 03:01:03.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/piix.h' (26,204) at 20221215040039182
27712 2025-10-05 03:01:03.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/axx1p100hssi_aic.json' (26,205) at 20220601030005861
27713 2025-10-05 03:01:03.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/MAINTAINERS' (26,206) at 20210308005002924
27714 2025-10-05 03:01:03.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/i8259.c' (26,207) at 20210308005002884
27715 2025-10-05 03:01:03.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/com.ibm.Hardware.Chassis.Model.Everest_dev_callouts.json' (26,208) at 20240117090012273
27716 2025-10-05 03:01:03.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/test_inventory_and_leds_sub_menu.robot' (26,209) at 20240628080017113
27717 2025-10-05 03:01:03.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h' (26,210) at 20210308005002756
27718 2025-10-05 03:01:03.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mdio.c' (26,211) at 20210308005003212
27719 2025-10-05 03:01:03.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/meta-perl-image-all.bb' (26,212) at 20231014080011723
27720 2025-10-05 03:01:03.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb_miim_regs.h' (26,213) at 20210308005002820
27721 2025-10-05 03:01:03.327-0500 FINEST t466 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' (26,214) at 20240413080012647
27722 2025-10-05 03:01:03.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/Kconfig' (26,215) at 20210308005003180
27723 2025-10-05 03:01:03.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ecdsa_key.pub' (26,216) at 20210307205554466
27724 2025-10-05 03:01:03.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/scancode.bbclass' (26,217) at 20210307205553850
27725 2025-10-05 03:01:03.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/openbmc_intf.c' (26,218) at 20241010080036061
27726 2025-10-05 03:01:03.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/nemora_types.hpp' (26,219) at 20230629131804627
27727 2025-10-05 03:01:03.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.err' (26,220) at 20210927100127469
27728 2025-10-05 03:01:03.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/psu-images-valid-version0/model-3/MANIFEST' (26,221) at 20230616135354429
27729 2025-10-05 03:01:03.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/qmp-helpers.h' (26,222) at 20230426080043772
27730 2025-10-05 03:01:03.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/sh7750_regnames.h' (26,223) at 20210308005045961
27731 2025-10-05 03:01:03.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d31ek.dts' (26,224) at 20210308005002612
27732 2025-10-05 03:01:03.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/cpu.c' (26,225) at 20210308005002552
27733 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-pcduino.dts' (26,226) at 20210308005002616
27734 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/barebox.py' (26,227) at 20241221090017628
27735 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch' (26,228) at 20210316000012673
27736 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/vfp.decode' (26,229) at 20241211090212478
27737 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/read.h' (26,230) at 20210308005003628
27738 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dcmihandler.hpp' (26,231) at 20240204090020037
27739 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skovde' (26,232) at 20210307205553790
27740 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_errno_defs.h' (26,233) at 20210927100127273
27741 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/mx53ppd_video.c' (26,234) at 20210308005003004
27742 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-common.h' (26,235) at 20240906080037228
27743 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-legacy-error/error.h' (26,236) at 20231011080016606
27744 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/mbus.c' (26,237) at 20210308005002752
27745 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-multiconn' (26,238) at 20240326080039734
27746 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/trimslice/trimslice.c' (26,239) at 20210308005002948
27747 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/VirtualMediaStore.js' (26,240) at 20241004080035963
27748 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb/run-ptest' (26,241) at 20210307205553890
27749 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/exynos/exynos_mipi_dsi.c' (26,242) at 20210308005003524
27750 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/trace-events' (26,243) at 20210927100127149
27751 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/axi.cfg' (26,244) at 20210308005002912
27752 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/0001-Makefile.am-remove-regression-dir.patch' (26,245) at 20210307205553914
27753 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/027_pack_4gb_no_size.dts' (26,246) at 20210308005003752
27754 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p4080_serdes.c' (26,247) at 20210308005002832
27755 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/pci-testdev.rst' (26,248) at 20230925080039845
27756 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/BrasilSat-B2-65.0W' (26,249) at 20210307205553758
27757 2025-10-05 03:01:03.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/test.js' (26,250) at 20210307205554282
27758 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/desc_constr.h' (26,251) at 20210308005003356
27759 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/shader/texture-blit.vert' (26,252) at 20230426080043960
27760 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lockfile-progs/lockfile-progs_0.1.19.bb' (26,253) at 20230609080014391
27761 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/top.cfg' (26,254) at 20240616080011243
27762 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/leds/starscream-led-manager-config/led.yaml' (26,255) at 20240829080014018
27763 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-pxs3.c' (26,256) at 20210308005003468
27764 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Stop/supports_obmc' (26,257) at 20210308005007100
27765 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog.bb' (26,258) at 20241221090017484
27766 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/monitor-main.cpp' (26,259) at 20220802030021991
27767 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/common.h' (26,260) at 20210308005002728
27768 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/google-bios-key/google-bios-key/platforms_secure.pem' (26,261) at 20210930100034490
27769 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/any-OSI' (26,262) at 20241221090017620
27770 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3_xplained_nandflash_defconfig' (26,263) at 20210308005003276
27771 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38471-2.patch' (26,264) at 20240106090017265
27772 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lerdala' (26,265) at 20210307205553786
27773 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mvebu/Makefile' (26,266) at 20210308005003352
27774 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__transfer_just.hpp' (26,267) at 20241219090033964
27775 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/OWNERS' (26,268) at 20240619080012644
27776 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/asio/asio_1.30.2.bb' (26,269) at 20241221090017532
27777 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/mirror.yml' (26,270) at 20220823030015959
27778 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.5' (26,271) at 20210307205554418
27779 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/if_action.hpp' (26,272) at 20210914000041091
27780 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/README.md' (26,273) at 20210307205554222
27781 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-before-err.err' (26,274) at 20210308005046409
27782 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/Makefile.vdso' (26,275) at 20241211090212378
27783 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astor_0.8.1.bb' (26,276) at 20240413080012659
27784 2025-10-05 03:01:03.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/qemu-mips64.h' (26,277) at 20210308005003612
27785 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ventana_defconfig' (26,278) at 20210308005003284
27786 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_ident1.decode' (26,279) at 20210308005046389
27787 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/README.md' (26,280) at 20241022080027608
27788 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/0001-usage2c.awk-fix-wrong-basename-regexp.patch' (26,281) at 20210307205554002
27789 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/inter_choice/Kconfig' (26,282) at 20210308005003736
27790 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/fpu.c' (26,283) at 20210927100127405
27791 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/0001-eject-Include-sys-sysmacros.h-for-major-minor.patch' (26,284) at 20210307205553966
27792 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/merge_config.sh' (26,285) at 20210308005003732
27793 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/x_keymap.h' (26,286) at 20210308005046557
27794 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/crypto/aes-round.h' (26,287) at 20230925080039853
27795 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/tec-ng/Makefile' (26,288) at 20210308005002920
27796 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8dxp.dtsi' (26,289) at 20210308005002580
27797 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/Kconfig' (26,290) at 20210308005003084
27798 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/toolchain.py' (26,291) at 20210308005003760
27799 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/espt_defconfig' (26,292) at 20210308005003256
27800 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/OWNERS' (26,293) at 20230629131804615
27801 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/README' (26,294) at 20210308005002964
27802 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu111_revA_defconfig' (26,295) at 20210308005003288
27803 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration-stats.h' (26,296) at 20240326080039566
27804 2025-10-05 03:01:03.333-0500 FINEST t466 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' (26,297) at 20241221090017532
27805 2025-10-05 03:01:03.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boden_Skogsa' (26,298) at 20210307205553778
27806 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/setup.sh' (26,299) at 20210307205554038
27807 2025-10-05 03:01:03.334-0500 FINEST t466 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' (26,300) at 20240413080012651
27808 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gtk-1.0.inc' (26,301) at 20220402030015895
27809 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-general.rst' (26,302) at 20230114040015518
27810 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb' (26,303) at 20241221090017532
27811 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-Make-manpages-mulitlib-identical.patch' (26,304) at 20230919080013990
27812 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/tswap-target.h' (26,305) at 20240906080037352
27813 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/read_into_tuple.hpp' (26,306) at 20211123040049907
27814 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm64/Makefile' (26,307) at 20210308005002792
27815 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/failedservices' (26,308) at 20210308005059705
27816 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ser2net/files/ser2net.service' (26,309) at 20240413080012647
27817 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/allext_macros.def' (26,310) at 20220429100100782
27818 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/common.h' (26,311) at 20210308005002820
27819 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/0001-configure-Limit-the-header-search-to-sysroot.patch' (26,312) at 20230811080018302
27820 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/tlb.c' (26,313) at 20210308005002980
27821 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/acpi-power-state-daemon/acpi-power-state-daemon_git.bb' (26,314) at 20210807000017354
27822 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/sec_firmware.c' (26,315) at 20210308005002560
27823 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.err' (26,316) at 20240906080037560
27824 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ranua_Leppiaho' (26,317) at 20210307205553774
27825 2025-10-05 03:01:03.334-0500 FINEST t466 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' (26,318) at 20210307205553886
27826 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolved.conf' (26,319) at 20210307205553838
27827 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/law.c' (26,320) at 20210308005002996
27828 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/timer.c' (26,321) at 20210308005002728
27829 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/Makefile' (26,322) at 20210308005002964
27830 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mtk_qspi.c' (26,323) at 20210308005003492
27831 2025-10-05 03:01:03.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/ppc/host/crypto/aes-round.h' (26,324) at 20230925080039853
27832 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_notification.hpp' (26,325) at 20240822080026693
27833 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/sushell' (26,326) at 20220405030025645
27834 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ovmf-shell-image.wks' (26,327) at 20210307205554486
27835 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RHeCos-1' (26,328) at 20210307205554426
27836 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/131.out' (26,329) at 20240326080039730
27837 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/skha.h' (26,330) at 20210308005002800
27838 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/trigger.hpp' (26,331) at 20220412175720086
27839 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.json' (26,332) at 20230925080040089
27840 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/colibri-imx6ull.c' (26,333) at 20210308005003080
27841 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-u-boot.dtsi' (26,334) at 20210308005002588
27842 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0001-configure-use-correct-CPP.patch' (26,335) at 20220402030016207
27843 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_h.c' (26,336) at 20210308005046517
27844 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Kbuild.include' (26,337) at 20210308005003724
27845 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/flags.c' (26,338) at 20210308005003540
27846 2025-10-05 03:01:03.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hex_sigsegv.c' (26,339) at 20230925080040097
27847 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/theadorable-x86-common.h' (26,340) at 20210308005003620
27848 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (26,341) at 20210911000017986
27849 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_csu.h' (26,342) at 20210308005003648
27850 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/cache.c' (26,343) at 20210308005002848
27851 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-config/power_reading.json' (26,344) at 20240712080022837
27852 2025-10-05 03:01:03.336-0500 FINEST t466 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' (26,345) at 20240904080027738
27853 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/sleep.h' (26,346) at 20210308005003180
27854 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bblogging.py' (26,347) at 20230503080014611
27855 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/pci.c' (26,348) at 20210308005003740
27856 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/Kconfig' (26,349) at 20210308005003168
27857 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/meson.options' (26,350) at 20230816080009931
27858 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jamsa_Kaipola' (26,351) at 20210307205553770
27859 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Vaasa' (26,352) at 20210307205553770
27860 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx6qdl-clock.h' (26,353) at 20210308005003632
27861 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CUA-OPL-1.0' (26,354) at 20210307205554418
27862 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/103.out' (26,355) at 20210308005046445
27863 2025-10-05 03:01:03.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-x86/MAINTAINERS' (26,356) at 20210308005002956
27864 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/stb_truetype.h' (26,357) at 20210308005003532
27865 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/tnc_misc.c' (26,358) at 20210308005003552
27866 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1-eeprom/ds24xxx.txt' (26,359) at 20210308005003328
27867 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/password-confirmation.js' (26,360) at 20210308005107069
27868 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/ddr3_k2hk.c' (26,361) at 20210308005003076
27869 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_arria10.c' (26,362) at 20210308005002776
27870 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/command_line_builds.html' (26,363) at 20240106090017249
27871 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-scu.c' (26,364) at 20210308005003460
27872 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Joutseno' (26,365) at 20210307205553770
27873 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/async/task.cpp' (26,366) at 20230407080041895
27874 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu102-rev1.0.dts' (26,367) at 20210308005002636
27875 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/relocate.S' (26,368) at 20210308005002544
27876 2025-10-05 03:01:03.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/Makefile' (26,369) at 20210308005002856
27877 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/refcode.c' (26,370) at 20210308005002852
27878 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/nand.c' (26,371) at 20210308005003052
27879 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/test_lib.sh' (26,372) at 20230629131804623
27880 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/run-ptest' (26,373) at 20220402030016147
27881 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-Using-native-binaries.patch' (26,374) at 20231011080016578
27882 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/chpasswd' (26,375) at 20210307205554570
27883 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h' (26,376) at 20210308005002876
27884 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/i8254.h' (26,377) at 20210308005002880
27885 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-riscv-support.patch' (26,378) at 20210729000029132
27886 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_monitor.hpp' (26,379) at 20240223090020590
27887 2025-10-05 03:01:03.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Ferryside' (26,380) at 20210307205553798
27888 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U_dev_callouts.json' (26,381) at 20240117090012277
27889 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/Kconfig' (26,382) at 20210927100127441
27890 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/os-strace.h' (26,383) at 20210927100127045
27891 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5275evb/m5275evb.c' (26,384) at 20210308005002972
27892 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/init' (26,385) at 20210307205554494
27893 2025-10-05 03:01:03.339-0500 FINEST t466 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' (26,386) at 20240413080012631
27894 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0002-fix-libdir-for-multilib.patch' (26,387) at 20241221090017524
27895 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srar_h.c' (26,388) at 20210308005046525
27896 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet9f_rev03_defconfig' (26,389) at 20210308005003260
27897 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Bressay' (26,390) at 20210307205553794
27898 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-orangepi-mini.dts' (26,391) at 20210308005002624
27899 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/Kconfig' (26,392) at 20210308005002920
27900 2025-10-05 03:01:03.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte/0005-color-parser-Use-fast_float-implementation-for-from_.patch' (26,393) at 20241221090017700
27901 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/clamd.conf' (26,394) at 20210307205554126
27902 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/db-88f6820-gp_defconfig' (26,395) at 20210308005003256
27903 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/adler32.c' (26,396) at 20210308005003716
27904 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_sensors.robot' (26,397) at 20231215090013781
27905 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/duovero.h' (26,398) at 20210308005003592
27906 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_mpyi.S' (26,399) at 20230426080043952
27907 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/sh/arch-sh.inc' (26,400) at 20210812000025310
27908 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20.dtsi' (26,401) at 20210308005002572
27909 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi0-2w-64.conf' (26,402) at 20230609080014395
27910 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/q8_a33_tablet_1024x600_defconfig' (26,403) at 20210308005003276
27911 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/trace.h' (26,404) at 20210308005045849
27912 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/Makefile' (26,405) at 20210308005002852
27913 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata/OFL.txt' (26,406) at 20210307205553950
27914 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.Hypervisor.service' (26,407) at 20230216040036099
27915 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra114-u-boot.dtsi' (26,408) at 20210308005002628
27916 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuriscv32.conf' (26,409) at 20210407000018114
27917 2025-10-05 03:01:03.340-0500 FINEST t466 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' (26,410) at 20240413080012627
27918 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/execution.hpp' (26,411) at 20241213090054854
27919 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/omap-usb2-phy.c' (26,412) at 20210308005003456
27920 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat_0.7.1.bb' (26,413) at 20240413080012647
27921 2025-10-05 03:01:03.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/leds/phosphor-led-manager/com.ampere.Hardware.Chassis.Model.MtJefferson.json' (26,414) at 20241107090014377
27922 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-sabresd.dts' (26,415) at 20210308005002584
27923 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-esdhc' (26,416) at 20210308005003292
27924 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/set_device.md' (26,417) at 20240809080033023
27925 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libmodule-build-perl_0.4234.bb' (26,418) at 20230520080014500
27926 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/x86_64/host-signal.h' (26,419) at 20220429100100642
27927 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/strace.list' (26,420) at 20220429100100402
27928 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5329.h' (26,421) at 20210308005002804
27929 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/powerbuttonreleased.service' (26,422) at 20230920080013648
27930 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Eurajoki' (26,423) at 20210307205553766
27931 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/soc.h' (26,424) at 20210308005002644
27932 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77990-ebisu.dts' (26,425) at 20210308005002604
27933 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/blanche/qos.c' (26,426) at 20210308005003032
27934 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (26,427) at 20240829080014014
27935 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config/phosphor-ipmi-config-set-device-id.sh' (26,428) at 20210307205554222
27936 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/debug.h' (26,429) at 20210308005003336
27937 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Asturias' (26,430) at 20210307205553766
27938 2025-10-05 03:01:03.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/curl' (26,431) at 20211006000025246
27939 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/rocket/setup.cfg' (26,432) at 20210308004941624
27940 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/khadas-vim2_defconfig' (26,433) at 20210308005003260
27941 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/Kconfig' (26,434) at 20210308005002788
27942 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/crt0_aarch64_efi.S' (26,435) at 20210308005002708
27943 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/dram.h' (26,436) at 20210308005002776
27944 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/state.py' (26,437) at 20210308005003752
27945 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.json' (26,438) at 20230925080040089
27946 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjurtrask' (26,439) at 20210307205553778
27947 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch' (26,440) at 20230919080013994
27948 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/system_configuration.cpp' (26,441) at 20240822080023973
27949 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-pdu001.dts' (26,442) at 20210308005002564
27950 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/FFDC/cp_ffdc_check' (26,443) at 20221209040018559
27951 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/fsl_dpmng_cmd.h' (26,444) at 20210308005003432
27952 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/virtex2.h' (26,445) at 20210308005003692
27953 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlscredsanon.h' (26,446) at 20210927100127225
27954 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-v40-bananapi-m2-berry.dts' (26,447) at 20210308005002628
27955 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/serval/Kconfig' (26,448) at 20210308005003020
27956 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_pfuze100.c' (26,449) at 20210308005003468
27957 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/memory/memory.txt' (26,450) at 20210308005003304
27958 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/command-int.err' (26,451) at 20210308005046401
27959 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap4_panda_defconfig' (26,452) at 20210308005003272
27960 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/change-secure_chroot_dir.patch' (26,453) at 20210307205553822
27961 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/libpng-2.0' (26,454) at 20211006000025246
27962 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bananapi_m1_plus_defconfig' (26,455) at 20210308005003248
27963 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mchp_pfsoc_sysreg.h' (26,456) at 20230426080043764
27964 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.h' (26,457) at 20210308005002984
27965 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_pbs.c' (26,458) at 20210308005003364
27966 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__as_awaitable.hpp' (26,459) at 20240731080033658
27967 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_loongarch64_virt.py' (26,460) at 20241211090212538
27968 2025-10-05 03:01:03.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/ddr2_defs.h' (26,461) at 20210308005002720
27969 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/phosphor-dbus-interfaces.wrap' (26,462) at 20220323030048031
27970 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCAccountService.json' (26,463) at 20240724080002903
27971 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/bridge-vlan' (26,464) at 20210308005046489
27972 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target-reg-bits.h' (26,465) at 20230925080040077
27973 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_nand_rmii_defconfig' (26,466) at 20210308005003236
27974 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap3.decode' (26,467) at 20210308005046389
27975 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock-k2e.h' (26,468) at 20210308005002732
27976 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/common/imx5.txt' (26,469) at 20210308005003328
27977 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0004-chunkio-Link-with-fts-library-with-musl.patch' (26,470) at 20241221090017516
27978 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/typography.scss' (26,471) at 20210308005107073
27979 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-sdb.dtsi' (26,472) at 20210308005002588
27980 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.coccinelle' (26,473) at 20210308005003292
27981 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_sdcard_ifc_defconfig' (26,474) at 20210308005003264
27982 2025-10-05 03:01:03.343-0500 FINEST t466 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' (26,475) at 20210307205554002
27983 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/rv1108.c' (26,476) at 20210308005002776
27984 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/.gitignore' (26,477) at 20210308005003700
27985 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/akcipherpriv.h' (26,478) at 20241211090212226
27986 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/action_environment.hpp' (26,479) at 20240817080031292
27987 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bmc_mode.cpp' (26,480) at 20230520080006628
27988 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-warning.svg' (26,481) at 20210308005107069
27989 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/vf610twr/imximage.cfg' (26,482) at 20210308005002996
27990 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-SunshineCoast' (26,483) at 20210307205553766
27991 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/mdns.service' (26,484) at 20230114040015474
27992 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/Makefile.am' (26,485) at 20210308005111461
27993 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/login/index.js' (26,486) at 20210308005107077
27994 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_cprman.h' (26,487) at 20221215040039182
27995 2025-10-05 03:01:03.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sata.c' (26,488) at 20210308005003216
27996 2025-10-05 03:01:03.343-0500 FINEST t466 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' (26,489) at 20241221090017488
27997 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/dcgu.h' (26,490) at 20210308005003020
27998 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-pr-helper.rst' (26,491) at 20221215040039082
27999 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-withhost.inc' (26,492) at 20230818080016881
28000 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ls1012a_serdes.c' (26,493) at 20210308005002556
28001 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/Kconfig' (26,494) at 20210308005003484
28002 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/setup.py' (26,495) at 20210308005003772
28003 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_psci.c' (26,496) at 20210308005003496
28004 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0003-fix-CVE-2015-7747.patch' (26,497) at 20210307205553958
28005 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/corstone1000-common.yml' (26,498) at 20241206090014206
28006 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/tune-arm920t.inc' (26,499) at 20210905000020581
28007 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/sdram_gen5.h' (26,500) at 20210308005002780
28008 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xorg-driver-input.inc' (26,501) at 20241221090017684
28009 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/c/crt0-tc2x.S' (26,502) at 20230925080040101
28010 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (26,503) at 20220622030015261
28011 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/ddr.c' (26,504) at 20210308005002988
28012 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/fsl_ddr_gen4.c' (26,505) at 20210308005003360
28013 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board-tpl.c' (26,506) at 20210308005002776
28014 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm-uclass.c' (26,507) at 20230310090043283
28015 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk-bootloader-config.wks' (26,508) at 20210307205554634
28016 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Intel' (26,509) at 20210307205554422
28017 2025-10-05 03:01:03.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_series_merge_on_head.1.skip' (26,510) at 20241206090014310
28018 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/timed-average.h' (26,511) at 20241211090212366
28019 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/s400/MAINTAINERS' (26,512) at 20210308005002912
28020 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/helios4.h' (26,513) at 20210308005003596
28021 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb' (26,514) at 20241206090014234
28022 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/intel_ast2600.h' (26,515) at 20220215040051612
28023 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/ulp_wdog.c' (26,516) at 20210308005003540
28024 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/string-output-visitor.c' (26,517) at 20240906080037432
28025 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/vec.h' (26,518) at 20240326080039674
28026 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/selfcheck.c' (26,519) at 20210308005003040
28027 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654.dtsi' (26,520) at 20210308005002592
28028 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/048' (26,521) at 20210927100127477
28029 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/hello-single/files/helloworld.c' (26,522) at 20210812000025294
28030 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-powercycle@.service' (26,523) at 20230310090018691
28031 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/evdevpp/test/.gitignore' (26,524) at 20210308005059169
28032 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/fbterm/fbterm.service' (26,525) at 20210307205554074
28033 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/add_ppc64le.patch' (26,526) at 20230706080014745
28034 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/systemd/phc2sys@.service.in' (26,527) at 20231126090012789
28035 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/can_emu.h' (26,528) at 20210308005046041
28036 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp/authorized-keys-comp.service' (26,529) at 20210417000027537
28037 2025-10-05 03:01:03.345-0500 FINEST t466 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' (26,530) at 20220204040022452
28038 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx25pdk_defconfig' (26,531) at 20210308005003268
28039 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/README.entries' (26,532) at 20210308005003748
28040 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/efi-disk.wks.in' (26,533) at 20241221090017472
28041 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-tiny-initramfs.bb' (26,534) at 20241221090017644
28042 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/event.hpp' (26,535) at 20230511080043139
28043 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg_0.7.0.bb' (26,536) at 20241221090017664
28044 2025-10-05 03:01:03.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/0001-Fix-initialization-in-test-1140.patch' (26,537) at 20240413080012655
28045 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pwm/tegra20-pwm.txt' (26,538) at 20210308005003308
28046 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pathtools3_0.2.1.bb' (26,539) at 20210307205554022
28047 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-gp-evm-u-boot.dtsi' (26,540) at 20210308005002564
28048 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxbb.c' (26,541) at 20210308005003456
28049 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32l4x5_rcc_internals.h' (26,542) at 20240906080037336
28050 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-kernel/linux/linux-aspeed_%.bbappend' (26,543) at 20210812000025162
28051 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/gptfdisk/0001-gptcurses-correctly-include-curses.h.patch' (26,544) at 20240413080012691
28052 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_mandb' (26,545) at 20231011080016622
28053 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/diu.c' (26,546) at 20210308005002988
28054 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_kc705_be/core-isa.h' (26,547) at 20210308005046365
28055 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-invariants-or-later' (26,548) at 20211006000025234
28056 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/mmvec.h' (26,549) at 20220429100100786
28057 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/custom-template-configuration-directory.rst' (26,550) at 20240413080012675
28058 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel.interface.yaml' (26,551) at 20221207040023627
28059 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.VSC3316-3308' (26,552) at 20210308005003292
28060 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration-stats.c' (26,553) at 20240326080039566
28061 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/meson.build' (26,554) at 20240326080039562
28062 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/050_intel_mrc.dts' (26,555) at 20210308005003752
28063 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tizen/tizen.c' (26,556) at 20210308005003712
28064 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/b4860_serdes.c' (26,557) at 20210308005002828
28065 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/phal_error.hpp' (26,558) at 20221019100016393
28066 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__completion_signatures.hpp' (26,559) at 20240731080033662
28067 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-02' (26,560) at 20210908000010395
28068 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/glmTargets.cmake' (26,561) at 20210307205553942
28069 2025-10-05 03:01:03.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/types.py' (26,562) at 20220910030013401
28070 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/x86-gpio.h' (26,563) at 20210308005003636
28071 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/CLI11.wrap' (26,564) at 20220322030048836
28072 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/efuse.h' (26,565) at 20210308005002752
28073 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/brppt1_spi_defconfig' (26,566) at 20210308005003252
28074 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/apb_misc.h' (26,567) at 20210308005002668
28075 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/ddr.c' (26,568) at 20210308005002980
28076 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/host-os.h' (26,569) at 20221215040039062
28077 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/Makefile' (26,570) at 20210308005002772
28078 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/boot.c' (26,571) at 20210308005003208
28079 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/cups-volatiles.conf' (26,572) at 20210307205554558
28080 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.extrawarn' (26,573) at 20210308005003724
28081 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/mcf5373l.c' (26,574) at 20210308005002916
28082 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Suomussalmi_Ala-Vuokki' (26,575) at 20210307205553774
28083 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/BrasilsatB4-84.0W' (26,576) at 20210307205553758
28084 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-eval/stm32h743-eval.c' (26,577) at 20210308005003056
28085 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3188-radxarock-u-boot.dtsi' (26,578) at 20210308005002604
28086 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/__init__.py' (26,579) at 20210307205554434
28087 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/Makefile' (26,580) at 20210308005002860
28088 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/id_rsa' (26,581) at 20210308005046393
28089 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/MAINTAINERS' (26,582) at 20210308005003048
28090 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/templates/default/bblayers.conf.sample' (26,583) at 20240323080013545
28091 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Type.interface.yaml' (26,584) at 20220315030032663
28092 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/watch.cpp' (26,585) at 20240820080019550
28093 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-mipsel.txt' (26,586) at 20240113090014532
28094 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.armada-secureboot' (26,587) at 20210308005003292
28095 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/cpuinfo.h' (26,588) at 20230925080039853
28096 2025-10-05 03:01:03.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Robertsfors' (26,589) at 20210307205553790
28097 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ether.c' (26,590) at 20210308005003508
28098 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/README' (26,591) at 20210308005002980
28099 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/216.out' (26,592) at 20210308005046461
28100 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tracing/README.md' (26,593) at 20221209040019095
28101 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/s32v234evb.c' (26,594) at 20210308005002992
28102 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyflashbmc/setup.cfg' (26,595) at 20210308004922940
28103 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/flash.cfg' (26,596) at 20210307205554058
28104 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/resultutils.py' (26,597) at 20241221090017704
28105 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/ti_usb_phy.c' (26,598) at 20210308005003500
28106 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-not.json' (26,599) at 20240326080039726
28107 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools/0002-Change-program_name-to-have-const-attribute.patch' (26,600) at 20241221090017484
28108 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2836-rpi-2-b.dts' (26,601) at 20210308005002572
28109 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb' (26,602) at 20220402030015887
28110 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/Applications.directory' (26,603) at 20210307205554610
28111 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/api_private.h' (26,604) at 20210308005002540
28112 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/wictestdisk.wks' (26,605) at 20210307205554390
28113 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/serialio.h' (26,606) at 20210308005002876
28114 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-wrapper' (26,607) at 20210307205554542
28115 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/sbc8349.c' (26,608) at 20210308005003048
28116 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-phosphor/image/obmc-phosphor-image.bbappend' (26,609) at 20210908000029103
28117 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf_rss.h' (26,610) at 20241211090212242
28118 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (26,611) at 20210307205553730
28119 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/telemetry.hpp' (26,612) at 20220412175720086
28120 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stromsund_Grelsgard' (26,613) at 20210307205553790
28121 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-ld6b.c' (26,614) at 20210308005003468
28122 2025-10-05 03:01:03.348-0500 FINEST t466 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' (26,615) at 20220618030015166
28123 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/ram.c' (26,616) at 20210308005003740
28124 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/styles/_default.scss' (26,617) at 20241004080035963
28125 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Savast' (26,618) at 20210307205553790
28126 2025-10-05 03:01:03.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/kermit/flash_param' (26,619) at 20210308005003764
28127 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/mux.c' (26,620) at 20210308005002924
28128 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/i386/rapl-msr-index.h' (26,621) at 20240906080037584
28129 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/link_local.h' (26,622) at 20210308005003720
28130 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/0001-Adhere-to-the-SOURCE_DATE_EPOCH-standard.patch' (26,623) at 20230706080014753
28131 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/214' (26,624) at 20230426080043944
28132 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb' (26,625) at 20240413080012659
28133 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/.gitignore' (26,626) at 20210308005003172
28134 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_arria10_socdk.h' (26,627) at 20210308005003616
28135 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-texttable_1.7.0.bb' (26,628) at 20231126090012801
28136 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c' (26,629) at 20210308005046509
28137 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/bmc/Makefile.am' (26,630) at 20210308004938832
28138 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_kc705_be/gdb-config.c.inc' (26,631) at 20210308005046365
28139 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a83t-cubietruck-plus.dts' (26,632) at 20210308005002624
28140 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/auto-Taiwan' (26,633) at 20210307205553766
28141 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbdefines.hpp' (26,634) at 20240503080008222
28142 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/vector_add_int.c' (26,635) at 20220429100100942
28143 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/subprojects/CLI11.wrap' (26,636) at 20230720080010758
28144 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600-pfr_defconfig' (26,637) at 20220215040051528
28145 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/trace.h' (26,638) at 20210308005045953
28146 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/global_data.h' (26,639) at 20210308005002544
28147 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/Kconfig' (26,640) at 20210308005002976
28148 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/write-zeroes-unmap.out' (26,641) at 20240906080037568
28149 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/tps65910_regulator.c' (26,642) at 20210308005003472
28150 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx28evk_auart_console_defconfig' (26,643) at 20210308005003268
28151 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/pcie_slot.hpp' (26,644) at 20240703080042683
28152 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_intel/intel.c' (26,645) at 20210525100144787
28153 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml' (26,646) at 20241211090212202
28154 2025-10-05 03:01:03.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hk-HongKong' (26,647) at 20210307205553774
28155 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/xilinx_spi.c' (26,648) at 20210308005003496
28156 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/law.c' (26,649) at 20210308005002980
28157 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libavtp/libavtp/0001-provide-64bit-host-to-network-conversion-macros.patch' (26,650) at 20220618030015166
28158 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool-cross_2.5.4.bb' (26,651) at 20241221090017664
28159 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/scf0403_lcd.c' (26,652) at 20210308005003532
28160 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-Use-stdint-types.patch' (26,653) at 20210307205553934
28161 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/ibex_uart.h' (26,654) at 20230426080043760
28162 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_zynq.c' (26,655) at 20210308005003484
28163 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/Makefile' (26,656) at 20210308005002788
28164 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/aide-base.bbclass' (26,657) at 20220721030015849
28165 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/salvator-x/salvator-x.c' (26,658) at 20210308005003036
28166 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/servalt/servalt_devcpu_gcb_miim_regs.h' (26,659) at 20210308005002820
28167 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/fpga.c' (26,660) at 20210308005002912
28168 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_writemeta_unittest.cpp' (26,661) at 20220824030029051
28169 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl_2.0.19.bb' (26,662) at 20241221090017700
28170 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_tc.h' (26,663) at 20210308005002716
28171 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/p9array.h' (26,664) at 20230426080043664
28172 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/xtensa.c' (26,665) at 20210308005045793
28173 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_gpt.py' (26,666) at 20210308005003744
28174 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/formfactor/formfactor/rpi/machconfig' (26,667) at 20210307205554098
28175 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/init' (26,668) at 20210307205554482
28176 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/nvidia,tegra20-car.txt' (26,669) at 20210308005003300
28177 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/protocol_setting_utils.robot' (26,670) at 20241010080016076
28178 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ParaTypeFFL-1.3' (26,671) at 20210307205554426
28179 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi-armv7.conf' (26,672) at 20221003030013293
28180 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-3.0-DE' (26,673) at 20211006000025230
28181 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/proc-armv/domain.h' (26,674) at 20210308005002704
28182 2025-10-05 03:01:03.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/mpc83xx_cpu.c' (26,675) at 20210308005003356
28183 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/data.py' (26,676) at 20241221090017584
28184 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/insn32.decode' (26,677) at 20240906080037512
28185 2025-10-05 03:01:03.351-0500 FINEST t466 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' (26,678) at 20241221090017664
28186 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/config.json' (26,679) at 20210308005107081
28187 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1024RDB_NAND_defconfig' (26,680) at 20210308005003240
28188 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/testexport.conf' (26,681) at 20220910030013393
28189 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/Kconfig' (26,682) at 20210308005003036
28190 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/highlight.pack.js' (26,683) at 20210307205554278
28191 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/.gitignore' (26,684) at 20220816100023433
28192 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/classes/test_anon_func.bbclass' (26,685) at 20241221090017604
28193 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0001-Remove-Makefile.include-which-includes-hardcoded.patch' (26,686) at 20210307205554106
28194 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/omap_hsmmc.c' (26,687) at 20210308005003404
28195 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/lan.c' (26,688) at 20210308004938836
28196 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/bootm.h' (26,689) at 20210308005002672
28197 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/README' (26,690) at 20210307205554258
28198 2025-10-05 03:01:03.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig' (26,691) at 20210308005003264
28199 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/xor_regs.h' (26,692) at 20210308005003368
28200 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-firmware.json' (26,693) at 20241207090009631
28201 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/Makefile' (26,694) at 20210308005002828
28202 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/overo.c' (26,695) at 20210308005003028
28203 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/p10_cfam.hpp' (26,696) at 20210708100040985
28204 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088ardb_tfa_SECURE_BOOT_defconfig' (26,697) at 20210308005003268
28205 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/law.c' (26,698) at 20210308005002992
28206 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/stm32_pwr.h' (26,699) at 20210308005002664
28207 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig' (26,700) at 20210308005003240
28208 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/Kconfig' (26,701) at 20210308005003448
28209 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/Makefile' (26,702) at 20210308005003008
28210 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/sdram.c' (26,703) at 20210308005002760
28211 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-common/recipes-quanta/network/mac-address_git.bb' (26,704) at 20230727080014720
28212 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/target-get-monitor-def.c' (26,705) at 20210308005046257
28213 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb' (26,706) at 20241221090017544
28214 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/lowlevel_init.S' (26,707) at 20210308005003032
28215 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/settings-daemon/files/70settings-daemon.sh' (26,708) at 20210307205554610
28216 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm-common.c' (26,709) at 20210308005003716
28217 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/fru_parser.cpp' (26,710) at 20240819080030259
28218 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/libinput/run-ptest' (26,711) at 20210407000018130
28219 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/Makefile.am' (26,712) at 20211007100024299
28220 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-705-50.0W' (26,713) at 20210307205553762
28221 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Empire_electronix_d709_defconfig' (26,714) at 20210308005003236
28222 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/packagegroups/packagegroup-ufispace-apps.bb' (26,715) at 20231012080014472
28223 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/vrm-control/vrm-control.sh' (26,716) at 20230606080013598
28224 2025-10-05 03:01:03.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/opencl-icd-loader_2024.05.08.bb' (26,717) at 20241206090014246
28225 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/avahi.py' (26,718) at 20210308005114857
28226 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5301x.h' (26,719) at 20210308005002804
28227 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/091' (26,720) at 20220429100100886
28228 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/edac.service' (26,721) at 20210307205553874
28229 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/sha1.c' (26,722) at 20220429100100942
28230 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/log2.h' (26,723) at 20210308005003668
28231 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (26,724) at 20210903000032567
28232 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/Device.metadata.yaml' (26,725) at 20230902080024081
28233 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/MAINTAINERS' (26,726) at 20210308005002916
28234 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_histogram_row.S' (26,727) at 20220429100100942
28235 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/imx/Makefile' (26,728) at 20210308005003348
28236 2025-10-05 03:01:03.353-0500 FINEST t466 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' (26,729) at 20221120040010702
28237 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/Makefile' (26,730) at 20210308005003000
28238 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/board-uclass.c' (26,731) at 20210308005003340
28239 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_sys_config.cpp' (26,732) at 20230424080032141
28240 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.json' (26,733) at 20210308005046397
28241 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/CMakeLists.txt' (26,734) at 20230401080011943
28242 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/MAINTAINERS' (26,735) at 20210308005003004
28243 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/mp.c' (26,736) at 20210308005002796
28244 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/watchdog.h' (26,737) at 20210308005002668
28245 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/vmgenid.rst' (26,738) at 20240326080039406
28246 2025-10-05 03:01:03.353-0500 FINEST t466 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' (26,739) at 20241206090014258
28247 2025-10-05 03:01:03.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_inputs_64.h' (26,740) at 20210308005046501
28248 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/termbits.h' (26,741) at 20210308005046069
28249 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.18.bb' (26,742) at 20241221090017680
28250 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gardena-smart-gateway-mt7688_defconfig' (26,743) at 20210308005003260
28251 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_ro.c' (26,744) at 20210308005003708
28252 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/trimslice.h' (26,745) at 20210308005003620
28253 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/reboot/petitboot.exp' (26,746) at 20210308005111465
28254 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_quo.S' (26,747) at 20210308005046533
28255 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/u-boot-arm.h' (26,748) at 20210308005002708
28256 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SMAIL_GPL' (26,749) at 20210307205554426
28257 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/servers/rocket/cert.pem' (26,750) at 20210308004941620
28258 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa/0001-Use-basename-implementation-from-glib-2.0.patch' (26,751) at 20241221090017488
28259 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/mv643xx.h' (26,752) at 20230925080039893
28260 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/signal.c' (26,753) at 20230426080043652
28261 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/tests.c' (26,754) at 20210308005003724
28262 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/image/obmc-phosphor-image.bbappend' (26,755) at 20240110090012776
28263 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-10' (26,756) at 20211208040013754
28264 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Utsjoki_Polvarniemi' (26,757) at 20210307205553774
28265 2025-10-05 03:01:03.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/tzpc.c' (26,758) at 20210308005002556
28266 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/imxdi.c' (26,759) at 20210308005003480
28267 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/236.out' (26,760) at 20210927100127497
28268 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-kernel/linux/linux-aspeed/nf5280m7/nf5280m7.cfg' (26,761) at 20240712080022837
28269 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/mem_io.h' (26,762) at 20210308005003204
28270 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-amd/packagegroups/packagegroup-amd-apps.bb' (26,763) at 20240522080012568
28271 2025-10-05 03:01:03.355-0500 FINEST t466 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' (26,764) at 20210307205554094
28272 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inflate.h' (26,765) at 20210308005003716
28273 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/Kconfig' (26,766) at 20210308005002976
28274 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/index.js' (26,767) at 20210308005107077
28275 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Ainol_AW1_defconfig' (26,768) at 20210308005003232
28276 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/sha1.py' (26,769) at 20240906080037580
28277 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_fw_update_cmd.hpp' (26,770) at 20211130110039597
28278 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-minimal/COPYING' (26,771) at 20230919080013982
28279 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/jz_mmc.c' (26,772) at 20210308005003404
28280 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/sound.h' (26,773) at 20210308005002724
28281 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2400/Kconfig' (26,774) at 20210308005002916
28282 2025-10-05 03:01:03.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/median.mako.cpp' (26,775) at 20210308005108057
28283 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t3517.h' (26,776) at 20210308005003588
28284 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ioinst.h' (26,777) at 20220429100100566
28285 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h' (26,778) at 20210308005003608
28286 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_lpc_unittest.cpp' (26,779) at 20240817080027656
28287 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tinyrecord_0.2.0.bb' (26,780) at 20241221090017560
28288 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/fanpwm_unittest.cpp' (26,781) at 20240817080026664
28289 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/conf-notes.txt' (26,782) at 20221015030011580
28290 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/spl.c' (26,783) at 20210308005003068
28291 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_SPIFLASH_defconfig' (26,784) at 20210308005003240
28292 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk_mipi.h' (26,785) at 20210308005003532
28293 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c' (26,786) at 20210308005003508
28294 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/psci-common.c' (26,787) at 20210308005002552
28295 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/internal/cexec.hpp' (26,788) at 20210308005123349
28296 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/Makefile' (26,789) at 20210308005002952
28297 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/configfix.patch' (26,790) at 20210307205554610
28298 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/class.md' (26,791) at 20240807080019546
28299 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ResolutionStep.v1_0_1.json' (26,792) at 20240619080002952
28300 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ap325rxa.h' (26,793) at 20210308005003584
28301 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/monitor.cpp' (26,794) at 20241219090021588
28302 2025-10-05 03:01:03.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/genesis3-yaml-config.bb' (26,795) at 20241206090014230
28303 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/plugins/p10-tod-plugins.cpp' (26,796) at 20240830080017491
28304 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/id_map.hpp' (26,797) at 20240817080031292
28305 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3328/rk3328.c' (26,798) at 20210308005002776
28306 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/DiskBackplane.interface.yaml' (26,799) at 20221207040023627
28307 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/templates/default/conf-notes.txt' (26,800) at 20231128090014177
28308 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/allwinner/Kconfig' (26,801) at 20210308005003452
28309 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/usr.c' (26,802) at 20240906080037576
28310 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_resource.h' (26,803) at 20220429100100646
28311 2025-10-05 03:01:03.357-0500 FINEST t466 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' (26,804) at 20230706080014749
28312 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_delete_unittest.cpp' (26,805) at 20210308005134001
28313 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/draak/draak.c' (26,806) at 20210308005003032
28314 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VCFG.interface.yaml' (26,807) at 20220315030032659
28315 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/usb-sandbox.c' (26,808) at 20210308005003516
28316 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/uart.h' (26,809) at 20210308005002776
28317 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/evtest/evtest_1.35.bb' (26,810) at 20230813080012856
28318 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/armada-37xx-wdt.c' (26,811) at 20210308005003540
28319 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/.lcovrc' (26,812) at 20210308005049125
28320 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/PDU_reboot' (26,813) at 20210308005007100
28321 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/fsl_serdes.h' (26,814) at 20210308005002644
28322 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/eagle/MAINTAINERS' (26,815) at 20210308005003032
28323 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/hugetlb_encode.h' (26,816) at 20230426080043780
28324 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-setup-vscode' (26,817) at 20240301090012483
28325 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/templates/default/bblayers.conf.sample' (26,818) at 20240323080013549
28326 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipe_add_btn.html' (26,819) at 20210307205554286
28327 2025-10-05 03:01:03.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/inputbox.c' (26,820) at 20210308005003732
28328 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_gpbr.h' (26,821) at 20210308005002716
28329 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/modbus.json' (26,822) at 20210307205553850
28330 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_bposge32.c' (26,823) at 20210308005046501
28331 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/axp209.c' (26,824) at 20210308005003468
28332 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_lic_files_chksum_modified_not_mentioned.pass' (26,825) at 20241206090014310
28333 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/vdso.ld' (26,826) at 20240326080039558
28334 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mt7629.h' (26,827) at 20210308005003604
28335 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/packagegroups/packagegroup-op-apps.bbappend' (26,828) at 20240420080017945
28336 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/mc.h' (26,829) at 20210308005002672
28337 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils_1.5.bb' (26,830) at 20230520080014488
28338 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bm_instance.cpp' (26,831) at 20240820080007197
28339 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/MAINTAINERS' (26,832) at 20210308005002944
28340 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/samba-config-fix.patch' (26,833) at 20230131040012039
28341 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/All.directory' (26,834) at 20210307205554610
28342 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/read.c' (26,835) at 20210308005003216
28343 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Task.v1_7_4.json' (26,836) at 20240619080002956
28344 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_les.c' (26,837) at 20210308005046529
28345 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/x86emu/ops2.c' (26,838) at 20210308005003336
28346 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-7.conf' (26,839) at 20230412080023460
28347 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox_noblk_defconfig' (26,840) at 20210308005003276
28348 2025-10-05 03:01:03.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__tuple.hpp' (26,841) at 20241217090453707
28349 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/fwprintenv' (26,842) at 20210308005059705
28350 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ihs_fpga.c' (26,843) at 20210308005003400
28351 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/templates/default/bblayers.conf.sample' (26,844) at 20240407080011706
28352 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f746-disco/MAINTAINERS' (26,845) at 20210308005003052
28353 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfs_rpm.bbclass' (26,846) at 20230811080018314
28354 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_cpuif_common.c' (26,847) at 20220429100100478
28355 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/laird/wb50n/Makefile' (26,848) at 20210308005003016
28356 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal-mtdutils.bb' (26,849) at 20210307205554482
28357 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/cougarcanyon2.dts' (26,850) at 20210308005002860
28358 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cavium/atf.h' (26,851) at 20210308005003572
28359 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno-standard.scc' (26,852) at 20220804030014671
28360 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/files/Makefile.in-Add-tinfo-library-to-the-linking-librari.patch' (26,853) at 20241221090017520
28361 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/TurboAllowed.interface.yaml' (26,854) at 20221207040023627
28362 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling.patch' (26,855) at 20210307205554478
28363 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/musl.cfg' (26,856) at 20231207090015278
28364 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend' (26,857) at 20210823100016972
28365 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1176/start.S' (26,858) at 20210308005002544
28366 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/pci.c' (26,859) at 20210308005002956
28367 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/kmp204x.c' (26,860) at 20210308005003012
28368 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/lsb.py' (26,861) at 20220910030013393
28369 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/Kconfig' (26,862) at 20210308005003496
28370 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d-sdb-qspi-u-boot.dtsi' (26,863) at 20210308005002588
28371 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4_xplained/Kconfig' (26,864) at 20210308005002920
28372 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/export-incoming-iothread' (26,865) at 20240326080039734
28373 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/reset.c' (26,866) at 20210308005002820
28374 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/confdata.c' (26,867) at 20210308005003732
28375 2025-10-05 03:01:03.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dra7xx_hs_evm_usb_defconfig' (26,868) at 20210308005003256
28376 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/BootOption.v1_0_6.json' (26,869) at 20240619080002944
28377 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan_defs.hpp' (26,870) at 20210308005059169
28378 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/busybox/busybox_%.bbappend' (26,871) at 20211220110025577
28379 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/denali.c' (26,872) at 20210308005003412
28380 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri-imx6ull.h' (26,873) at 20210308005003588
28381 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_d.c' (26,874) at 20210308005046513
28382 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/10-pngsplit-format-strings.patch' (26,875) at 20230706080014757
28383 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/wic/beaglebone-yocto-verity.wks.in' (26,876) at 20240413080012667
28384 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/vof.h' (26,877) at 20210927100127329
28385 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/layerDepsModal.js' (26,878) at 20210307205554278
28386 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/Makefile' (26,879) at 20210308005003040
28387 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpio_0.10.1.bb' (26,880) at 20220502030010124
28388 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/utils.hpp' (26,881) at 20221017030028079
28389 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/202.out' (26,882) at 20210308005046457
28390 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc' (26,883) at 20240120090012778
28391 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb' (26,884) at 20241221090017548
28392 2025-10-05 03:01:03.360-0500 FINEST t466 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' (26,885) at 20210307205553754
28393 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/e820.c' (26,886) at 20210308005002884
28394 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/Kconfig' (26,887) at 20210308005002824
28395 2025-10-05 03:01:03.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/sec.c' (26,888) at 20210308005003356
28396 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra186-p2771-0000.dtsi' (26,889) at 20210308005002628
28397 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/c/testdev_assert.h' (26,890) at 20230925080040101
28398 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3_xplained/sama5d3_xplained.c' (26,891) at 20210308005002920
28399 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_hw_reduced_hotplug.rst' (26,892) at 20240906080037176
28400 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/Makefile' (26,893) at 20210308005003052
28401 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ISC' (26,894) at 20210307205554422
28402 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (26,895) at 20210324000019621
28403 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vxeh2_vs.c' (26,896) at 20221215040039390
28404 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch' (26,897) at 20241221090017676
28405 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/template.svg' (26,898) at 20231011080016594
28406 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC1-103w' (26,899) at 20210307205553758
28407 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/table.hpp' (26,900) at 20220922030007675
28408 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/esdk.py' (26,901) at 20230401080011963
28409 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/gpio.hpp' (26,902) at 20210914000041087
28410 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-export-US-modify' (26,903) at 20241221090017616
28411 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/fb.modes' (26,904) at 20210307205553970
28412 2025-10-05 03:01:03.361-0500 FINEST t466 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' (26,905) at 20230706080014741
28413 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/generated.mako.cpp' (26,906) at 20210308005054073
28414 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600a1_spl.h' (26,907) at 20230302090047762
28415 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb' (26,908) at 20241206090014266
28416 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/meson.build' (26,909) at 20210524100135851
28417 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ext2.c' (26,910) at 20210308005003208
28418 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_shift.S' (26,911) at 20210308005046533
28419 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/lp87565.c' (26,912) at 20210308005003468
28420 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/power_button.hpp' (26,913) at 20241209090018856
28421 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig' (26,914) at 20210308005003288
28422 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/efi-bootdisk.wks.in' (26,915) at 20241221090017704
28423 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/report.py' (26,916) at 20230523080016046
28424 2025-10-05 03:01:03.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/machine/qemux86copy.conf' (26,917) at 20210307205554386
28425 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/Kconfig' (26,918) at 20210308005002728
28426 2025-10-05 03:01:03.362-0500 FINEST t466 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' (26,919) at 20240413080012663
28427 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/dataService.js' (26,920) at 20210308005107073
28428 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Satmex-6-113.0W' (26,921) at 20210307205553762
28429 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb' (26,922) at 20241206090014338
28430 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/ucd90160_device.cpp' (26,923) at 20240508080027394
28431 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600_defconfig' (26,924) at 20230327080043371
28432 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-client/meson.build' (26,925) at 20240906080037160
28433 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/smbus_eeprom.h' (26,926) at 20210308005046013
28434 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-US' (26,927) at 20211006000025230
28435 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/makefile-add-ldflags.patch' (26,928) at 20210307205553918
28436 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/add-back-option-build-base.patch' (26,929) at 20241221090017564
28437 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/MAINTAINERS' (26,930) at 20210308005003080
28438 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp-xsl_42.1.bb' (26,931) at 20231126090012781
28439 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/mainapp.cpp' (26,932) at 20241129090022521
28440 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-config-parse-bytesize.c' (26,933) at 20240417080013458
28441 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-test-fvp-base.inc' (26,934) at 20241206090014214
28442 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/40-hardware-watchdog.conf' (26,935) at 20230315080014347
28443 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx8mq-clock.h' (26,936) at 20210308005003632
28444 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-x86/chassis/x86-power-control_%.bbappend' (26,937) at 20241206090014218
28445 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field8.decode' (26,938) at 20230925080040085
28446 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/phosphor-dbus-interfaces.wrap' (26,939) at 20220603030026297
28447 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_4.1.bb' (26,940) at 20240309090012820
28448 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-cmake-Disable-using-Wno-maybe-uninitialized.patch' (26,941) at 20210307205553934
28449 2025-10-05 03:01:03.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ex-branch.c' (26,942) at 20230925080040101
28450 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/omap/clocks_get_m_n.c' (26,943) at 20210308005003772
28451 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/hex_regs.h' (26,944) at 20230426080043876
28452 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/origen/Makefile' (26,945) at 20210308005003044
28453 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_packedtags1.h' (26,946) at 20210308005003556
28454 2025-10-05 03:01:03.363-0500 FINEST t466 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' (26,947) at 20210407000018082
28455 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bitops.c' (26,948) at 20210927100127641
28456 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-core/udev/udev-nuvoton-mtd-partitions/76-nuvoton-mtd-partitions.rules' (26,949) at 20230704080013871
28457 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/memac.c' (26,950) at 20210308005003432
28458 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kaarina' (26,951) at 20210307205553766
28459 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/mycroft.service' (26,952) at 20210307205553802
28460 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/crossbar.h' (26,953) at 20210308005002800
28461 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/config_file_parser_tests.cpp' (26,954) at 20240524080026761
28462 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp818.h' (26,955) at 20210308005003560
28463 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asyncio-throttle_1.0.2.bb' (26,956) at 20230706080014761
28464 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Throttle.interface.yaml' (26,957) at 20240618080025497
28465 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/11.json' (26,958) at 20240212090032050
28466 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.js' (26,959) at 20210307205554282
28467 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-alibaba' (26,960) at 20230426080043656
28468 2025-10-05 03:01:03.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ge_bx50v3_defconfig' (26,961) at 20210308005003260
28469 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/kc1.c' (26,962) at 20210308005002912
28470 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config-native.bb' (26,963) at 20241206090014274
28471 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools_36.bb' (26,964) at 20220402030015907
28472 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Hessen-Unitymedia' (26,965) at 20210307205553758
28473 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm946es/Makefile' (26,966) at 20210308005002552
28474 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/menu.h' (26,967) at 20210308005003672
28475 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/MAINTAINERS' (26,968) at 20210308005003080
28476 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-32bit-fpu.xml' (26,969) at 20221215040039086
28477 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/job-qmp.c' (26,970) at 20230426080043780
28478 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/tpm/tpm2.scc' (26,971) at 20211223040107525
28479 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ihs_mdio.c' (26,972) at 20210308005003000
28480 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lsxl.h' (26,973) at 20210308005003604
28481 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/244.out' (26,974) at 20240326080039730
28482 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gplugd_defconfig' (26,975) at 20210308005003260
28483 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/coth.c' (26,976) at 20230925080039853
28484 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console/obmc-console.conf' (26,977) at 20230512080018777
28485 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/arpwatch_3.3.bb' (26,978) at 20241221090017580
28486 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/.gitignore' (26,979) at 20240402080040066
28487 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uggleheden' (26,980) at 20210307205553794
28488 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/regs.h' (26,981) at 20210308005003336
28489 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/pdb' (26,982) at 20210307205554094
28490 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/__init__.py' (26,983) at 20210307205554262
28491 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_errno_defs.h' (26,984) at 20210927100127273
28492 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-cmd/mori.sh' (26,985) at 20230722080012861
28493 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/0004-Move-the-hciattach-firmware-into-lib-firmware.patch' (26,986) at 20230706080014765
28494 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bridge/ps862x.c' (26,987) at 20210308005003524
28495 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.github/pull_request_template.md' (26,988) at 20210307205553662
28496 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_sysarch.h' (26,989) at 20241211090212218
28497 2025-10-05 03:01:03.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/files/egl.pc' (26,990) at 20210307205554106
28498 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/models.py' (26,991) at 20230919080013966
28499 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubieboard2_defconfig' (26,992) at 20210308005003236
28500 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-ncplite/leds/ncplite-led/ncplite-led.sh' (26,993) at 20240423080013631
28501 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/meson.build' (26,994) at 20240326080039558
28502 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/responder.cpp' (26,995) at 20241219090011028
28503 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control_%.bbappend' (26,996) at 20210823100016972
28504 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/007' (26,997) at 20210927100127473
28505 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_sdp.c' (26,998) at 20210308005003508
28506 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/crc16.h' (26,999) at 20210308005003548
28507 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/edit_usage_message.patch' (27,000) at 20230706080014765
28508 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_u_h.c' (27,001) at 20210308005046513
28509 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_session.c' (27,002) at 20210308004938832
28510 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/titanium.c' (27,003) at 20210308005002920
28511 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/netdata.conf' (27,004) at 20241221090017564
28512 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools/run-ptest' (27,005) at 20210307205553842
28513 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CNRI-Python' (27,006) at 20211006000025234
28514 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cpu-features.h' (27,007) at 20210308005002816
28515 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/alt_spl.c' (27,008) at 20210308005003032
28516 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/nlohmann_json.wrap' (27,009) at 20231216090018681
28517 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/dbus.hpp' (27,010) at 20230511080010311
28518 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/styles/redfish.css' (27,011) at 20240714080004351
28519 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/support-jpeg-turbo.patch' (27,012) at 20230706080014753
28520 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/serial/serial_terminal.c' (27,013) at 20210308004938836
28521 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet/ampere_usbnet.sh' (27,014) at 20240809080014478
28522 2025-10-05 03:01:03.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/StorageControllerCollection.json' (27,015) at 20240619080002956
28523 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inet_q972_defconfig' (27,016) at 20210308005003260
28524 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/meson.build' (27,017) at 20241211090212230
28525 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/memset.S' (27,018) at 20210308005002708
28526 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/epsw.c' (27,019) at 20230925080040101
28527 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_utils.hpp' (27,020) at 20240223090020594
28528 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-bsp/u-boot/files/disable-u-boot-shell.cfg' (27,021) at 20210818000051207
28529 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/templates/default/conf-notes.txt' (27,022) at 20240727080014098
28530 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console/host-console-journal.service.in' (27,023) at 20220414030020024
28531 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/pci.c' (27,024) at 20210308005002832
28532 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (27,025) at 20210903000032571
28533 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/spl-boot-order.c' (27,026) at 20210308005002776
28534 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc_2.0.13.bb' (27,027) at 20231014080011723
28535 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/i2c-cdns.txt' (27,028) at 20210308005003304
28536 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/logging/phosphor-logging_%.bbappend' (27,029) at 20240927080014067
28537 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7577.patch' (27,030) at 20210307205553942
28538 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/can.json' (27,031) at 20210307205553850
28539 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/coreboot.h' (27,032) at 20210308005003592
28540 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dtc_1.7.2.bb' (27,033) at 20241221090017668
28541 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_defconfig' (27,034) at 20210308005003244
28542 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/templates/default/conf-notes.txt' (27,035) at 20220913030020496
28543 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/common.sh' (27,036) at 20210308005003736
28544 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/nftables/nftables-systemd.bb' (27,037) at 20241206090014226
28545 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/test_dbus_name.cpp' (27,038) at 20240802080023585
28546 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Karstula' (27,039) at 20210307205553770
28547 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/Makefile' (27,040) at 20210308005003008
28548 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Mackay' (27,041) at 20210307205553762
28549 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-i586-nlp.inc' (27,042) at 20210905000020581
28550 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_engine.c' (27,043) at 20210308005003364
28551 2025-10-05 03:01:03.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/meson.build' (27,044) at 20240823080032949
28552 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools/0001-always-use-glibc-basename.patch' (27,045) at 20241221090017484
28553 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/hisi.h' (27,046) at 20210308005003640
28554 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/SnmpAlerts/SnmpAlerts.vue' (27,047) at 20241004080035975
28555 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (27,048) at 20240522080012568
28556 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/Kconfig' (27,049) at 20241211090212314
28557 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/f1u4x25_hsbp.json' (27,050) at 20220601030005865
28558 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/phosphor-dbus-interfaces.wrap' (27,051) at 20220407100028311
28559 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/0001-xfsdump-support-usrmerge.patch' (27,052) at 20210307205553738
28560 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/flite/flite_2.2.bb' (27,053) at 20241221090017488
28561 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Enontekio_Hetta' (27,054) at 20210307205553770
28562 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8349/Makefile' (27,055) at 20210308005003048
28563 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-reset-button' (27,056) at 20240105090012010
28564 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml' (27,057) at 20240120090019670
28565 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS6-ssh-host@.service' (27,058) at 20231025080019870
28566 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/db-88f6820-amc.h' (27,059) at 20210308005003592
28567 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-ra.sh' (27,060) at 20240913080015313
28568 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_w.c' (27,061) at 20210308005046505
28569 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing.err' (27,062) at 20210308005046405
28570 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/ncsi-coredump.md' (27,063) at 20240821080004143
28571 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/Kconfig' (27,064) at 20210308005002948
28572 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_miniapp_return.c' (27,065) at 20210308005003704
28573 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/vcs-control/vcs-on@.service' (27,066) at 20210307205553718
28574 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-trng.h' (27,067) at 20241211090212362
28575 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km8321-common.h' (27,068) at 20210308005003600
28576 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/kudo-fw-ver.service' (27,069) at 20220119040023096
28577 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/MAINTAINERS' (27,070) at 20210308005003032
28578 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_SDCARD_defconfig' (27,071) at 20210308005003240
28579 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-5.2-pktinfo.patch' (27,072) at 20210307205553822
28580 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/sama5d4_devices.c' (27,073) at 20210308005002712
28581 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_power_restore_policy_sub_menu.robot' (27,074) at 20240628080017113
28582 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ca_cert_entry.hpp' (27,075) at 20220726100021755
28583 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ext4.c' (27,076) at 20210308005003208
28584 2025-10-05 03:01:03.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9m10g45_devices.c' (27,077) at 20210308005002712
28585 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5387un/Kconfig' (27,078) at 20210308005002948
28586 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/nfsrootfs' (27,079) at 20210307205554482
28587 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/altera_jtag_uart.c' (27,080) at 20210308005003484
28588 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/crypto.h' (27,081) at 20240906080037144
28589 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_SPIFLASH_defconfig' (27,082) at 20210308005003244
28590 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/context.py' (27,083) at 20210307205554630
28591 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_mapper_serialize.hpp' (27,084) at 20210308005109813
28592 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32l4x5_exti.h' (27,085) at 20240906080037336
28593 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/linkage.h' (27,086) at 20210308005002676
28594 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/rail.md' (27,087) at 20240809080033023
28595 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/systemd/files/random-seed-sync.conf' (27,088) at 20210307205554110
28596 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/physical.cpp' (27,089) at 20240719080031533
28597 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/internal/sdevent.cpp' (27,090) at 20240822080031261
28598 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/227.out' (27,091) at 20240326080039730
28599 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/turris_omnia.h' (27,092) at 20210308005003624
28600 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_h.c' (27,093) at 20210308005046517
28601 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz_git.bb' (27,094) at 20240413080012639
28602 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/1066mhz_4x128mx16.cfg' (27,095) at 20210308005002924
28603 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_all_builds_page.py' (27,096) at 20241221090017592
28604 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/rustfmt.toml' (27,097) at 20241211090212458
28605 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/satellite_controller.json' (27,098) at 20240912080005178
28606 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/float_convs.ref' (27,099) at 20221215040039386
28607 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-nand.dts' (27,100) at 20210308005002588
28608 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/law.c' (27,101) at 20210308005002980
28609 2025-10-05 03:01:03.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/s2mps11.h' (27,102) at 20210308005003680
28610 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/Kconfig' (27,103) at 20210308005003032
28611 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/example.yaml' (27,104) at 20221209040010971
28612 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/sys_info.c' (27,105) at 20210308005002788
28613 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/altr,rst-mgr.h' (27,106) at 20210308005003640
28614 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljustorp' (27,107) at 20210307205553786
28615 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/traps.c' (27,108) at 20210308005002824
28616 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/display.c' (27,109) at 20210308005003536
28617 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra76-evm.dts' (27,110) at 20210308005002576
28618 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/share/dot.bashrc' (27,111) at 20210307205554470
28619 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/media/Makefile' (27,112) at 20210308005002536
28620 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.json' (27,113) at 20210308005046397
28621 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_flit_core.bbclass' (27,114) at 20241221090017608
28622 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab/issue_templates/feature_request.md' (27,115) at 20210927100127017
28623 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/system_ext_mmvec.h' (27,116) at 20220429100100786
28624 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Lohja' (27,117) at 20210307205553770
28625 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr4.inc' (27,118) at 20210905000020581
28626 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-booke.c' (27,119) at 20240906080037512
28627 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/CHANGELOG' (27,120) at 20241206090014290
28628 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-4.0' (27,121) at 20211006000025230
28629 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gx-u-boot.dtsi' (27,122) at 20210308005002596
28630 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/bus/match.cpp' (27,123) at 20231021080041478
28631 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/hang.c' (27,124) at 20210308005003704
28632 2025-10-05 03:01:03.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/mailbox.c' (27,125) at 20210308005003740
28633 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tpm-v2.h' (27,126) at 20230310090043283
28634 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halle' (27,127) at 20210307205553782
28635 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-2375.c' (27,128) at 20240906080037576
28636 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK133_defconfig' (27,129) at 20210308005003236
28637 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_defconfig' (27,130) at 20210308005003280
28638 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Randalen' (27,131) at 20210307205553790
28639 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst' (27,132) at 20241221090017584
28640 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1/mxc-w1.txt' (27,133) at 20210308005003328
28641 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/ibm/host.cpp' (27,134) at 20240926080014017
28642 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/systemd-volatile.conf' (27,135) at 20210307205553918
28643 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/pbi.cfg' (27,136) at 20210308005003168
28644 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/marvell,armada-37xx-pinctrl.txt' (27,137) at 20210308005003304
28645 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/sandbox-reset.c' (27,138) at 20210308005003480
28646 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/README.md' (27,139) at 20221013030007910
28647 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/xor.c' (27,140) at 20210308005003368
28648 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/entity_map_json.hpp' (27,141) at 20230518080030406
28649 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/mpp.h' (27,142) at 20210308005002732
28650 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/packagegroups/packagegroup-ts-tests.bbappend' (27,143) at 20241206090014214
28651 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/qfw.c' (27,144) at 20210308005003400
28652 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/mpc8544ds.c' (27,145) at 20210308005002980
28653 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb' (27,146) at 20241206090014258
28654 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/spi-howto.txt' (27,147) at 20210308005003328
28655 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/fruutils.hpp' (27,148) at 20231209090007705
28656 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/host_power_off.hpp' (27,149) at 20230520080006628
28657 2025-10-05 03:01:03.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A10-OLinuXino-Lime_defconfig' (27,150) at 20210308005003232
28658 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PowerSupplyCollection.json' (27,151) at 20240619080002952
28659 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/test-addv.c' (27,152) at 20240906080037580
28660 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_core.h' (27,153) at 20210308005003516
28661 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-aspeed-spi-master-mode.inc' (27,154) at 20211016000015668
28662 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ublimage.h' (27,155) at 20210308005003772
28663 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/r0p7734.h' (27,156) at 20210308005003612
28664 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Dorotea' (27,157) at 20210307205553778
28665 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Caldbeck' (27,158) at 20210307205553794
28666 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/googletest.wrap' (27,159) at 20220112040021203
28667 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/env.h' (27,160) at 20210308005003688
28668 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/pci_v3.h' (27,161) at 20210308005002916
28669 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/socket.h' (27,162) at 20231102080015293
28670 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-ipmiprovider-symlink.bbclass' (27,163) at 20210307205554054
28671 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/medcom-wide_defconfig' (27,164) at 20210308005003268
28672 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/ls102xa_rcw_sd_qspi.cfg' (27,165) at 20210308005002968
28673 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx_git.bb' (27,166) at 20241221090017540
28674 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lpswe-unaligned.S' (27,167) at 20230426080043952
28675 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/automake-output.patch' (27,168) at 20230609080014419
28676 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (27,169) at 20220422030010210
28677 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/print_ffdc_functions' (27,170) at 20230216040015763
28678 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/arm/safe-syscall.inc.S' (27,171) at 20220429100100406
28679 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/init' (27,172) at 20210307205554034
28680 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/certificate.hpp' (27,173) at 20230511080024715
28681 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/Kconfig' (27,174) at 20210308005003072
28682 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (27,175) at 20210820100014769
28683 2025-10-05 03:01:03.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m41t62.c' (27,176) at 20210308005003480
28684 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/status-icon.js' (27,177) at 20210308005107069
28685 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_sdcard_ifc_defconfig' (27,178) at 20210308005003264
28686 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb' (27,179) at 20240302090018210
28687 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings.yaml' (27,180) at 20221207040038639
28688 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Intel-ACPI' (27,181) at 20211006000025238
28689 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/tps65217.h' (27,182) at 20210308005003680
28690 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/exchange-bmc-os-info.init.redhat' (27,183) at 20210308004938816
28691 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeSlots.v1_6_1.json' (27,184) at 20240619080002952
28692 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/hxtool.py' (27,185) at 20240906080037176
28693 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/0002-Preserve-links-when-installing-libmetis.patch' (27,186) at 20230706080014745
28694 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/opcodes.c' (27,187) at 20240906080037476
28695 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/law.c' (27,188) at 20210308005003048
28696 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/vt82c686-uhci-pci.c' (27,189) at 20241211090212346
28697 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/templates/default/conf-notes.txt' (27,190) at 20220913030020496
28698 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/sandbox.c' (27,191) at 20210308005003340
28699 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (27,192) at 20230930080011588
28700 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/builder/_lxml.py' (27,193) at 20241206090014290
28701 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato.inc' (27,194) at 20210812000025374
28702 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/cpu-reset.cocci' (27,195) at 20210308005046237
28703 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/os.h' (27,196) at 20210308005003676
28704 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/bootimg-partition.py' (27,197) at 20241221090017704
28705 2025-10-05 03:01:03.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/message.hpp' (27,198) at 20210308005114857
28706 2025-10-05 03:01:03.373-0500 FINEST t466 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' (27,199) at 20241221090017532
28707 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_unittest.hpp' (27,200) at 20230821192414188
28708 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpedite550x_defconfig' (27,201) at 20210308005003288
28709 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux/0002-Fixed-relative-imports.patch' (27,202) at 20231011080016582
28710 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/certificate.js' (27,203) at 20210308005107069
28711 2025-10-05 03:01:03.373-0500 FINEST t466 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' (27,204) at 20241206090014238
28712 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/0001-Fix-compilation-with-musl.patch' (27,205) at 20230706080014737
28713 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/README' (27,206) at 20210308005002988
28714 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/efficiently-fetching-sources.rst' (27,207) at 20230114040015510
28715 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amarula/vyasa-rk3288/vyasa-rk3288.c' (27,208) at 20210308005002912
28716 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_empty_tree.c' (27,209) at 20210308005003728
28717 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/packagegroups/packagegroup-ts-tests.bb' (27,210) at 20230114040015466
28718 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_scmi.h' (27,211) at 20220429100100590
28719 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Flyn' (27,212) at 20210307205553782
28720 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ulricehamn' (27,213) at 20210307205553794
28721 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/sifive_e.h' (27,214) at 20230925080039929
28722 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-inventory-example-native_git.bb' (27,215) at 20220921030015986
28723 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/108.out' (27,216) at 20240326080039726
28724 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/grouplayout.hpp' (27,217) at 20240822080022193
28725 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/rootfs_rpm-extract-postinst.awk' (27,218) at 20210307205554642
28726 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-2.0' (27,219) at 20210307205554414
28727 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/Kconfig' (27,220) at 20210308005002984
28728 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/Kconfig' (27,221) at 20210308005003440
28729 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/clock.h' (27,222) at 20210308005002644
28730 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qemu-mips/MAINTAINERS' (27,223) at 20210308005003028
28731 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/tools.conf' (27,224) at 20210407000018078
28732 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/licenses/LLNL' (27,225) at 20210307205554010
28733 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/Makefile' (27,226) at 20210308005002792
28734 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/i2c-mux-uclass.c' (27,227) at 20210308005003384
28735 2025-10-05 03:01:03.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A33-OLinuXino_defconfig' (27,228) at 20210308005003232
28736 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7794-cpg-mssr.c' (27,229) at 20210308005003352
28737 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging-callouts-mrw-native.bb' (27,230) at 20241206090014274
28738 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_w.c' (27,231) at 20210308005046509
28739 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mvebu_lcd.c' (27,232) at 20210308005003532
28740 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/machine/e3c256d4i.conf' (27,233) at 20240413080012631
28741 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb' (27,234) at 20210307205554386
28742 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pic32mzdask_defconfig' (27,235) at 20210308005003276
28743 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw/merge_sensor_config.py' (27,236) at 20210307205554070
28744 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/s400/README' (27,237) at 20210308005002912
28745 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/bitsperlong.h' (27,238) at 20210308005046065
28746 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sh_eth.h' (27,239) at 20210308005003444
28747 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/timedate' (27,240) at 20220413100022480
28748 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JsonSchemaFile.v1_1_5.json' (27,241) at 20240619080002948
28749 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_balign.c' (27,242) at 20210308005046505
28750 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/phosphor-host-ipmid.wrap' (27,243) at 20230714080032711
28751 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb' (27,244) at 20241221090017528
28752 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pine64_plus_defconfig' (27,245) at 20210308005003276
28753 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool/0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch' (27,246) at 20220125040024527
28754 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/phosphor-dbus-interfaces.wrap' (27,247) at 20240124090001898
28755 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/README.md' (27,248) at 20221209040019091
28756 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/asm.h' (27,249) at 20210308005002808
28757 2025-10-05 03:01:03.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-unit' (27,250) at 20210308005046393
28758 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rx8025.c' (27,251) at 20210308005003480
28759 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss/libgloss-build-without-nostdinc.patch' (27,252) at 20230131040012047
28760 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/ffdc_file.hpp' (27,253) at 20240830080017495
28761 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/run-ptest' (27,254) at 20241206090014242
28762 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-unknown.err' (27,255) at 20210308005046409
28763 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Grums' (27,256) at 20210307205553782
28764 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/mrb_section.html' (27,257) at 20231126090012817
28765 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/COPYING.MIT' (27,258) at 20210307205554010
28766 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/connection.ipp' (27,259) at 20210308005114857
28767 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/ptrace.h' (27,260) at 20210308005002844
28768 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/rail_tests.cpp' (27,261) at 20220402030035703
28769 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/wdt-uclass.c' (27,262) at 20210308005003540
28770 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/imximage.cfg' (27,263) at 20210308005003168
28771 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xkeyboard-config-Zinoviev' (27,264) at 20241221090017620
28772 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/0001-Modify-include-dir.patch' (27,265) at 20221003030013285
28773 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/cpu-x86-uarch-abi.py' (27,266) at 20240906080037444
28774 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/util_test.cpp' (27,267) at 20240817080006811
28775 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dragonboard410c-uboot.dtsi' (27,268) at 20210308005002576
28776 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/Makefile.am' (27,269) at 20210308005117205
28777 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_signal.h' (27,270) at 20221215040039202
28778 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mc9sdz60.h' (27,271) at 20210308005003672
28779 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/MAINTAINERS' (27,272) at 20210308005002948
28780 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/elf_ia32_efi.lds' (27,273) at 20210308005002884
28781 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_cpu.h' (27,274) at 20210308005046069
28782 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control/avsbus-enable@.service' (27,275) at 20220514030009396
28783 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/bbdev.sh' (27,276) at 20210307205554230
28784 2025-10-05 03:01:03.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_linflexuart.c' (27,277) at 20210308005003484
28785 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb' (27,278) at 20240127090011892
28786 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hotplug.h' (27,279) at 20230426080043760
28787 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/pylibfdt/setup.py' (27,280) at 20210308005003728
28788 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/gpio.h' (27,281) at 20210308005002664
28789 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.1-no-RFN' (27,282) at 20211006000025242
28790 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3036/MAINTAINERS' (27,283) at 20210308005003040
28791 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/test/test_exprtk_tools.cpp' (27,284) at 20231008080027971
28792 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/InstallAll.interface.yaml' (27,285) at 20220315030032663
28793 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/Makefile' (27,286) at 20210308005002952
28794 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/x86_start16.py' (27,287) at 20210308005003748
28795 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/flexbus.h' (27,288) at 20210308005002800
28796 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/start.S' (27,289) at 20210308005002884
28797 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/__init__.py' (27,290) at 20210308005003736
28798 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-uclass-compat.c' (27,291) at 20210308005003380
28799 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-qemuall.txt' (27,292) at 20241221090017628
28800 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_iface.h' (27,293) at 20230919080007046
28801 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/hostname.sh' (27,294) at 20220405030025645
28802 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-unaligned-prefetch.out' (27,295) at 20240906080037568
28803 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/Kconfig' (27,296) at 20210308005002916
28804 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/README.sol' (27,297) at 20210308004938836
28805 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_bit.c.inc' (27,298) at 20240906080037496
28806 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-setuptools-declarative-requirements_1.3.0.bb' (27,299) at 20220910030013369
28807 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-module.c' (27,300) at 20220429100100954
28808 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Noweb' (27,301) at 20211006000025238
28809 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon-config-mrw.bb' (27,302) at 20220921030015990
28810 2025-10-05 03:01:03.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/PDR.interface.yaml' (27,303) at 20221207040023631
28811 2025-10-05 03:01:03.376-0500 FINEST t466 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' (27,304) at 20220402030016023
28812 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx7d-clock.h' (27,305) at 20210308005003632
28813 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-crl.h' (27,306) at 20240906080037336
28814 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nghttp2/nghttp2_%.bbappend' (27,307) at 20230623080015345
28815 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/Kconfig' (27,308) at 20210308005003696
28816 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/test.h' (27,309) at 20231110090010623
28817 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (27,310) at 20240719080014909
28818 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/openrd.h' (27,311) at 20210308005002908
28819 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Report.interface.yaml' (27,312) at 20241004080020839
28820 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/meta-perl-image-ptest-fast.bb' (27,313) at 20231014080011723
28821 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/axm_defconfig' (27,314) at 20210308005003248
28822 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/.gitignore' (27,315) at 20210308005003700
28823 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/0001-libusbgx-Add-interface-name-for-NCM-Feature-Descript.patch' (27,316) at 20230520080014480
28824 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2500_defconfig' (27,317) at 20230725080047953
28825 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-starlette/run-ptest' (27,318) at 20241221090017560
28826 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/avsbus-control.bb' (27,319) at 20241221090017484
28827 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/CVE-2013-4420.patch' (27,320) at 20241221090017540
28828 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/altera/Makefile' (27,321) at 20210308005003340
28829 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/configure.ac' (27,322) at 20220922030007675
28830 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0001-replace-old-sync-with-new-atomic-builtin-equivalents.patch' (27,323) at 20240413080012651
28831 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump/run-ptest' (27,324) at 20241221090017500
28832 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/smdkv310.c' (27,325) at 20210308005003044
28833 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/libpwquality/libpwquality_%.bbappend' (27,326) at 20230505080015455
28834 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/i8042.h' (27,327) at 20210308005003652
28835 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-B' (27,328) at 20210307205554418
28836 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/037' (27,329) at 20210927100127473
28837 2025-10-05 03:01:03.377-0500 FINEST t466 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' (27,330) at 20220402030016023
28838 2025-10-05 03:01:03.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/processor.h' (27,331) at 20210308005002816
28839 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_bmnz_v.c' (27,332) at 20210308005046509
28840 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_errno_defs.h' (27,333) at 20221215040039202
28841 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/android-drivers.cfg' (27,334) at 20241221090017576
28842 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.2.0.bb' (27,335) at 20241221090017484
28843 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/configure.ac' (27,336) at 20210307205554558
28844 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/phy/Kconfig' (27,337) at 20210308005003520
28845 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/maturin.py' (27,338) at 20240106090017261
28846 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/.gitignore' (27,339) at 20220625030026172
28847 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config.bb' (27,340) at 20241206090014270
28848 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/syscall_64.tbl' (27,341) at 20241211090212386
28849 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g20-taurus.dts' (27,342) at 20210308005002572
28850 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/README' (27,343) at 20210308005003772
28851 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include/sub-module.json' (27,344) at 20210308005046409
28852 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-kernel/linux/linux-aspeed/ampere.cfg' (27,345) at 20241023080015407
28853 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/pldm/pldm_%.bbappend' (27,346) at 20241206090014218
28854 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-iommu.h' (27,347) at 20220429100100938
28855 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/db-88f6820-gp.h' (27,348) at 20210308005003592
28856 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/bootstrap.sh' (27,349) at 20210308005117617
28857 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/symlink.patch' (27,350) at 20220618030015190
28858 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsi_state_machine.cpp' (27,351) at 20231229090005659
28859 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/paz00.h' (27,352) at 20210308005003608
28860 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_rcw_sd_qspi.cfg' (27,353) at 20210308005002968
28861 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-systemd/0001-Provide-implementation-of-strndupa-for-musl.patch' (27,354) at 20230317080013793
28862 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/089' (27,355) at 20220429100100886
28863 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/lshrdi3.S' (27,356) at 20210308005002708
28864 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/basu/basu_0.2.1.bb' (27,357) at 20231207090015262
28865 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb' (27,358) at 20241221090017528
28866 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/unistd.h' (27,359) at 20210308005046065
28867 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/volatiles.03_squid' (27,360) at 20210307205553822
28868 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/Kconfig' (27,361) at 20210308005003016
28869 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/scsi/utils.h' (27,362) at 20210927100127253
28870 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-go-toolchain.bb' (27,363) at 20210812000025330
28871 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/mock_event_manager.hpp' (27,364) at 20241022080031588
28872 2025-10-05 03:01:03.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_add.c' (27,365) at 20210308005046529
28873 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria5-socdk/qts/iocsr_config.h' (27,366) at 20210308005002912
28874 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers/0001-Makefile-add-clean-target.patch' (27,367) at 20230503080014579
28875 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/flash_size.hpp' (27,368) at 20230520080006628
28876 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/iomega/iconnect/Makefile' (27,369) at 20210308005003008
28877 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__config.hpp' (27,370) at 20241217090453703
28878 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_prctl.h' (27,371) at 20220429100100618
28879 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog_git.bb' (27,372) at 20241206090014246
28880 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (27,373) at 20240308090017911
28881 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/Makefile' (27,374) at 20210308005002900
28882 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cargo_c.bbclass' (27,375) at 20230919080013974
28883 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/006_dual_image.dts' (27,376) at 20210308005003752
28884 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/user_data_test.cpp' (27,377) at 20240820080027382
28885 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_logging.hpp' (27,378) at 20230516080019606
28886 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_ensure.cpp' (27,379) at 20220917030035930
28887 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/dp_info.h' (27,380) at 20210308005002724
28888 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/trace.h' (27,381) at 20210308005045905
28889 2025-10-05 03:01:03.379-0500 FINEST t466 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' (27,382) at 20220823030015951
28890 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cramfs/cramfs.c' (27,383) at 20210308005003544
28891 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/pattern.cpp' (27,384) at 20240618080005305
28892 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LZMA-SDK-9.22' (27,385) at 20241221090017616
28893 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/dbus-sdr/sensorutils.hpp' (27,386) at 20230531080028153
28894 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RSCPL' (27,387) at 20210307205554426
28895 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/ffdc_file.hpp' (27,388) at 20240112090034344
28896 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/configure.in-disable-tirpc-checking-for-fedora.patch' (27,389) at 20210729000029096
28897 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pkcs11_0.7.0.bb' (27,390) at 20241221090017556
28898 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/bti-2.c' (27,391) at 20210308005046489
28899 2025-10-05 03:01:03.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-hpe/host/host-boot-enable/host-boot-enable.sh' (27,392) at 20230524080016081
28900 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/flash_copy.c' (27,393) at 20210308005100993
28901 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/div64.S' (27,394) at 20210308005002708
28902 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/checkpatch.pl' (27,395) at 20210308005003724
28903 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/unimp.h' (27,396) at 20210308005046021
28904 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/psci.c' (27,397) at 20210308005003372
28905 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/README' (27,398) at 20210307205554266
28906 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/manualexecution.py' (27,399) at 20241221090017700
28907 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/Neighbor/CreateStatic.interface.yaml' (27,400) at 20221209040038051
28908 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear600/Kconfig' (27,401) at 20210308005003052
28909 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-positional-args.patch' (27,402) at 20241221090017512
28910 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/ddr-setup.cfg' (27,403) at 20210308005002912
28911 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/button_config.hpp' (27,404) at 20240618080024509
28912 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_ram.c' (27,405) at 20210308005003372
28913 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ippool_parallel_make_and_pic.patch' (27,406) at 20210307205553818
28914 2025-10-05 03:01:03.380-0500 FINEST t466 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' (27,407) at 20240920080012139
28915 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_elf.h' (27,408) at 20240906080037156
28916 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mvgbe.c' (27,409) at 20210308005003436
28917 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/libio-compress-perl_2.213.bb' (27,410) at 20241221090017548
28918 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/stap.py' (27,411) at 20210308005046245
28919 2025-10-05 03:01:03.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/python_pgm_template' (27,412) at 20221209040018571
28920 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/license.py' (27,413) at 20241221090017624
28921 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/sifive-e-aon-watchdog-test.c' (27,414) at 20230925080040097
28922 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun6i.c' (27,415) at 20210308005002784
28923 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/index.js' (27,416) at 20210308005107073
28924 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/extract-vsssdk-headers' (27,417) at 20210308005046241
28925 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pinmux.c' (27,418) at 20210308005003216
28926 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-geam.dts' (27,419) at 20210308005002588
28927 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/powertop/powertop_2.15.bb' (27,420) at 20241221090017688
28928 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc233c/gdb-config.c.inc' (27,421) at 20210308005046349
28929 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/witherspoon/phosphor-cooling-type@.service' (27,422) at 20220514030009436
28930 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (27,423) at 20240206090017943
28931 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/meta-perl-image-ptest.bb' (27,424) at 20240302090018206
28932 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/0001-Port-to-Gtk3.patch' (27,425) at 20210307205554462
28933 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7m/tune-cortexm7.inc' (27,426) at 20210905000020581
28934 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/src_callout_test.cpp' (27,427) at 20240820080027382
28935 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/taglib/taglib_2.0.2.bb' (27,428) at 20241221090017700
28936 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sh7763rdp.h' (27,429) at 20210308005003616
28937 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_boston.c' (27,430) at 20210308005003348
28938 2025-10-05 03:01:03.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/leds/daytonax-led-manager-config/led.yaml' (27,431) at 20240829080014014
28939 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-madvise.c' (27,432) at 20240906080037580
28940 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_memac.h' (27,433) at 20210308005003652
28941 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/disable_vlockrc.patch' (27,434) at 20210307205553934
28942 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6memcal_defconfig' (27,435) at 20210308005003268
28943 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/0001-Avoid-linking-to-plymouth_logo_file.patch' (27,436) at 20240301090012423
28944 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_cpu.h' (27,437) at 20210308005046089
28945 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_ct5361.h' (27,438) at 20210308005003592
28946 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/Kconfig' (27,439) at 20210308005003076
28947 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/Kconfig' (27,440) at 20210308005003008
28948 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-MIT-disclaimer-xserver' (27,441) at 20241221090017616
28949 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e-evm-u-boot.dtsi' (27,442) at 20210308005002592
28950 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-power-good.service' (27,443) at 20240105090012010
28951 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cable.interface.yaml' (27,444) at 20240612080019950
28952 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/i2c.h' (27,445) at 20210308005002668
28953 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/e2fs' (27,446) at 20210307205554482
28954 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbear.default' (27,447) at 20210307205554474
28955 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9132qds/bsc9132qds.c' (27,448) at 20210308005002960
28956 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/multi-presence/main.cpp' (27,449) at 20241219090021588
28957 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_table_osrunning_redfish.json' (27,450) at 20240807080012790
28958 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am43xx_evm_defconfig' (27,451) at 20210308005003248
28959 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/Makefile' (27,452) at 20210308005002920
28960 2025-10-05 03:01:03.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/lowlevel_init.S' (27,453) at 20210308005003036
28961 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/stellaris_gamepad.h' (27,454) at 20240326080039538
28962 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/pmbus_write_vout_command.md' (27,455) at 20240809080033023
28963 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/pmu.h' (27,456) at 20210308005002672
28964 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.json' (27,457) at 20230925080040089
28965 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/0002-replace-non-standard-uint-with-unsigned-int.patch' (27,458) at 20230706080014753
28966 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/pcnet.c' (27,459) at 20240906080037264
28967 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7ulp-evk.dts' (27,460) at 20210308005002592
28968 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/files/run-ptest' (27,461) at 20210307205554006
28969 2025-10-05 03:01:03.383-0500 FINEST t466 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' (27,462) at 20210307205553946
28970 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-itead-iteaduino-plus.dts' (27,463) at 20210308005002616
28971 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/mxcmmc.h' (27,464) at 20210308005002644
28972 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/093_x86_tpl_ucode.dts' (27,465) at 20210308005003752
28973 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/.gitlint' (27,466) at 20220819100012247
28974 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pico.dtsi' (27,467) at 20210308005002588
28975 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9260_matrix.h' (27,468) at 20210308005002716
28976 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/images/obmc-phosphor-image.bbappend' (27,469) at 20240712080022837
28977 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_pxa270.h' (27,470) at 20210308005003588
28978 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-disco/Makefile' (27,471) at 20210308005003056
28979 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/detect-gpio-present.service' (27,472) at 20220127040054629
28980 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear320/spear320.c' (27,473) at 20210308005003052
28981 2025-10-05 03:01:03.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/clearfog/MAINTAINERS' (27,474) at 20210308005003052
28982 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/ipu_common.c' (27,475) at 20210308005003528
28983 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/mvebu/cmd/bubt.txt' (27,476) at 20210308005003332
28984 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/meson.options' (27,477) at 20230817080037441
28985 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableRowAction.vue' (27,478) at 20241004080035963
28986 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_dbus.cpp' (27,479) at 20240830080017491
28987 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/145.out' (27,480) at 20210308005046449
28988 2025-10-05 03:01:03.384-0500 FINEST t466 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' (27,481) at 20241221090017464
28989 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox-inittab_1.37.0.bb' (27,482) at 20241221090017636
28990 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/wb45n_defconfig' (27,483) at 20210308005003284
28991 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-export.svg' (27,484) at 20210308005107069
28992 2025-10-05 03:01:03.384-0500 FINEST t466 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' (27,485) at 20210307205554094
28993 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mc146818.c' (27,486) at 20210308005003480
28994 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/ossaudio.c' (27,487) at 20240326080039370
28995 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/control.py' (27,488) at 20210308005003756
28996 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/common/board_detect.c' (27,489) at 20210308005003076
28997 2025-10-05 03:01:03.384-0500 FINEST t466 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' (27,490) at 20240413080012663
28998 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-powercycle.service' (27,491) at 20220224040010566
28999 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp221.h' (27,492) at 20210308005003560
29000 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dragonboard410c.h' (27,493) at 20210308005003592
29001 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/p10bmc/dev_id.json' (27,494) at 20241105090013647
29002 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/gitlab-pipeline-status' (27,495) at 20240906080037440
29003 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/Makefile' (27,496) at 20210308005003416
29004 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/cpu-models-mips.rst.inc' (27,497) at 20210308005045809
29005 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/md5sum.c' (27,498) at 20210308005003212
29006 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kopmanholmen' (27,499) at 20210307205553786
29007 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/I2C_Edge_Conditions' (27,500) at 20210308005003288
29008 2025-10-05 03:01:03.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/hmp.h' (27,501) at 20240906080037344
29009 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HeaterMetrics.v1_0_2.json' (27,502) at 20240619080002948
29010 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-bsp/u-boot/u-boot-aspeed-sdk/tiogapass.cfg' (27,503) at 20220323030026191
29011 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/timezone/tzdata.bbappend' (27,504) at 20221101030016716
29012 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_chassis.h' (27,505) at 20210308004938816
29013 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (27,506) at 20241206090014218
29014 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/taurus.h' (27,507) at 20210308005003620
29015 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_iocsr_config.c' (27,508) at 20210308005002780
29016 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/README.md' (27,509) at 20220402030016063
29017 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb' (27,510) at 20240413080012699
29018 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/spin_table.c' (27,511) at 20210308005002560
29019 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/galileo.dts' (27,512) at 20210308005002860
29020 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NLOD-1.0' (27,513) at 20211006000025238
29021 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/base64.c' (27,514) at 20210308005046557
29022 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-unknown.json' (27,515) at 20210308005046401
29023 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/drcov.c' (27,516) at 20240326080039398
29024 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/coroutine-windows.c' (27,517) at 20230925080040113
29025 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_sdcard_qspi_defconfig' (27,518) at 20210308005003264
29026 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/physical.hpp' (27,519) at 20240719080031533
29027 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/eth.c' (27,520) at 20210308005002968
29028 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config.bb' (27,521) at 20241206090014234
29029 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/Vector-cast.patch' (27,522) at 20231011080016574
29030 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/clang.yml' (27,523) at 20241221090017464
29031 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cardhu_defconfig' (27,524) at 20210308005003252
29032 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/plutux/Makefile' (27,525) at 20210308005002920
29033 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/command_ut.c' (27,526) at 20210308005003736
29034 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/drm.h' (27,527) at 20210308005046045
29035 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/lgpl-2.1.txt' (27,528) at 20210308005002540
29036 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/Kconfig' (27,529) at 20210308005003036
29037 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/LICENSE' (27,530) at 20210308005059161
29038 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/tegra_car.c' (27,531) at 20210308005003400
29039 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/MAINTAINERS' (27,532) at 20210308005003168
29040 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_qspi_SECURE_BOOT_defconfig' (27,533) at 20210308005003264
29041 2025-10-05 03:01:03.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/start.S' (27,534) at 20210308005002852
29042 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench-example.py' (27,535) at 20220429100100750
29043 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/function2/function2_4.2.4.bb' (27,536) at 20240301090012427
29044 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-layers' (27,537) at 20241221090017584
29045 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/009_pack_extra.dts' (27,538) at 20210308005003752
29046 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/board.c' (27,539) at 20230720080043535
29047 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zio.h' (27,540) at 20210308005003696
29048 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/postgresql.service' (27,541) at 20210307205553890
29049 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-i686.txt' (27,542) at 20240113090014532
29050 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/altera/Makefile' (27,543) at 20210308005003360
29051 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ocelot_pcb120.dts' (27,544) at 20210308005002816
29052 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5420/Kconfig' (27,545) at 20210308005003044
29053 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/Hardware.interface.yaml' (27,546) at 20240517080019498
29054 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-10.conf' (27,547) at 20210416100031754
29055 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/Makefile.am' (27,548) at 20210308004938832
29056 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_eid.c' (27,549) at 20231101080011137
29057 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0001-Fix-installing-ipp-usb-quirk.patch' (27,550) at 20230706080014749
29058 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/manifest.py' (27,551) at 20220910030013393
29059 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/am6_spl.h' (27,552) at 20210308005002732
29060 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/propertygentest/groupone.yaml' (27,553) at 20221209040030339
29061 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/keys/vagrant' (27,554) at 20210308005046393
29062 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ioapic.c' (27,555) at 20210308005002856
29063 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/s5m8767.c' (27,556) at 20210308005003472
29064 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/xyzModem.c' (27,557) at 20210308005003232
29065 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Loffstrand' (27,558) at 20210307205553786
29066 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32mp157c-ev1.dts' (27,559) at 20210308005002616
29067 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_meson.c' (27,560) at 20210308005003348
29068 2025-10-05 03:01:03.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/common_utils.hpp' (27,561) at 20210803100040199
29069 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_w.c' (27,562) at 20210308005046509
29070 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gnulib/gnulib_202401.bb' (27,563) at 20241221090017536
29071 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/charset.h' (27,564) at 20210308005003572
29072 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/sysdig-selftest/0055-Add-cstdint-for-uintXX_t-types.patch' (27,565) at 20240301090012447
29073 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/_qemutiny.py' (27,566) at 20231014080011731
29074 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-2.1-only' (27,567) at 20210316000012717
29075 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ifc.h' (27,568) at 20210308005003652
29076 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-locales_git.bb' (27,569) at 20230919080013986
29077 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb' (27,570) at 20240301090012427
29078 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/310.out' (27,571) at 20210927100127505
29079 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/elog_with_metadata.mako.cpp' (27,572) at 20210308005108057
29080 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addu_qb.c' (27,573) at 20210308005046501
29081 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a77970.c' (27,574) at 20210308005003464
29082 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (27,575) at 20240712080022837
29083 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_d.c' (27,576) at 20210308005046517
29084 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/commproc.c' (27,577) at 20210308005002828
29085 2025-10-05 03:01:03.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/dns325.c' (27,578) at 20210308005002952
29086 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/renesas-cpg-mssr.h' (27,579) at 20210308005003632
29087 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/sdram.c' (27,580) at 20210308005002976
29088 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/yank_functions.c' (27,581) at 20240906080037372
29089 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/clk_rst.h' (27,582) at 20210308005002668
29090 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sunxi_dw.c' (27,583) at 20210308005002784
29091 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/zfs.c' (27,584) at 20210308005003220
29092 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/mfd/pmic_max77693.c' (27,585) at 20210308005003468
29093 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.json' (27,586) at 20230925080040089
29094 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-pxs2.c' (27,587) at 20210308005002792
29095 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-collateral.inc' (27,588) at 20210316000012721
29096 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/Makefile' (27,589) at 20210308005002884
29097 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/0002-bcm43xx-The-UART-speed-must-be-reset-after-the-firmw.patch' (27,590) at 20230706080014765
29098 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_interface.hpp' (27,591) at 20240817080031288
29099 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_lt_qb.c' (27,592) at 20210308005046505
29100 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Hippocratic-2.1' (27,593) at 20211006000025238
29101 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Forsmo' (27,594) at 20210307205553782
29102 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/vcs-control.bb' (27,595) at 20241221090017484
29103 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-started@.target' (27,596) at 20220301040040077
29104 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-phycore-som.dtsi' (27,597) at 20210308005002604
29105 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DL-DE-BY-2.0' (27,598) at 20241221090017616
29106 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/views.py' (27,599) at 20210307205554262
29107 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-neoversee1.inc' (27,600) at 20240301090012451
29108 2025-10-05 03:01:03.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/lic_checksum.py' (27,601) at 20221120040010726
29109 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addu_ph.c' (27,602) at 20210308005046505
29110 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/cpu.h' (27,603) at 20210308005002776
29111 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f746-disco.dts' (27,604) at 20210308005002616
29112 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3.dtsi' (27,605) at 20210308005002612
29113 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bitmap.c' (27,606) at 20210927100127641
29114 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_repl_qb.c' (27,607) at 20210308005046505
29115 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Astra-28.2E' (27,608) at 20210307205553758
29116 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/cpu.c' (27,609) at 20210308005002836
29117 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/__init__.py' (27,610) at 20210307205554258
29118 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-xattr-user.c' (27,611) at 20221215040039086
29119 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-ld4.c' (27,612) at 20210308005002792
29120 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/80_4gb_and_skip_at_start_together.dts' (27,613) at 20210308005003752
29121 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake.1' (27,614) at 20210307205554234
29122 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/079_uses_pos.dts' (27,615) at 20210308005003752
29123 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v68_hvx.c' (27,616) at 20230925080040097
29124 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/krill/files/panic_workaround.patch' (27,617) at 20230706080014769
29125 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/seaboard/Makefile' (27,618) at 20210308005003024
29126 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/__init__.py' (27,619) at 20210308005046241
29127 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-phycore-segin.dts' (27,620) at 20210308005002588
29128 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/time_t.patch' (27,621) at 20210307205554586
29129 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/u-boot.lds' (27,622) at 20210308005002796
29130 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_sensors.hpp' (27,623) at 20210429000059464
29131 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (27,624) at 20231005080013641
29132 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/misc-impl.c.inc' (27,625) at 20240906080037520
29133 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/op-pnor-msl.service' (27,626) at 20211019000031639
29134 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/stm32mp1/Kconfig' (27,627) at 20210308005003476
29135 2025-10-05 03:01:03.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5307.h' (27,628) at 20210308005002804
29136 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/LICENSE' (27,629) at 20210308005104321
29137 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m53017evb/m53017evb.c' (27,630) at 20210308005002972
29138 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f4-pinctrl.dtsi' (27,631) at 20210308005002612
29139 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/q8_a33_tablet_800x480_defconfig' (27,632) at 20210308005003276
29140 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kobol/helios4/helios4.c' (27,633) at 20210308005003012
29141 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/uclass.c' (27,634) at 20220215040051564
29142 2025-10-05 03:01:03.390-0500 FINEST t466 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' (27,635) at 20240113090014536
29143 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/crosstap' (27,636) at 20220402030016247
29144 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/yaml/xyz/openbmc_project/Network/VLAN/Create.interface.yaml' (27,637) at 20221209040038051
29145 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/0001-executor-Include-missing-linux-falloc.h.patch' (27,638) at 20230706080014761
29146 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/leds/mori-led-manager-config/led.yaml' (27,639) at 20240829080014018
29147 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/matrix.c' (27,640) at 20210308005002716
29148 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/findutils/findutils_4.10.0.bb' (27,641) at 20241206090014334
29149 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Decorator/Availability.interface.yaml' (27,642) at 20240618080025501
29150 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ar-from-env.patch' (27,643) at 20210307205554458
29151 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/build-whitelist.sh' (27,644) at 20210308005003724
29152 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/Makefile' (27,645) at 20210308005003040
29153 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch' (27,646) at 20230706080014745
29154 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod/run-ptest' (27,647) at 20230317080013793
29155 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sgmii_riser.c' (27,648) at 20210308005002960
29156 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Holsbybrunn_Holsbyholm' (27,649) at 20210307205553782
29157 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/taurus_defconfig' (27,650) at 20210308005003280
29158 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/coreboot.dts' (27,651) at 20210308005002860
29159 2025-10-05 03:01:03.390-0500 FINEST t466 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' (27,652) at 20230610080017603
29160 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/dfi-bt700.c' (27,653) at 20210308005002952
29161 2025-10-05 03:01:03.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-hostctl/meson.build' (27,654) at 20241010080036061
29162 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_hpmfwupg.c' (27,655) at 20210308004938828
29163 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/subprojects/iniparser.wrap' (27,656) at 20240710080015177
29164 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkPort.v1_4_3.json' (27,657) at 20240619080002952
29165 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/env/authority' (27,658) at 20230831080022083
29166 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear600/MAINTAINERS' (27,659) at 20210308005003052
29167 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-bsp/images/npcm7xx-igps-native/BootBlockAndHeader_GBS.xml' (27,660) at 20210307205554078
29168 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/trats_defconfig' (27,661) at 20210308005003284
29169 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_u_d.c' (27,662) at 20210308005046513
29170 2025-10-05 03:01:03.391-0500 FINEST t466 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' (27,663) at 20240904080027734
29171 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/ahci.c' (27,664) at 20240906080037568
29172 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/Makefile' (27,665) at 20210308005002716
29173 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml' (27,666) at 20221207040023627
29174 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xpedite517x.h' (27,667) at 20210308005003624
29175 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/witherspoon-debug/libncurses.so.5.9' (27,668) at 20210308005111465
29176 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/ksz8873.c' (27,669) at 20210308005002720
29177 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/s5pc210_universal.h' (27,670) at 20210308005003612
29178 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgeui.c' (27,671) at 20210308005046529
29179 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_isol.c' (27,672) at 20210308004938828
29180 2025-10-05 03:01:03.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/gcompat/0001-Add-fcntl64-wrapper.patch' (27,673) at 20231126090012853
29181 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/test_rle.py' (27,674) at 20210905000020593
29182 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/clock.c' (27,675) at 20210308005002988
29183 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font/use-no-name-option-for-gzip.patch' (27,676) at 20240106090017237
29184 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/btrfs.h' (27,677) at 20210308005003564
29185 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/r2000_chassis.json' (27,678) at 20221221040007774
29186 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/adv7611.h' (27,679) at 20210308005003000
29187 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/phosphor-skeleton-control-power_%.bbappend' (27,680) at 20231020080018978
29188 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-mux.c' (27,681) at 20240724080011687
29189 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/case.py' (27,682) at 20210307205554630
29190 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/intro.rst' (27,683) at 20211006000025218
29191 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/file_system_wrapper.hpp' (27,684) at 20230719080007815
29192 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/079.out' (27,685) at 20210308005046441
29193 2025-10-05 03:01:03.392-0500 FINEST t466 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' (27,686) at 20240904080027734
29194 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/subprojects/phosphor-logging.wrap' (27,687) at 20220621100017304
29195 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/sdeventplus.wrap' (27,688) at 20220322030048836
29196 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_sh7751.c' (27,689) at 20210308005003452
29197 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.inf' (27,690) at 20210308005046541
29198 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stih410-b2260/MAINTAINERS' (27,691) at 20210308005003052
29199 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/tegra186_bpmp.c' (27,692) at 20210308005003400
29200 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclo.c' (27,693) at 20210308005046525
29201 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/glibc.yml' (27,694) at 20241206090014206
29202 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/Kconfig' (27,695) at 20210308005002976
29203 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb' (27,696) at 20241206090014298
29204 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/sstate-diff-machines.sh' (27,697) at 20220910030013437
29205 2025-10-05 03:01:03.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/test_basic.py' (27,698) at 20210308005003744
29206 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ssm-early.S' (27,699) at 20230426080043952
29207 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag_0.15.1b.bb' (27,700) at 20241221090017532
29208 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Wroclaw' (27,701) at 20210307205553778
29209 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/syslog-startup.conf' (27,702) at 20210307205554470
29210 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (27,703) at 20210903000032567
29211 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/Kconfig' (27,704) at 20210308005002968
29212 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds_pbi.cfg' (27,705) at 20210308005002968
29213 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition.hpp' (27,706) at 20210308005108645
29214 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/bcmstb_spi.c' (27,707) at 20210308005003492
29215 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/client.2203.conf' (27,708) at 20230606080013598
29216 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MemoryCollection.json' (27,709) at 20240619080002948
29217 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/_ashldi3.S' (27,710) at 20210308005002840
29218 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/dram.c' (27,711) at 20210308005002820
29219 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/155' (27,712) at 20240326080039730
29220 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/pathgentest/groupone.yaml' (27,713) at 20221209040030339
29221 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km8360.h' (27,714) at 20210308005003600
29222 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_ph.c' (27,715) at 20210308005046501
29223 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/broadwell_igd.c' (27,716) at 20210308005003524
29224 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.json' (27,717) at 20210308005046409
29225 2025-10-05 03:01:03.393-0500 FINEST t466 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' (27,718) at 20230706080014761
29226 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AccelerationFunction.v1_0_5.json' (27,719) at 20240619080002940
29227 2025-10-05 03:01:03.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/performance/topN_perf.py' (27,720) at 20240326080039630
29228 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/pic32_spi.c' (27,721) at 20210308005003492
29229 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/common-utils.c' (27,722) at 20241114091008828
29230 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p4080_ids.c' (27,723) at 20210308005002832
29231 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Folsbyn' (27,724) at 20210307205553782
29232 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/time.c' (27,725) at 20210308005002888
29233 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/Kconfig' (27,726) at 20210308005002828
29234 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Nousiainen' (27,727) at 20210307205553770
29235 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/cpu.c' (27,728) at 20210308005002800
29236 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/target-monitor-defs.c' (27,729) at 20240906080037444
29237 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/chardev_open.h' (27,730) at 20240906080037344
29238 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/unicode.h' (27,731) at 20210308005046049
29239 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common' (27,732) at 20210307205554626
29240 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Artistic-1.0-cl8' (27,733) at 20211006000025230
29241 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_meson.h' (27,734) at 20210308005003348
29242 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1306.c' (27,735) at 20210308005003480
29243 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu-models.h' (27,736) at 20241211090212502
29244 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/i8254_beep.c' (27,737) at 20210308005003488
29245 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_hs_evm_uart_defconfig' (27,738) at 20210308005003244
29246 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/nginx.inc' (27,739) at 20241221090017564
29247 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/firefly-rk3288.h' (27,740) at 20210308005003596
29248 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/board-type-checker.bb' (27,741) at 20241221090017476
29249 2025-10-05 03:01:03.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch' (27,742) at 20230919080013990
29250 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5420-peach-pit.dts' (27,743) at 20210308005002580
29251 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/create_oversize_window.c' (27,744) at 20230809080010799
29252 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psus-manager.sh' (27,745) at 20230627080016966
29253 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0006_add_cancelled_state.py' (27,746) at 20210307205554262
29254 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Bitstream-Vera' (27,747) at 20241221090017616
29255 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/usb.c' (27,748) at 20210308005003220
29256 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/OWNERS' (27,749) at 20220726030037866
29257 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0001-taglib-Fix-build-on-x86-32-bit.patch' (27,750) at 20240413080012639
29258 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSupplyMetrics.v1_1_2.json' (27,751) at 20240619080002952
29259 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/networking/files/bridge-stp' (27,752) at 20210308222221915
29260 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_easylogo.h' (27,753) at 20210308005003692
29261 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/pinmux.c' (27,754) at 20210308005002788
29262 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/arcv1/ivt.S' (27,755) at 20210308005002540
29263 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch.inc' (27,756) at 20210812000025346
29264 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/init' (27,757) at 20210307205554466
29265 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_fcntl.h' (27,758) at 20210308005046085
29266 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyrsistent_0.20.0.bb' (27,759) at 20240301090012471
29267 2025-10-05 03:01:03.395-0500 FINEST t466 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' (27,760) at 20240301090012435
29268 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/dfp_helper.c' (27,761) at 20241211090212506
29269 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_st.h' (27,762) at 20210308005002716
29270 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dvt/obmc_driver_vars.txt' (27,763) at 20210308005007112
29271 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig' (27,764) at 20210308005003232
29272 2025-10-05 03:01:03.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/meson.build' (27,765) at 20210308005046097
29273 2025-10-05 03:01:03.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/malloc-spapr.c' (27,766) at 20221215040039374
29274 2025-10-05 03:01:03.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zyxel/nsa310s/kwbimage.cfg' (27,767) at 20210308005003204
29275 2025-10-05 03:01:03.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/qe_io.c' (27,768) at 20210308005002832
29276 2025-10-05 03:01:03.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spmi/spmi.h' (27,769) at 20210308005003684
29277 2025-10-05 03:01:03.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-10.conf' (27,770) at 20230412080023460
29278 2025-10-05 03:01:03.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ec_commands.h' (27,771) at 20210308005003644
29279 2025-10-05 03:01:03.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/COPYING.MIT' (27,772) at 20210307205553718
29280 2025-10-05 03:01:03.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm64/mem_map.c' (27,773) at 20210308005002792
29281 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/tps6586x.c' (27,774) at 20210308005003472
29282 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/mtk_timer.c' (27,775) at 20210308005003500
29283 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-chassis-check-power-status@.service' (27,776) at 20230128040028666
29284 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/diu_ch7301.c' (27,777) at 20210308005002960
29285 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_2000/Kconfig' (27,778) at 20210308005003044
29286 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/templates/default/conf-notes.txt' (27,779) at 20220913030020496
29287 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_pci.h' (27,780) at 20210308005002840
29288 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/cpu.c' (27,781) at 20210308005003740
29289 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mailbox/k3-secure-proxy.txt' (27,782) at 20210308005003304
29290 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/Makefile' (27,783) at 20210308005002816
29291 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Durris' (27,784) at 20210307205553794
29292 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/Makefile' (27,785) at 20210308005003536
29293 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/util.cpp' (27,786) at 20220727030028309
29294 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/README' (27,787) at 20210308005003004
29295 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_parser.hpp' (27,788) at 20210308005055797
29296 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/pinmux-config-apalis-tk1.h' (27,789) at 20210308005003080
29297 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/DHCPConfiguration.interface.yaml' (27,790) at 20221207040023631
29298 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/jedec_flash.c' (27,791) at 20210308005003408
29299 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_ibm/Makefile' (27,792) at 20220527100032617
29300 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrmphy-regs.h' (27,793) at 20210308005002792
29301 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/ipkdbg/Makefile' (27,794) at 20221010100013265
29302 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (27,795) at 20241206090014222
29303 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.vf610' (27,796) at 20210308005003300
29304 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/cadence_qspi.c' (27,797) at 20210308005003492
29305 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_patterns_64bit.h' (27,798) at 20210308005003368
29306 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_app/app.c' (27,799) at 20210308005002952
29307 2025-10-05 03:01:03.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/oem/nuvoton/olympus.json' (27,800) at 20221209040018559
29308 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/leds/sbp1-led-manager-config/led.yaml' (27,801) at 20240829080014018
29309 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_law.h' (27,802) at 20210308005002836
29310 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/COPYING' (27,803) at 20210308005046061
29311 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Frankrikegarden_Frankrike' (27,804) at 20210307205553782
29312 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/images/login-company-logo.svg' (27,805) at 20240419080038345
29313 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/replay.c' (27,806) at 20210308005003552
29314 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool.py' (27,807) at 20240906080037444
29315 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/addr_map.h' (27,808) at 20210308005003560
29316 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olimex-som204-evb-emmc.dts' (27,809) at 20210308005002624
29317 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_d.c' (27,810) at 20210308005046517
29318 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-pinctrl.h' (27,811) at 20210308005002656
29319 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-no-nls-support.patch' (27,812) at 20230706080014757
29320 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/occ/palmetto-occ-control-config-native.bb' (27,813) at 20241206090014230
29321 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-defaults-native/fb-compute/restrictionmode-host-settings.override.yml' (27,814) at 20240210090012534
29322 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/trace.h' (27,815) at 20210308005045869
29323 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/050-fix-glibcisms.patch' (27,816) at 20230706080014749
29324 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-empty.err' (27,817) at 20220429100100882
29325 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb' (27,818) at 20230503080014619
29326 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/MAINTAINERS' (27,819) at 20210308005003020
29327 2025-10-05 03:01:03.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c' (27,820) at 20210308005003460
29328 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_numeric_effecter.hpp' (27,821) at 20240819080030259
29329 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/styles/_intel.scss' (27,822) at 20220105012522991
29330 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/colibri_imx6.c' (27,823) at 20210308005003084
29331 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/README.md' (27,824) at 20241122090031749
29332 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun50i_h6.c' (27,825) at 20210308005002784
29333 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-dwc3.c' (27,826) at 20210308005003516
29334 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds.dtsi' (27,827) at 20210308005002580
29335 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_dtsec.h' (27,828) at 20210308005003648
29336 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_bi.S' (27,829) at 20210308005046529
29337 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/xmlto/xmlto_0.0.29.bb' (27,830) at 20241221090017676
29338 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/README' (27,831) at 20210308005003168
29339 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/meson.build' (27,832) at 20241211090212378
29340 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Apache-1.0' (27,833) at 20210307205554414
29341 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ddr.c' (27,834) at 20210308005002968
29342 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-spdx-tools_0.8.3.bb' (27,835) at 20241221090017668
29343 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux_logo.h' (27,836) at 20210308005003672
29344 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-juno.inc' (27,837) at 20220804030014667
29345 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-quote-tools/tpm-quote-tools_1.0.4.bb' (27,838) at 20230520080014488
29346 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/0001-Define-createIdentifierRef-prototype-in-yang-complex.patch' (27,839) at 20221003030013285
29347 2025-10-05 03:01:03.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/sysroot-relativelinks.py' (27,840) at 20220910030013437
29348 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/pch.h' (27,841) at 20210308005002876
29349 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (27,842) at 20241206090014278
29350 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/sdbusplus.wrap' (27,843) at 20220516100042300
29351 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/new-test-inotify.patch' (27,844) at 20230919080013962
29352 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/include/tune-arm7a-novfp.inc' (27,845) at 20210812000025166
29353 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon/pkgconfig.patch' (27,846) at 20210307205553986
29354 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/run-ptest' (27,847) at 20230919080013958
29355 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/ddr.h' (27,848) at 20210308005002992
29356 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/stm32_qspi.c' (27,849) at 20210308005003496
29357 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_write_leveling.c' (27,850) at 20210308005003368
29358 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-buildenv-internal' (27,851) at 20230919080013998
29359 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/sh/README' (27,852) at 20210812000025310
29360 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/directives/dropdown.scss' (27,853) at 20210308005107073
29361 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci.c' (27,854) at 20210308005003448
29362 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/spdm.rst' (27,855) at 20240906080037176
29363 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/stellaris.rst' (27,856) at 20210308005045809
29364 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FactoryReset.interface.yaml' (27,857) at 20220315030032663
29365 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/Makefile' (27,858) at 20210308005002952
29366 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerAccountCollection.json' (27,859) at 20240619080002948
29367 2025-10-05 03:01:03.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_dpsu_h_qbr.c' (27,860) at 20210308005046505
29368 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ap325rxa/ap325rxa.c' (27,861) at 20210308005003032
29369 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/Makefile' (27,862) at 20210308005003336
29370 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8641HPCN_36BIT_defconfig' (27,863) at 20210308005003240
29371 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/semihost.c' (27,864) at 20221215040039206
29372 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/mqtt.json' (27,865) at 20210307205553850
29373 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/no-x.patch' (27,866) at 20210307205554570
29374 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/ffdc_file.cpp' (27,867) at 20240817080031292
29375 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7791-cpg-mssr.h' (27,868) at 20210308005003632
29376 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gettext.bbclass' (27,869) at 20220910030013385
29377 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/control.py' (27,870) at 20210308005003748
29378 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/sessreg/0001-Makefile.am-Error-Fix.patch' (27,871) at 20230317080013793
29379 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm011-x16/ps7_init_gpl.c' (27,872) at 20210308005003180
29380 2025-10-05 03:01:03.401-0500 FINEST t466 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' (27,873) at 20241206090014246
29381 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu_sun9i.h' (27,874) at 20210308005002664
29382 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/platinum.c' (27,875) at 20210308005002920
29383 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/syscallhdr.sh' (27,876) at 20241211090212386
29384 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/Makefile' (27,877) at 20210308005002992
29385 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/.gitignore' (27,878) at 20220801133228670
29386 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/abb.c' (27,879) at 20210308005002756
29387 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-google-fira.bb' (27,880) at 20241206090014258
29388 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-core/packagegroup/packagegroup-core-security.bbappend' (27,881) at 20220612030016731
29389 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/imx7-power.h' (27,882) at 20210308005003640
29390 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/sandbox_pmic.dtsi' (27,883) at 20210308005002844
29391 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/Button.interface.yaml' (27,884) at 20221207040023627
29392 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/README' (27,885) at 20210308005002988
29393 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/device_table-minimal.txt' (27,886) at 20210307205554430
29394 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking_2.80.0.bb' (27,887) at 20241221090017640
29395 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/__init__.py' (27,888) at 20210307205554446
29396 2025-10-05 03:01:03.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/x86-common.h' (27,889) at 20210308005003624
29397 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend' (27,890) at 20210812000025266
29398 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils.inc' (27,891) at 20210812000025354
29399 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/gpio.h' (27,892) at 20210308005002808
29400 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.22.bb' (27,893) at 20241221090017492
29401 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm_ep/board.c' (27,894) at 20210308005002940
29402 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/features.h' (27,895) at 20240326080039542
29403 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash.conf' (27,896) at 20210308005120349
29404 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/fan-watchdog-monitor.conf' (27,897) at 20210307205553702
29405 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_table_x86.json' (27,898) at 20211022000023454
29406 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9_sdramc.h' (27,899) at 20210308005002716
29407 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (27,900) at 20230929080014511
29408 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_ftou.S' (27,901) at 20240326080039746
29409 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/arch-x86.inc' (27,902) at 20210812000025310
29410 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/mx7d_pins.h' (27,903) at 20210308005002652
29411 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/templates/default/local.conf.sample' (27,904) at 20241221090017480
29412 2025-10-05 03:01:03.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service' (27,905) at 20210307205553954
29413 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tanndalen' (27,906) at 20210307205553790
29414 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/sections.h' (27,907) at 20210308005002804
29415 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/networking/mstpd/bridge-stp' (27,908) at 20230813080012848
29416 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/reloc.c' (27,909) at 20210308005002816
29417 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/README.md' (27,910) at 20230706080014761
29418 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/aspenite/Kconfig' (27,911) at 20210308005002904
29419 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/remove-buildpaths.inc' (27,912) at 20241221090017664
29420 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu.h' (27,913) at 20210308005003336
29421 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sparc/sparc32_dma.h' (27,914) at 20210308005046033
29422 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/include/mach/orion5x.h' (27,915) at 20210308005002768
29423 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/stratix10.c' (27,916) at 20210308005003376
29424 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/README' (27,917) at 20210308005003076
29425 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/clock.h' (27,918) at 20210308005002656
29426 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/dump_utils.cpp' (27,919) at 20240820080019934
29427 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_fcntl.h' (27,920) at 20210308005046093
29428 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/QPL-1.0' (27,921) at 20210307205554426
29429 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/config_file.md' (27,922) at 20240809080033019
29430 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-ui.min.js' (27,923) at 20210307205554278
29431 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/s_record.c' (27,924) at 20210308005003228
29432 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleq_s_w_phr.c' (27,925) at 20210308005046505
29433 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kaavi_Sivakkavaara' (27,926) at 20210307205553770
29434 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OpenVision' (27,927) at 20241221090017616
29435 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/zimage.c' (27,928) at 20210308005002708
29436 2025-10-05 03:01:03.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/Makefile' (27,929) at 20210308005002952
29437 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/common.h' (27,930) at 20210308005002948
29438 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/atftp/atftp/atftpd.service' (27,931) at 20210307205553814
29439 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/README.rst' (27,932) at 20240906080037136
29440 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine-sdk/loongarch64.conf' (27,933) at 20240106090017257
29441 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/mips_gictimer.c' (27,934) at 20210927100127201
29442 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-name.err' (27,935) at 20210308005046405
29443 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/generate_makefile.sh' (27,936) at 20210308005117617
29444 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RouteEntry.v1_0_2.json' (27,937) at 20240619080002952
29445 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/barriers.h' (27,938) at 20210308005002672
29446 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/bios-version.sh' (27,939) at 20240925080018162
29447 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_biosplusefi_plugin.wks' (27,940) at 20210307205554390
29448 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-events-config.bb' (27,941) at 20241206090014274
29449 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/usb.c' (27,942) at 20210308005003740
29450 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmtegr1_defconfig' (27,943) at 20210308005003264
29451 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/include/ptest-packagelists-meta-filesystems.inc' (27,944) at 20241221090017484
29452 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/config.json' (27,945) at 20240217090030856
29453 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pdbg.hpp' (27,946) at 20230825080016953
29454 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/et1011c.c' (27,947) at 20210308005003440
29455 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/trace-events' (27,948) at 20240906080037376
29456 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_errno_defs.h' (27,949) at 20210927100127269
29457 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_d.c' (27,950) at 20210308005046517
29458 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/bootstrap.sh' (27,951) at 20210415000033664
29459 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38470-2.patch' (27,952) at 20240106090017265
29460 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-has.err' (27,953) at 20210308005046409
29461 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/simplify_muldiv64.cocci' (27,954) at 20210308005046237
29462 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mult.c' (27,955) at 20210308005046505
29463 2025-10-05 03:01:03.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/ds109.h' (27,956) at 20210308005002908
29464 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-0.49-cmd_arg.patch' (27,957) at 20210307205553822
29465 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/debug.asl' (27,958) at 20210308005002872
29466 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/libconfig/libconfig_%.bbappend' (27,959) at 20210307205553682
29467 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/test-fdt.c' (27,960) at 20210308005003740
29468 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_summary_presence.pass' (27,961) at 20241206090014310
29469 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/Makefile' (27,962) at 20210308005002912
29470 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/sections.h' (27,963) at 20210308005002708
29471 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lcd_console_rotation.c' (27,964) at 20210308005003228
29472 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.49.bb' (27,965) at 20231126090012781
29473 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0011_delete_layersource.py' (27,966) at 20210307205554262
29474 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Zilina' (27,967) at 20210307205553794
29475 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/normalize_ip_test.sh' (27,968) at 20230629131804623
29476 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Karcag' (27,969) at 20210307205553774
29477 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0001-bootchartd.in-make-sure-only-one-bootchartd-process.patch' (27,970) at 20220204040022632
29478 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_guts.h' (27,971) at 20210308005003556
29479 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/monitor.c' (27,972) at 20210308005046337
29480 2025-10-05 03:01:03.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_structs.h' (27,973) at 20210927100127277
29481 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeFunction.v1_6_0.json' (27,974) at 20240619080002952
29482 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shra_r_w.c' (27,975) at 20210308005046505
29483 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/si-Ljubljana' (27,976) at 20210307205553794
29484 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/ioctl.h' (27,977) at 20210308005003656
29485 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/Kconfig' (27,978) at 20230925080039893
29486 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am4372-u-boot.dtsi' (27,979) at 20210308005002564
29487 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cpu.h' (27,980) at 20210308005002880
29488 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config.bbappend' (27,981) at 20210812000025166
29489 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/os_support.c' (27,982) at 20210308005003772
29490 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dw_hdmi.h' (27,983) at 20210308005003644
29491 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_pef.h' (27,984) at 20210308004938820
29492 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/mx53loco.c' (27,985) at 20210308005002984
29493 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb' (27,986) at 20240113090014560
29494 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IPA' (27,987) at 20210307205554422
29495 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1043a-qds-lpuart.dts' (27,988) at 20210308005002580
29496 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti816x/Makefile' (27,989) at 20210308005003080
29497 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0004-fix-css-under-gtk-3.20.patch' (27,990) at 20230317080013793
29498 2025-10-05 03:01:03.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/sdbusplus.wrap' (27,991) at 20220326030015450
29499 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/phase_fault_detection_tests.cpp' (27,992) at 20240817080031296
29500 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/imx7ulp-clock.h' (27,993) at 20210308005003632
29501 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/proxy.hpp' (27,994) at 20240817080036816
29502 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/dropbear.default' (27,995) at 20240328080015911
29503 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/README' (27,996) at 20210308005002540
29504 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_user.h' (27,997) at 20240326080039394
29505 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/cpu.c' (27,998) at 20210308005002832
29506 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_sa_w_phr.c' (27,999) at 20210308005046505
29507 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/spl_at91.c' (28,000) at 20210308005002716
29508 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/files/0001-fs-Add-libuuid-to-linker-flags-for-libparted-fs-resi.patch' (28,001) at 20230706080014785
29509 2025-10-05 03:01:03.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier1S4U/11.json' (28,002) at 20240212090032054
29510 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/ncplite-chassis-poweron@.service' (28,003) at 20230412080023460
29511 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/b4860.c' (28,004) at 20210308005003432
29512 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/ddr.c' (28,005) at 20210308005003172
29513 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/volatiles.04_pulse' (28,006) at 20210307205554606
29514 2025-10-05 03:01:03.408-0500 FINEST t466 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' (28,007) at 20220204040022496
29515 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/fbyv35.json' (28,008) at 20241213090004409
29516 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/diag.c' (28,009) at 20210308005003208
29517 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch' (28,010) at 20230401080011935
29518 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/usbguard/0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch' (28,011) at 20220402030015979
29519 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test/0000-cover-letter.patch' (28,012) at 20210308005003772
29520 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2g_hs_evm_defconfig' (28,013) at 20210308005003260
29521 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/223' (28,014) at 20221215040039362
29522 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/cpu_init.c' (28,015) at 20210308005002800
29523 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/lowlevel_init.S' (28,016) at 20210308005003036
29524 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_ph.c' (28,017) at 20210308005046505
29525 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/sections.c' (28,018) at 20210308005002848
29526 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/davinci_spi.c' (28,019) at 20210308005003492
29527 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/table.js' (28,020) at 20210307205554282
29528 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/subprojects/stdplus.wrap' (28,021) at 20210522000020822
29529 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/test/utest.cpp' (28,022) at 20230512080029405
29530 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/rpu-ready-assert@.service' (28,023) at 20241029080011439
29531 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc_5.5.2.bb' (28,024) at 20241221090017512
29532 2025-10-05 03:01:03.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ruka' (28,025) at 20210307205553774
29533 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-service-test_%.bbappend' (28,026) at 20230114040015466
29534 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/README' (28,027) at 20210308005003020
29535 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_w.c' (28,028) at 20210308005046517
29536 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-37151.patch' (28,029) at 20241221090017576
29537 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_ibm/Kconfig' (28,030) at 20220527100032617
29538 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/mcf.h' (28,031) at 20240326080039538
29539 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/ddr-setup.cfg' (28,032) at 20210308005003084
29540 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-bison.patch' (28,033) at 20210307205553810
29541 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/pogo_e02.c' (28,034) at 20210308005002944
29542 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte.h' (28,035) at 20210927100127517
29543 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-config.svg' (28,036) at 20210308005107065
29544 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/help2man/help2man_1.49.3.bb' (28,037) at 20230114040015538
29545 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zmx25.h' (28,038) at 20210308005003628
29546 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/0001-bundle-own-base64-encode-decode-functions.patch' (28,039) at 20210307205553842
29547 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/prl-xml.rst' (28,040) at 20240906080037176
29548 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/FabricAdapter.interface.yaml' (28,041) at 20230429080025377
29549 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/work_92105.h' (28,042) at 20210308005003624
29550 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_syscall.h' (28,043) at 20220429100100634
29551 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (28,044) at 20240904080027738
29552 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/giflib/giflib_5.2.2.bb' (28,045) at 20241221090017512
29553 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/at91sam9263ek.c' (28,046) at 20210308005002916
29554 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/sdeventplus.wrap' (28,047) at 20231209090007705
29555 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/clk_rv1108.c' (28,048) at 20210308005002776
29556 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/toasterui.py' (28,049) at 20240106090017245
29557 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/cases/example/test_basic.py' (28,050) at 20210307205554434
29558 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borlange_Idkerberget' (28,051) at 20210307205553778
29559 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/trace-events' (28,052) at 20240906080037304
29560 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/meesc/Makefile' (28,053) at 20210308005002956
29561 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0001-Makefile.am-Specify-export-dynamic-directly-to-linke.patch' (28,054) at 20240301090012419
29562 2025-10-05 03:01:03.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/cpu.c' (28,055) at 20210308005002824
29563 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-MoelyParc' (28,056) at 20210307205553798
29564 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/witherspoon/avsbus-enable.sh' (28,057) at 20210307205553698
29565 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sparc/sparc64.h' (28,058) at 20210308005046033
29566 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6/tune-arm1176jz-s.inc' (28,059) at 20210905000020581
29567 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/README.txt' (28,060) at 20210308005003708
29568 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager/bmc_booted.conf' (28,061) at 20210307205554070
29569 2025-10-05 03:01:03.410-0500 FINEST t466 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' (28,062) at 20220804030014671
29570 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/OWNERS' (28,063) at 20240321080028818
29571 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/connman.py' (28,064) at 20220910030013397
29572 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ecryptfs.service' (28,065) at 20210307205554130
29573 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/InfoTooltip.spec.js' (28,066) at 20241004080035975
29574 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/thermal/tegra124-soctherm.h' (28,067) at 20210308005003644
29575 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/checkstop_app.cpp' (28,068) at 20230908080022614
29576 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_expire_unittest.cpp' (28,069) at 20210308005134001
29577 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/.gitignore' (28,070) at 20241010080036049
29578 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_run_32r5el.sh' (28,071) at 20210308005046525
29579 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-abrmd/files/tpm2-abrmd.default' (28,072) at 20210307205554118
29580 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.json' (28,073) at 20240906080037560
29581 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/053_symbols.dts' (28,074) at 20210308005003752
29582 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/avr-cpu.xml' (28,075) at 20210308005045817
29583 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_dump.hpp' (28,076) at 20240423080017263
29584 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/e2220-1170_defconfig' (28,077) at 20210308005003256
29585 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/.clang-format-c++' (28,078) at 20210308005100989
29586 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/editcustomimage_modal.html' (28,079) at 20210307205554286
29587 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/grilo-plugins/0001-Avoid-running-trackertestutils.patch' (28,080) at 20230503080014579
29588 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_usart3.dtsi' (28,081) at 20210308005002572
29589 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m548xevb/Makefile' (28,082) at 20210308005002976
29590 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/platinum_titanium_defconfig' (28,083) at 20210308005003276
29591 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/pf0100.c' (28,084) at 20210308005003080
29592 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/omap.h' (28,085) at 20210308005002656
29593 2025-10-05 03:01:03.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telstar12-15.0W' (28,086) at 20210307205553762
29594 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DSDP' (28,087) at 20211006000025234
29595 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/rmnologin.sh' (28,088) at 20220405030025645
29596 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6m/tune-cortexm0.inc' (28,089) at 20210905000020581
29597 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mem.c' (28,090) at 20210308005003212
29598 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-sslh.socket.in' (28,091) at 20210307205553682
29599 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/bdm/reset' (28,092) at 20210308005002944
29600 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/ast2500-clock.h' (28,093) at 20210421100236122
29601 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ddr_defs.h' (28,094) at 20210308005002636
29602 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mboxd/mboxd/mboxd-reload@.service' (28,095) at 20210307205554070
29603 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/sntp.h' (28,096) at 20210308005003720
29604 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/tmpfiles.suricata' (28,097) at 20210905000020565
29605 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/lpddr3_stock.c' (28,098) at 20210308005002784
29606 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/cpu/mpc83xx/ecc.c' (28,099) at 20210308005003720
29607 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/sbx81lifkw.c' (28,100) at 20210308005002908
29608 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_net.c' (28,101) at 20210308005003232
29609 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/LICENSE' (28,102) at 20210308005100301
29610 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/native-intercept/ar' (28,103) at 20220204040022692
29611 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.css' (28,104) at 20210307205554270
29612 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/local.conf.sample' (28,105) at 20241221090017476
29613 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0004-v8-don-t-override-ARM-CFLAGS.patch' (28,106) at 20241221090017512
29614 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/Kconfig' (28,107) at 20210308005002924
29615 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vrep.c' (28,108) at 20240326080039746
29616 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/params/report_params.hpp' (28,109) at 20240711080036139
29617 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/0001-change-sysconfig-path-to-etc-default.patch' (28,110) at 20220612030016723
29618 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorcp_cm946es_defconfig' (28,111) at 20210308005003260
29619 2025-10-05 03:01:03.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/lan9118.h' (28,112) at 20240906080037336
29620 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/aspeed_smc.h' (28,113) at 20241211090212362
29621 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Board/Motherboard.interface.yaml' (28,114) at 20210610000035126
29622 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/odroid-xu3_defconfig' (28,115) at 20210308005003272
29623 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/cache_extra.py' (28,116) at 20210307205554234
29624 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IPL-1.0' (28,117) at 20210307205554422
29625 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch.h' (28,118) at 20240326080039390
29626 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/Kconfig' (28,119) at 20210308005002984
29627 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_i2c.h' (28,120) at 20220429100100590
29628 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb' (28,121) at 20241206090014238
29629 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/propertygentest.cpp' (28,122) at 20220708100018559
29630 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/libspatialite_pkgconfig.patch' (28,123) at 20241221090017532
29631 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/legoev3_defconfig' (28,124) at 20210308005003264
29632 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_firewall.h' (28,125) at 20210308004938820
29633 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-arrow--up.svg' (28,126) at 20210308005107065
29634 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012aqds_tfa_defconfig' (28,127) at 20210308005003264
29635 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/timer.c' (28,128) at 20210308005002808
29636 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS2.conf' (28,129) at 20230114040015462
29637 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/265' (28,130) at 20210927100127501
29638 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/vpd_reader.h' (28,131) at 20210308005003004
29639 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx23evk/spl_boot.c' (28,132) at 20210308005002980
29640 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/nvme_ioctl.h' (28,133) at 20230925080039941
29641 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppc603e.inc' (28,134) at 20220612030016755
29642 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/gpio.md' (28,135) at 20240809080033019
29643 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/ti,sci-clk.txt' (28,136) at 20210308005003304
29644 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-keys.json' (28,137) at 20220429100100882
29645 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.5.bb' (28,138) at 20240106090017237
29646 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-booke.h' (28,139) at 20240906080037512
29647 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/virtio_blk_fuzz.c' (28,140) at 20230426080043948
29648 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/sections.h' (28,141) at 20210308005002880
29649 2025-10-05 03:01:03.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS6.conf' (28,142) at 20240529080017843
29650 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/dt_helpers.c' (28,143) at 20210308005003000
29651 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/pci.c' (28,144) at 20210308005002996
29652 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-sabresd.dtsi' (28,145) at 20210308005002584
29653 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/openbmc-conversion.md' (28,146) at 20221209040006399
29654 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/ctype.h' (28,147) at 20210308005003656
29655 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/trace.h' (28,148) at 20210308005046105
29656 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/machine_name.hpp' (28,149) at 20230520080006628
29657 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/it' (28,150) at 20210308005046145
29658 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/e1000e-test.c' (28,151) at 20230426080043944
29659 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/cmd_ut_lib.c' (28,152) at 20210308005003740
29660 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/avr-softmmu/default.mak' (28,153) at 20240906080037160
29661 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/serdes.c' (28,154) at 20210308005002828
29662 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target-reg-bits.h' (28,155) at 20230925080040073
29663 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-OpenSSL-exception' (28,156) at 20210307205554422
29664 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/Kconfig' (28,157) at 20210308005003452
29665 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/adc/zynq-xadc.h' (28,158) at 20221215040039178
29666 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/add-missing-headers.patch' (28,159) at 20231011080016574
29667 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_proc.h' (28,160) at 20240326080039562
29668 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx25/macro.h' (28,161) at 20210308005002644
29669 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmc_network_security.robot' (28,162) at 20240628080017121
29670 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4_xplained_spiflash_defconfig' (28,163) at 20210308005003276
29671 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sub.c' (28,164) at 20210308005046529
29672 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cramfs/uncompress.c' (28,165) at 20210308005003544
29673 2025-10-05 03:01:03.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Logging/Policy.interface.yaml' (28,166) at 20221207040023623
29674 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6-ddr.h' (28,167) at 20210308005002648
29675 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/processor-ctrl-impl.c.inc' (28,168) at 20240906080037520
29676 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-Do-not-hardcode-etc-and-systemd-unit-directories.patch' (28,169) at 20240309090012820
29677 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ModalAddRoleGroup.vue' (28,170) at 20241004080035971
29678 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorcp_cm926ejs_defconfig' (28,171) at 20210308005003260
29679 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6dlarm2_lpddr2_defconfig' (28,172) at 20210308005003268
29680 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012a2g5rdb.h' (28,173) at 20210308005003600
29681 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/phosphor-dbus-monitor_%.bbappend' (28,174) at 20220211110019214
29682 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/BVPaginationMixin.js' (28,175) at 20241004080035963
29683 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/proftpd-basic.init' (28,176) at 20210307205553822
29684 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (28,177) at 20210307205553666
29685 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb' (28,178) at 20241221090017552
29686 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/__init__.robot' (28,179) at 20240627080021044
29687 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap/CVE-2024-0962.patch' (28,180) at 20241206090014242
29688 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/abi-dump-updater' (28,181) at 20240810080009788
29689 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/gpio.c' (28,182) at 20210308005002820
29690 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-space.err' (28,183) at 20210308005046405
29691 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/bmc_event_ack_v2.c' (28,184) at 20210308005108641
29692 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/282.out' (28,185) at 20210308005046469
29693 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/power-sequencer.bb' (28,186) at 20241206090014230
29694 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/__init__.py' (28,187) at 20210307205554442
29695 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/virtio.h' (28,188) at 20210308005003692
29696 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/expected_stdout1' (28,189) at 20210308005003736
29697 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/gpio.h' (28,190) at 20210308005002656
29698 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/obconf_git.bb' (28,191) at 20240301090012427
29699 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/fd.h' (28,192) at 20210308005046101
29700 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-page_range_tree.h' (28,193) at 20240906080037224
29701 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/crc32table.h' (28,194) at 20210308005003420
29702 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Buttons/ID.interface.yaml' (28,195) at 20221207040023627
29703 2025-10-05 03:01:03.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/conf.py' (28,196) at 20230919080013962
29704 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvf.c.inc' (28,197) at 20241211090212514
29705 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Bananapi_M2_Ultra_defconfig' (28,198) at 20210308005003236
29706 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/mksh/mksh_59c.bb' (28,199) at 20231126090012797
29707 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.kwbimage' (28,200) at 20210308005003296
29708 2025-10-05 03:01:03.415-0500 FINEST t466 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' (28,201) at 20240106090017233
29709 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-dsp.inc' (28,202) at 20210905000020581
29710 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (28,203) at 20230209040014209
29711 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_service.robot' (28,204) at 20240628080017121
29712 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/Kconfig' (28,205) at 20210308005003036
29713 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul.dtsi' (28,206) at 20210308005002588
29714 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if.json' (28,207) at 20220429100100882
29715 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_mmu.S' (28,208) at 20221215040039390
29716 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/smccc.c' (28,209) at 20210308005003220
29717 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_xuartlite.c' (28,210) at 20210308005003484
29718 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/099_hash_section.dts' (28,211) at 20210308005003752
29719 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/Makefile' (28,212) at 20210308005002984
29720 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9261/led.c' (28,213) at 20210308005003040
29721 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/bios.c' (28,214) at 20210308005003336
29722 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-127.err' (28,215) at 20210308005046409
29723 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/sbc-pxs2.c' (28,216) at 20210308005002796
29724 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Everest.json' (28,217) at 20240703080039227
29725 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/lpc.c' (28,218) at 20210308005002856
29726 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/announce.h' (28,219) at 20240906080037344
29727 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/README.md' (28,220) at 20230706080014733
29728 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/swift/obmc/power-supply-monitor/power-supply-monitor-0.conf' (28,221) at 20210307205553710
29729 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/rl300Start.sh' (28,222) at 20230706080014733
29730 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Yllas' (28,223) at 20210307205553774
29731 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4_xplained/sama5d4_xplained.c' (28,224) at 20210308005002920
29732 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Brian-Gladman-2-Clause' (28,225) at 20241221090017616
29733 2025-10-05 03:01:03.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-sinlinx-sina33.dts' (28,226) at 20210308005002624
29734 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/README.md' (28,227) at 20220804030014687
29735 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/clock.c' (28,228) at 20210308005002788
29736 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/p2wi.h' (28,229) at 20210308005002668
29737 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/00-hostnamed-network-user.conf' (28,230) at 20210307205554490
29738 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/groups.json' (28,231) at 20231213090027086
29739 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/0001-Fix-list-traversal-issue-in-client_calc_layer.patch' (28,232) at 20241221090017528
29740 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/70_mod_php8.conf' (28,233) at 20220204040022468
29741 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap8.decode' (28,234) at 20210308005046389
29742 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/systemd.h' (28,235) at 20210308005046049
29743 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_rsa.h' (28,236) at 20210308005003708
29744 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_serialize.hpp' (28,237) at 20210414100044458
29745 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_px5/README' (28,238) at 20210308005003040
29746 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a77990_ebisu_defconfig' (28,239) at 20210308005003276
29747 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_tis_st33zp24_spi.c' (28,240) at 20210308005003500
29748 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/Makefile' (28,241) at 20210308005002788
29749 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/base.cpp' (28,242) at 20240822080031261
29750 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/udisks/udisks2_2.10.1.bb' (28,243) at 20231011080016582
29751 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ext4_utils.mk' (28,244) at 20210307205553894
29752 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cse-nor.dts' (28,245) at 20210308005002632
29753 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1275-revB.dts' (28,246) at 20210308005002636
29754 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mem.h' (28,247) at 20210308005002656
29755 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/json_storage_mock.hpp' (28,248) at 20220412175720090
29756 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/103' (28,249) at 20220429100100890
29757 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/Makefile' (28,250) at 20210308005003500
29758 2025-10-05 03:01:03.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0001-Makefile-Let-bootchartd.conf-use-EARLY_.patch' (28,251) at 20241221090017656
29759 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-m68k/bootinfo.h' (28,252) at 20221215040039194
29760 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/emif.h' (28,253) at 20210308005002676
29761 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-clean-image/action.yml' (28,254) at 20220402030016059
29762 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/setup.h' (28,255) at 20210308005002708
29763 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/ethernut5.c' (28,256) at 20210308005002952
29764 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/reset/ti,sci-reset.txt' (28,257) at 20210308005003308
29765 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mvebu_db-88f3720_defconfig' (28,258) at 20210308005003268
29766 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/bcm968380gerg.c' (28,259) at 20210308005002940
29767 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-origen.dts' (28,260) at 20210308005002576
29768 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/MAINTAINERS' (28,261) at 20210308005002912
29769 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-fru-bmc.yaml' (28,262) at 20210307205553694
29770 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc32.c' (28,263) at 20210308005003696
29771 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3328.c' (28,264) at 20210308005003352
29772 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.err' (28,265) at 20230925080040089
29773 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/error.cpp' (28,266) at 20210308005114861
29774 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/Kconfig' (28,267) at 20210308005003472
29775 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/062' (28,268) at 20220429100100886
29776 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0003-Remove-neon-option-from-cross-compilation.patch' (28,269) at 20241221090017512
29777 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (28,270) at 20230211040012635
29778 2025-10-05 03:01:03.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb' (28,271) at 20240413080012655
29779 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/util.c' (28,272) at 20210308005003360
29780 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/keyutils-fix-error-report-by-adding-default-message.patch' (28,273) at 20210307205553962
29781 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/Kconfig' (28,274) at 20220802100038573
29782 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/tmpf.h' (28,275) at 20210308005108645
29783 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/ast2600_i2c.c' (28,276) at 20220802100038577
29784 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/device.h' (28,277) at 20210308005002876
29785 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/files/0001-Cmds-automatically-create-folder.patch' (28,278) at 20230706080014741
29786 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-file-magic_0.4.1.bb' (28,279) at 20241221090017552
29787 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/203' (28,280) at 20240906080037564
29788 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-int-member.json' (28,281) at 20210308005046405
29789 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/flash.c' (28,282) at 20210308005003720
29790 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kolari_Vuolittaja' (28,283) at 20210307205553770
29791 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/smmuv3.h' (28,284) at 20230925080039925
29792 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/Kconfig' (28,285) at 20210308005002984
29793 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/devtree_export.cpp' (28,286) at 20230915080021805
29794 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.12.0.bb' (28,287) at 20220402030015895
29795 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/vsftpd.conf' (28,288) at 20210307205553822
29796 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040d4_nand_rcw.cfg' (28,289) at 20210308005002992
29797 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/linux_string.c' (28,290) at 20210308005003760
29798 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_errno_defs.h' (28,291) at 20210927100127281
29799 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_NOR_SECBOOT_defconfig' (28,292) at 20210308005003240
29800 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart.c' (28,293) at 20210308005002792
29801 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/entity_map_json.cpp' (28,294) at 20230518080030406
29802 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/MAINTAINERS' (28,295) at 20210308005002984
29803 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am65.dtsi' (28,296) at 20210308005002592
29804 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/cpu.h' (28,297) at 20210308005002664
29805 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addwc.c' (28,298) at 20210308005046501
29806 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/libfdt_env.h' (28,299) at 20210308005003728
29807 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/zoned-storage.rst' (28,300) at 20230925080039845
29808 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/CVE-2022-4055.patch' (28,301) at 20230503080014619
29809 2025-10-05 03:01:03.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/threadinfo.c' (28,302) at 20230925080039953
29810 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/time.c' (28,303) at 20210308005003220
29811 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/bios.cpp' (28,304) at 20240926080014013
29812 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/a2ux8x4riser.json' (28,305) at 20220601030005857
29813 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (28,306) at 20220826030017621
29814 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_fx6_defconfig' (28,307) at 20210308005003252
29815 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/uefi_capsule.bbclass' (28,308) at 20241206090014214
29816 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/0001-RISC-V-Restore-the-typcast-to-long.patch' (28,309) at 20240127090011888
29817 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/clk_rk3036.c' (28,310) at 20210308005002772
29818 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399.dtsi' (28,311) at 20210308005002608
29819 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/Makefile' (28,312) at 20210308005003032
29820 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/gettext.patch' (28,313) at 20210307205553842
29821 2025-10-05 03:01:03.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/con2fbmap/con2fbmap/0001-con2fbmap-Add-missing-include-on-string.h.patch' (28,314) at 20221003030013269
29822 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-socksio/0001-Unpin-flit-core-dependency.patch' (28,315) at 20240301090012435
29823 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/cpu-qom.h' (28,316) at 20240326080039634
29824 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/mmap.out' (28,317) at 20210308005046397
29825 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFFIS' (28,318) at 20241221090017616
29826 2025-10-05 03:01:03.420-0500 FINEST t466 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' (28,319) at 20210307205554562
29827 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/dbus/xyz.openbmc_project.EntityManager.service' (28,320) at 20210308005114361
29828 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/obmc/gpio/port_owner_udc1' (28,321) at 20230209040014209
29829 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/dram.c' (28,322) at 20210308005002548
29830 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/MAINTAINERS' (28,323) at 20210308005002904
29831 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/string.h' (28,324) at 20210308005002708
29832 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/kgdb.c' (28,325) at 20210308005002840
29833 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/video_bmp.c' (28,326) at 20210308005003536
29834 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/manager_test.cpp' (28,327) at 20210308005054073
29835 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/qos.h' (28,328) at 20210308005003036
29836 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kihnio' (28,329) at 20210307205553770
29837 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/conf/machine/genesis3.conf' (28,330) at 20231107090016217
29838 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/ihs_phys.c' (28,331) at 20210308005003000
29839 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/google/gbmc/Hoth.errors.yaml' (28,332) at 20240618080025497
29840 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tsan/suppressions.tsan' (28,333) at 20240906080037580
29841 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/trigger_aliases.hpp' (28,334) at 20211013000110044
29842 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtb_platdata.py' (28,335) at 20210308005003760
29843 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-operations-controller.js' (28,336) at 20210308005107077
29844 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2771-0000/MAINTAINERS' (28,337) at 20210308005003024
29845 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/privkey_modsign.pem' (28,338) at 20210307205554110
29846 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_gtk_icon_cache' (28,339) at 20240106090017285
29847 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/omap_gpmc.c' (28,340) at 20210308005003416
29848 2025-10-05 03:01:03.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6dl_mba6_spi_defconfig' (28,341) at 20210308005003284
29849 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_defconfig' (28,342) at 20210308005003280
29850 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/corenet_ds.h' (28,343) at 20210308005002964
29851 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_msub.S' (28,344) at 20230925080040101
29852 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/088.out' (28,345) at 20210308005046445
29853 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/goflexhome.c' (28,346) at 20210308005002908
29854 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.err' (28,347) at 20240906080037560
29855 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcf/netcf_0.2.8.bb' (28,348) at 20240413080012647
29856 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/msr-index.h' (28,349) at 20210308005002880
29857 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/core.scss' (28,350) at 20210308005107073
29858 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/dummysimple.json' (28,351) at 20230202040011970
29859 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/makefile.patch' (28,352) at 20210307205554458
29860 2025-10-05 03:01:03.421-0500 FINEST t466 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' (28,353) at 20240413080012635
29861 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch' (28,354) at 20241221090017672
29862 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/checkfs.sh' (28,355) at 20220405030025645
29863 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/trace.h' (28,356) at 20210308005045837
29864 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/trigger_helpers.hpp' (28,357) at 20240711080036139
29865 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/sfi.c' (28,358) at 20210308005002884
29866 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mtlo.c' (28,359) at 20210308005046505
29867 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-libconf_2.0.1.bb' (28,360) at 20241221090017556
29868 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Szczecin' (28,361) at 20210307205553778
29869 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/lpcsnoop/snoop.hpp' (28,362) at 20241120090021304
29870 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/Kconfig' (28,363) at 20210308005003028
29871 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_tpl_with_ucode_ptr.py' (28,364) at 20210308005003748
29872 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6s_mba6_spi_defconfig' (28,365) at 20210308005003284
29873 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_elf.py' (28,366) at 20210308005003748
29874 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MITNFA' (28,367) at 20211006000025238
29875 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8-2a.inc' (28,368) at 20240301090012451
29876 2025-10-05 03:01:03.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/at91_udc.h' (28,369) at 20210308005003672
29877 2025-10-05 03:01:03.421-0500 FINEST t466 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' (28,370) at 20240106090017233
29878 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/useradd' (28,371) at 20210905000020597
29879 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuppc.conf' (28,372) at 20210905000020585
29880 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/LICENSE' (28,373) at 20210308004939436
29881 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/autojson.py' (28,374) at 20240912080005178
29882 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/powerbuttonpressed.service' (28,375) at 20231205090013449
29883 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compiler-intel.h' (28,376) at 20210308005003656
29884 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemumips64-alt.yml' (28,377) at 20210528000029703
29885 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/gdbstub.c' (28,378) at 20241211090212494
29886 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldmtool.cpp' (28,379) at 20240819080030267
29887 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/string_utils.cpp' (28,380) at 20230523080037938
29888 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_w.c' (28,381) at 20210308005046521
29889 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fs.h' (28,382) at 20210308005003648
29890 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch' (28,383) at 20220910030013425
29891 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5329BFEE_defconfig' (28,384) at 20210308005003236
29892 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/colors.scss' (28,385) at 20220105012522959
29893 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps65217.c' (28,386) at 20210308005003468
29894 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings.py' (28,387) at 20230428080030950
29895 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/qts-filter.sh' (28,388) at 20210308005002780
29896 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager/firmware_update.sh' (28,389) at 20240812080018512
29897 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/hda_codec.c' (28,390) at 20210308005003488
29898 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Glulxe' (28,391) at 20211006000025238
29899 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-coroutine-sleep.c' (28,392) at 20230426080043964
29900 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/config-internal.h' (28,393) at 20240710080015177
29901 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/bpt_helper.c' (28,394) at 20221215040039302
29902 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Device.metadata.yaml' (28,395) at 20220430030026016
29903 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_xor.c' (28,396) at 20210308005046525
29904 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.5' (28,397) at 20211006000025242
29905 2025-10-05 03:01:03.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt.c' (28,398) at 20210308005003728
29906 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro4-ref.dts' (28,399) at 20210308005002632
29907 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-alternate.json' (28,400) at 20210308005046409
29908 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/invoker.hpp' (28,401) at 20231211090034751
29909 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.pblimage' (28,402) at 20210308005003296
29910 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/internal/fd.cpp' (28,403) at 20230511080009359
29911 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_msi.c' (28,404) at 20230426080043752
29912 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/NSS-7-22.0W' (28,405) at 20210307205553762
29913 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/075_vblock_no_content.dts' (28,406) at 20210308005003752
29914 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5441x.h' (28,407) at 20210308005002804
29915 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/phosphor-logging.wrap' (28,408) at 20221216040027562
29916 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/stih407-resets.h' (28,409) at 20210308005003640
29917 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/jr.c' (28,410) at 20210308005003356
29918 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/cve-check-map.conf' (28,411) at 20241221090017612
29919 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/attach.c' (28,412) at 20210308005003420
29920 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/mkmakefile' (28,413) at 20210308005003736
29921 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/cpp-example-lib.hpp' (28,414) at 20240106090017253
29922 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/servalt_pcb116.dts' (28,415) at 20210308005002816
29923 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/run_rule_action_tests.cpp' (28,416) at 20210308005405938
29924 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/regression-vhdx-log.out' (28,417) at 20230426080043944
29925 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/memsize.c' (28,418) at 20210308005003228
29926 2025-10-05 03:01:03.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/MAINTAINERS' (28,419) at 20210308005003040
29927 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/da8xx_gpio.c' (28,420) at 20210308005003376
29928 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/pbias_regulator.c' (28,421) at 20210308005003472
29929 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/Makefile' (28,422) at 20210308005003068
29930 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/string.h' (28,423) at 20210308005002844
29931 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpopcode.c' (28,424) at 20210308005046069
29932 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_elf.h' (28,425) at 20241211090212218
29933 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts/init' (28,426) at 20230223040012459
29934 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/sa1100/timer.c' (28,427) at 20210308005002560
29935 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/Kconfig' (28,428) at 20210927100127357
29936 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb' (28,429) at 20241221090017488
29937 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/sfi.h' (28,430) at 20210308005002880
29938 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/fix_library_install_path.patch' (28,431) at 20210307205553962
29939 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6slevk/MAINTAINERS' (28,432) at 20210308005002984
29940 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/vcs-control/vcs-off@.service' (28,433) at 20210307205553718
29941 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0001-team_basic_test.py-disable-RedHat-specific-test.patch' (28,434) at 20210307205553982
29942 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/fm.c' (28,435) at 20210308005003432
29943 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/0001-include-iostream-for-cout.patch' (28,436) at 20210307205553818
29944 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/processor.h' (28,437) at 20210308005002844
29945 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (28,438) at 20230620080013227
29946 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/mainapp.cpp' (28,439) at 20230511080024715
29947 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046aqds/ls1046aqds_rcw_sd_ifc.cfg' (28,440) at 20210308005002968
29948 2025-10-05 03:01:03.424-0500 FINEST t466 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' (28,441) at 20230503080014575
29949 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-BristolIlchesterCrescent' (28,442) at 20210307205553794
29950 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pydownloadmgr/setup.py' (28,443) at 20220728030041559
29951 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vilhelmina' (28,444) at 20210307205553794
29952 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/.clang-format' (28,445) at 20220603030026297
29953 2025-10-05 03:01:03.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb' (28,446) at 20241221090017560
29954 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexx1.inc' (28,447) at 20240301090012451
29955 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/clock.h' (28,448) at 20240326080039442
29956 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/fsp/fsp_infoheader.h' (28,449) at 20210308005002880
29957 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/cpld.c' (28,450) at 20210308005003040
29958 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/systemd.py' (28,451) at 20241221090017628
29959 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skaulo_Pyhakielinen' (28,452) at 20210307205553790
29960 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-common.h' (28,453) at 20240906080037436
29961 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ddr_rk3188.h' (28,454) at 20210308005002660
29962 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halaforsen' (28,455) at 20210307205553782
29963 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/cmake-example.bb' (28,456) at 20240106090017253
29964 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/thunk.h' (28,457) at 20240906080037352
29965 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/README' (28,458) at 20210308005002996
29966 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_entity.h' (28,459) at 20210308004938820
29967 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckev_b.c' (28,460) at 20210308005046521
29968 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pm9263.h' (28,461) at 20210308005003612
29969 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/800mhz_4x64mx16.cfg' (28,462) at 20210308005003080
29970 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-server.default' (28,463) at 20210307205554122
29971 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/lowlevel_init_gen3.S' (28,464) at 20210308005002768
29972 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffscfg.h' (28,465) at 20210308005003556
29973 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.davinci' (28,466) at 20210308005003292
29974 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_13.3.rel1.bb' (28,467) at 20241221090017468
29975 2025-10-05 03:01:03.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.46.0.bb' (28,468) at 20231126090012781
29976 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk3288.h' (28,469) at 20210308005002660
29977 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/association_manager.hpp' (28,470) at 20220727100022566
29978 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fit.py' (28,471) at 20210308005003744
29979 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handlers_builder.cpp' (28,472) at 20240817080027652
29980 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/log_createhandler_unittest.cpp' (28,473) at 20220108040030440
29981 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_fcntl.h' (28,474) at 20210308005046085
29982 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/law.c' (28,475) at 20210308005002988
29983 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/creategroup2.bb' (28,476) at 20241206090014298
29984 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sxsabreauto_defconfig' (28,477) at 20210308005003268
29985 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/135' (28,478) at 20220429100100890
29986 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.err' (28,479) at 20210308005046401
29987 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_shell_basics.py' (28,480) at 20210308005003744
29988 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/endianess-header.patch' (28,481) at 20210307205554478
29989 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv8/sec_firmware.h' (28,482) at 20210308005002672
29990 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Update.errors.yaml' (28,483) at 20240312080018564
29991 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-list' (28,484) at 20220429100100750
29992 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/riscv_timer.c' (28,485) at 20210308005003500
29993 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/ipmi.hpp' (28,486) at 20230520080006628
29994 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ullevk/MAINTAINERS' (28,487) at 20210308005002988
29995 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_dfu.py' (28,488) at 20210308005003744
29996 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/configure.ac' (28,489) at 20210308005047061
29997 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/lowlevel_init.S' (28,490) at 20210308005002788
29998 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-faraday.c' (28,491) at 20210308005003512
29999 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/sepbuild.patch' (28,492) at 20210307205553990
30000 2025-10-05 03:01:03.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/reproducibility.patch' (28,493) at 20241221090017692
30001 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/imx_gpio.h' (28,494) at 20210308005046013
30002 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/altera_sysid.txt' (28,495) at 20210308005003304
30003 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu.c' (28,496) at 20210308005002828
30004 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mxsmmc.c' (28,497) at 20210308005003404
30005 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ahci-sysbus.h' (28,498) at 20240906080037332
30006 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/dbus-perms/org.openbmc.conf' (28,499) at 20210307205554062
30007 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Device.errors.yaml' (28,500) at 20210610000035106
30008 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/win_dump_defs.h' (28,501) at 20221215040039194
30009 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/rootfspostcommands.py' (28,502) at 20241221090017628
30010 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/bond0.conf' (28,503) at 20220311040028843
30011 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/stdplus.wrap' (28,504) at 20230602080035412
30012 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-PontopPike' (28,505) at 20210307205553798
30013 2025-10-05 03:01:03.427-0500 FINEST t466 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' (28,506) at 20240413080012627
30014 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/virgl.h' (28,507) at 20210308005045773
30015 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/Makefile' (28,508) at 20210308005003372
30016 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/decode-new.h' (28,509) at 20241211090212490
30017 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/buildman' (28,510) at 20210308005003756
30018 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/brppt1_nand_defconfig' (28,511) at 20210308005003252
30019 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/public/openbmc-logo.svg' (28,512) at 20220105012522959
30020 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_w.c' (28,513) at 20210308005046517
30021 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/net_handler.hpp' (28,514) at 20230511080030371
30022 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lxt971a.h' (28,515) at 20210308005003672
30023 2025-10-05 03:01:03.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_madd.S' (28,516) at 20230925080040101
30024 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_vmparam.h' (28,517) at 20221215040039062
30025 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/mc146818rtc.h' (28,518) at 20240906080037340
30026 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/linker.ld.S' (28,519) at 20210308005046529
30027 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb' (28,520) at 20241221090017548
30028 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_scp_failover.service' (28,521) at 20230410080012311
30029 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb' (28,522) at 20241221090017528
30030 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (28,523) at 20210903000032567
30031 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/allwinner,sun4i-mdio.txt' (28,524) at 20210308005003304
30032 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0007-armv6.patch' (28,525) at 20230114040015494
30033 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-bool.err' (28,526) at 20210308005046401
30034 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/mbox.py' (28,527) at 20241221090017632
30035 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-tamonten.dtsi' (28,528) at 20210308005002628
30036 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/tach_detect.cpp' (28,529) at 20210624000057638
30037 2025-10-05 03:01:03.428-0500 FINEST t466 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' (28,530) at 20230919080013950
30038 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/usb-emul-uclass.c' (28,531) at 20210308005003504
30039 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_z_turn_defconfig' (28,532) at 20210308005003288
30040 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/Makefile' (28,533) at 20210308005003220
30041 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/co-All' (28,534) at 20210307205553766
30042 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux.h' (28,535) at 20210308005002636
30043 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/json-glib/json-glib/run-ptest' (28,536) at 20210307205554578
30044 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/subprojects/pciaccess.wrap' (28,537) at 20211029000047258
30045 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Fan.v1_5_2.json' (28,538) at 20240619080002948
30046 2025-10-05 03:01:03.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecureBootDatabase.v1_0_3.json' (28,539) at 20240619080002952
30047 2025-10-05 03:01:03.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/spi-boot.c' (28,540) at 20210308005003036
30048 2025-10-05 03:01:03.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/Makefile.am' (28,541) at 20210308005047061
30049 2025-10-05 03:01:03.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/overlayfs.bbclass' (28,542) at 20240302090018226
30050 2025-10-05 03:01:03.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/run-ptest' (28,543) at 20230919080013982
30051 2025-10-05 03:01:03.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v69_hvx.c' (28,544) at 20230925080040097
30052 2025-10-05 03:01:03.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/configs/com.ibm.Hardware.Chassis.Model.Rainier4U.json' (28,545) at 20240817080028024
30053 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ravb.c' (28,546) at 20210308005003444
30054 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/vvfat.out' (28,547) at 20240906080037568
30055 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38473.patch' (28,548) at 20231126090012853
30056 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-key.err' (28,549) at 20220429100100882
30057 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/keystone.c' (28,550) at 20210308005002732
30058 2025-10-05 03:01:03.430-0500 FINEST t466 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' (28,551) at 20240904080027734
30059 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (28,552) at 20230412080023460
30060 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/bitmap.h' (28,553) at 20241211090212366
30061 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/cpu.c' (28,554) at 20210308005002796
30062 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/module-base.bbclass' (28,555) at 20230813080012872
30063 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cchardet_2.1.7.bb' (28,556) at 20241221090017548
30064 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/EutelsatW2-16E' (28,557) at 20210307205553762
30065 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c' (28,558) at 20210308005046509
30066 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7796.dtsi' (28,559) at 20210308005002604
30067 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_mman.h' (28,560) at 20230925080039949
30068 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-extended/libzip/libzip_%.bbappend' (28,561) at 20221007030014979
30069 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/rust_security_flags.inc' (28,562) at 20210905000020577
30070 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-p2371-0000.dts' (28,563) at 20210308005002628
30071 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/commands.hpp' (28,564) at 20240827080004798
30072 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch' (28,565) at 20220721030015849
30073 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-vpd-layout-native.bb' (28,566) at 20241206090014286
30074 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pxs2.c' (28,567) at 20210308005002796
30075 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/meson.build' (28,568) at 20230925080039881
30076 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/allwinner,sun4i-emac.txt' (28,569) at 20210308005003304
30077 2025-10-05 03:01:03.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm_test.c' (28,570) at 20210308005003220
30078 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/example/psu.json' (28,571) at 20221213040033297
30079 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/Makefile' (28,572) at 20210308005003000
30080 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/corvus_defconfig' (28,573) at 20210308005003256
30081 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/setjmp.S' (28,574) at 20210308005002844
30082 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libsodium/libsodium_1.0.20.bb' (28,575) at 20241206090014250
30083 2025-10-05 03:01:03.431-0500 FINEST t466 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' (28,576) at 20210307205554094
30084 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/rsyslog/rsyslog/server.conf' (28,577) at 20220330030014978
30085 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/musb_gadget.c' (28,578) at 20210308005003516
30086 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/resolution.cpp' (28,579) at 20220119040031172
30087 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/stressapptest/stressapptest_1.0.11.bb' (28,580) at 20231014080011723
30088 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_u_h.c' (28,581) at 20210308005046517
30089 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.10/index.html' (28,582) at 20210307205554246
30090 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/.gitignore' (28,583) at 20220819100012247
30091 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/allwinner/phy-sun4i-usb.c' (28,584) at 20210308005003452
30092 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/rpi-gpio_0.7.1.bb' (28,585) at 20220823030015959
30093 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch' (28,586) at 20230520080014480
30094 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versatile/Makefile' (28,587) at 20210308005002796
30095 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/sha_accel.cfg' (28,588) at 20241221090017636
30096 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/scsi/emulation.h' (28,589) at 20210308005046029
30097 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/cacheops.h' (28,590) at 20210308005002816
30098 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2mini.dts' (28,591) at 20210308005002592
30099 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/net_rand.h' (28,592) at 20210308005003720
30100 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/at91/Makefile' (28,593) at 20210308005003696
30101 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/q35-virtio-serial.cfg' (28,594) at 20230426080043660
30102 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/imx8/scu.c' (28,595) at 20210308005003400
30103 2025-10-05 03:01:03.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/cfg' (28,596) at 20210307205554454
30104 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/MAINTAINERS' (28,597) at 20210308005002984
30105 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/rfc931.diff' (28,598) at 20241221090017680
30106 2025-10-05 03:01:03.432-0500 FINEST t466 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' (28,599) at 20210307205553998
30107 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_presence_yaml.pl' (28,600) at 20210308005052045
30108 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb' (28,601) at 20240301090012423
30109 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/config.h' (28,602) at 20210308005002752
30110 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/psci.S' (28,603) at 20210308005002788
30111 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/xparameters.h' (28,604) at 20210308005003172
30112 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Sensors/Sensors.vue' (28,605) at 20241004080035967
30113 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/LICENSE' (28,606) at 20221122040015511
30114 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telkom1_C-108.0E' (28,607) at 20210307205553762
30115 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Salfjallet' (28,608) at 20210307205553790
30116 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-KilveyHill' (28,609) at 20210307205553798
30117 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold.metadata.yaml' (28,610) at 20220430030026016
30118 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/guardlist' (28,611) at 20240613080020632
30119 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/umountfs' (28,612) at 20220405030025645
30120 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-nbd-export.out' (28,613) at 20240906080037568
30121 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/avoid-attr-unless-wanted.patch' (28,614) at 20240113090014532
30122 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_samus/samus.c' (28,615) at 20210308005003004
30123 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.4.rst' (28,616) at 20240302090018222
30124 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-sparc.rst' (28,617) at 20240906080037180
30125 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socdk.dts' (28,618) at 20210308005002612
30126 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/bios-linker-loader.h' (28,619) at 20210308005046001
30127 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bmc-update/files/phosphor-ipmi-flash-bmc-verify.service' (28,620) at 20210307205554082
30128 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/iterators/list_entry_update.cocci' (28,621) at 20210308005003724
30129 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gustate.h' (28,622) at 20210308005045841
30130 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/subprojects/sdeventplus.wrap' (28,623) at 20211221040045334
30131 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/README' (28,624) at 20210308005003052
30132 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-rdc.h' (28,625) at 20210308005002648
30133 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/175.out' (28,626) at 20210927100127489
30134 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/board186.c' (28,627) at 20210308005002784
30135 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/apiInterceptor.js' (28,628) at 20210308005107073
30136 2025-10-05 03:01:03.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/fw_cfg.rst' (28,629) at 20241211090212238
30137 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/tegra_mmc.h' (28,630) at 20210308005002668
30138 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap5-u-boot.dtsi' (28,631) at 20210308005002600
30139 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/group.cpp' (28,632) at 20231110090027272
30140 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/fcntl-lock.c' (28,633) at 20240413080012687
30141 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/trace.h' (28,634) at 20241211090212326
30142 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bav335x.h' (28,635) at 20210308005003588
30143 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/fifo32.h' (28,636) at 20210308005046045
30144 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-keyboard/files/0001-desktop-file-Hide-the-keyboard-from-app-list.patch' (28,637) at 20210307205554610
30145 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sunoem.c' (28,638) at 20210308004938832
30146 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/msd.h' (28,639) at 20221215040039186
30147 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/20010226-1.c' (28,640) at 20210308005003720
30148 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/test/slp_message_handler_test.cpp' (28,641) at 20240731164718599
30149 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/i2c.c' (28,642) at 20221215040039374
30150 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sopine_baseboard_defconfig' (28,643) at 20210308005003280
30151 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx/imx-regs.h' (28,644) at 20210308005002640
30152 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/phosphor-logging.wrap' (28,645) at 20220801133228674
30153 2025-10-05 03:01:03.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/meson.build' (28,646) at 20240613080020632
30154 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/xilinx_xiic.c' (28,647) at 20210308005003384
30155 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/aarch64.patch' (28,648) at 20210307205553738
30156 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/jffs2.c' (28,649) at 20210308005003212
30157 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi.h' (28,650) at 20210308004938816
30158 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb' (28,651) at 20241221090017496
30159 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/gpio.h' (28,652) at 20210308005002664
30160 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/MAINTAINERS' (28,653) at 20210308005003072
30161 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/slotid_cap.c' (28,654) at 20230426080043728
30162 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_3.36.0.bb' (28,655) at 20231126090012781
30163 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/Documentation/mboxd.md' (28,656) at 20210308005108641
30164 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb' (28,657) at 20240302090018210
30165 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/gi.py' (28,658) at 20220910030013397
30166 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/syscall.tbl' (28,659) at 20241211090212374
30167 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_sockio.h' (28,660) at 20230629131804623
30168 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (28,661) at 20241226090016127
30169 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Muonio_Olostunturi' (28,662) at 20210307205553770
30170 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/cpsw_mdio.h' (28,663) at 20210308005003448
30171 2025-10-05 03:01:03.434-0500 FINEST t466 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' (28,664) at 20210307205553774
30172 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb' (28,665) at 20241221090017508
30173 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_sh.h' (28,666) at 20210308005003628
30174 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS3.conf' (28,667) at 20230606080013598
30175 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/uboot_aes.h' (28,668) at 20210308005003688
30176 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/README.iio.md' (28,669) at 20221209040033699
30177 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.eslintrc.js' (28,670) at 20241004080035955
30178 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.err' (28,671) at 20240906080037560
30179 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-serial.c' (28,672) at 20221215040039374
30180 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig.interface.yaml' (28,673) at 20221207040023627
30181 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/mtjade_platform_gpios_init.sh' (28,674) at 20240130090012757
30182 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/cable.cpp' (28,675) at 20231027080010242
30183 2025-10-05 03:01:03.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf/0001-avoid-using-m-option-for-readlink.patch' (28,676) at 20230114040015534
30184 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/dk-Copenhagen-AFDK' (28,677) at 20210307205553758
30185 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/_templates/breadcrumbs.html' (28,678) at 20210307205554230
30186 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/fan-reboot-control.service' (28,679) at 20210307205554094
30187 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/me.h' (28,680) at 20210308005002876
30188 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vastansjo' (28,681) at 20210307205553794
30189 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Helsinki' (28,682) at 20210307205553766
30190 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_property_descriptor.c' (28,683) at 20210308005003708
30191 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/Status.interface.yaml' (28,684) at 20221207040023631
30192 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1232-revA.dts' (28,685) at 20210308005002636
30193 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/calao/usb_a9263/Makefile' (28,686) at 20210308005002944
30194 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/ddr.c' (28,687) at 20210308005002988
30195 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm968580xref_ram_defconfig' (28,688) at 20210308005003252
30196 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Saxpath' (28,689) at 20211006000025242
30197 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/machine/gbs.conf' (28,690) at 20241221090017568
30198 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0012-huge_page_setup_helper-use-python3-interpreter.patch' (28,691) at 20241221090017504
30199 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/Kconfig' (28,692) at 20210308005002796
30200 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/sock_test.cpp' (28,693) at 20230718080007968
30201 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/nlohmann_json.wrap' (28,694) at 20231208090026933
30202 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/fs-perms-volatile-log.txt' (28,695) at 20241221090017620
30203 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/223.out' (28,696) at 20240326080039730
30204 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_signed_off_by_presence.1.fail' (28,697) at 20241206090014310
30205 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f746-disco/Makefile' (28,698) at 20210308005003052
30206 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp.dtsi' (28,699) at 20210308005002636
30207 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pxs3-ref.dts' (28,700) at 20210308005002632
30208 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/mypaint/libmypaint/0001-make-build-compatible-w.-autoconf-2.7.patch' (28,701) at 20210307205553742
30209 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_pc_defconfig' (28,702) at 20210308005003272
30210 2025-10-05 03:01:03.435-0500 FINEST t466 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' (28,703) at 20231011080016574
30211 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/gc.c' (28,704) at 20210308005003548
30212 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33.dtsi' (28,705) at 20210308005002624
30213 2025-10-05 03:01:03.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap36xx.dtsi' (28,706) at 20210308005002600
30214 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Systemics-W3Works' (28,707) at 20241221090017612
30215 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/no-Oslo-Get' (28,708) at 20210307205553758
30216 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmo_Lentiira' (28,709) at 20210307205553770
30217 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/rk3288.c' (28,710) at 20210308005002776
30218 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/dma-mapping.h' (28,711) at 20210308005002828
30219 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pytools/gpioutil' (28,712) at 20210308004922940
30220 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-disco/Kconfig' (28,713) at 20210308005003056
30221 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/sandbox_hwspinlock.c' (28,714) at 20210308005003380
30222 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_strerror.c' (28,715) at 20210308005003728
30223 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/iomux.h' (28,716) at 20210308005003652
30224 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54455EVB_defconfig' (28,717) at 20210308005003236
30225 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/usbarmory_defconfig' (28,718) at 20210308005003284
30226 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/README.md' (28,719) at 20210308005108641
30227 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-Fix-error.patch' (28,720) at 20240113090014536
30228 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/sysctr.h' (28,721) at 20210308005002672
30229 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/171' (28,722) at 20210927100127489
30230 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/linkit-smart-7688_defconfig' (28,723) at 20210308005003264
30231 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/machine/lannister.conf' (28,724) at 20230927080013514
30232 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/libptytty/libptytty_2.0.bb' (28,725) at 20220402030016231
30233 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sel.c' (28,726) at 20210308004938828
30234 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/default_floor.cpp' (28,727) at 20240820080023686
30235 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/qemuboot-mips.inc' (28,728) at 20210905000020581
30236 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/README' (28,729) at 20210308005002976
30237 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/259' (28,730) at 20220429100100914
30238 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-casttube_0.2.1.bb' (28,731) at 20240413080012659
30239 2025-10-05 03:01:03.436-0500 FINEST t466 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' (28,732) at 20240413080012627
30240 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes.bb' (28,733) at 20241206090014258
30241 2025-10-05 03:01:03.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@82000/sbtsi@4c.conf' (28,734) at 20210307205554086
30242 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/run-ptest' (28,735) at 20241206090014346
30243 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/OWNERS' (28,736) at 20240222090005522
30244 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kramfors_Ostby' (28,737) at 20210307205553786
30245 2025-10-05 03:01:03.437-0500 FINEST t466 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' (28,738) at 20241221090017488
30246 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-macsec_linux-Hardware-offload-requires-Linux-headers.patch' (28,739) at 20241221090017636
30247 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-h3ulcb.dts' (28,740) at 20210308005002600
30248 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Edane' (28,741) at 20210307205553778
30249 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSRC.interface.yaml' (28,742) at 20220315030032659
30250 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_exclusive.S' (28,743) at 20210308005046529
30251 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/fans.md' (28,744) at 20240807080019542
30252 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (28,745) at 20240828080010887
30253 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/pinmux.c' (28,746) at 20210308005002552
30254 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_zoom1_defconfig' (28,747) at 20210308005003272
30255 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/phosphor-led-manager/obmc-led-create-virtual-leds@.service' (28,748) at 20230204040013545
30256 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/reqlist.h' (28,749) at 20220429100100550
30257 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrlv_qb.c' (28,750) at 20210308005046505
30258 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/exports.h' (28,751) at 20210308005003644
30259 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_attribute.cpp' (28,752) at 20240819080030255
30260 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Luhanka' (28,753) at 20210307205553770
30261 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_SDCARD_defconfig' (28,754) at 20210308005003244
30262 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsim_hs38_defconfig' (28,755) at 20210308005003272
30263 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/serval/serval.c' (28,756) at 20210308005003020
30264 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/Makefile' (28,757) at 20210308005003080
30265 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/renesas-cpg-mssr.h' (28,758) at 20210308005003352
30266 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_common.h' (28,759) at 20210308005003624
30267 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sandbox-raw.c' (28,760) at 20210308005003444
30268 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/envcrc.c' (28,761) at 20210308005003760
30269 2025-10-05 03:01:03.437-0500 FINEST t466 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' (28,762) at 20241206090014242
30270 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_mult.c' (28,763) at 20210308005046525
30271 2025-10-05 03:01:03.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/vrm-control@.service' (28,764) at 20220514030009396
30272 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (28,765) at 20240419080014077
30273 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/redfish/controllers/redfish-controller.html' (28,766) at 20210308005107077
30274 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netgear_cg3100d_ram_defconfig' (28,767) at 20210308005003272
30275 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-top-perms.out' (28,768) at 20210927100127505
30276 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ep0.c' (28,769) at 20210308005003508
30277 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/cursor.c' (28,770) at 20241211090212554
30278 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libiec61883/libiec61883_1.2.0.bb' (28,771) at 20220402030015899
30279 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (28,772) at 20210307205554094
30280 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds' (28,773) at 20210308005002548
30281 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/broadcom_bcm963158.h' (28,774) at 20210308005003588
30282 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-inventory-sel-native.bb' (28,775) at 20241206090014274
30283 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/code_update_utils_serial.robot' (28,776) at 20230630080015467
30284 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-backend.c' (28,777) at 20240906080037316
30285 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/Makefile' (28,778) at 20210308005002720
30286 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt' (28,779) at 20210308005003328
30287 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/gpio.h' (28,780) at 20210308005002720
30288 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0002-Makefile-Add-n-to-gzip.patch' (28,781) at 20241221090017656
30289 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/request_low_version.c' (28,782) at 20210308005108641
30290 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/marvell.c' (28,783) at 20210308005003440
30291 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/lx2160a.c' (28,784) at 20210308005002972
30292 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/oetest.py' (28,785) at 20240301090012455
30293 2025-10-05 03:01:03.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/altera_qspi.c' (28,786) at 20210308005003408
30294 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/0002-kpatch-build-allow-overriding-of-distro-name.patch' (28,787) at 20210307205553954
30295 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/host_manager.cpp' (28,788) at 20230718080007968
30296 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb' (28,789) at 20210812000025358
30297 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3188.dtsi' (28,790) at 20210308005002604
30298 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/ddr.h' (28,791) at 20210308005002640
30299 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/MAINTAINERS' (28,792) at 20210308005003024
30300 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/289' (28,793) at 20210927100127501
30301 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra30-common.h' (28,794) at 20210308005003620
30302 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ru-Novosibirsk' (28,795) at 20210307205553778
30303 2025-10-05 03:01:03.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/tgtd.init' (28,796) at 20220502030010100
30304 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/display5.c' (28,797) at 20210308005003016
30305 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/occ/romulus-occ-control-config-native.bb' (28,798) at 20241206090014230
30306 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/imx_thermal.c' (28,799) at 20210308005003496
30307 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_w.c' (28,800) at 20210308005046513
30308 2025-10-05 03:01:03.440-0500 FINEST t466 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' (28,801) at 20240904080027738
30309 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra30/Kconfig' (28,802) at 20210308005002788
30310 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/apalis_imx6.c' (28,803) at 20210308005003080
30311 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-bsp/u-boot/u-boot-aspeed-sdk/catalina.cfg' (28,804) at 20240720080012613
30312 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/uaccess.c' (28,805) at 20240906080037364
30313 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/range.h' (28,806) at 20241219090010504
30314 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/qspi.h' (28,807) at 20210308005002800
30315 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/bcm6362-power-domain.h' (28,808) at 20210308005003640
30316 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/check_hostname.sh' (28,809) at 20220204040022432
30317 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.plan9' (28,810) at 20210308005003296
30318 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3036.h' (28,811) at 20210308005003596
30319 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx.service' (28,812) at 20210307205554034
30320 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/log.hpp' (28,813) at 20221005030030502
30321 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/funcmux.h' (28,814) at 20210308005002672
30322 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts' (28,815) at 20210308005002624
30323 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-x86/chassis/x86-power-control/power-config-host0.json' (28,816) at 20240113090014528
30324 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/evm.c' (28,817) at 20210308005003076
30325 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/format/h.py' (28,818) at 20230925080039993
30326 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pcf8575_gpio.c' (28,819) at 20210308005003380
30327 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smbus2_0.5.0.bb' (28,820) at 20241221090017560
30328 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Santander' (28,821) at 20210307205553766
30329 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/.gitignore' (28,822) at 20210308005117617
30330 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_structs.h' (28,823) at 20220429100100646
30331 2025-10-05 03:01:03.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/authz.rst' (28,824) at 20220429100100422
30332 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/pyinotify.py' (28,825) at 20220502030010140
30333 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/icu/icu/filter.json' (28,826) at 20210307205554618
30334 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hiredis/hiredis/run-ptest' (28,827) at 20241221090017516
30335 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/fix-path-fdesign_LDADD.patch' (28,828) at 20230706080014753
30336 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/backing-file-invalidation' (28,829) at 20240326080039734
30337 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/README' (28,830) at 20210308005003068
30338 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe_eth.h' (28,831) at 20210308005003676
30339 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/CRP0.interface.yaml' (28,832) at 20221207040023627
30340 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-discovery/Makefile' (28,833) at 20210308005003052
30341 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/phosphor-logging.wrap' (28,834) at 20220409030025463
30342 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/disable-omfile-outchannel.patch' (28,835) at 20230919080013958
30343 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Enontekio_Kuttanen' (28,836) at 20210307205553770
30344 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/0001-Use-memcpy-instead-of-reinventing-it.patch' (28,837) at 20220618030015190
30345 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_u_prci.h' (28,838) at 20230426080043764
30346 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raspberrypi/rpi/lowlevel_init.S' (28,839) at 20210308005003032
30347 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-information.svg' (28,840) at 20210308005107069
30348 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar933x/clk.c' (28,841) at 20210308005002816
30349 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/mtms_test.cpp' (28,842) at 20220806030027601
30350 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.20.rst' (28,843) at 20241221090017596
30351 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/zero_test.cpp' (28,844) at 20240817080005771
30352 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/clamav_0.104.4.bb' (28,845) at 20241221090017580
30353 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/scan.c' (28,846) at 20210308005003552
30354 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Dimension.interface.yaml' (28,847) at 20210707000040840
30355 2025-10-05 03:01:03.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/rtnetlink_server.cpp' (28,848) at 20240822080023973
30356 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/km_kirkwood_pci_defconfig' (28,849) at 20210308005003260
30357 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_type_38-stub.c' (28,850) at 20210308005045961
30358 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-websocket-client_1.7.0.bb' (28,851) at 20240302090018214
30359 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-WellingtonNgarara' (28,852) at 20210307205553778
30360 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/19-cve-2016-9844-zipinfo-buffer-overflow.patch' (28,853) at 20210307205554574
30361 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/test_event_logs_sub_menu.robot' (28,854) at 20240628080017113
30362 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/docs/oem/meta/file-io.md' (28,855) at 20240918080010476
30363 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/MAINTAINERS' (28,856) at 20231126090012785
30364 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/inline_scheduler.hpp' (28,857) at 20240731080033666
30365 2025-10-05 03:01:03.442-0500 FINEST t466 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' (28,858) at 20210307205553750
30366 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Coonabarabran' (28,859) at 20210307205553762
30367 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_mbox.h' (28,860) at 20210308005046017
30368 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/e1000_spi.c' (28,861) at 20210308005003428
30369 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/Kconfig' (28,862) at 20210308005003040
30370 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-cubietruck.dts' (28,863) at 20210308005002624
30371 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/trace-events' (28,864) at 20210927100127353
30372 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-client/main.c' (28,865) at 20210308005045769
30373 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Mala' (28,866) at 20210307205553786
30374 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun5i-ccu.h' (28,867) at 20210308005003640
30375 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_sata.c' (28,868) at 20210308005003232
30376 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_kvm.scss' (28,869) at 20220105012522983
30377 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-lamobo-r1.dts' (28,870) at 20210308005002624
30378 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/ddr.c' (28,871) at 20210308005002956
30379 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/include/password.hpp' (28,872) at 20241115090002317
30380 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/report_manager_mock.hpp' (28,873) at 20220412175720090
30381 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_structs.h' (28,874) at 20220429100100642
30382 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_tfa_SECURE_BOOT_defconfig' (28,875) at 20210308005003264
30383 2025-10-05 03:01:03.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/ldpaa_wriop.h' (28,876) at 20210308005003648
30384 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Common.errors.yaml' (28,877) at 20220430030026016
30385 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/common-session-noninteractive' (28,878) at 20210307205554566
30386 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/004.out' (28,879) at 20210308005046413
30387 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technologic/ts4600/Makefile' (28,880) at 20210308005003072
30388 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-oldpath.patch' (28,881) at 20210307205553810
30389 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-crb-test.c' (28,882) at 20230426080043948
30390 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/Kconfig' (28,883) at 20230426080043752
30391 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-v7_6.1.bb' (28,884) at 20230401080011947
30392 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/errnos.c.inc' (28,885) at 20210927100127269
30393 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/Makefile' (28,886) at 20210308005002976
30394 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/types.cpp' (28,887) at 20210514000046638
30395 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Image.errors.yaml' (28,888) at 20240618080025501
30396 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sensor/isl_pmbus_vr.h' (28,889) at 20221215040039186
30397 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/init' (28,890) at 20241221090017644
30398 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/test/Makefile.am' (28,891) at 20210308005117205
30399 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/qtree-bench.c' (28,892) at 20230426080043936
30400 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/boot_fit.h' (28,893) at 20210308005003564
30401 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb' (28,894) at 20241206090014294
30402 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu-qom.h' (28,895) at 20240326080039702
30403 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/opalkelly/zynq/board.c' (28,896) at 20210308005003028
30404 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/hi6220_dw_mmc.c' (28,897) at 20210308005003404
30405 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/Kconfig' (28,898) at 20210308005003512
30406 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/musicpal.rst' (28,899) at 20210308005045809
30407 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-driver-binder/ampere-host-on-driver-binder@.service' (28,900) at 20221006100013249
30408 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/trace-events' (28,901) at 20241022080032780
30409 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3288_hdmi.c' (28,902) at 20210308005003532
30410 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/dalmore.c' (28,903) at 20210308005003024
30411 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d4ek.dts' (28,904) at 20210308005002568
30412 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/reset.c' (28,905) at 20210308005002712
30413 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_defconfig' (28,906) at 20210308005003236
30414 2025-10-05 03:01:03.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/Kconfig' (28,907) at 20210308005003004
30415 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cei-tk1-som.h' (28,908) at 20210308005003588
30416 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/gpiosdown.service' (28,909) at 20230920080013648
30417 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/007_bad_align.dts' (28,910) at 20210308005003752
30418 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/strider_cpu_defconfig' (28,911) at 20210308005003280
30419 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/0001-libmimetic-Removing-test-directory-from-the-Makefile.patch' (28,912) at 20230706080014757
30420 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/temporary_file.hpp' (28,913) at 20230516080019606
30421 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/mprotect.h' (28,914) at 20220429100100586
30422 2025-10-05 03:01:03.444-0500 FINEST t466 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' (28,915) at 20231011080016578
30423 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_mman.h' (28,916) at 20230925080039941
30424 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/bcm2835_spi.h' (28,917) at 20240906080037340
30425 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/secure.h' (28,918) at 20210308005002708
30426 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb' (28,919) at 20221120040010722
30427 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb' (28,920) at 20241206090014342
30428 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlanda' (28,921) at 20210307205553786
30429 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/MAINTAINERS' (28,922) at 20210308005108641
30430 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/mux.c' (28,923) at 20210308005003068
30431 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/board.c' (28,924) at 20210308005003004
30432 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-evb.dtsi' (28,925) at 20210308005002604
30433 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3399.c' (28,926) at 20210308005003476
30434 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/invocation.rst' (28,927) at 20240906080037180
30435 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HTMLTIDY' (28,928) at 20211006000025238
30436 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/propertywatchtest.cpp' (28,929) at 20220708100018559
30437 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.omap3' (28,930) at 20210308005003296
30438 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sfr_nb4_ser.h' (28,931) at 20210308005003616
30439 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/errno_str.c' (28,932) at 20210308005003704
30440 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/multiseat.txt' (28,933) at 20220429100100422
30441 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/pfe_dm_eth.h' (28,934) at 20210308005003628
30442 2025-10-05 03:01:03.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_version.c' (28,935) at 20210308005003708
30443 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/config-static-bmc-with-update-status.json.in' (28,936) at 20210308005120349
30444 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-bootblock_10.10.19.bb' (28,937) at 20241206090014234
30445 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.errors.yaml' (28,938) at 20210610000035146
30446 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/groups.json' (28,939) at 20231213090027090
30447 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb' (28,940) at 20241221090017548
30448 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_byte_action.cpp' (28,941) at 20210308005405930
30449 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/run-ptest' (28,942) at 20230919080013958
30450 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-aspeed-sdk/ventura.cfg' (28,943) at 20241003080011997
30451 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/threadinfo.h' (28,944) at 20230925080039953
30452 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/trace.h' (28,945) at 20210927100127093
30453 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm911360_entphn-ns/MAINTAINERS' (28,946) at 20210308005002940
30454 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/e820.c' (28,947) at 20210308005002856
30455 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tplink_wdr4300_defconfig' (28,948) at 20210308005003284
30456 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch' (28,949) at 20230706080014737
30457 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/proftool.c' (28,950) at 20210308005003772
30458 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/cache.c' (28,951) at 20210308005002840
30459 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/valijson.wrap' (28,952) at 20240628080018949
30460 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_ucode_ptr' (28,953) at 20210308005003756
30461 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/tlb.S' (28,954) at 20210308005002560
30462 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/sniper.c' (28,955) at 20210308005003016
30463 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/011.out' (28,956) at 20210308005046413
30464 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/rpmmacros.in' (28,957) at 20210308004938816
30465 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/Kconfig' (28,958) at 20210308005002984
30466 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec_sandbox.c' (28,959) at 20210308005003396
30467 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/cros-ec.txt' (28,960) at 20210308005003304
30468 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-bcm235xx.c' (28,961) at 20210308005002552
30469 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/cpu/exceptions.S' (28,962) at 20210308005002824
30470 2025-10-05 03:01:03.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/mark_write_erased_v2.c' (28,963) at 20230809080010803
30471 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/inter_choice/defconfig' (28,964) at 20210308005003736
30472 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/vme8349.c' (28,965) at 20210308005002956
30473 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ar71xx_regs.h' (28,966) at 20210308005002820
30474 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/dhcpcd@.service' (28,967) at 20210307205554462
30475 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/netdevice.h' (28,968) at 20210308005003668
30476 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cli_hush.c' (28,969) at 20210308005003224
30477 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/reset.c' (28,970) at 20210308005002712
30478 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/Makefile' (28,971) at 20210308005003764
30479 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600_openbmc_spl_defconfig' (28,972) at 20230530080039376
30480 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-distro_1.9.0.bb' (28,973) at 20240302090018210
30481 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/machine/s6q.conf' (28,974) at 20230927080013514
30482 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/neon-dp.decode' (28,975) at 20241211090212474
30483 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/stv0991_defs.h' (28,976) at 20210308005002664
30484 2025-10-05 03:01:03.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/test.py' (28,977) at 20210308005003744
30485 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/Kconfig' (28,978) at 20210308005003036
30486 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/event/event.cpp' (28,979) at 20221015030031456
30487 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/LICENSE' (28,980) at 20210308004939860
30488 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/ehci.h' (28,981) at 20210308005002656
30489 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/CLI11.wrap' (28,982) at 20240319080024582
30490 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/target/ssh.py' (28,983) at 20241221090017628
30491 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/help2man-reproducibility.patch' (28,984) at 20210608000015843
30492 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pca9698.c' (28,985) at 20210308005003380
30493 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/Kconfig' (28,986) at 20240906080037508
30494 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_rs_w.c' (28,987) at 20210308005046505
30495 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth2/reg_ebi.h' (28,988) at 20210308005003020
30496 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bonhamn' (28,989) at 20210307205553778
30497 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/bg.po' (28,990) at 20210308005046217
30498 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compal/paz00/Makefile' (28,991) at 20210308005002944
30499 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa75-cortexa55.inc' (28,992) at 20240301090012451
30500 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rock_defconfig' (28,993) at 20210308005003276
30501 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/keyval.h' (28,994) at 20221215040039190
30502 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/gbb.py' (28,995) at 20210308005003748
30503 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_ed25519_key' (28,996) at 20210307205554466
30504 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/detail_search_header.html' (28,997) at 20210307205554282
30505 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config.bb' (28,998) at 20241206090014202
30506 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (28,999) at 20241206090014218
30507 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/iNet_3F_defconfig' (29,000) at 20210308005003260
30508 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/lib/string.c' (29,001) at 20210308005003740
30509 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/test-main.c' (29,002) at 20210308005003740
30510 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dh_imx6.h' (29,003) at 20210308005003592
30511 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/OriginatedBy.interface.yaml' (29,004) at 20221207040023627
30512 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Goteborg_Slattadamm' (29,005) at 20210307205553782
30513 2025-10-05 03:01:03.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/entity-manager_%.bbappend' (29,006) at 20241226090016127
30514 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/gose/MAINTAINERS' (29,007) at 20210308005003032
30515 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_icpu_cfg.h' (29,008) at 20210308005002820
30516 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imx8m_image.sh' (29,009) at 20210308005003764
30517 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-u-boot.dtsi' (29,010) at 20210308005002600
30518 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/Makefile' (29,011) at 20210308005003024
30519 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/basebuilddetailpage.html' (29,012) at 20210307205554282
30520 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/ulpi-viewport.c' (29,013) at 20210308005003520
30521 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/elog_watch.cpp' (29,014) at 20241129090023561
30522 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/Makefile' (29,015) at 20210308005003172
30523 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/ivybridge_sound.c' (29,016) at 20210308005003488
30524 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-hostfw-over-pldm.inc' (29,017) at 20231012080014468
30525 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/Physical.interface.yaml' (29,018) at 20220315030032667
30526 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/Kconfig' (29,019) at 20220802100038577
30527 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_dos.h' (29,020) at 20210308005003288
30528 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/ip-to-fpga.service' (29,021) at 20240308090017911
30529 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/start.S' (29,022) at 20210308005002548
30530 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/libssl-is-required-if-eventint-supported.patch' (29,023) at 20230706080014749
30531 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_elf.h' (29,024) at 20240906080037156
30532 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-nslcd-cert-config.conf' (29,025) at 20210528000119871
30533 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3.dtsi' (29,026) at 20210308005002624
30534 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/subprojects/cjson.wrap' (29,027) at 20241010080036061
30535 2025-10-05 03:01:03.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sensor/tmp105.h' (29,028) at 20210927100127241
30536 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx31/imx-regs.h' (29,029) at 20210308005002644
30537 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu_1.42.0.bb' (29,030) at 20241206090014246
30538 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (29,031) at 20211222040037069
30539 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_crypt_impl.c' (29,032) at 20210308004938836
30540 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/me-time-sync.bb' (29,033) at 20241206090014218
30541 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mv-common.h' (29,034) at 20210308005003604
30542 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/printinsn.c' (29,035) at 20210927100127385
30543 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/qemu.desktop' (29,036) at 20210308005046549
30544 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx-static/custom.js' (29,037) at 20220429100100422
30545 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/lowlevel_init.S' (29,038) at 20210308005002908
30546 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cpputest/cpputest_4.0.bb' (29,039) at 20221104030017433
30547 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/funcmux.h' (29,040) at 20210308005002672
30548 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/133.out' (29,041) at 20210308005046449
30549 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/smc91111.c' (29,042) at 20210308005003444
30550 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/cache.c' (29,043) at 20210308005002544
30551 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb' (29,044) at 20231126090012797
30552 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0006-Workaround-patch-for-missing-Python3-transition-of-t.patch' (29,045) at 20230706080014749
30553 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/anx9804.c' (29,046) at 20210308005003520
30554 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/wm8960.cfg' (29,047) at 20210629000017460
30555 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_date_and_time_settings.robot' (29,048) at 20210308005007104
30556 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch' (29,049) at 20231011080016622
30557 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.2-no-invariants-only' (29,050) at 20211006000025234
30558 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/openrisc/or1k-sim.rst' (29,051) at 20221215040039082
30559 2025-10-05 03:01:03.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria10_socdk_sdmmc.dts' (29,052) at 20210308005002612
30560 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-common.txt' (29,053) at 20240106090017261
30561 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_h.c' (29,054) at 20210308005046521
30562 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_overlay.c' (29,055) at 20210308005003708
30563 2025-10-05 03:01:03.450-0500 FINEST t466 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' (29,056) at 20230114040015494
30564 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-B-2.0' (29,057) at 20211006000025242
30565 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (29,058) at 20241114091011588
30566 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/ctype.c' (29,059) at 20210308005003760
30567 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/subprojects/packagefiles/boost/meson.build' (29,060) at 20240501080016543
30568 2025-10-05 03:01:03.450-0500 FINEST t466 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' (29,061) at 20241206090014210
30569 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/mcx.h' (29,062) at 20210308005003004
30570 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/common/common.c' (29,063) at 20210308005003500
30571 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_compare_bytes.md' (29,064) at 20240809080033023
30572 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_efi_loader.py' (29,065) at 20210308005003744
30573 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/i8259.h' (29,066) at 20240906080037332
30574 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/start.S' (29,067) at 20210308005002800
30575 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (29,068) at 20210807000017358
30576 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/uniphier_v7_defconfig' (29,069) at 20210308005003284
30577 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/lowlevel_init.S' (29,070) at 20210308005003068
30578 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ulcb/MAINTAINERS' (29,071) at 20210308005003040
30579 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/hardware.h' (29,072) at 20210308005002716
30580 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/fsp_configs.h' (29,073) at 20210308005002876
30581 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch' (29,074) at 20230706080014757
30582 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hollviken_Stora_Hammar' (29,075) at 20210307205553782
30583 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/p10bmc/server.ttyVUART0.conf' (29,076) at 20240730080012557
30584 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/headers_fixup.patch' (29,077) at 20210812000025274
30585 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSFULLR' (29,078) at 20211006000025234
30586 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/processor.h' (29,079) at 20210308005002888
30587 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/272' (29,080) at 20210927100127501
30588 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/embedded.c' (29,081) at 20210308005003540
30589 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/dms-ba16_1g.cfg' (29,082) at 20210308005002908
30590 2025-10-05 03:01:03.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/call_output_config.patch' (29,083) at 20230706080014765
30591 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/xen-hw-stub.c' (29,084) at 20240906080037444
30592 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/224' (29,085) at 20221215040039362
30593 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/055_sections.dts' (29,086) at 20210308005003752
30594 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/Makefile' (29,087) at 20210308005002964
30595 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rv1108.dtsi' (29,088) at 20210308005002608
30596 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm64/lowlevel_init.S' (29,089) at 20210308005002792
30597 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/kudo_motherboard.json' (29,090) at 20230624080005339
30598 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6q_pins.h' (29,091) at 20210308005002648
30599 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/trace-events' (29,092) at 20210927100127093
30600 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5253demo/m5253demo.c' (29,093) at 20210308005002972
30601 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/battery/bat_trats2.c' (29,094) at 20210308005003468
30602 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/designware_udc.h' (29,095) at 20210308005003688
30603 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/patching.py' (29,096) at 20210308005046237
30604 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/pgood_monitor.hpp' (29,097) at 20240817080031296
30605 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/LICENSE' (29,098) at 20210308005047569
30606 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/stack.c' (29,099) at 20210308005002708
30607 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/relocs.h' (29,100) at 20210308005002816
30608 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Chatton' (29,101) at 20210307205553794
30609 2025-10-05 03:01:03.451-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-clash.json' (29,102) at 20210927100127469
30610 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/maltael_defconfig' (29,103) at 20210308005003268
30611 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock2/Kconfig' (29,104) at 20210308005003032
30612 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-core/busybox/busybox_%.bbappend' (29,105) at 20210813100029652
30613 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/md5.h' (29,106) at 20210308004938836
30614 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/srcpos.c' (29,107) at 20210308005003728
30615 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ne2000' (29,108) at 20210308005003296
30616 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/edminiv2/edminiv2.c' (29,109) at 20210308005002904
30617 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Suomussalmi_Juntusranta' (29,110) at 20210307205553774
30618 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_d.c' (29,111) at 20210308005046521
30619 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-kernel/linux/linux-aspeed/spc621d8hm3.cfg' (29,112) at 20240113090014528
30620 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/errors.mako.hpp' (29,113) at 20210308005108057
30621 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/lib/devtool/__init__.py' (29,114) at 20210307205554386
30622 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-power-control.service' (29,115) at 20220203040027080
30623 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Motosoto' (29,116) at 20210307205554426
30624 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/reset.S' (29,117) at 20210308005002552
30625 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-config/zones.yaml' (29,118) at 20210307205554066
30626 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/chassis/avsbus-control/avsbus-control@.service' (29,119) at 20210307205554222
30627 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_NOR_defconfig' (29,120) at 20210308005003240
30628 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/avoid-running-host-binaries-for-sanity.patch' (29,121) at 20230919080013958
30629 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/table_templater.py' (29,122) at 20220429100100750
30630 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/Kconfig' (29,123) at 20210308005003480
30631 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-sato/libwpe_%.bbappend' (29,124) at 20220204040022564
30632 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/gbmc-host-poweroff.target' (29,125) at 20210623000017852
30633 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.github/ISSUE_TEMPLATE/design-review.md' (29,126) at 20221215040043182
30634 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC8_C-139W' (29,127) at 20210307205553758
30635 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/usb_network_test.sh' (29,128) at 20230606080013598
30636 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/cache.c' (29,129) at 20210308005002712
30637 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgesi.c' (29,130) at 20210308005046529
30638 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/targets/opensuse-leap-15.yml' (29,131) at 20240326080039726
30639 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/tmpd.hpp' (29,132) at 20241105090007095
30640 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/pf0100_otp.inc' (29,133) at 20210308005003080
30641 2025-10-05 03:01:03.452-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Metric/Reset.interface.yaml' (29,134) at 20231216090022625
30642 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RouteSetEntry.v1_0_2.json' (29,135) at 20240619080002952
30643 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5441x.h' (29,136) at 20210308005002804
30644 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Settings/PowerPolicyStore.js' (29,137) at 20241005080042589
30645 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Led/Group.interface.yaml' (29,138) at 20221207040023631
30646 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/emul/sandbox_flash.c' (29,139) at 20210308005003504
30647 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/.lcovrc' (29,140) at 20210308005130545
30648 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mc13783.h' (29,141) at 20210308005003672
30649 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl-obstack.bb' (29,142) at 20230131040012047
30650 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cssi/MCR3000/Kconfig' (29,143) at 20210308005002952
30651 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-kernel/linux/linux-aspeed/ncplite.cfg' (29,144) at 20230412080023456
30652 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py' (29,145) at 20241221090017592
30653 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/op_dump_util.cpp' (29,146) at 20240820080022986
30654 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC0-1.0' (29,147) at 20210307205554418
30655 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-meh/python3-meh_0.52.bb' (29,148) at 20241221090017564
30656 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/cpu.c' (29,149) at 20210308005002800
30657 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/openbmc_project/meson.build' (29,150) at 20241112090035822
30658 2025-10-05 03:01:03.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.0' (29,151) at 20210307205554422
30659 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/Kconfig' (29,152) at 20210308005003012
30660 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_crypt.c' (29,153) at 20210308004938836
30661 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb' (29,154) at 20220823030015991
30662 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sedutil/files/0001-Fix-build-on-big-endian-architectures.patch' (29,155) at 20230706080014749
30663 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/Alert.vue' (29,156) at 20220105012522983
30664 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/gpio/meson-gxl-gpio.h' (29,157) at 20210308005003636
30665 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91-sama5_common.h' (29,158) at 20210308005003584
30666 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_resource.h' (29,159) at 20220429100100646
30667 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/Makefile' (29,160) at 20210308005003540
30668 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-pro5.c' (29,161) at 20210308005002792
30669 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aiot_qspi_defconfig' (29,162) at 20210308005003264
30670 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_w.c' (29,163) at 20210308005046505
30671 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpu_le_qb.c' (29,164) at 20210308005046505
30672 2025-10-05 03:01:03.454-0500 FINEST t466 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' (29,165) at 20210307205554094
30673 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/mrw-api-native.bb' (29,166) at 20230406080015461
30674 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2lite.dts' (29,167) at 20210308005002592
30675 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/float_convs.ref' (29,168) at 20221215040039386
30676 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/run_keyword.py' (29,169) at 20221209040018563
30677 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bearssl/bearssl/0002-test-test_x509.c-fix-potential-overflow-issue.patch' (29,170) at 20230706080014737
30678 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/compare_presence.md' (29,171) at 20240809080033023
30679 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_empty.decode' (29,172) at 20210308005046389
30680 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/retain.py' (29,173) at 20241221090017632
30681 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/toaster-tests-requirements.txt' (29,174) at 20241221090017592
30682 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/storage_common.c' (29,175) at 20210308005003508
30683 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/u-boot-spl.lds' (29,176) at 20210308005002796
30684 2025-10-05 03:01:03.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-bmips/dram.c' (29,177) at 20210308005002820
30685 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/vhost-user-blk-server.h' (29,178) at 20240326080039378
30686 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/stm32h7/Kconfig' (29,179) at 20210308005002784
30687 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircexec.init' (29,180) at 20210307205553850
30688 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/netmap.c' (29,181) at 20240906080037376
30689 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.aserver.typeid.hpp.mako' (29,182) at 20230902080037617
30690 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/fix-link-to-xforms-man.patch' (29,183) at 20230706080014753
30691 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc86xx.h' (29,184) at 20210308005003672
30692 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/float.h' (29,185) at 20241211090212550
30693 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/build.py' (29,186) at 20241221090017700
30694 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_elf.h' (29,187) at 20240326080039390
30695 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/odata/index.json' (29,188) at 20220520030007180
30696 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3399_vop.c' (29,189) at 20210308005003532
30697 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/qatzip-compression.rst' (29,190) at 20241211090212234
30698 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/imx8image.c' (29,191) at 20220214040047371
30699 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/dm-verity-beaglebone.txt' (29,192) at 20230401080011947
30700 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/teranetics.c' (29,193) at 20210308005003444
30701 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftmac100.c' (29,194) at 20210308005003432
30702 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/Makefile' (29,195) at 20210308005003036
30703 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/files/fix-doc-mandir.patch' (29,196) at 20210307205554566
30704 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpsd-py3_0.3.0.bb' (29,197) at 20241221090017552
30705 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/unaligned/le_byteshift.h' (29,198) at 20210308005003672
30706 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/k2l_hs_evm_defconfig' (29,199) at 20210308005003260
30707 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/README' (29,200) at 20210308005002948
30708 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/virtex2.c' (29,201) at 20210308005003376
30709 2025-10-05 03:01:03.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pinebook_defconfig' (29,202) at 20210308005003276
30710 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/syscallhdr.sh' (29,203) at 20241211090212378
30711 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spd.h' (29,204) at 20210308005003684
30712 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/digic-timer.h' (29,205) at 20210308005046033
30713 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (29,206) at 20210307205554094
30714 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/MAINTAINERS' (29,207) at 20210308005003036
30715 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/acpi_power_state.cpp' (29,208) at 20230629131804615
30716 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/pdr_jsons/state_effecter/malformed/effecter_pdr.json' (29,209) at 20210518000100505
30717 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Espoo' (29,210) at 20210307205553770
30718 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/psu1' (29,211) at 20230412080023460
30719 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p1021_serdes.c' (29,212) at 20210308005002832
30720 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/highbank.rst' (29,213) at 20210927100127077
30721 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ii_Raiskio' (29,214) at 20210307205553770
30722 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc7.c' (29,215) at 20210308005003696
30723 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuriscv64.yml' (29,216) at 20210307205554110
30724 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/styles/bmc-reboot.scss' (29,217) at 20210308005107077
30725 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/microchip/pic32mzda/Kconfig' (29,218) at 20210308005003020
30726 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/run-ci' (29,219) at 20240304090034947
30727 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/pci.h' (29,220) at 20210308005002852
30728 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/README' (29,221) at 20210308005003088
30729 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/openbmc-env' (29,222) at 20211104000031620
30730 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Divis' (29,223) at 20210307205553794
30731 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_de0_nano_soc_defconfig' (29,224) at 20210308005003280
30732 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/Makefile' (29,225) at 20210308005003016
30733 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/files/configure_oe_fixup.patch' (29,226) at 20230706080014769
30734 2025-10-05 03:01:03.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c' (29,227) at 20210308005002908
30735 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/bblayers.conf.sample' (29,228) at 20220910030013337
30736 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ApplyTime.interface.yaml' (29,229) at 20221207040023631
30737 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handler.hpp' (29,230) at 20220108040030440
30738 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PowerSupply_LocationCode.json' (29,231) at 20221213040036921
30739 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/list-users.cpp' (29,232) at 20240817080036816
30740 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmsupx5_defconfig' (29,233) at 20210308005003264
30741 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl_2.4.0.bb' (29,234) at 20241221090017528
30742 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-evb.dts' (29,235) at 20220617030036053
30743 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Virserum' (29,236) at 20210307205553794
30744 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sbc8641d.h' (29,237) at 20210308005003616
30745 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/0001-include-libgen.h-for-basename.patch' (29,238) at 20240413080012647
30746 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-riscv/Kconfig' (29,239) at 20210308005002956
30747 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-3.0' (29,240) at 20210307205554418
30748 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/gconf.glade' (29,241) at 20210308005003732
30749 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/db-88f6820-amc_defconfig' (29,242) at 20210308005003256
30750 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fritsla' (29,243) at 20210307205553782
30751 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/iomux.c' (29,244) at 20210308005002728
30752 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sl-ddr.h' (29,245) at 20210308005002648
30753 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/build-scripts/openbmctool-rhel7.spec' (29,246) at 20210308005111461
30754 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysstat/sysstat/sysstat.service' (29,247) at 20210307205554570
30755 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/msm8916-usbh-phy.c' (29,248) at 20210308005003456
30756 2025-10-05 03:01:03.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ap121.h' (29,249) at 20210308005003584
30757 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/zip.c' (29,250) at 20210308005003220
30758 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-usage-controller.html' (29,251) at 20210308005107077
30759 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/0001-configure-Add-correct-system-headers-and-prototypes-.patch' (29,252) at 20220910030013429
30760 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-build-meintro_fr.ps-depends-on-tbl.patch' (29,253) at 20231011080016614
30761 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/topic_miami.h' (29,254) at 20210308005003620
30762 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/lanplus_dump.c' (29,255) at 20210308004938836
30763 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/libexecinfo_1.1.bb' (29,256) at 20241221090017516
30764 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/ep93xx.h' (29,257) at 20210308005002640
30765 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_u_h.c' (29,258) at 20210308005046517
30766 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/requester.cpp' (29,259) at 20241211090212454
30767 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hwspinlock.h' (29,260) at 20210308005003652
30768 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra114-dalmore.dts' (29,261) at 20210308005002628
30769 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pci_expander_bridge_stubs.c' (29,262) at 20221215040039138
30770 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/xattr.py' (29,263) at 20230919080013966
30771 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/filetypes.txt' (29,264) at 20230426080043656
30772 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/sbc8548.c' (29,265) at 20210308005003048
30773 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/volatile-binds.bb' (29,266) at 20241206090014318
30774 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (29,267) at 20241206090014230
30775 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Common.metadata.yaml' (29,268) at 20220430030026016
30776 2025-10-05 03:01:03.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/meson.options' (29,269) at 20230817080049093
30777 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/Makefile' (29,270) at 20210308005002824
30778 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a7796_salvator-x_defconfig' (29,271) at 20210308005003276
30779 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/gbs-bios-update.bb' (29,272) at 20241221090017568
30780 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Valanger' (29,273) at 20210307205553794
30781 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig' (29,274) at 20210308005003736
30782 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dump/debug-trigger_%.bbappend' (29,275) at 20241206090014230
30783 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/anx9804.h' (29,276) at 20210308005003520
30784 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/sh_qspi.c' (29,277) at 20210308005003492
30785 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ro-Bucharest' (29,278) at 20210307205553778
30786 2025-10-05 03:01:03.459-0500 FINEST t466 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' (29,279) at 20240413080012627
30787 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/lowlevel_init.S' (29,280) at 20210308005003036
30788 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/use-PTHREAD_MUTEX_RECURSIVE.patch' (29,281) at 20210307205553938
30789 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/xusb-padctl.c' (29,282) at 20210308005002788
30790 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig' (29,283) at 20210308005003288
30791 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/crl-unaligned.S' (29,284) at 20230426080043952
30792 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7r/tune-cortexr7.inc' (29,285) at 20210905000020581
30793 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/encodefix.patch' (29,286) at 20241221090017664
30794 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/sdbusplus.wrap' (29,287) at 20220409030025463
30795 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pei_data.h' (29,288) at 20210308005002876
30796 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_mman.h' (29,289) at 20230925080039941
30797 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/sound/azalia.h' (29,290) at 20210308005003644
30798 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/quirks.c' (29,291) at 20210308005045977
30799 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inftrees.c' (29,292) at 20210308005003716
30800 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/micron_7450.json' (29,293) at 20231021080005490
30801 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-priority/python3-priority_2.0.0.bb' (29,294) at 20210729000029108
30802 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/lpc32xx_hsuart.h' (29,295) at 20210308005003628
30803 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/0001-mimetic-Check-for-MMAP_FAILED-return-from-mmap.patch' (29,296) at 20210307205553978
30804 2025-10-05 03:01:03.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/machine/transformers.conf' (29,297) at 20230927080013510
30805 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.cfi' (29,298) at 20210308005003292
30806 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/mccmon6/MAINTAINERS' (29,299) at 20210308005003016
30807 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/MAINTAINERS' (29,300) at 20210308005002976
30808 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/domain-map' (29,301) at 20240326080039398
30809 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/denali_spl.c' (29,302) at 20210308005003412
30810 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/corosync.conf' (29,303) at 20210307205553826
30811 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/samhain-client.bb' (29,304) at 20230131040012039
30812 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_s_d.c' (29,305) at 20210308005046517
30813 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-tree' (29,306) at 20220429100100750
30814 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GL2PS' (29,307) at 20211006000025234
30815 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ir-Tehran' (29,308) at 20210307205553774
30816 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend' (29,309) at 20210812000025266
30817 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/files/0001-fix-musl-build.patch' (29,310) at 20241221090017512
30818 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410-b2260.dts' (29,311) at 20210308005002612
30819 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/mve.decode' (29,312) at 20230426080043860
30820 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls2080a-qds.dts' (29,313) at 20210308005002580
30821 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socrates-u-boot.dtsi' (29,314) at 20210308005002612
30822 2025-10-05 03:01:03.460-0500 FINEST t466 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' (29,315) at 20210307205554094
30823 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxs.c' (29,316) at 20210308005002548
30824 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/Add-riscv64-support.patch' (29,317) at 20231011080016574
30825 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/MAINTAINERS' (29,318) at 20210308005003072
30826 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init.bb' (29,319) at 20241206090014206
30827 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/plltest.c' (29,320) at 20210421100236118
30828 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/device.h' (29,321) at 20210308005002876
30829 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/x32lib.py' (29,322) at 20220910030013401
30830 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/best-practices.rst' (29,323) at 20240906080037172
30831 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/gpio.h' (29,324) at 20210308005002752
30832 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bubblegum_96.h' (29,325) at 20210308005003588
30833 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0003-CVE-2022-41325.patch' (29,326) at 20230114040015490
30834 2025-10-05 03:01:03.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/boston/checkboard.c' (29,327) at 20210308005003008
30835 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/esmtp/esmtp/0001-Fix-libESMTP-dependency-check.patch' (29,328) at 20230706080014737
30836 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf.c' (29,329) at 20210308005003420
30837 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pudasjarvi_Iso-Syote' (29,330) at 20210307205553774
30838 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_kernel_cmdline_descriptor.c' (29,331) at 20210308005003708
30839 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/ca_certs_manager_test.cpp' (29,332) at 20230511080024715
30840 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0003-cli-Define-_GNU_SOURCE-for-getting-sighandler_t.patch' (29,333) at 20230706080014737
30841 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe/cbus/util_csr.h' (29,334) at 20210308005003676
30842 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clocks_am33xx.h' (29,335) at 20210308005002636
30843 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_sockit.h' (29,336) at 20210308005003616
30844 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/tools/owners' (29,337) at 20221209040017239
30845 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra76x.dtsi' (29,338) at 20210308005002576
30846 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/ata/intel-sata.txt' (29,339) at 20210308005003300
30847 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/messages/collect_trigger_id.hpp' (29,340) at 20220412175720086
30848 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/layouts/ConsoleLayout.vue' (29,341) at 20220105012522991
30849 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/soc/keystone/Makefile' (29,342) at 20210308005003488
30850 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8572DS_36BIT_defconfig' (29,343) at 20210308005003240
30851 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Spencer-94' (29,344) at 20211006000025246
30852 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/colibri_vf.c' (29,345) at 20210308005003084
30853 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versatile/reset.S' (29,346) at 20210308005002796
30854 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/Kconfig' (29,347) at 20210308005002720
30855 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/i2c/requirements.txt' (29,348) at 20240322080018644
30856 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pychassisctl/setup.py' (29,349) at 20220728030041559
30857 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/wol.c' (29,350) at 20210308005003720
30858 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-cache.c' (29,351) at 20240326080039382
30859 2025-10-05 03:01:03.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/edk2-test-parser-native.bb' (29,352) at 20231126090012773
30860 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/taurus/taurus.c' (29,353) at 20210308005003052
30861 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/image-manifest' (29,354) at 20230211040012659
30862 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ecc.c' (29,355) at 20210308005002828
30863 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/Kconfig' (29,356) at 20210308005002968
30864 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/woodburn_sd_defconfig' (29,357) at 20210308005003284
30865 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-mv78260.dtsi' (29,358) at 20210308005002568
30866 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ahw1um2riser.json' (29,359) at 20220601030005861
30867 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TORQUE-1.1' (29,360) at 20211006000025246
30868 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/tb_gateway.yaml' (29,361) at 20210307205553850
30869 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-atmel.c' (29,362) at 20210308005003512
30870 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bygdetrask' (29,363) at 20210307205553778
30871 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/evb-rk3328.c' (29,364) at 20210308005003040
30872 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto-rt_%.bbappend' (29,365) at 20230813080012860
30873 2025-10-05 03:01:03.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildhistory-collect-srcrevs' (29,366) at 20210905000020601
30874 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T104xRDB.h' (29,367) at 20210308005003580
30875 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/pwmtach.c' (29,368) at 20210308005111465
30876 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv6.inc' (29,369) at 20210905000020581
30877 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/Makefile' (29,370) at 20210308005003084
30878 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device-pxs3.c' (29,371) at 20210308005002792
30879 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/UTOO_P66_defconfig' (29,372) at 20210308005003244
30880 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3188-cru.txt' (29,373) at 20210308005003300
30881 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/NewDump.interface.yaml' (29,374) at 20221207040023627
30882 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/distro_btn.html' (29,375) at 20210307205554286
30883 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/Makefile' (29,376) at 20210308005002832
30884 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_mman.h' (29,377) at 20230925080039941
30885 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/imx8mq_evk.c' (29,378) at 20210308005002964
30886 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/pgood_monitor.cpp' (29,379) at 20210308005109241
30887 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/README.md' (29,380) at 20240806080018895
30888 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.TPL' (29,381) at 20210308005003292
30889 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.7.0.bb' (29,382) at 20241221090017492
30890 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/internals.h' (29,383) at 20240906080037184
30891 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/at91sam9261ek.c' (29,384) at 20210308005002916
30892 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svinesund' (29,385) at 20210307205553790
30893 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-phosphor/images/fb-yosemite4n-phosphor-image.inc' (29,386) at 20240727080014098
30894 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot.py' (29,387) at 20210308005003748
30895 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/cpu.c' (29,388) at 20210308005002848
30896 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/0003-Add-version-information-to-libmetis.patch' (29,389) at 20230706080014745
30897 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/gpio.h' (29,390) at 20210308005002828
30898 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-riscv/MAINTAINERS' (29,391) at 20210308005002956
30899 2025-10-05 03:01:03.463-0500 FINEST t466 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' (29,392) at 20210307205554094
30900 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/host_condition.cpp' (29,393) at 20240723080028240
30901 2025-10-05 03:01:03.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-tec.dts' (29,394) at 20210308005002628
30902 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_r_ph.c' (29,395) at 20210308005046505
30903 2025-10-05 03:01:03.464-0500 FINEST t466 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' (29,396) at 20241221090017540
30904 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Aspeboda' (29,397) at 20210307205553778
30905 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/files/0001-beep-library-Make-it-compatible-with-c99.patch' (29,398) at 20231126090012793
30906 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/vhost-user-blk-server.c' (29,399) at 20241211090212210
30907 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pl-Rzeszow' (29,400) at 20210307205553778
30908 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mulr_q_w.c' (29,401) at 20210308005046513
30909 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/power8-pmu.h' (29,402) at 20240906080037516
30910 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-smopa-2.c' (29,403) at 20240906080037576
30911 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/Makefile' (29,404) at 20210308005002968
30912 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/net_iface_mock.h' (29,405) at 20230919080007046
30913 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/Makefile' (29,406) at 20210308005002536
30914 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_validate_unittest.cpp' (29,407) at 20230511080029875
30915 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/community-membership.md' (29,408) at 20241203090006519
30916 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/system_queries.hpp' (29,409) at 20230511080033415
30917 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-evm-u-boot.dtsi' (29,410) at 20210308005002596
30918 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/timer.c' (29,411) at 20210308005002916
30919 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5250/MAINTAINERS' (29,412) at 20210308005003044
30920 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/irqroute.h' (29,413) at 20210308005002876
30921 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/emlid_neutis_n5_devboard_defconfig' (29,414) at 20210308005003256
30922 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb.upgraded' (29,415) at 20240106090017253
30923 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/ace_sha.h' (29,416) at 20210308005003356
30924 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/transitioning-to-a-custom-environment.rst' (29,417) at 20230114040015526
30925 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x-board.c' (29,418) at 20210308005002772
30926 2025-10-05 03:01:03.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarkvissle' (29,419) at 20210307205553782
30927 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/stm32_rcc.h' (29,420) at 20241211090212362
30928 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/Kconfig' (29,421) at 20210308005003460
30929 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-qds-lpuart.dts' (29,422) at 20210308005002580
30930 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mt7623n_bpir2_defconfig' (29,423) at 20210308005003268
30931 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/lpc32xx_nand_slc.c' (29,424) at 20210308005003412
30932 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/pathwatch.hpp' (29,425) at 20220727100018782
30933 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5249.h' (29,426) at 20210308005002804
30934 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/log.c' (29,427) at 20210308005003548
30935 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/b1.bb' (29,428) at 20210307205554250
30936 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftahbc020s.h' (29,429) at 20210308005003644
30937 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/0006-adb-Musl-fixes.patch' (29,430) at 20230706080014745
30938 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/trigger_manager_mock.hpp' (29,431) at 20220412175720090
30939 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Control/Power.interface.yaml' (29,432) at 20221207040023627
30940 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/0001-build-Do-not-build-.sgml-file.patch' (29,433) at 20230317080013785
30941 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dragonboard820c_defconfig' (29,434) at 20210308005003256
30942 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/gadget.c' (29,435) at 20210308005003044
30943 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sxsabresd/imximage.cfg' (29,436) at 20210308005002984
30944 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-unknown.err' (29,437) at 20210308005046409
30945 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aristainetos2b.h' (29,438) at 20210308005003584
30946 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ipmi-bt-test.c' (29,439) at 20241211090212546
30947 2025-10-05 03:01:03.465-0500 FINEST t466 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' (29,440) at 20231011080016578
30948 2025-10-05 03:01:03.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ecovec/lowlevel_init.S' (29,441) at 20210308005003032
30949 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/shpc.c' (29,442) at 20240906080037276
30950 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (29,443) at 20230412080023460
30951 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/console/obmc-console/obmc-console.conf' (29,444) at 20230512080018777
30952 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_createhandler_unittest.cpp' (29,445) at 20210308005120361
30953 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/omap5_uevm/Kconfig' (29,446) at 20210308005003080
30954 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/confirm.js' (29,447) at 20210308005107069
30955 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui.py' (29,448) at 20210307205554642
30956 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-2.5' (29,449) at 20210307205554418
30957 2025-10-05 03:01:03.466-0500 FINEST t466 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' (29,450) at 20231011080016574
30958 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libopusenc/libopusenc_0.2.1.bb' (29,451) at 20241221090017532
30959 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/audio.c' (29,452) at 20210308005003736
30960 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/LICENSE' (29,453) at 20210307205554046
30961 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/aspeed_hace_v1.c' (29,454) at 20220802100038577
30962 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/main.c' (29,455) at 20230302090047758
30963 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/test_r5900_mflohi1.c' (29,456) at 20210308005046525
30964 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20.dtsi' (29,457) at 20210308005002624
30965 2025-10-05 03:01:03.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/intel_ich6_gpio.c' (29,458) at 20210308005003376
30966 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,rainier-2u_associations.json' (29,459) at 20241212090014007
30967 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/Makefile' (29,460) at 20210308005002824
30968 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/Makefile' (29,461) at 20210308005002904
30969 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/phosphor-dbus-interfaces.wrap' (29,462) at 20220531100030248
30970 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/birdland_bav335b_defconfig' (29,463) at 20210308005003252
30971 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0007_brlayers_optional_gitinfo.py' (29,464) at 20210307205554262
30972 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.silent' (29,465) at 20210308005003296
30973 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libssp-nonshared/stack_chk.c' (29,466) at 20210629000017500
30974 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_baltos_defconfig' (29,467) at 20210308005003244
30975 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/phosphor-systemd-policy/journald-maxlevel-policy.conf' (29,468) at 20210307205554058
30976 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.json' (29,469) at 20210927100127469
30977 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.gitignore' (29,470) at 20210407000018094
30978 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/openssh/ssh_host_rsa_key.pub' (29,471) at 20210307205554466
30979 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/sifive_u.rst' (29,472) at 20240906080037180
30980 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/README' (29,473) at 20220526030017599
30981 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.1.bb' (29,474) at 20241221090017528
30982 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ddr_rk3368.h' (29,475) at 20210308005002660
30983 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_prctl.h' (29,476) at 20220429100100646
30984 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/catalina/post_desc.json' (29,477) at 20240817080006183
30985 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/fix-lsi2c-makefile.patch' (29,478) at 20240106090017233
30986 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/gxp.inc' (29,479) at 20210908000029103
30987 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_pbi.cfg' (29,480) at 20210308005002968
30988 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/0001-Fix-configure.ac.patch' (29,481) at 20210407000018082
30989 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/event.cpp' (29,482) at 20240817080036824
30990 2025-10-05 03:01:03.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-reboot@.target' (29,483) at 20240321080027598
30991 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/qemutinyrunner.py' (29,484) at 20210420000021594
30992 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/acpi.c' (29,485) at 20210308005002880
30993 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/mscc.c' (29,486) at 20210308005003440
30994 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/templates/default/conf-notes.txt' (29,487) at 20240712080022837
30995 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/harma/host-poweroff' (29,488) at 20231128090014177
30996 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPL-2.0-no-copyleft-exception' (29,489) at 20211006000025238
30997 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (29,490) at 20241206090014278
30998 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-rcar.c' (29,491) at 20210308005003516
30999 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/concepts.hpp' (29,492) at 20240731080033666
31000 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.editorconfig' (29,493) at 20220503030039696
31001 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PSF-2.0' (29,494) at 20210307205554426
31002 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpni.h' (29,495) at 20210308005003648
31003 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston32r6_defconfig' (29,496) at 20210308005003252
31004 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongson_liointc.c' (29,497) at 20240326080039450
31005 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/tiogapass/gpio_desc.json' (29,498) at 20221207040007843
31006 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/syslog' (29,499) at 20231014080011731
31007 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra210/Makefile' (29,500) at 20210308005002788
31008 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/qixis.c' (29,501) at 20210308005002960
31009 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/cereal.wrap' (29,502) at 20210831000031555
31010 2025-10-05 03:01:03.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Linsell' (29,503) at 20210307205553786
31011 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/MAINTAINERS' (29,504) at 20210308005002984
31012 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/Makefile' (29,505) at 20210308005003496
31013 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dialog_pmic.h' (29,506) at 20210308005003628
31014 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/am35x_musb.c' (29,507) at 20210308005002760
31015 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_fru.c' (29,508) at 20210308004938824
31016 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4ek_mmc_defconfig' (29,509) at 20210308005003276
31017 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/config.h.in' (29,510) at 20240614080016246
31018 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.hwconfig' (29,511) at 20210308005003296
31019 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_e_prci.c' (29,512) at 20210927100127157
31020 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (29,513) at 20240829080014014
31021 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/compress/zstd.py' (29,514) at 20220910030013373
31022 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/containers.yml' (29,515) at 20241211090212202
31023 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lx2160aqds.h' (29,516) at 20210308005003604
31024 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_e_prci.h' (29,517) at 20230426080043764
31025 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/dbus_path_utils.cpp' (29,518) at 20221028100033263
31026 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_vga.py' (29,519) at 20210308005003748
31027 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/typeaheads.py' (29,520) at 20210307205554286
31028 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-flex' (29,521) at 20241221090017612
31029 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_sec_mon.h' (29,522) at 20210308005003652
31030 2025-10-05 03:01:03.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/msg_port.c' (29,523) at 20210308005002860
31031 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/en-i3c-hub-scan-fru@.service' (29,524) at 20241107090014377
31032 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/Kconfig' (29,525) at 20210308005003472
31033 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/types.h' (29,526) at 20210308005046053
31034 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/develop-arm.txt' (29,527) at 20210308005003012
31035 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-xdist_3.5.0.bb' (29,528) at 20231207090015270
31036 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/control_regs.h' (29,529) at 20210308005002876
31037 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.rst' (29,530) at 20241221090017596
31038 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A10s-OLinuXino-M_defconfig' (29,531) at 20210308005003232
31039 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpv.c' (29,532) at 20210308005046505
31040 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/drm/drm-info_2.7.0.bb' (29,533) at 20241221090017528
31041 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/barebox.bbclass' (29,534) at 20241221090017608
31042 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/ampere-bmc-reboot-host-check@.service' (29,535) at 20241024080011938
31043 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5235evb/MAINTAINERS' (29,536) at 20210308005002972
31044 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sundsvall_S_Stadsberget' (29,537) at 20210307205553790
31045 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-internal.c' (29,538) at 20240906080037444
31046 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/setup.py' (29,539) at 20210308005048369
31047 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-mo.h' (29,540) at 20210308005046057
31048 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/072.out' (29,541) at 20210308005046441
31049 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-operations-controller.html' (29,542) at 20210308005107077
31050 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/servalt/Kconfig' (29,543) at 20210308005003020
31051 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx-volatile.conf' (29,544) at 20210307205554034
31052 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/select_version' (29,545) at 20221209040018559
31053 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inffixed.h' (29,546) at 20210308005003716
31054 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/sunxi_nand_spl.c' (29,547) at 20210308005003416
31055 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/OWNERS' (29,548) at 20221001030006908
31056 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/rail.md' (29,549) at 20240809080033019
31057 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-UC-export-US' (29,550) at 20241221090017616
31058 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vx.h' (29,551) at 20230925080040101
31059 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-05' (29,552) at 20210908000010395
31060 2025-10-05 03:01:03.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/meson.build' (29,553) at 20210308005046085
31061 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/EINTR_wrappers.c' (29,554) at 20210308005111461
31062 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/perl.py' (29,555) at 20220910030013401
31063 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/emc.h' (29,556) at 20210308005002672
31064 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mti,malta.dts' (29,557) at 20210308005002816
31065 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/0001-canutils-candump-Add-error-frame-s-handling.patch' (29,558) at 20210307205553934
31066 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/leds/evb-npcm845-led-manager-config/led.yaml' (29,559) at 20240829080014018
31067 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_regs.h' (29,560) at 20220429100100566
31068 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ppcag/bg0900/Kconfig' (29,561) at 20210308005003028
31069 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xmessage_1.0.7.bb' (29,562) at 20240413080012655
31070 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear320/Kconfig' (29,563) at 20210308005003052
31071 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/ucd90320_device_tests.cpp' (29,564) at 20240817080031292
31072 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/files/lkrg.cfg' (29,565) at 20220409030017491
31073 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600.h' (29,566) at 20210421100236122
31074 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console/system1/server.ttyVUART0.conf' (29,567) at 20241119090012132
31075 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout/README.md' (29,568) at 20221207040023627
31076 2025-10-05 03:01:03.471-0500 FINEST t466 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' (29,569) at 20231126090012805
31077 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cramfs/cramfs_fs.h' (29,570) at 20210308005003628
31078 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb' (29,571) at 20241221090017492
31079 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/__init__.py' (29,572) at 20210307205554642
31080 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/boot.py' (29,573) at 20220910030013397
31081 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/swift/phosphor-cooling-type@.service' (29,574) at 20220514030009436
31082 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/boot_fit.c' (29,575) at 20210308005003224
31083 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_empty.dts' (29,576) at 20210308005003760
31084 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/0002-flex-Remove-line-directives.patch' (29,577) at 20240113090014536
31085 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fi' (29,578) at 20210308005046145
31086 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/xilinx_phy.c' (29,579) at 20210308005003444
31087 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition_defs.h' (29,580) at 20210308005108645
31088 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-panel-2/files/0001-applets-systray-Allow-icons-to-be-smaller.patch' (29,581) at 20210307205554610
31089 2025-10-05 03:01:03.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/utils_files.py' (29,582) at 20221209040018571
31090 2025-10-05 03:01:03.471-0500 FINEST t466 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' (29,583) at 20210307205553750
31091 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/Overview.vue' (29,584) at 20241004080035967
31092 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/eeprom.c' (29,585) at 20210308005002996
31093 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/code_update_utils.py' (29,586) at 20221209040018567
31094 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/clock.h' (29,587) at 20210308005002656
31095 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/seaboard/seaboard.c' (29,588) at 20210308005003024
31096 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Parkano_Sopukallio' (29,589) at 20210307205553770
31097 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/muxes/Makefile' (29,590) at 20210308005003384
31098 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb' (29,591) at 20240113090014560
31099 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Remove-fgets-extern-declaration.patch' (29,592) at 20241221090017680
31100 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/085_files_compress.dts' (29,593) at 20210308005003752
31101 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-RumsterForest' (29,594) at 20210307205553798
31102 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/espi-control/espi-control_git.bb' (29,595) at 20231216090014900
31103 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_rom.c' (29,596) at 20210308005003452
31104 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/utmi_phy.h' (29,597) at 20210308005003456
31105 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/berkeley-softfloat-3/meson.build' (29,598) at 20230925080039997
31106 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/obmc-flash-bios-patch.service' (29,599) at 20241206090018458
31107 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qp.dtsi' (29,600) at 20210308005002584
31108 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/opos6uldev/Kconfig' (29,601) at 20210308005002912
31109 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/block-gen.h' (29,602) at 20230426080043640
31110 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/subprojects/googletest.wrap' (29,603) at 20210308005130549
31111 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Inari' (29,604) at 20210307205553770
31112 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-ps-api-test_%.bbappend' (29,605) at 20230114040015466
31113 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_presence.cpp' (29,606) at 20241106090023554
31114 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/Kconfig' (29,607) at 20210308005002728
31115 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xorg-driver-video.inc' (29,608) at 20241221090017684
31116 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/LICENSE' (29,609) at 20210308005107513
31117 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-3.0-with-zeromq-exception' (29,610) at 20230706080014777
31118 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0001-configure-use-pkg-config-for-PCRE-detection.patch' (29,611) at 20220402030016023
31119 2025-10-05 03:01:03.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/dma.h' (29,612) at 20210308005002676
31120 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Asmon_Sormoflo' (29,613) at 20210307205553778
31121 2025-10-05 03:01:03.473-0500 FINEST t466 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' (29,614) at 20230317080013789
31122 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc832xemds/README' (29,615) at 20210308005002976
31123 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkimage.c' (29,616) at 20210308005003772
31124 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename/devtool-test-long-filename.tar.gz' (29,617) at 20210307205554386
31125 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/start.S' (29,618) at 20210308005002908
31126 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/boot_mode.h' (29,619) at 20210308005002660
31127 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ea20.h' (29,620) at 20210308005003592
31128 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5.dtsi' (29,621) at 20210308005002620
31129 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_stm32h7.c' (29,622) at 20210308005003348
31130 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/zeroconf-default' (29,623) at 20210307205553834
31131 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/init' (29,624) at 20220409030017471
31132 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/mkimage.1' (29,625) at 20210308005003332
31133 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Haapavesi' (29,626) at 20210307205553770
31134 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/bcm2835_gpio.h' (29,627) at 20210308005046013
31135 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.drivers.eth' (29,628) at 20210308005003292
31136 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/serialize.hpp' (29,629) at 20220322030031980
31137 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/stellaris-gptm.h' (29,630) at 20220429100100570
31138 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/pic32_flash.c' (29,631) at 20210308005003416
31139 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aenum_3.1.15.bb' (29,632) at 20240302090018206
31140 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/exynos4210.h' (29,633) at 20240326080039534
31141 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/cpu.c' (29,634) at 20210308005002788
31142 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/abilis/tb100/Makefile' (29,635) at 20210308005002908
31143 2025-10-05 03:01:03.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86.yml' (29,636) at 20210307205554110
31144 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager/bootmailbox.override.yml' (29,637) at 20210722000024962
31145 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mul_ph.c' (29,638) at 20210308005046509
31146 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_NAND_defconfig' (29,639) at 20210308005003244
31147 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull-pinfunc.h' (29,640) at 20210308005002588
31148 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Sendmail-8.23' (29,641) at 20211006000025246
31149 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/ipmi-hostboot-volatile-sensor-mrw.yaml' (29,642) at 20210307205554050
31150 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/mt7623-clk.h' (29,643) at 20210308005003632
31151 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/ui.rst' (29,644) at 20220429100100418
31152 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/mach-virt-serial.cfg' (29,645) at 20230426080043660
31153 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/conf.py' (29,646) at 20210308005002536
31154 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/srvcfg-manager.service' (29,647) at 20220525020433159
31155 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/clock.h' (29,648) at 20210308005002648
31156 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/events.cpp.mako' (29,649) at 20241107090038222
31157 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/salvator-x/Makefile' (29,650) at 20210308005003036
31158 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/dhry/Makefile' (29,651) at 20210308005003696
31159 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/axs10x.h' (29,652) at 20210308005003588
31160 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/fix-writing-emtpy-file.patch' (29,653) at 20230317080013785
31161 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/externalsrc.bbclass' (29,654) at 20240127090011888
31162 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/utils/targetbuildproject.py' (29,655) at 20210307205554442
31163 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/etc/init.d/krb5-admin-server' (29,656) at 20210307205553878
31164 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de10-nano/MAINTAINERS' (29,657) at 20210308005003072
31165 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/prservice.py' (29,658) at 20240106090017261
31166 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/libretech_all_h3_cc_h5_defconfig' (29,659) at 20210308005003264
31167 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/meson.build' (29,660) at 20241121090029260
31168 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-sabreauto.dts' (29,661) at 20210308005002584
31169 2025-10-05 03:01:03.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_open_unittest.cpp' (29,662) at 20210918000044923
31170 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t208xrdb.h' (29,663) at 20210308005002996
31171 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/clk.h' (29,664) at 20210308005002716
31172 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7623/MAINTAINERS' (29,665) at 20210308005003016
31173 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/strl-unaligned.S' (29,666) at 20230426080043952
31174 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/salvator-x/MAINTAINERS' (29,667) at 20210308005003036
31175 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Sipoo_Norrkulla' (29,668) at 20210307205553774
31176 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/aspeed_scu_info.h' (29,669) at 20210308005002636
31177 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fdt.c' (29,670) at 20210308005002556
31178 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rx/meson.build' (29,671) at 20210308005045949
31179 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/console/obmc-console/client.2200.conf' (29,672) at 20240402080012066
31180 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lz4/lz4/reproducibility.patch' (29,673) at 20241221090017696
31181 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/gurnard.c' (29,674) at 20210308005002924
31182 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/gpios-manager.sh' (29,675) at 20230706080014733
31183 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/gen_serialization.mako.hpp' (29,676) at 20231201090027962
31184 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/exception.cpp' (29,677) at 20241107090038222
31185 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties/extra-properties.yaml' (29,678) at 20210307205554066
31186 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/Makefile.am' (29,679) at 20210308004938816
31187 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxi_1.8.2.bb' (29,680) at 20241221090017684
31188 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ucRobotics/bubblegum_96/MAINTAINERS' (29,681) at 20210308005003088
31189 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/edk2-version' (29,682) at 20241211090212454
31190 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/intltool-nowarn.patch' (29,683) at 20210307205554534
31191 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-traitlets/run-ptest' (29,684) at 20240413080012663
31192 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_me.py' (29,685) at 20210308005003748
31193 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/isadep.h' (29,686) at 20210308005002816
31194 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/MAINTAINERS' (29,687) at 20210308005003080
31195 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_arith.c.inc' (29,688) at 20240906080037496
31196 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/string.c' (29,689) at 20210308005002884
31197 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/byteorder/big_endian.h' (29,690) at 20210308005003656
31198 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/trace-events' (29,691) at 20240906080037500
31199 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/Makefile' (29,692) at 20210308005003072
31200 2025-10-05 03:01:03.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/util-linux/util-linux_%.bbappend' (29,693) at 20240426080018068
31201 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/mkbuiltins_have_stringize.patch' (29,694) at 20241221090017676
31202 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (29,695) at 20240712080022837
31203 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/oe_syslog.py' (29,696) at 20240301090012455
31204 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/netconsole.c' (29,697) at 20210308005003440
31205 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/remote-console-window-controller.js' (29,698) at 20210308005107077
31206 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcppkafka/libcppkafka_git.bb' (29,699) at 20240113090014540
31207 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subq_s_ph.c' (29,700) at 20210308005046505
31208 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/gpio.c' (29,701) at 20210308005003020
31209 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/bcd_time_test.cpp' (29,702) at 20241002080024874
31210 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/OWNERS' (29,703) at 20231223090012243
31211 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/main.cpp' (29,704) at 20241102080028842
31212 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/LICENSE' (29,705) at 20210308005405926
31213 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/thermal/thermal-uclass.c' (29,706) at 20210308005003496
31214 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/rsyncd.conf' (29,707) at 20210307205554550
31215 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53loco/mx53loco_video.c' (29,708) at 20210308005002984
31216 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_powercycle.sh' (29,709) at 20230606080013598
31217 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Filipstad_Klockarhojden' (29,710) at 20210307205553782
31218 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/p8platform/p8platform_git.bb' (29,711) at 20240301090012427
31219 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/stratix10-socdk/socfpga.c' (29,712) at 20210308005002912
31220 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_usbh.h' (29,713) at 20210308005003020
31221 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/tripwire.txt' (29,714) at 20210307205554122
31222 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stdlib.h' (29,715) at 20210308005003688
31223 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/sdeventplus.wrap' (29,716) at 20220625030026176
31224 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Devonport' (29,717) at 20210307205553762
31225 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/run-rootfs-size-docker.sh' (29,718) at 20221208040016922
31226 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/state/phosphor-state-manager/obmc/phosphor-reboot-host/reboot.conf' (29,719) at 20210307205553694
31227 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pic32mzdask.h' (29,720) at 20210308005003608
31228 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/meson.build' (29,721) at 20240326080039390
31229 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5272c3/MAINTAINERS' (29,722) at 20210308005002972
31230 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/components/form-elements.scss' (29,723) at 20210308005107073
31231 2025-10-05 03:01:03.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de233_fpu/gdb-config.c.inc' (29,724) at 20210308005046353
31232 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_mmio.h' (29,725) at 20210308005003536
31233 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rock960_rk3399.h' (29,726) at 20210308005003612
31234 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/https.py' (29,727) at 20220910030013401
31235 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_cyclone5_socdk.h' (29,728) at 20210308005003616
31236 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Triggers.v1_4_0.json' (29,729) at 20240619080002956
31237 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/libpldm/libpldm_%.bbappend' (29,730) at 20241208090011420
31238 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/leds/palmetto-led-manager-config/led.yaml' (29,731) at 20240829080014018
31239 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/OWNERS' (29,732) at 20210307205554078
31240 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/sama5d3_devices.c' (29,733) at 20210308005002712
31241 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear600/spear600.c' (29,734) at 20210308005003052
31242 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Bmc.interface.yaml' (29,735) at 20221207040023627
31243 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/lib/bootm.c' (29,736) at 20210308005002824
31244 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6dl_defconfig' (29,737) at 20210308005003272
31245 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_syscall.h' (29,738) at 20220429100100646
31246 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/dump.py' (29,739) at 20230811080018314
31247 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/pxa27x_udc.h' (29,740) at 20210308005003692
31248 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-shmat-null.c' (29,741) at 20240906080037580
31249 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/eject-2.1.5-spaces.patch' (29,742) at 20210307205553966
31250 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/udoo.h' (29,743) at 20210308005003624
31251 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nynashamn_Vattentornet' (29,744) at 20210307205553790
31252 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml' (29,745) at 20240618080025497
31253 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-image_1.2.12.bb' (29,746) at 20230401080011939
31254 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_read_window_straddle_partitions.cpp' (29,747) at 20220922030007675
31255 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-uuid.c' (29,748) at 20240326080039746
31256 2025-10-05 03:01:03.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/platform.h' (29,749) at 20240209090010988
31257 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/gdsys,io-endpoint.txt' (29,750) at 20210308005002536
31258 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes.txt' (29,751) at 20210307205553694
31259 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zbar/zbar/0002-zbarcam-Create-subdir-in-Makefile.patch' (29,752) at 20230706080014761
31260 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/0001-Somehow-this-module-breaks-through-the-perl-wrapper-.patch' (29,753) at 20241221090017664
31261 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/Kconfig' (29,754) at 20210308005002552
31262 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/replay-dump.py' (29,755) at 20240906080037444
31263 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/macro.h' (29,756) at 20210308005002852
31264 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/74x164_gpio.c' (29,757) at 20210308005003376
31265 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/files/not-this-one' (29,758) at 20210308005003756
31266 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb' (29,759) at 20241221090017548
31267 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_pxa270/Makefile' (29,760) at 20210308005003084
31268 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/vdso.ld' (29,761) at 20240326080039558
31269 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/nss.pc.in' (29,762) at 20210307205553986
31270 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear300_nand_defconfig' (29,763) at 20210308005003280
31271 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/xts.c' (29,764) at 20210308005045777
31272 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-frdm.dtsi' (29,765) at 20210308005002580
31273 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/templates/default/local.conf.sample' (29,766) at 20241221090017460
31274 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (29,767) at 20220224040010566
31275 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/_obmc-custom.scss' (29,768) at 20220105012522983
31276 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ellos' (29,769) at 20210307205553778
31277 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/MAINTAINERS' (29,770) at 20210308005002912
31278 2025-10-05 03:01:03.478-0500 FINEST t466 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' (29,771) at 20231011080016574
31279 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-SandyHeath' (29,772) at 20210307205553798
31280 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-Linux-syscall-note' (29,773) at 20241221090017616
31281 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt_table.h' (29,774) at 20210308005003644
31282 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun4i.c' (29,775) at 20210308005002784
31283 2025-10-05 03:01:03.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3_xplained/Makefile' (29,776) at 20210308005002920
31284 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/timer.c' (29,777) at 20210308005002552
31285 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-mv78230.dtsi' (29,778) at 20210308005002568
31286 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (29,779) at 20210307205554086
31287 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/phal_service_actions.hpp' (29,780) at 20241029080027819
31288 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit8000/README' (29,781) at 20210308005003080
31289 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-command-q.json' (29,782) at 20210308005046409
31290 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/mori_bmc.json' (29,783) at 20230907080005139
31291 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/phy-rcar-gen3.c' (29,784) at 20210308005003456
31292 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/pel_common.hpp' (29,785) at 20230516080019606
31293 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/COPYING.MIT' (29,786) at 20210307205554054
31294 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_m1_plus_defconfig' (29,787) at 20210308005003272
31295 2025-10-05 03:01:03.479-0500 FINEST t466 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' (29,788) at 20230706080014737
31296 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/memory.h' (29,789) at 20240326080039546
31297 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/integrator-common.h' (29,790) at 20210308005003596
31298 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/README' (29,791) at 20210308005002984
31299 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/Kconfig' (29,792) at 20221215040039122
31300 2025-10-05 03:01:03.479-0500 FINEST t466 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' (29,793) at 20240106090017233
31301 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/Kconfig' (29,794) at 20210308005003496
31302 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_fx.c' (29,795) at 20210308005046529
31303 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kernel-doc' (29,796) at 20210308005003736
31304 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/Kconfig' (29,797) at 20210308005002988
31305 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/dtc-parser.y' (29,798) at 20210308005003728
31306 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/action_utils_tests.cpp' (29,799) at 20210308005405938
31307 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/basic.conf.patch' (29,800) at 20210307205553822
31308 2025-10-05 03:01:03.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/profile-settings/controllers/profile-settings-controller.html' (29,801) at 20210308005107077
31309 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mini-x-session/files/mini-x-session' (29,802) at 20241221090017684
31310 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/s32v234evb/Kconfig' (29,803) at 20210308005002988
31311 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/uart.h' (29,804) at 20210308005002724
31312 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd_%.bbappend' (29,805) at 20241206090014274
31313 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/lockable.h' (29,806) at 20240906080037344
31314 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb' (29,807) at 20241206090014246
31315 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/display-vga-test.c' (29,808) at 20230426080043944
31316 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-riscv64_smode_defconfig' (29,809) at 20210308005003276
31317 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/simple-bus.c' (29,810) at 20210308005003356
31318 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/pm9263.c' (29,811) at 20210308005003040
31319 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tbs/tbs2910/Kconfig' (29,812) at 20210308005003068
31320 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb' (29,813) at 20230520080014476
31321 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb_core.h' (29,814) at 20240906080037264
31322 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2400_defconfig' (29,815) at 20220715030035909
31323 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/linux-yocto.yml' (29,816) at 20241206090014206
31324 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdnotify/0001-setup.py-switch-to-setuptools.patch' (29,817) at 20220402030016019
31325 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/pci.c' (29,818) at 20210308005002976
31326 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/pci_expander_bridge.txt' (29,819) at 20240906080037176
31327 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb' (29,820) at 20241206090014258
31328 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_b.c' (29,821) at 20210308005046521
31329 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-q8-tablet.dts' (29,822) at 20210308005002624
31330 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libtracefs/libtracefs/0001-makefile-Do-not-preserve-ownership-in-cp-command.patch' (29,823) at 20241206090014258
31331 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbear' (29,824) at 20210307205554474
31332 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/file-io.hpp' (29,825) at 20240724080006311
31333 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/downloads/enchant/1.6.0/index.html' (29,826) at 20210307205554246
31334 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/_templates/layout.html' (29,827) at 20210307205554230
31335 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp/qerror.h' (29,828) at 20241211090212366
31336 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/invalid_command.c' (29,829) at 20210308005100993
31337 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/Kconfig' (29,830) at 20210308005002856
31338 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/snappy_1.1.10.bb' (29,831) at 20240106090017237
31339 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-2.1' (29,832) at 20211006000025234
31340 2025-10-05 03:01:03.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/rsyslog.service' (29,833) at 20210316000012673
31341 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-usb-otg.c' (29,834) at 20210308005002552
31342 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_vmparam.h' (29,835) at 20221215040039066
31343 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungalv' (29,836) at 20210307205553786
31344 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/power/first-boot-set-psu.bb' (29,837) at 20241206090014278
31345 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/ddrmc-vf610.c' (29,838) at 20210308005002724
31346 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/altera_pio.c' (29,839) at 20210308005003376
31347 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/210.out' (29,840) at 20240906080037564
31348 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.err' (29,841) at 20210308005046409
31349 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/init-manager.rst' (29,842) at 20240413080012675
31350 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-sensor-inventory-mrw-native.bb' (29,843) at 20241206090014270
31351 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/e1.bb' (29,844) at 20210307205554250
31352 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/witherspoon/avsbus-disable.sh' (29,845) at 20210307205553698
31353 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kurravaara' (29,846) at 20210307205553786
31354 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_h.c' (29,847) at 20210308005046521
31355 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/celt051/0001-configure.ac-make-tools-support-optional.patch' (29,848) at 20210307205553838
31356 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4ek/Makefile' (29,849) at 20210308005002920
31357 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa8.inc' (29,850) at 20210905000020581
31358 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/0001-BootLogoLib-align-logo-coords-to-be-even.patch' (29,851) at 20241206090014210
31359 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hamburgsund' (29,852) at 20210307205553782
31360 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/Kconfig' (29,853) at 20210308005003476
31361 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms_size.c' (29,854) at 20210308005003756
31362 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_rk3229.h' (29,855) at 20210308005003596
31363 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/run-ptest' (29,856) at 20240413080012663
31364 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/image_mock.hpp' (29,857) at 20220210040033214
31365 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/units.h' (29,858) at 20210308005046049
31366 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/cyrus.c' (29,859) at 20210308005003168
31367 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-flags.c' (29,860) at 20240906080037576
31368 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/yaml/net/poettering/Calculator.interface.yaml' (29,861) at 20240920080030747
31369 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/50-org.freedesktop.timedate1.rules' (29,862) at 20210307205553930
31370 2025-10-05 03:01:03.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/immap_5271.h' (29,863) at 20210308005002804
31371 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/firefly/firefly-rk3288/firefly-rk3288.c' (29,864) at 20210308005002956
31372 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Maghera' (29,865) at 20210307205553774
31373 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/expr.py' (29,866) at 20230925080039989
31374 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/asm-offsets.c' (29,867) at 20210308005002708
31375 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (29,868) at 20230721080014366
31376 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf532x/cpu_init.c' (29,869) at 20210308005002800
31377 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/protocol.c' (29,870) at 20230809080010799
31378 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/terminal.py' (29,871) at 20230609080014403
31379 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sundborn' (29,872) at 20210307205553790
31380 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pll_config_s10.c' (29,873) at 20210308005002780
31381 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc' (29,874) at 20210308005003760
31382 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgtop/libgtop_2.41.3.bb' (29,875) at 20240413080012639
31383 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_event_groups.c' (29,876) at 20210308005003704
31384 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/dmc_init_ddr3.c' (29,877) at 20210308005002720
31385 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed_%.bbappend' (29,878) at 20210812000025162
31386 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-spl_defconfig' (29,879) at 20230720080043539
31387 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/mclink.h' (29,880) at 20210308005003000
31388 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-client/ivshmem-client.c' (29,881) at 20210927100127061
31389 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tornetrask' (29,882) at 20210307205553794
31390 2025-10-05 03:01:03.482-0500 FINEST t466 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' (29,883) at 20210307205553930
31391 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/084' (29,884) at 20220429100100886
31392 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-ffdc-file.cpp' (29,885) at 20220128040022084
31393 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fs.c' (29,886) at 20210308005003212
31394 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/sys_proto.h' (29,887) at 20210308005002648
31395 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GCR-docs' (29,888) at 20241221090017616
31396 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/invalid-service.patch' (29,889) at 20230919080013982
31397 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0003-tests-Makefile-install-static-4G-edge-testcases.patch' (29,890) at 20241221090017504
31398 2025-10-05 03:01:03.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0003-support-infinit-timeout.patch' (29,891) at 20240413080012663
31399 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/ata.h' (29,892) at 20210308005002800
31400 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ansicolors_1.1.8.bb' (29,893) at 20240301090012431
31401 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_vf_defconfig' (29,894) at 20210308005003252
31402 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/arm_systemready_ir_acs.py' (29,895) at 20231126090012773
31403 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/corefile' (29,896) at 20210308005059705
31404 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear_%.bbappend' (29,897) at 20241206090014274
31405 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/phosphor-logging.wrap' (29,898) at 20240229090015607
31406 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/CVE-2019-14274.patch' (29,899) at 20230706080014745
31407 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/fragments/more-fragments-here/test-another-fragment.conf' (29,900) at 20241221090017604
31408 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/i8254.c' (29,901) at 20210308005002884
31409 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ua-Kharkov' (29,902) at 20210307205553794
31410 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/store.c' (29,903) at 20210308005003720
31411 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/binman.py' (29,904) at 20210308005003748
31412 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa7.inc' (29,905) at 20210905000020581
31413 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/speed.h' (29,906) at 20210308005002640
31414 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinum_small_defconfig' (29,907) at 20210308005003284
31415 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9rl.h' (29,908) at 20210308005002716
31416 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/cacheasm.h' (29,909) at 20210308005002888
31417 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ethsw.h' (29,910) at 20210308005003644
31418 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-neftv' (29,911) at 20210307205553758
31419 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Avesta_Krylbo' (29,912) at 20210307205553778
31420 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-mps3.yml' (29,913) at 20240413080012623
31421 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/machine/qcom-dc-scm-v1.conf' (29,914) at 20230927080013510
31422 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/org.openbmc.control.Host@.service' (29,915) at 20210307205554066
31423 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.json' (29,916) at 20210308005046401
31424 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/.gitignore' (29,917) at 20220615030021584
31425 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/tricorder-eeprom.h' (29,918) at 20210308005002952
31426 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/nonfunc_rotor_error_delay.md' (29,919) at 20240807080019546
31427 2025-10-05 03:01:03.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_mmc.c' (29,920) at 20210308005003372
31428 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/fsl_ifc.c' (29,921) at 20210308005003400
31429 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bitmain/antminer_s9/MAINTAINERS' (29,922) at 20210308005002920
31430 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-fan-config/fans.yaml' (29,923) at 20210307205553694
31431 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_SECURE_BOOT_defconfig' (29,924) at 20210308005003264
31432 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Caldera' (29,925) at 20211006000025234
31433 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config.bb' (29,926) at 20241206090014278
31434 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet.bb' (29,927) at 20241226090016123
31435 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb' (29,928) at 20241206090014330
31436 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Connector.interface.yaml' (29,929) at 20221207040023627
31437 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu2down.service' (29,930) at 20230627080016966
31438 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi' (29,931) at 20210308005002596
31439 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/gbs-sysinit.service' (29,932) at 20210401000030013
31440 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/207' (29,933) at 20220429100100910
31441 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/qregs.h.inc' (29,934) at 20221215040039310
31442 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6362.h' (29,935) at 20210308005003588
31443 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/googletest.wrap' (29,936) at 20210501000157730
31444 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/xyz.openbmc_project.Settings.service' (29,937) at 20210307205554074
31445 2025-10-05 03:01:03.484-0500 FINEST t466 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' (29,938) at 20230706080014733
31446 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/apbh_dma.c' (29,939) at 20210308005003372
31447 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/0001-Fix-builds-with-recent-gettext.patch' (29,940) at 20210307205553910
31448 2025-10-05 03:01:03.484-0500 FINEST t466 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' (29,941) at 20241221090017668
31449 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings_main.cpp' (29,942) at 20230428080030950
31450 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/022.out' (29,943) at 20210308005046433
31451 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/atmel_lcdc.h' (29,944) at 20210308005003560
31452 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm6348-eth.c' (29,945) at 20210308005003424
31453 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/led-config.yaml' (29,946) at 20240119090013779
31454 2025-10-05 03:01:03.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/ivgen.h' (29,947) at 20241211090212354
31455 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cl-som-am57x_defconfig' (29,948) at 20210308005003252
31456 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_mips64_defconfig' (29,949) at 20210308005003276
31457 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/dsound_template.h' (29,950) at 20210927100127025
31458 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/linkage.h' (29,951) at 20210308005002848
31459 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Perth_Roleystone' (29,952) at 20210307205553766
31460 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_arria10_defconfig' (29,953) at 20210308005003280
31461 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db/0001-clock-Do-not-define-own-timespec.patch' (29,954) at 20220204040022684
31462 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/checkpatch.py' (29,955) at 20210308005003772
31463 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/rsa-checksum.h' (29,956) at 20210308005003688
31464 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/log_id_test.cpp' (29,957) at 20230512080037097
31465 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/fdt.c' (29,958) at 20210308005002828
31466 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/arm11scu.h' (29,959) at 20210308005046017
31467 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/python/python3-oauth2client_4.1.3.bb' (29,960) at 20241221090017576
31468 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0006-Fix-locale-on-musl.patch' (29,961) at 20241221090017524
31469 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-firefly.dts' (29,962) at 20210308005002604
31470 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc' (29,963) at 20231011080016586
31471 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (29,964) at 20240206090017943
31472 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/Makefile' (29,965) at 20210308005003548
31473 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml' (29,966) at 20210610000035106
31474 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phr.c' (29,967) at 20210308005046505
31475 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (29,968) at 20210903000032571
31476 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/tlb.c' (29,969) at 20210308005002996
31477 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware_%.bbappend' (29,970) at 20241206090014210
31478 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysstat/sysstat/0001-configure.in-remove-check-for-chkconfig.patch' (29,971) at 20231011080016614
31479 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map' (29,972) at 20210307205554278
31480 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/peach-pit.h' (29,973) at 20210308005003608
31481 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/MAINTAINERS' (29,974) at 20210308005003024
31482 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/177.out' (29,975) at 20210308005046453
31483 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-r-ccu.h' (29,976) at 20210308005003640
31484 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/ipmi_to_redfish_hooks.cpp' (29,977) at 20240829080009330
31485 2025-10-05 03:01:03.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/gotoolchain.py' (29,978) at 20240309090012816
31486 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat/make-netcat_flag_count_work.patch' (29,979) at 20210307205553842
31487 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ARC' (29,980) at 20210308005003288
31488 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/intel_descriptor.py' (29,981) at 20210308005003748
31489 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/Makefile' (29,982) at 20210308005003536
31490 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/parsec_init' (29,983) at 20210420000021570
31491 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Djura' (29,984) at 20210307205553778
31492 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/law.c' (29,985) at 20210308005002988
31493 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/OWNERS' (29,986) at 20240504080013861
31494 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/config.mk' (29,987) at 20210308005003172
31495 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/yank_functions.h' (29,988) at 20210927100127285
31496 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d33.dtsi' (29,989) at 20210308005002612
31497 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/files/run-ptest' (29,990) at 20230813080012860
31498 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apx4devkit.h' (29,991) at 20210308005003584
31499 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/utility-tasks.bbclass' (29,992) at 20241221090017608
31500 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/.gitignore' (29,993) at 20210308005048029
31501 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mcfrtc.c' (29,994) at 20210308005003480
31502 2025-10-05 03:01:03.486-0500 FINEST t466 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' (29,995) at 20210729000029100
31503 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_unittest.cpp' (29,996) at 20210308005134001
31504 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/205' (29,997) at 20240326080039730
31505 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/blues.vue' (29,998) at 20220105012522959
31506 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/examples/fan-info.json' (29,999) at 20221213040032349
31507 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Jalasjarvi' (30,000) at 20210307205553770
31508 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-globfile' (30,001) at 20210307205554386
31509 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/LICENSE' (30,002) at 20210308004942076
31510 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/cardhu/cardhu.c' (30,003) at 20210308005003024
31511 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.err' (30,004) at 20220429100100882
31512 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-fd.h' (30,005) at 20210308005045997
31513 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/system_ext_mmvec.c' (30,006) at 20220429100100786
31514 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/common/board.c' (30,007) at 20210308005002916
31515 2025-10-05 03:01:03.486-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewFirmware.vue' (30,008) at 20241004080035967
31516 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/posix_types.h' (30,009) at 20210308005002824
31517 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/bcsr.c' (30,010) at 20210308005002980
31518 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/test-parameter.json' (30,011) at 20221005030014094
31519 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/Fuji.json' (30,012) at 20240809080033019
31520 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.12.1.bb' (30,013) at 20241221090017508
31521 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/python/python3-scapy_2.6.0.bb' (30,014) at 20241221090017496
31522 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc32c.c' (30,015) at 20210308005003696
31523 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sansa_fuze_plus_defconfig' (30,016) at 20210308005003280
31524 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/cros_ec.c' (30,017) at 20210308005003224
31525 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/clock_defs.h' (30,018) at 20210308005002732
31526 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-2.conf' (30,019) at 20210307205554082
31527 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Korpilahti_Vaarunvuori' (30,020) at 20210307205553770
31528 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/quark.c' (30,021) at 20210308005002860
31529 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_gt64120.h' (30,022) at 20210308005003676
31530 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config/mtmitchell-ipmi-fru.yaml' (30,023) at 20230610080017595
31531 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sunxi_Gemei_G9_defconfig' (30,024) at 20210308005003280
31532 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_mc.h' (30,025) at 20210308005003648
31533 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts' (30,026) at 20210308005002612
31534 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/network/ampere-usbnet/00-bmc-usb0.network' (30,027) at 20241024080011938
31535 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/core.h' (30,028) at 20210308005002884
31536 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/via.h' (30,029) at 20210308005002960
31537 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config_mgr.cpp' (30,030) at 20240504080037141
31538 2025-10-05 03:01:03.487-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_phandle_reorder.dts' (30,031) at 20210308005003760
31539 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/load.c' (30,032) at 20210308005003720
31540 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot-juno.inc' (30,033) at 20231126090012769
31541 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/multiple-iothreads.rst' (30,034) at 20241211090212234
31542 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_sys_config.hpp' (30,035) at 20240822080023969
31543 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/cm_t335.c' (30,036) at 20210308005002948
31544 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dra7xx_evm_defconfig' (30,037) at 20210308005003256
31545 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (30,038) at 20240612080013182
31546 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-am57x/MAINTAINERS' (30,039) at 20210308005002944
31547 2025-10-05 03:01:03.488-0500 FINEST t466 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' (30,040) at 20210307205554042
31548 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl_0.10.3.bb' (30,041) at 20241221090017532
31549 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-espressobin.dts' (30,042) at 20210308005002564
31550 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kaxas' (30,043) at 20210307205553786
31551 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/device-internal.h' (30,044) at 20210308005003628
31552 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vctv/reg_dcgu.h' (30,045) at 20210308005003020
31553 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/btrfs.c' (30,046) at 20210308005003208
31554 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/subprojects/sdeventplus.wrap' (30,047) at 20210522000020822
31555 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (30,048) at 20240113090014528
31556 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_rom.h' (30,049) at 20210308005003680
31557 2025-10-05 03:01:03.488-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-rmobile.c' (30,050) at 20210308005003512
31558 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188/Makefile' (30,051) at 20210308005002772
31559 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/aide/aide/m4_allow.patch' (30,052) at 20241221090017576
31560 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/misc.c' (30,053) at 20210308005003420
31561 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_structs.h' (30,054) at 20220429100100614
31562 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/vss-common.h' (30,055) at 20220429100100746
31563 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/rmcp.hpp' (30,056) at 20210308005051513
31564 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-linux' (30,057) at 20210407000018134
31565 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shrav_r_ph.c' (30,058) at 20210308005046505
31566 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/043.out' (30,059) at 20210308005046437
31567 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/log_manager_dbus_tests.cpp' (30,060) at 20241212090025215
31568 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/tinker_rk3288/Makefile' (30,061) at 20210308005003040
31569 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/stm32l4x5_usart.h' (30,062) at 20240906080037332
31570 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/customization/readme.md' (30,063) at 20221215040043186
31571 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/msg.h' (30,064) at 20210308005002716
31572 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/plat-svc_0.1.bb' (30,065) at 20241221090017476
31573 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-control.svg' (30,066) at 20210308005107069
31574 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/powergate.h' (30,067) at 20210308005002668
31575 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (30,068) at 20210307205553694
31576 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/082.out' (30,069) at 20220429100100886
31577 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/fastmap-wl.c' (30,070) at 20210308005003420
31578 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_break.S' (30,071) at 20240906080037580
31579 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/index.rst' (30,072) at 20211006000025218
31580 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/genericx86/machconfig' (30,073) at 20210307205554390
31581 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Insat4A_C-83.0E' (30,074) at 20210307205553762
31582 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/timer/arc_timer.txt' (30,075) at 20210308005003328
31583 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/Makefile' (30,076) at 20210308005002796
31584 2025-10-05 03:01:03.489-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__upon_error.hpp' (30,077) at 20240731080033662
31585 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/pxa3xx_nand.h' (30,078) at 20210308005003416
31586 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bmc-update/config-bmc.json' (30,079) at 20210413100020742
31587 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun6i-a31-mixtile-loftq.dts' (30,080) at 20210308005002620
31588 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio_json.h' (30,081) at 20210308004922932
31589 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/css.rst' (30,082) at 20210308005045809
31590 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/kernel-dev.json' (30,083) at 20210307205554438
31591 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/i386/interrupt.c' (30,084) at 20210308005002856
31592 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Uusikaupunki_Orivo' (30,085) at 20210307205553774
31593 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tyringe' (30,086) at 20210307205553794
31594 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog_%.bbappend' (30,087) at 20241206090014226
31595 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/0001-Correct-clang-compiler-flags.patch' (30,088) at 20210307205553998
31596 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch' (30,089) at 20240413080012659
31597 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/elf.py' (30,090) at 20210308005003748
31598 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/timer.c' (30,091) at 20210308005002548
31599 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/uniphier/pinctrl-uniphier-sld8.c' (30,092) at 20210308005003468
31600 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups/volatiles.99_cups' (30,093) at 20210307205554558
31601 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8555CDS.h' (30,094) at 20210308005003580
31602 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-tests/smbios.py2' (30,095) at 20241211090212534
31603 2025-10-05 03:01:03.490-0500 FINEST t466 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' (30,096) at 20240904080027738
31604 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zed.dts' (30,097) at 20210308005002632
31605 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CertificateLocations.v1_0_4.json' (30,098) at 20240619080002944
31606 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vyasa-rk3288_defconfig' (30,099) at 20210308005003284
31607 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_syscall.h' (30,100) at 20210927100127045
31608 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/dpio.c' (30,101) at 20210308005003432
31609 2025-10-05 03:01:03.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/Search.spec.js' (30,102) at 20241004080035975
31610 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/138' (30,103) at 20220429100100890
31611 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/systemd-pager.sh' (30,104) at 20210307205554494
31612 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/kw_gpio.c' (30,105) at 20210308005003376
31613 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/witherspoon/obmc/fan-watchdog/reset-fan-watchdog.conf' (30,106) at 20230804080018099
31614 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a9_0000001b.dtsi' (30,107) at 20210308005002872
31615 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/help_option.h' (30,108) at 20210308005046045
31616 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-mkfifo-Implement-mkfifo.patch' (30,109) at 20230706080014733
31617 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/Makefile' (30,110) at 20210308005002792
31618 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/sensors-overview-controller.js' (30,111) at 20210308005107077
31619 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm-v1.c' (30,112) at 20230310090043283
31620 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.exrc' (30,113) at 20210308005045717
31621 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_nandflash_defconfig' (30,114) at 20210308005003248
31622 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-coroutine.c' (30,115) at 20240326080039746
31623 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/mrw/mrw-native/palmetto.xml.patch.xml' (30,116) at 20210307205553690
31624 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun4i-a10-ccu.h' (30,117) at 20210308005003640
31625 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/network_diagnostic_report.robot' (30,118) at 20240628080017117
31626 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/resources.rst' (30,119) at 20240413080012679
31627 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/sndioaudio.c' (30,120) at 20240326080039370
31628 2025-10-05 03:01:03.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/vop_rk3288.h' (30,121) at 20210308005002664
31629 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_sigtramp.h' (30,122) at 20221215040039066
31630 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd/journald-size-policy.conf' (30,123) at 20240402080012066
31631 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/templates/default/conf-notes.txt' (30,124) at 20220913030020496
31632 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Holjes' (30,125) at 20210307205553782
31633 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/no-help2man.patch' (30,126) at 20210307205553842
31634 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/global_nvs.asl' (30,127) at 20210308005002876
31635 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/argp-standalone/files/out_of_tree_build.patch' (30,128) at 20221104030017465
31636 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_nand_SECURE_BOOT_defconfig' (30,129) at 20210308005003264
31637 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/sdram_ast2500.c' (30,130) at 20220929030034345
31638 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/usbgx.initd' (30,131) at 20210307205553982
31639 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/.gitignore' (30,132) at 20240106090017253
31640 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CERN-OHL-1.2' (30,133) at 20211006000025234
31641 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qom/object_interfaces.h' (30,134) at 20240326080039550
31642 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.md' (30,135) at 20230919080013974
31643 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm3380-reset.h' (30,136) at 20210308005003640
31644 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/boot-device/boot-device.h' (30,137) at 20210308005002792
31645 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/rsyslog/rsyslog_%.bbappend' (30,138) at 20241206090014226
31646 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-dna' (30,139) at 20210307205553758
31647 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/Makefile' (30,140) at 20210308005002548
31648 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/atmel_nand_ecc.h' (30,141) at 20210308005003412
31649 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-cei-tk1-som.dts' (30,142) at 20210308005002628
31650 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/transport.h' (30,143) at 20231110090010623
31651 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl/run-ptest' (30,144) at 20220204040022448
31652 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/phosphor-logging.wrap' (30,145) at 20220908030058575
31653 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra-common-post.h' (30,146) at 20210308005003620
31654 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/test/test_records.cpp' (30,147) at 20210308005109241
31655 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LAL-1.2' (30,148) at 20211006000025238
31656 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Hyundai_A7HD_defconfig' (30,149) at 20210308005003236
31657 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/catch-syscalls.c' (30,150) at 20240906080037576
31658 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/configure.patch' (30,151) at 20230706080014749
31659 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableAssembly.vue' (30,152) at 20241004080035963
31660 2025-10-05 03:01:03.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-7000.dtsi' (30,153) at 20210308005002632
31661 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0001-Fix-build-with-fno-common.patch' (30,154) at 20210307205553818
31662 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-rockchip.c' (30,155) at 20210308005003480
31663 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zturn.dts' (30,156) at 20210308005002632
31664 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/wdt.h' (30,157) at 20210308005002636
31665 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/dialog.h' (30,158) at 20210308005003732
31666 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/onewire3.conf' (30,159) at 20210307205553722
31667 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a80.c' (30,160) at 20210308005003352
31668 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/.build.sh' (30,161) at 20210308004942076
31669 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32429i-eval-u-boot.dtsi' (30,162) at 20210308005002612
31670 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/Kconfig' (30,163) at 20210308005003036
31671 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/sysvinit-volatile.conf' (30,164) at 20210307205553918
31672 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/phosphor-hwmon.conf' (30,165) at 20210507000042347
31673 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/syscounter.c' (30,166) at 20210308005002728
31674 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a83t.c' (30,167) at 20210308005003352
31675 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/info_panel.js' (30,168) at 20220602030014530
31676 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6x.c' (30,169) at 20210308005002924
31677 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/test/test_health_metric_collection.cpp' (30,170) at 20240817080025696
31678 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/start16.S' (30,171) at 20210308005002860
31679 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bch.c' (30,172) at 20210308005003696
31680 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/stpq.S' (30,173) at 20230925080040101
31681 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore/config.json' (30,174) at 20210515000018945
31682 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qsp.h' (30,175) at 20210308005046049
31683 2025-10-05 03:01:03.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/k3_x509template.txt' (30,176) at 20210308005003764
31684 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/LoadingBarMixin.js' (30,177) at 20220105012522983
31685 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/kmp204x/rcw_kmp204x.cfg' (30,178) at 20210308005003012
31686 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/cpld.h' (30,179) at 20210308005002988
31687 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/__init__.py' (30,180) at 20241206090014290
31688 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/etcd-new.service' (30,181) at 20230520080014480
31689 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-x86/chassis/x86-power-control/power-config-host0.json' (30,182) at 20230120040014546
31690 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0001-configure-Specify-correct-function-signatures-and-de.patch' (30,183) at 20220910030013429
31691 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/ints_low.S' (30,184) at 20210308005002544
31692 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.7.rst' (30,185) at 20241221090017596
31693 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/imx/imx8m/ddrphy_csr.c' (30,186) at 20210308005003364
31694 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/xilinx_axi_emac.c' (30,187) at 20210308005003448
31695 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/130' (30,188) at 20240906080037564
31696 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/131' (30,189) at 20240326080039730
31697 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-apscheduler_3.10.4.bb' (30,190) at 20240301090012423
31698 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/cpu.c' (30,191) at 20210308005002856
31699 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-auth-vencrypt.c' (30,192) at 20210308005046553
31700 2025-10-05 03:01:03.494-0500 FINEST t466 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' (30,193) at 20241221090017496
31701 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/argument_test.cpp' (30,194) at 20220330030021482
31702 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/twl4030.c' (30,195) at 20210308005003384
31703 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfeq.c' (30,196) at 20210308005046529
31704 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/t4240.c' (30,197) at 20210308005003432
31705 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/Makefile' (30,198) at 20210308005003044
31706 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/viot.h' (30,199) at 20220429100100434
31707 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/run-ptest' (30,200) at 20240413080012655
31708 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2204.conf' (30,201) at 20230606080013598
31709 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jstyleson_0.0.2.bb' (30,202) at 20241206090014266
31710 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungsberget_Gl' (30,203) at 20210307205553786
31711 2025-10-05 03:01:03.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.virtio' (30,204) at 20210308005003300
31712 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/leds/romulus-led-manager-config-native.bb' (30,205) at 20241206090014230
31713 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Chassis_VCEN.json' (30,206) at 20221213040036917
31714 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/rules.mk' (30,207) at 20210308004922940
31715 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/mx6cuboxi/MAINTAINERS' (30,208) at 20210308005003052
31716 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/trace.h' (30,209) at 20210308005045897
31717 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/phosphor-logging.wrap' (30,210) at 20240215090006160
31718 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am57xx_hs_evm_usb_defconfig' (30,211) at 20210308005003248
31719 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/poky-altcfg.yml' (30,212) at 20241221090017464
31720 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-remove-some-checks-for-cross-compiling.patch' (30,213) at 20221003030013269
31721 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/test/fileio_test.cpp' (30,214) at 20240724080006311
31722 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/OWNERS' (30,215) at 20220811030034859
31723 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/qpl-compression.rst' (30,216) at 20240906080037172
31724 2025-10-05 03:01:03.495-0500 FINEST t466 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' (30,217) at 20240413080012655
31725 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-igep.dtsi' (30,218) at 20210308005002596
31726 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/android-gadget-cleanup' (30,219) at 20210812000025198
31727 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-juno.inc' (30,220) at 20230114040015462
31728 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_payload/start.S' (30,221) at 20210308005002952
31729 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_mul_q_w.c' (30,222) at 20210308005046513
31730 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_channel.c' (30,223) at 20210308004938820
31731 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/settings_production_example.py' (30,224) at 20210307205554290
31732 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/images/core-image-full-cmdline.bb' (30,225) at 20240309090012820
31733 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LiLiQ-P-1.1' (30,226) at 20211006000025238
31734 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm2835-aux.h' (30,227) at 20210308005003632
31735 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch' (30,228) at 20241221090017664
31736 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/microchip/ddr2_regs.h' (30,229) at 20210308005003372
31737 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/README.md' (30,230) at 20240618080045405
31738 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/const.h' (30,231) at 20210308005003656
31739 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-openrd-base.dts' (30,232) at 20210308005002592
31740 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/entity-manager/ethanolx-chassis.json' (30,233) at 20230128040012698
31741 2025-10-05 03:01:03.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/hu' (30,234) at 20210308005046145
31742 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager_arria10.h' (30,235) at 20210308005002780
31743 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/snps,hsdk-cgu.h' (30,236) at 20210308005003632
31744 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sandbox_osd.c' (30,237) at 20210308005003532
31745 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/sandbox/sandboxfs.c' (30,238) at 20210308005003548
31746 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_1.0.4.bb' (30,239) at 20230503080014591
31747 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power-systemd-links-sequencer.bb' (30,240) at 20220921030015990
31748 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0004-mmal_20.patch' (30,241) at 20230114040015494
31749 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target-reg-bits.h' (30,242) at 20230925080040081
31750 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3288_common.h' (30,243) at 20210308005003612
31751 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/ics8n3qv01.c' (30,244) at 20210308005003348
31752 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/make/make/0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch' (30,245) at 20210307205554538
31753 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato/session' (30,246) at 20230706080014789
31754 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-cli.cpp' (30,247) at 20230516080019606
31755 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_tfa_SECURE_BOOT_defconfig' (30,248) at 20210308005003264
31756 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_cpu.h' (30,249) at 20240326080039562
31757 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-rcar-r8a779x_usb3_v3.h' (30,250) at 20210308005003516
31758 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/run-ptest' (30,251) at 20231014080011723
31759 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/byteorder/swab.h' (30,252) at 20210308005003656
31760 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/rng.c' (30,253) at 20210308005003216
31761 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-s6q/packagegroups/packagegroup-s6q-apps.bb' (30,254) at 20220224040010566
31762 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/redfish-tests/conftest.py' (30,255) at 20221213040040909
31763 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9261.dtsi' (30,256) at 20210308005002572
31764 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/state.hpp' (30,257) at 20230523080037934
31765 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-bios-update/phosphor-ipmi-flash-bios-update.service' (30,258) at 20220119040023096
31766 2025-10-05 03:01:03.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_pci.h' (30,259) at 20210308005003536
31767 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/presence/README.md' (30,260) at 20240806080022195
31768 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/firmware-uclass.c' (30,261) at 20210308005003372
31769 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8308rdb/Kconfig' (30,262) at 20210308005002976
31770 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/mmc.c' (30,263) at 20210308005003540
31771 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/fuzzing.rst' (30,264) at 20241211090212234
31772 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/openbios-sparc32' (30,265) at 20241211090212434
31773 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/eb_cpu5282.h' (30,266) at 20210308005003592
31774 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/obmc/power_control' (30,267) at 20221129040014411
31775 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VMPU.interface.yaml' (30,268) at 20220315030032659
31776 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmark-techno/armadillo-800eva/Makefile' (30,269) at 20210308005002916
31777 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbla.c' (30,270) at 20210308005046505
31778 2025-10-05 03:01:03.497-0500 FINEST t466 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' (30,271) at 20210307205553738
31779 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console/serial-to-host@.service.in' (30,272) at 20220818100016223
31780 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/Makefile' (30,273) at 20210308005002996
31781 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/DINF.interface.yaml' (30,274) at 20220315030032659
31782 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse-type/run-ptest' (30,275) at 20240301090012431
31783 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pnv_xive_regs.h' (30,276) at 20240326080039454
31784 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-gen.h.inc' (30,277) at 20240906080037324
31785 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-fb/ipmi/fb-ipmi-oem_%.bbappend' (30,278) at 20241026080010886
31786 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/phosphor-logging.wrap' (30,279) at 20220525020545509
31787 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/power_off_config.md' (30,280) at 20240807080019546
31788 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8313ERDB_NAND_33_defconfig' (30,281) at 20210308005003236
31789 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jmespath_1.0.1.bb' (30,282) at 20220721030015849
31790 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os-fvp-base.inc' (30,283) at 20241206090014214
31791 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/README' (30,284) at 20210307205554266
31792 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere-host-shutdown-ack@.service' (30,285) at 20230706080014725
31793 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/northbridge.c' (30,286) at 20210308005002852
31794 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/qemuarmv5.yml' (30,287) at 20241206090014206
31795 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/Kconfig' (30,288) at 20241211090212462
31796 2025-10-05 03:01:03.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/Makefile' (30,289) at 20210308005002768
31797 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/usbgx.service' (30,290) at 20240301090012431
31798 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_syscall.h' (30,291) at 20220429100100646
31799 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg' (30,292) at 20210307205554390
31800 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/early_cmos.c' (30,293) at 20210308005002884
31801 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu1-monitoring.service' (30,294) at 20230920080013648
31802 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stratixII.h' (30,295) at 20210308005003688
31803 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-clear-one-time@.service' (30,296) at 20210308005055797
31804 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/0001-configure-Check-for-clock_gettime-seprately-from-__N.patch' (30,297) at 20220402030015899
31805 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (30,298) at 20230722080012861
31806 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-zipp_3.21.0.bb' (30,299) at 20241221090017668
31807 2025-10-05 03:01:03.498-0500 FINEST t466 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' (30,300) at 20241221090017656
31808 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/skip_action.hpp' (30,301) at 20210308005120353
31809 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/case.py' (30,302) at 20231126090012845
31810 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb' (30,303) at 20241221090017660
31811 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_partition_invalid.cpp' (30,304) at 20210308005108645
31812 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9260ek/Makefile' (30,305) at 20210308005002916
31813 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/Firejail/firejail_0.9.72.bb' (30,306) at 20241221090017580
31814 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/thermalcontroller.hpp' (30,307) at 20240904080040763
31815 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/gdsys,soc.txt' (30,308) at 20210308005002536
31816 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-ipmb/ipmb-channels.json' (30,309) at 20241004080014303
31817 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vminh.S' (30,310) at 20230426080043952
31818 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/037_x86_no_ucode.dts' (30,311) at 20210308005003752
31819 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-sheep.dts' (30,312) at 20210308005002608
31820 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.2.rst' (30,313) at 20241221090017592
31821 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/mmc.h' (30,314) at 20210308005002768
31822 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91rm9200ek_ram_defconfig' (30,315) at 20210308005003248
31823 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP0.interface.yaml' (30,316) at 20220315030032659
31824 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6qsabrelite_defconfig' (30,317) at 20210308005003268
31825 2025-10-05 03:01:03.498-0500 FINEST t466 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' (30,318) at 20240904080027734
31826 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mmc_host_def.h' (30,319) at 20210308005002636
31827 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ot1200_spl_defconfig' (30,320) at 20210308005003272
31828 2025-10-05 03:01:03.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (30,321) at 20230722080012861
31829 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c' (30,322) at 20210308005003016
31830 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am572x-idk.dts' (30,323) at 20210308005002564
31831 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/unaligned/be_byteshift.h' (30,324) at 20210308005003672
31832 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-KarrerNet' (30,325) at 20210307205553758
31833 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/configure.ac' (30,326) at 20210308005111461
31834 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.22.0.bb' (30,327) at 20231126090012789
31835 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/ubuntu.aarch64' (30,328) at 20240326080039750
31836 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/041_unknown_pos_size.dts' (30,329) at 20210308005003752
31837 2025-10-05 03:01:03.499-0500 FINEST t466 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' (30,330) at 20241206090014258
31838 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_1.0.bb' (30,331) at 20230919080013950
31839 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb' (30,332) at 20220402030016027
31840 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utils_keywords.py' (30,333) at 20231215090013781
31841 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/network/phosphor-network_%.bbappend' (30,334) at 20241206090014286
31842 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_syscall.h' (30,335) at 20220429100100642
31843 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/ioep-fpga.c' (30,336) at 20210308005003000
31844 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__submit.hpp' (30,337) at 20240817080036820
31845 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/krb5-kdc.service' (30,338) at 20210307205553878
31846 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/eets/pdu001/board.h' (30,339) at 20210308005002952
31847 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/termbits.h' (30,340) at 20210308005046089
31848 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0001-Turn-off-sign-compare-for-musl-libc.patch' (30,341) at 20230706080014745
31849 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/cpld.c' (30,342) at 20210308005002992
31850 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config/ipmi-sensors.yaml' (30,343) at 20240224090011377
31851 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/templates/default/conf-notes.txt' (30,344) at 20230807080022154
31852 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3128.dtsi' (30,345) at 20210308005002604
31853 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (30,346) at 20241207090012335
31854 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-client.default' (30,347) at 20210307205554122
31855 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/util/debug_output.hpp' (30,348) at 20220607030033272
31856 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opencore-amr/vo-amrwbenc_0.1.3.bb' (30,349) at 20210307205553802
31857 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/mtrap.S' (30,350) at 20210308005002844
31858 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AsiaSat2_C-100.5E' (30,351) at 20210307205553758
31859 2025-10-05 03:01:03.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (30,352) at 20241206090014234
31860 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-isavga' (30,353) at 20210308005046237
31861 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/idau.h' (30,354) at 20210308005046265
31862 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/cs8900.h' (30,355) at 20210308005003428
31863 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/bridge' (30,356) at 20210308005046489
31864 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/sam.S' (30,357) at 20230426080043952
31865 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/reproducibility.patch' (30,358) at 20240413080012659
31866 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libyang/libyang/run-ptest' (30,359) at 20230401080011935
31867 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-no-webui.inc' (30,360) at 20231012080014468
31868 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch' (30,361) at 20241221090017636
31869 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/coreboot.c' (30,362) at 20210308005002856
31870 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dumb-init/dumb-init_1.2.5.bb' (30,363) at 20220204040022472
31871 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/tdx-cfg-block.h' (30,364) at 20210308005003084
31872 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-m68k/bootinfo-mac.h' (30,365) at 20210927100127253
31873 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa73.inc' (30,366) at 20240301090012451
31874 2025-10-05 03:01:03.500-0500 FINEST t466 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' (30,367) at 20231126090012769
31875 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/0004-Add-configure-option-to-find-qt5-native-tools.patch' (30,368) at 20210307205553910
31876 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch' (30,369) at 20220125040024475
31877 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/endian-big' (30,370) at 20210307205554626
31878 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6qdl_icore_mipi_defconfig' (30,371) at 20210308005003260
31879 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/tpm2/tis-tpm2-spi.txt' (30,372) at 20210308005003328
31880 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/ihs_axi.c' (30,373) at 20210308005003336
31881 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_rockusb.c' (30,374) at 20210308005003508
31882 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/mori-fw-ver.sh' (30,375) at 20220716030014384
31883 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/db/__init__.py' (30,376) at 20210307205554266
31884 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/221.out' (30,377) at 20240326080039730
31885 2025-10-05 03:01:03.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/highbank/Makefile' (30,378) at 20210308005003004
31886 2025-10-05 03:01:03.500-0500 FINEST t466 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' (30,379) at 20210307205554222
31887 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmc_expire_password.robot' (30,380) at 20241203090020836
31888 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/Firejail/firejail/exclude_seccomp_util_compiles.patch' (30,381) at 20230401080011947
31889 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_iso.h' (30,382) at 20210308005003288
31890 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/posix_types.h' (30,383) at 20210308005002848
31891 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/miim.c' (30,384) at 20241211090212302
31892 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/renderer.py' (30,385) at 20220314030038324
31893 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/cfi.h' (30,386) at 20210308005003668
31894 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/sections.h' (30,387) at 20210308005003560
31895 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bur_am335x_common.h' (30,388) at 20210308005003588
31896 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_w.c' (30,389) at 20210308005046513
31897 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/integratorap.h' (30,390) at 20210308005003596
31898 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-Makefile.in-don-t-use-the-internal-lua.patch' (30,391) at 20220402030015911
31899 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/232.out' (30,392) at 20210308005046461
31900 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a-rdb.dts' (30,393) at 20210308005002580
31901 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/googletest.wrap' (30,394) at 20230816080029083
31902 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-keys_0.5.0.bb' (30,395) at 20240301090012431
31903 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_SPIFLASH_defconfig' (30,396) at 20210308005003236
31904 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4_pbi.cfg' (30,397) at 20210308005002956
31905 2025-10-05 03:01:03.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_blocksort.c' (30,398) at 20210308005003696
31906 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/kvm.h' (30,399) at 20240906080037352
31907 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m_%.bbappend' (30,400) at 20230813080012836
31908 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/stm32l4x5_gpio.h' (30,401) at 20240906080037332
31909 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/jffs2/jffs2_1pass.h' (30,402) at 20210308005003656
31910 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/common/common.c' (30,403) at 20210308005002904
31911 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/nmi.c' (30,404) at 20230426080043684
31912 2025-10-05 03:01:03.502-0500 FINEST t466 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' (30,405) at 20240904080027738
31913 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/network.scss' (30,406) at 20210308005107077
31914 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/POTFILES.in' (30,407) at 20210308005003732
31915 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config.bb' (30,408) at 20241206090014234
31916 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/pixis.h' (30,409) at 20210308005002960
31917 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor/phosphor-dbus-monitor.service' (30,410) at 20230215040018439
31918 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_mman.h' (30,411) at 20230925080039941
31919 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/gdbstub/test-mte.py' (30,412) at 20241211090212550
31920 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/detect-sled-present@.service' (30,413) at 20220719030014804
31921 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/baseprojectspecificpage.html' (30,414) at 20210307205554282
31922 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/import.py' (30,415) at 20210307205554634
31923 2025-10-05 03:01:03.502-0500 FINEST t466 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' (30,416) at 20240904080027734
31924 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/Makefile' (30,417) at 20210308005002960
31925 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/Kconfig' (30,418) at 20210308005002848
31926 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_2.2.7.bb' (30,419) at 20231126090012781
31927 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_checkptrw.c' (30,420) at 20210308005003552
31928 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7795-salvator-x-u-boot.dts' (30,421) at 20210308005002600
31929 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/exynos4210_combiner.h' (30,422) at 20221215040039182
31930 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.6.0.bb' (30,423) at 20241221090017508
31931 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/process.hpp' (30,424) at 20230511080029875
31932 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/disable-libxml2-check.patch' (30,425) at 20210307205554010
31933 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-1.x/run-ptest' (30,426) at 20241206090014262
31934 2025-10-05 03:01:03.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/Makefile.dtc' (30,427) at 20210308005003728
31935 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TCP-wrappers' (30,428) at 20211006000025246
31936 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/rockchip-efuse.c' (30,429) at 20210308005003400
31937 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_ph.c' (30,430) at 20210308005046509
31938 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_SECURE_BOOT_defconfig' (30,431) at 20210308005003232
31939 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (30,432) at 20220622030015257
31940 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/imx-regs.h' (30,433) at 20210308005002640
31941 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/phosphor-logging.wrap' (30,434) at 20220323030048031
31942 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/image_types_sparse.bbclass' (30,435) at 20230813080012844
31943 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-type-list.json' (30,436) at 20210308005046409
31944 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_rtnetlink.cpp' (30,437) at 20240822080023973
31945 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-spapr-uv-hcalls.rst' (30,438) at 20220429100100422
31946 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Voxna' (30,439) at 20210307205553794
31947 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/pbl_crc32.c' (30,440) at 20210308005003772
31948 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_gop.c' (30,441) at 20210308005003704
31949 2025-10-05 03:01:03.503-0500 FINEST t466 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' (30,442) at 20241206090014258
31950 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-linker-scripts-Do-not-export-_IO_stdin_used.patch' (30,443) at 20230919080013954
31951 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/caddy.c' (30,444) at 20210308005002956
31952 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/README.md' (30,445) at 20230620080005491
31953 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/clock.h' (30,446) at 20210308005002644
31954 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/suricata.service' (30,447) at 20210905000020565
31955 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/qapi.h' (30,448) at 20240326080039522
31956 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/InfoTooltip.spec.js.snap' (30,449) at 20220105012523003
31957 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/MCD_dma.h' (30,450) at 20210308005003556
31958 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/COPYING.apache-2.0' (30,451) at 20220315100011431
31959 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage.mx28.cfg' (30,452) at 20210308005002548
31960 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/index.js' (30,453) at 20210308005107077
31961 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bromsebro' (30,454) at 20210307205553778
31962 2025-10-05 03:01:03.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/make_fit_atf.py' (30,455) at 20210308005002772
31963 2025-10-05 03:01:03.504-0500 FINEST t466 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' (30,456) at 20240302090018206
31964 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native.bbappend' (30,457) at 20210812000025166
31965 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nasaker' (30,458) at 20210307205553786
31966 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/dummy-gbmc-update.bb' (30,459) at 20241206090014226
31967 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/run-ptest' (30,460) at 20210307205554122
31968 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5387un/ar-5387un.c' (30,461) at 20210308005002948
31969 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xclock_1.1.1.bb' (30,462) at 20221003030013285
31970 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/beaver/Makefile' (30,463) at 20210308005003024
31971 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_structs.h' (30,464) at 20220429100100618
31972 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/templates/default/bblayers.conf.sample' (30,465) at 20230901080018206
31973 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-ring.c' (30,466) at 20210308005003516
31974 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/sandbox.h' (30,467) at 20210308005003340
31975 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/stream_test.cpp' (30,468) at 20210427000041053
31976 2025-10-05 03:01:03.504-0500 FINEST t466 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' (30,469) at 20221003030013285
31977 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/spl.h' (30,470) at 20210308005002840
31978 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_astlpc.c' (30,471) at 20241219090010504
31979 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network/usb_network.service' (30,472) at 20220119040023096
31980 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0008-include-sysdep.h-before-net-if_tun.h.patch' (30,473) at 20230706080014737
31981 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc' (30,474) at 20241221090017468
31982 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_elf.h' (30,475) at 20210308005046093
31983 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0003-Dont-include-stab.h.patch' (30,476) at 20230811080018298
31984 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/fstree.c' (30,477) at 20210308005003728
31985 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/error.c' (30,478) at 20210308005003356
31986 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-gxp_2020.10.bb' (30,479) at 20210908000029103
31987 2025-10-05 03:01:03.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/ddimage' (30,480) at 20220910030013433
31988 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lagfors' (30,481) at 20210307205553786
31989 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/t1040.c' (30,482) at 20210308005003432
31990 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/wic/systemd-bootdisk-dmverity-hash.wks.in' (30,483) at 20230706080014769
31991 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/contrib/artwork/oe.svg' (30,484) at 20210307205554290
31992 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/misc.h' (30,485) at 20210308005002888
31993 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/monitor/qdev.h' (30,486) at 20220429100100582
31994 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/configuration/zaius-yaml-config/zaius-ipmi-fru.yaml' (30,487) at 20210307205553718
31995 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sflesi.c' (30,488) at 20210308005046529
31996 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tps6507x.dtsi' (30,489) at 20210308005002632
31997 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/MAINTAINERS' (30,490) at 20210308005003048
31998 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SSH-OpenSSH' (30,491) at 20211006000025242
31999 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/nicstat/nicstat_1.95.bb' (30,492) at 20241221090017520
32000 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/fw_env_flash_nor.config' (30,493) at 20220503030013216
32001 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/simple.script' (30,494) at 20210307205554470
32002 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/files/static-passwd-meta-webserver' (30,495) at 20231126090012805
32003 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/qos.c' (30,496) at 20210308005003036
32004 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/trace.h' (30,497) at 20240326080039494
32005 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_cap.json' (30,498) at 20241031080012183
32006 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/scsi/Makefile' (30,499) at 20210308005003484
32007 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tranemo' (30,500) at 20210307205553794
32008 2025-10-05 03:01:03.505-0500 FINEST t466 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' (30,501) at 20241221090017664
32009 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/072' (30,502) at 20220429100100886
32010 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ptest.patch' (30,503) at 20241221090017656
32011 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd-efi_1.6.bb' (30,504) at 20241206090014246
32012 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/entity-encoding.patch' (30,505) at 20210307205553982
32013 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/easylogo.c' (30,506) at 20210308005003760
32014 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-x86/chassis/x86-power-control_%.bbappend' (30,507) at 20241206090014202
32015 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/hwclock.sh' (30,508) at 20210307205554470
32016 2025-10-05 03:01:03.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-2.5' (30,509) at 20210307205554418
32017 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/processor.h' (30,510) at 20210308005002840
32018 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/quick-start.md' (30,511) at 20241206090014206
32019 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/Makefile.vdso' (30,512) at 20240326080039562
32020 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_image_loader.c' (30,513) at 20210308005003700
32021 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml' (30,514) at 20221207040023631
32022 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/card.scss' (30,515) at 20210308005107077
32023 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0001-Fix-Wincompatible-function-pointer-types.patch' (30,516) at 20230131040012031
32024 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/powerpc_mpc85xx_bootpg_resetvec.py' (30,517) at 20210308005003748
32025 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/097.out' (30,518) at 20210308005046445
32026 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_dataflash_defconfig' (30,519) at 20210308005003248
32027 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm052/imximage.cfg' (30,520) at 20210308005003028
32028 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-reset-button' (30,521) at 20240105090012010
32029 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/BVTableSelectableMixin.js' (30,522) at 20220105012522983
32030 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/da850_am18xxevm_defconfig' (30,523) at 20210308005003256
32031 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/pci.c' (30,524) at 20210308005002992
32032 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/157' (30,525) at 20240906080037564
32033 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC832XEMDS_HOST_66_defconfig' (30,526) at 20210308005003236
32034 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/linkit-smart-7688-ram_defconfig' (30,527) at 20210308005003264
32035 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g45-gurnard.dts' (30,528) at 20210308005002572
32036 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/soc.h' (30,529) at 20210308005002752
32037 2025-10-05 03:01:03.506-0500 FINEST t466 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' (30,530) at 20210307205553990
32038 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/299' (30,531) at 20210927100127501
32039 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb_rcw_sd.cfg' (30,532) at 20210308005002968
32040 2025-10-05 03:01:03.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb' (30,533) at 20241221090017552
32041 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aristainetos-common.h' (30,534) at 20210308005003584
32042 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb' (30,535) at 20241206090014266
32043 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-EmleyMoor' (30,536) at 20210307205553798
32044 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/config.h' (30,537) at 20210308005002636
32045 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS5-ssh-host@.service' (30,538) at 20231025080019870
32046 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-MI-Lansing' (30,539) at 20210307205553754
32047 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/pico-imx6ul.c' (30,540) at 20210308005003068
32048 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_handler.cpp' (30,541) at 20240830080017491
32049 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/0001-do-not-import-target-module-while-cross-compile.patch' (30,542) at 20240113090014532
32050 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-properties-mrw/config.yaml' (30,543) at 20210307205554054
32051 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-properties-mrw/config.yaml' (30,544) at 20210307205554066
32052 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-Olimex-SOM204-EVB-eMMC_defconfig' (30,545) at 20210308005003232
32053 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/content.scss' (30,546) at 20210308005107073
32054 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/fix-preprocessor.patch' (30,547) at 20230706080014753
32055 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-owl/Kconfig' (30,548) at 20210308005002768
32056 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/cmds.c' (30,549) at 20210308005003172
32057 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/Kconfig' (30,550) at 20210308005003008
32058 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/Kconfig' (30,551) at 20210308005003456
32059 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/Makefile' (30,552) at 20210308005002916
32060 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_functional_basic.py' (30,553) at 20241221090017592
32061 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/lt-All' (30,554) at 20210307205553774
32062 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VRML.interface.yaml' (30,555) at 20210610000035102
32063 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/zero.cpp' (30,556) at 20220525020545505
32064 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/2ux8_riser.json' (30,557) at 20220601030005857
32065 2025-10-05 03:01:03.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ncrack/ncrack_0.7.bb' (30,558) at 20241221090017580
32066 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/allwinner_emac.h' (30,559) at 20210308005046021
32067 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/0001-fix-building-on-macOS.patch' (30,560) at 20230317080013825
32068 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/191' (30,561) at 20210927100127493
32069 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-x86/start.S' (30,562) at 20210308005002956
32070 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid/0001-Do-not-install-license-file.patch' (30,563) at 20210307205553994
32071 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager/sol-default.override.yml' (30,564) at 20230414080015397
32072 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__stopped_as_optional.hpp' (30,565) at 20240731080033662
32073 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-No-Nuclear-Warranty' (30,566) at 20211006000025230
32074 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/immap_qe.h' (30,567) at 20210308005003656
32075 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/FLTK' (30,568) at 20210307205553866
32076 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CertificateCollection.json' (30,569) at 20240619080002944
32077 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/files/static-group-meta-webserver' (30,570) at 20231126090012805
32078 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/robot' (30,571) at 20221209040018559
32079 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DRL-1.1' (30,572) at 20241221090017616
32080 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/Makefile' (30,573) at 20210308005002988
32081 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/ftsdc010_mci.c' (30,574) at 20210308005003404
32082 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Source.interface.yaml' (30,575) at 20220315030032663
32083 2025-10-05 03:01:03.508-0500 FINEST t466 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' (30,576) at 20240413080012627
32084 2025-10-05 03:01:03.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/handle-hup.patch' (30,577) at 20210629000017500
32085 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/openbmc.json' (30,578) at 20240828080002243
32086 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/power-sequencing.service' (30,579) at 20230920080013648
32087 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/linkit-smart-7688.h' (30,580) at 20210308005003600
32088 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/platinum_picon_defconfig' (30,581) at 20210308005003276
32089 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/files/run-ptest' (30,582) at 20230503080014583
32090 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/property_change_listener.hpp' (30,583) at 20230509080037808
32091 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/Makefile' (30,584) at 20210308005003024
32092 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/host-utils.c' (30,585) at 20221215040039402
32093 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpr2/Makefile' (30,586) at 20210308005003020
32094 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mvebu/spi.h' (30,587) at 20210308005002644
32095 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500-genesis3.dts' (30,588) at 20230530080039372
32096 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-bootstrap.pre' (30,589) at 20210308005046393
32097 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r7-tv-dongle_defconfig' (30,590) at 20210308005003276
32098 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/obey-ranlib.patch' (30,591) at 20221003030013269
32099 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.prettierrc.yaml' (30,592) at 20221216040019482
32100 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/dbus-display.h' (30,593) at 20221215040039198
32101 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/serial/serial_basic.c' (30,594) at 20210308004938836
32102 2025-10-05 03:01:03.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/command-int.json' (30,595) at 20210308005046401
32103 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/initialize_isolator.cpp' (30,596) at 20230516080019602
32104 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb' (30,597) at 20241221090017544
32105 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (30,598) at 20230412080023460
32106 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/crosscompile.patch' (30,599) at 20230706080014741
32107 2025-10-05 03:01:03.510-0500 FINEST t466 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' (30,600) at 20230919080013958
32108 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (30,601) at 20240904080027738
32109 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/OWNERS' (30,602) at 20230407080043019
32110 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/pppoe-server.service' (30,603) at 20210307205553834
32111 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_simple/files/ima_policy_simple' (30,604) at 20210307205554114
32112 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/pragma.json' (30,605) at 20241211090212450
32113 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6358-clock.h' (30,606) at 20210308005003632
32114 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MakeIndex' (30,607) at 20211006000025238
32115 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-edit.svg' (30,608) at 20210308005107069
32116 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/quota/quota_4.09.bb' (30,609) at 20241221090017680
32117 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/runqemu.py' (30,610) at 20230503080014611
32118 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/sdrc.c' (30,611) at 20210308005002760
32119 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/wl.c' (30,612) at 20210308005003424
32120 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlstad_Sormon' (30,613) at 20210307205553786
32121 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_optee.S' (30,614) at 20210308005003232
32122 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/Makefile' (30,615) at 20210308005003008
32123 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/Support-for-cross-compilation.patch' (30,616) at 20210307205554458
32124 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap9.decode' (30,617) at 20210308005046389
32125 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0005_reorder_buildrequest_states.py' (30,618) at 20210307205554262
32126 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_events.c' (30,619) at 20210308005003704
32127 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/do_not_apply_config.patch' (30,620) at 20230706080014765
32128 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/tout.py' (30,621) at 20210308005003772
32129 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d3.h' (30,622) at 20210308005002716
32130 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lorem/run-ptest' (30,623) at 20230503080014587
32131 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-properties-mrw-native.bb' (30,624) at 20241206090014274
32132 2025-10-05 03:01:03.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_client.h' (30,625) at 20230629131804623
32133 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/pca9552_regs.h' (30,626) at 20240906080037332
32134 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/0001-libopts.m4-set-POSIX_SHELL-to-bin-sh.patch' (30,627) at 20221003030013265
32135 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/psqlodbc-fix-for-ptest-support.patch' (30,628) at 20241206090014250
32136 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam_1.32.bb' (30,629) at 20241206090014262
32137 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/libspiro_20240903.bb' (30,630) at 20241221090017528
32138 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/barrier.rst' (30,631) at 20210927100127073
32139 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/omap_elm.c' (30,632) at 20210308005003416
32140 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/network/phosphor-network_%.bbappend' (30,633) at 20221103030030172
32141 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/overlayfs.py' (30,634) at 20221104030017453
32142 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/qemuarm.cfg' (30,635) at 20231014080011723
32143 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/BootMode-default-setup.override.yml' (30,636) at 20220806030014720
32144 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-print.c' (30,637) at 20210308005046561
32145 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MigoR_defconfig' (30,638) at 20210308005003240
32146 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_atf.c' (30,639) at 20210308005003228
32147 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/config.c' (30,640) at 20240326080039630
32148 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb.upgraded' (30,641) at 20240106090017253
32149 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/link.ld' (30,642) at 20210308005046397
32150 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/sx1.rst' (30,643) at 20210308005045809
32151 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/fapi_data_process.hpp' (30,644) at 20221005030030498
32152 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/hardware.h' (30,645) at 20210308005002664
32153 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tpm_api.h' (30,646) at 20230310090043283
32154 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-porter.dts' (30,647) at 20210308005002600
32155 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.update' (30,648) at 20210308005003300
32156 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw.inc' (30,649) at 20231109090025016
32157 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/Kconfig' (30,650) at 20210308005002980
32158 2025-10-05 03:01:03.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_sun50i_h6.c' (30,651) at 20210308005002784
32159 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/018.out' (30,652) at 20210308005046433
32160 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_183-2024-03-27.bb' (30,653) at 20241206090014282
32161 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_devicepath_util.c' (30,654) at 20210308005003704
32162 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/nftables/files/nftables.service' (30,655) at 20211216040034764
32163 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/dcu_sii9022a.h' (30,656) at 20210308005002960
32164 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/svn.py' (30,657) at 20241206090014286
32165 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/toolchain-scripts-base.bbclass' (30,658) at 20220910030013389
32166 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx6/opos6ul.c' (30,659) at 20210308005002728
32167 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb' (30,660) at 20241221090017548
32168 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sh7753evb' (30,661) at 20210308005003296
32169 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/bus/list_names.cpp' (30,662) at 20210308005049761
32170 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1' (30,663) at 20210307205554422
32171 2025-10-05 03:01:03.512-0500 FINEST t466 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' (30,664) at 20241221090017484
32172 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_config.hpp' (30,665) at 20240819080030259
32173 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_pci_legacy.c' (30,666) at 20210308005003536
32174 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lx.c' (30,667) at 20210308005046529
32175 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/methodpool.py' (30,668) at 20210307205554238
32176 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/armv7/clock.c' (30,669) at 20210308005002712
32177 2025-10-05 03:01:03.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-64' (30,670) at 20230919080013994
32178 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_%.bbappend' (30,671) at 20230719080015371
32179 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Xdebug-1.03' (30,672) at 20241221090017620
32180 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_signal.h' (30,673) at 20220429100100646
32181 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_shortlog_format.pass' (30,674) at 20241206090014310
32182 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/sdbusplus.wrap' (30,675) at 20220331030041643
32183 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cros_ec.h' (30,676) at 20210308005003628
32184 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/rx-core.xml' (30,677) at 20210308005045817
32185 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0011-include-limits.h-for-PATH_MAX.patch' (30,678) at 20241221090017504
32186 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-nvme_%.bbappend' (30,679) at 20241206090014278
32187 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-LBNL' (30,680) at 20211006000025230
32188 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/qts/sdram_config.h' (30,681) at 20210308005003072
32189 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/logrotate-dmesg.conf' (30,682) at 20210307205554482
32190 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/aspell/aspell_%.bbappend' (30,683) at 20240106090017253
32191 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/snippets/gitrev_popover.html' (30,684) at 20210307205554286
32192 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.err' (30,685) at 20210308005046397
32193 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/field_values_filter.py' (30,686) at 20210307205554286
32194 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/usleep/files/usleep.c' (30,687) at 20241206090014246
32195 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/MAINTAINERS' (30,688) at 20210308005002916
32196 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/libfdt/fdt.c' (30,689) at 20210308005003764
32197 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/mailbox_s10.h' (30,690) at 20210308005002780
32198 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-build-pack.c-do-not-insert-payloadflags-into-.rpm-me.patch' (30,691) at 20241221090017672
32199 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/drivers/Makefile' (30,692) at 20210308005003720
32200 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_stm32f.c' (30,693) at 20210308005003348
32201 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/non-objects.json' (30,694) at 20210308005046409
32202 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/hi6220_gpio.c' (30,695) at 20210308005003376
32203 2025-10-05 03:01:03.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/i2c_compare_bit.md' (30,696) at 20240809080033023
32204 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/designware_spi.c' (30,697) at 20210308005003492
32205 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/nvme/nvme_show.c' (30,698) at 20210308005003448
32206 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/p10bmc/ibm,everest_associations.json' (30,699) at 20241212090014007
32207 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VolumeCollection_v1.xml' (30,700) at 20240824080002934
32208 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox_%.bbappend' (30,701) at 20240616080011243
32209 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_w.c' (30,702) at 20210308005046513
32210 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/kwbimage.cfg' (30,703) at 20210308005002904
32211 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/boost.wrap' (30,704) at 20240511080038862
32212 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/power-sequencing.bb' (30,705) at 20241206090014230
32213 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/elf_riscv64_efi.lds' (30,706) at 20210308005002844
32214 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/speed.c' (30,707) at 20210308005002800
32215 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-change-copy-mode.out' (30,708) at 20240326080039734
32216 2025-10-05 03:01:03.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/clock.h' (30,709) at 20210308005002652
32217 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_u_w.c' (30,710) at 20210308005046513
32218 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/allext.idef' (30,711) at 20220429100100782
32219 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/miniupnpd/files/0001-Add-OpenEmbedded-cross-compile-case.patch' (30,712) at 20210307205553810
32220 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/reboot' (30,713) at 20220405030025645
32221 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/vr3032u/Makefile' (30,714) at 20210308005002948
32222 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0' (30,715) at 20210307205554418
32223 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp_mini_nand.h' (30,716) at 20210308005003624
32224 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SGI-B-1.0' (30,717) at 20211006000025242
32225 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/system-pkcs11.txt' (30,718) at 20210307205553986
32226 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test_1.0.bb' (30,719) at 20241206090014286
32227 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/LICENSE-APACHE' (30,720) at 20240106090017261
32228 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/dev-zram0.swap' (30,721) at 20210307205553938
32229 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/kas-security-parsec.yml' (30,722) at 20210905000020565
32230 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-fw-utils-gxp/alt_fw_env.config' (30,723) at 20210908000029103
32231 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/__init__.py' (30,724) at 20210308005003736
32232 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-fpu.xml' (30,725) at 20210308005045817
32233 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_zc770_xm012_defconfig' (30,726) at 20210308005003288
32234 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/koelsch/Kconfig' (30,727) at 20210308005003036
32235 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/libfdt_internal.h' (30,728) at 20210308005003728
32236 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field1.decode' (30,729) at 20210308005046389
32237 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_init3.decode' (30,730) at 20210308005046389
32238 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common.metadata.yaml' (30,731) at 20220430030026016
32239 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/pfla02.c' (30,732) at 20210308005003028
32240 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/MAINTAINERS' (30,733) at 20210308005002976
32241 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/generic-loader.rst' (30,734) at 20210927100127081
32242 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/cio.h' (30,735) at 20241211090212442
32243 2025-10-05 03:01:03.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/0001-Replace-Name-NameString-with-vector-of-uint8_t.patch' (30,736) at 20241221090017636
32244 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/ldpaa_eth.c' (30,737) at 20210308005003436
32245 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Berlin' (30,738) at 20210307205553758
32246 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/imx6/README' (30,739) at 20210308005003016
32247 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/minerva/gpio_desc.json' (30,740) at 20240119090006943
32248 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/tegra124/displayport.h' (30,741) at 20210308005003536
32249 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/index.js' (30,742) at 20220105012522995
32250 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TPDL' (30,743) at 20241221090017616
32251 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/TaskCollection.json' (30,744) at 20240619080002956
32252 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-35xx-devkit.dts' (30,745) at 20210308005002596
32253 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/bcm6318-usbh-phy.c' (30,746) at 20210308005003452
32254 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Host.errors.yaml' (30,747) at 20230526080025851
32255 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/phosphor-state-manager-init.conf' (30,748) at 20240105090012010
32256 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/propertywatchgentest/watchtwo.yaml' (30,749) at 20221209040030339
32257 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/0001-asm-Delete-.func-.endfunc-directives.patch' (30,750) at 20230706080014741
32258 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/README.md' (30,751) at 20210629000017504
32259 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x/clk_rk322x.c' (30,752) at 20210308005002772
32260 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx8qxp_mek.h' (30,753) at 20210308005003596
32261 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/README' (30,754) at 20210308005003048
32262 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/pca953x.c' (30,755) at 20210308005003380
32263 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/templates/default/bblayers.conf.sample' (30,756) at 20240731080013630
32264 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/mrw-xml.bbclass' (30,757) at 20210307205554054
32265 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MessageRegistryFileCollection.json' (30,758) at 20240619080002948
32266 2025-10-05 03:01:03.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/posix_types.h' (30,759) at 20210308005002680
32267 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2.h' (30,760) at 20240326080039386
32268 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/MAINTAINERS' (30,761) at 20210308005002956
32269 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_resource.h' (30,762) at 20220429100100646
32270 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/env.hpp' (30,763) at 20210308004940468
32271 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.30/index.html' (30,764) at 20210307205554246
32272 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/inputattachctl' (30,765) at 20210307205553918
32273 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/cairo.h' (30,766) at 20210308005003032
32274 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_u_w.c' (30,767) at 20210308005046521
32275 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7720se/Makefile' (30,768) at 20210308005003020
32276 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/cross-clang.patch' (30,769) at 20230706080014733
32277 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/powerpc-purgatory-Makefile-remove-unknown-flags.patch' (30,770) at 20210307205553750
32278 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bredbyn_Kubbe' (30,771) at 20210307205553778
32279 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/trace.h' (30,772) at 20210308005045909
32280 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_link/MAINTAINERS' (30,773) at 20210308005003004
32281 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.92.1.bb' (30,774) at 20220204040022496
32282 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-caret-down-disabled.svg' (30,775) at 20210308005107069
32283 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Sachsen-Anhalt' (30,776) at 20210307205553766
32284 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rpi_3_defconfig' (30,777) at 20210308005003276
32285 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77693_fg.h' (30,778) at 20210308005003680
32286 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/013_pack_inv_size_align.dts' (30,779) at 20210308005003752
32287 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/malta/superio.c' (30,780) at 20210308005003008
32288 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mt7628a.dtsi' (30,781) at 20210308005002816
32289 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/bin2c.c' (30,782) at 20210308005003724
32290 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb' (30,783) at 20241221090017492
32291 2025-10-05 03:01:03.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (30,784) at 20210820100014769
32292 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/efi.c' (30,785) at 20210308005003208
32293 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils/run-ptest' (30,786) at 20210307205554470
32294 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/system/boot.S' (30,787) at 20240906080037580
32295 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6_bb.h' (30,788) at 20210308005003088
32296 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/kwbimage_256M8_1.cfg' (30,789) at 20210308005003012
32297 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/pm8916_gpio.txt' (30,790) at 20210308005003304
32298 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3.0-only' (30,791) at 20210316000012717
32299 2025-10-05 03:01:03.518-0500 FINEST t466 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' (30,792) at 20240413080012655
32300 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/read_window_mark_write_erased.c' (30,793) at 20210308005108641
32301 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/ima-policy-hashed_1.0.bb' (30,794) at 20241221090017576
32302 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kinnastrom' (30,795) at 20210307205553786
32303 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/compress/lz4.py' (30,796) at 20241221090017584
32304 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/usb_a9263_dataflash_defconfig' (30,797) at 20210308005003284
32305 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/mux.c' (30,798) at 20210308005002756
32306 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.err' (30,799) at 20230925080040089
32307 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb' (30,800) at 20230520080014480
32308 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/goflexhome_defconfig' (30,801) at 20210308005003260
32309 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/busybox-cron' (30,802) at 20210307205554470
32310 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-channel-null.c' (30,803) at 20221215040039394
32311 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld20-ref.dts' (30,804) at 20210308005002632
32312 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OCLC-2.0' (30,805) at 20210307205554426
32313 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/regmap.c' (30,806) at 20210308005003356
32314 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblightmodbus/liblightmodbus_2.0.2.bb' (30,807) at 20220402030015947
32315 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lz4/lz4_1.10.0.bb' (30,808) at 20241221090017696
32316 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc233c/tie-asm.h' (30,809) at 20210308005002884
32317 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/led.c' (30,810) at 20210308005002916
32318 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/config.txt' (30,811) at 20210308005003304
32319 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd.bb' (30,812) at 20241206090014226
32320 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485HFE_defconfig' (30,813) at 20210308005003236
32321 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/test/test_callout.cpp' (30,814) at 20210308005117205
32322 2025-10-05 03:01:03.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (30,815) at 20240802080012609
32323 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.err' (30,816) at 20210308005046397
32324 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/045_prop_test.dts' (30,817) at 20210308005003752
32325 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_picmg.c' (30,818) at 20210308004938828
32326 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.3.bb' (30,819) at 20241206090014254
32327 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar934x/cpu.c' (30,820) at 20210308005002820
32328 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/images/fb-bletchley-phosphor-image.inc' (30,821) at 20240612080013178
32329 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/cow.py' (30,822) at 20210307205554242
32330 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/124.out' (30,823) at 20210308005046449
32331 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/README.md' (30,824) at 20220804030014663
32332 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/lpt_commit.c' (30,825) at 20210308005003552
32333 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/files/autoconf-2.73.patch' (30,826) at 20230813080012900
32334 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi-cm.conf' (30,827) at 20230609080014395
32335 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/clocks.cfg' (30,828) at 20210308005002908
32336 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/psmisc/psmisc_23.7.bb' (30,829) at 20241221090017676
32337 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_NAND_defconfig' (30,830) at 20210308005003244
32338 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/gen-ucd90160-defs.py' (30,831) at 20221206040039401
32339 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (30,832) at 20210728000026280
32340 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/common/fsl_8xxx_misc.h' (30,833) at 20210308005003172
32341 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/regulator/maxim,max77802.h' (30,834) at 20210308005003640
32342 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluegiga/apx4devkit/spl_boot.c' (30,835) at 20210308005002924
32343 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro4.dtsi' (30,836) at 20210308005002632
32344 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/simplediff/LICENSE' (30,837) at 20210307205554262
32345 2025-10-05 03:01:03.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/stable-process.rst' (30,838) at 20220429100100418
32346 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.1.rst' (30,839) at 20241221090017592
32347 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.json' (30,840) at 20220429100100882
32348 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dsl_dir.h' (30,841) at 20210308005003692
32349 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/qconf.cc' (30,842) at 20210308005003732
32350 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/layerappend.py' (30,843) at 20241206090014306
32351 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/tupleref.hpp' (30,844) at 20220625030026172
32352 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS1.conf' (30,845) at 20230114040015462
32353 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/early_cmos.h' (30,846) at 20210308005002880
32354 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/float_convs.ref' (30,847) at 20210308005046489
32355 2025-10-05 03:01:03.520-0500 FINEST t466 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' (30,848) at 20230401080011935
32356 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/NSS-10-37.5W' (30,849) at 20210307205553762
32357 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_hii_config.c' (30,850) at 20210308005003700
32358 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/mdev' (30,851) at 20210307205554470
32359 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hmac.c' (30,852) at 20241211090212230
32360 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/ddr.c' (30,853) at 20210308005002900
32361 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13-difrnce-dit4350.dts' (30,854) at 20210308005002620
32362 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/test_akcipher_keys.c.inc' (30,855) at 20241211090212530
32363 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/README' (30,856) at 20210812000025310
32364 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/multimedia-libcamera-image.bb' (30,857) at 20231014080011723
32365 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/intel,baytrail-fsp.txt' (30,858) at 20210308005003304
32366 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-pc-plus.dts' (30,859) at 20210308005002624
32367 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/libc.c' (30,860) at 20210927100127329
32368 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/et1011c.c' (30,861) at 20210308005002720
32369 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/Inventory.vue' (30,862) at 20241004080035963
32370 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring2.sh' (30,863) at 20230920080013648
32371 2025-10-05 03:01:03.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pull-sdpx-licenses.py' (30,864) at 20241221090017704
32372 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_stratix10.dtsi' (30,865) at 20210308005002612
32373 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-mkstemp.patch' (30,866) at 20210307205553810
32374 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nand.h' (30,867) at 20210308005003556
32375 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/nic_mock.h' (30,868) at 20230718080007968
32376 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CECILL-1.0' (30,869) at 20210307205554418
32377 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/ivshmem.rst' (30,870) at 20240326080039406
32378 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-forked_1.6.0.bb' (30,871) at 20230317080013793
32379 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/propertygentest/grouptwo.yaml' (30,872) at 20221209040030339
32380 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/device.hpp' (30,873) at 20230511080045635
32381 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_scp_failover.sh' (30,874) at 20241226090016123
32382 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Flurkmark' (30,875) at 20210307205553782
32383 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/named.service' (30,876) at 20230813080012876
32384 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/entrypoint-yocto-check-layer.sh' (30,877) at 20220402030016063
32385 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/Build.PL' (30,878) at 20230831080028403
32386 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-fw.c' (30,879) at 20210308005045853
32387 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fields_5.0.0.bb' (30,880) at 20210812000025238
32388 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2571/Kconfig' (30,881) at 20210308005003024
32389 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/P10BMCAspeedSBPubKey_2.pem' (30,882) at 20220216040015837
32390 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_sr.S' (30,883) at 20221215040039390
32391 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mccmon6.h' (30,884) at 20210308005003604
32392 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-TTV' (30,885) at 20210307205553758
32393 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (30,886) at 20210903000032571
32394 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/093.out' (30,887) at 20210308005046445
32395 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/byteorder.h' (30,888) at 20210308005002544
32396 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/debug.md' (30,889) at 20240807080019542
32397 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/dtrace.py' (30,890) at 20210308005046245
32398 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_srav.c' (30,891) at 20210308005046525
32399 2025-10-05 03:01:03.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/tegra_i2c.h' (30,892) at 20210308005002668
32400 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/chassis_tests.cpp' (30,893) at 20240817080031296
32401 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/TaskService.v1_2_1.json' (30,894) at 20240619080002956
32402 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-bsp/image/gxp-bootblock.bbappend' (30,895) at 20230413080015624
32403 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9g45/Kconfig' (30,896) at 20210308005003040
32404 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite537x/tlb.c' (30,897) at 20210308005003172
32405 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bitrev.c' (30,898) at 20210308005003696
32406 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-divide/test_msa_div_u_b.c' (30,899) at 20210308005046517
32407 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/0001-version-libraries.patch' (30,900) at 20230706080014745
32408 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/mctp_%.bbappend' (30,901) at 20241206090014218
32409 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Mini-XML-License' (30,902) at 20210307205553866
32410 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/063' (30,903) at 20210927100127477
32411 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ppa.c' (30,904) at 20210308005002556
32412 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (30,905) at 20240105090012010
32413 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/fonts.dir' (30,906) at 20210307205554594
32414 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/xilinx-pcie.h' (30,907) at 20230426080043764
32415 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axi.h' (30,908) at 20210308005003560
32416 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev.inc' (30,909) at 20241221090017688
32417 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/luton_pcb090.dts' (30,910) at 20210308005002812
32418 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-uboot.bbclass' (30,911) at 20241221090017608
32419 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu2.json' (30,912) at 20230627080016966
32420 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/etcd.service' (30,913) at 20230520080014480
32421 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/settings/phosphor-settings-manager_%.bbappend' (30,914) at 20240821080012435
32422 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/Kconfig' (30,915) at 20240906080037500
32423 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-amd' (30,916) at 20230426080043656
32424 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/coreboot_table.c' (30,917) at 20210308005002884
32425 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Visby_Follingbo' (30,918) at 20210307205553794
32426 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_SDCARD_defconfig' (30,919) at 20210308005003244
32427 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/single_cpdo.c' (30,920) at 20210308005046069
32428 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/ram-uclass.c' (30,921) at 20210308005003476
32429 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/OWNERS' (30,922) at 20220723030040945
32430 2025-10-05 03:01:03.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/Makefile' (30,923) at 20210308005003456
32431 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lsxhl_defconfig' (30,924) at 20210308005003268
32432 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu.rsrc' (30,925) at 20210308005046185
32433 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0003_customimagepackage.py' (30,926) at 20210307205554262
32434 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Koppom' (30,927) at 20210307205553786
32435 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/__init__.py' (30,928) at 20220910030013377
32436 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.init' (30,929) at 20210307205554550
32437 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/path.py' (30,930) at 20240106090017261
32438 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/glibmm_2.66.7.bb' (30,931) at 20241221090017508
32439 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-8.conf' (30,932) at 20230412080023460
32440 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/inputattach-config/inputattach-config.bb' (30,933) at 20241221090017516
32441 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/srcpos.h' (30,934) at 20210308005003728
32442 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/Makefile' (30,935) at 20210308005002972
32443 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/ipam390.c' (30,936) at 20210308005002900
32444 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zile/files/remove-help2man.patch' (30,937) at 20210307205554002
32445 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/coreboot/Makefile' (30,938) at 20210308005002852
32446 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/xcat/__init__.robot' (30,939) at 20240627080021052
32447 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7795-cpg-mssr.c' (30,940) at 20210308005003352
32448 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/io.h' (30,941) at 20210308005002848
32449 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/mscc_xfer.c' (30,942) at 20210308005003436
32450 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/cf-core.xml' (30,943) at 20210308005045817
32451 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30.dtsi' (30,944) at 20210308005002632
32452 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp-ddns.service' (30,945) at 20231126090012853
32453 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/faultlog_dump_entry.cpp' (30,946) at 20230615080025080
32454 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/universal.c' (30,947) at 20210308005003044
32455 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/config' (30,948) at 20210308005003736
32456 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4860qds_qixis.h' (30,949) at 20210308005002956
32457 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Storlien' (30,950) at 20210307205553790
32458 2025-10-05 03:01:03.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/trace.h' (30,951) at 20210308005045861
32459 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/PageTitle.spec.js.snap' (30,952) at 20220105012523003
32460 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/create_config_directory.patch' (30,953) at 20210307205554578
32461 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/server.cpp' (30,954) at 20240829080010546
32462 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/dbus/chassis-intrusion-monitor/config.yaml' (30,955) at 20220211110019214
32463 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/build-rootfs-size-docker.sh' (30,956) at 20241017080019198
32464 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubispl/ubispl.h' (30,957) at 20210308005003424
32465 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/lpc32xx_eth.c' (30,958) at 20210308005003436
32466 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/memory/ti-aemif.c' (30,959) at 20210308005003388
32467 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.json' (30,960) at 20210308005046405
32468 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/meson.build' (30,961) at 20240326080039562
32469 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-autobahn_24.4.2.bb' (30,962) at 20241221090017548
32470 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm6328-reset.h' (30,963) at 20210308005003640
32471 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/iomux-vf610.h' (30,964) at 20210308005002672
32472 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg' (30,965) at 20210308005002992
32473 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mmc_host_def.h' (30,966) at 20210308005002656
32474 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat/0002-automake-make-example-programs-installable.patch' (30,967) at 20230401080011939
32475 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/Makefile' (30,968) at 20210308005002908
32476 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3328/README' (30,969) at 20210308005003040
32477 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb' (30,970) at 20241221090017548
32478 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmns2/Makefile' (30,971) at 20210308005002940
32479 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb' (30,972) at 20231011080016614
32480 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1040_nand_rcw.cfg' (30,973) at 20210308005002992
32481 2025-10-05 03:01:03.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handler.cpp' (30,974) at 20240817080027652
32482 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/pinctrl.h' (30,975) at 20210308005002636
32483 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool_2018.03.0.bb' (30,976) at 20241221090017512
32484 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc' (30,977) at 20210812000025370
32485 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/rdc-sema.h' (30,978) at 20210308005002676
32486 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cgtqmx6eval.h' (30,979) at 20210308005003588
32487 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Entessa' (30,980) at 20210307205554422
32488 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-server/main.c' (30,981) at 20230925080039837
32489 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sysam/stmark2/sbf_dram_init.S' (30,982) at 20210308005003056
32490 2025-10-05 03:01:03.525-0500 FINEST t466 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' (30,983) at 20240413080012627
32491 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Sevilla' (30,984) at 20210307205553766
32492 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ddr2_dimm_params.c' (30,985) at 20210308005003360
32493 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/fixed.c' (30,986) at 20210308005003440
32494 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amazon/kc1/MAINTAINERS' (30,987) at 20210308005002912
32495 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/sol_context.cpp' (30,988) at 20240829080025811
32496 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/vars.yml.template' (30,989) at 20230426080043844
32497 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-HemelHempstead' (30,990) at 20210307205553798
32498 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/Makefile.am' (30,991) at 20210308005108641
32499 2025-10-05 03:01:03.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/README' (30,992) at 20210308005003072
32500 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/clock.h' (30,993) at 20210308005002720
32501 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/manager.hpp' (30,994) at 20241210090027376
32502 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/nf5280m7-ipmi-fru.yaml' (30,995) at 20240712080022837
32503 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb' (30,996) at 20220502030010124
32504 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada8k/cpu.c' (30,997) at 20210308005002752
32505 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bios_setting.hpp' (30,998) at 20240827080004798
32506 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Malmo_Jagersro' (30,999) at 20210307205553786
32507 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/spltest_sandbox.c' (31,000) at 20210308005003400
32508 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/pl110_template.h' (31,001) at 20221215040039102
32509 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/npm_registry.py' (31,002) at 20230706080014777
32510 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_nor_ddr3_defconfig' (31,003) at 20210308005003264
32511 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/vmgenid.h' (31,004) at 20240326080039530
32512 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-fan-control.target' (31,005) at 20220301040040077
32513 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS3.conf' (31,006) at 20230114040015462
32514 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_hii_data.c' (31,007) at 20210308005003704
32515 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cubietruck_plus_defconfig' (31,008) at 20210308005003236
32516 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/hikey.c' (31,009) at 20210308005003004
32517 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_s_w.c' (31,010) at 20210308005046501
32518 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-ati' (31,011) at 20210308005046237
32519 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-minnie.dts' (31,012) at 20210308005002608
32520 2025-10-05 03:01:03.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handler.hpp' (31,013) at 20240817080027652
32521 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5282evb/Kconfig' (31,014) at 20210308005002972
32522 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/tegra-hsp.c' (31,015) at 20210308005003388
32523 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/calao/usb_a9263/Kconfig' (31,016) at 20210308005002944
32524 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun8i-v3s-ccu.h' (31,017) at 20210308005003640
32525 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/severity.hpp' (31,018) at 20240820080027378
32526 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hda_codec.h' (31,019) at 20210308005003652
32527 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/TQM834x.h' (31,020) at 20210308005003580
32528 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_w.c' (31,021) at 20210308005046521
32529 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mm-common/mm-common_1.0.6.bb' (31,022) at 20241221090017508
32530 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/akcipher.h' (31,023) at 20240326080039526
32531 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/phosphor-dbus-interfaces.wrap' (31,024) at 20220801133228674
32532 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/transmission/transmission_4.0.6.bb' (31,025) at 20241221090017504
32533 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/image.bbclass' (31,026) at 20210307205554250
32534 2025-10-05 03:01:03.527-0500 FINEST t466 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' (31,027) at 20210307205553910
32535 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/spl.h' (31,028) at 20210308005002808
32536 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/check-interrupt@.service' (31,029) at 20240928080015145
32537 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_SPIFLASH_defconfig' (31,030) at 20210308005003240
32538 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/image_verify.hpp' (31,031) at 20240621080016857
32539 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/db.py' (31,032) at 20241206090014290
32540 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition_table.cpp' (31,033) at 20210308005108645
32541 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/OWNERS' (31,034) at 20220727030021033
32542 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/test-noc.S' (31,035) at 20230426080043952
32543 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv.dtsi' (31,036) at 20210308005002596
32544 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/ls2080ardb_qixis.h' (31,037) at 20210308005002972
32545 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/xyz.openbmc_project.Syslog.Config.service' (31,038) at 20210511000050230
32546 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/run' (31,039) at 20210308005003744
32547 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-sh4errors.sh' (31,040) at 20210307205554130
32548 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/0004-lemon-Remove-line-directives.patch' (31,041) at 20240113090014536
32549 2025-10-05 03:01:03.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml' (31,042) at 20240228090013752
32550 2025-10-05 03:01:03.528-0500 FINEST t466 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' (31,043) at 20240904080027734
32551 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/evdev.cpp' (31,044) at 20230807080031314
32552 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPL-3.0-or-later' (31,045) at 20210316000012717
32553 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/stmark2_defconfig' (31,046) at 20210308005003280
32554 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/LICENSE' (31,047) at 20210307205554078
32555 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kp_imx53.h' (31,048) at 20210308005003600
32556 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/omap-timer.c' (31,049) at 20210308005003500
32557 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_signal.h' (31,050) at 20221215040039066
32558 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/files/croserver.service' (31,051) at 20210307205554046
32559 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-popmetal.dtsi' (31,052) at 20210308005002604
32560 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/trace.c' (31,053) at 20210308005003716
32561 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/Kconfig' (31,054) at 20210308005002776
32562 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-building-with-GCC-10.patch' (31,055) at 20230706080014761
32563 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/rtl8169.h' (31,056) at 20210308005003036
32564 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_vining_fpga-u-boot.dtsi' (31,057) at 20210308005002612
32565 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_flat.h' (31,058) at 20230426080043780
32566 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/maxbcm/MAINTAINERS' (31,059) at 20210308005003016
32567 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljungaverk' (31,060) at 20210307205553786
32568 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/pwm.h' (31,061) at 20210308005002672
32569 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/Kconfig' (31,062) at 20210308005002984
32570 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/images/wic-image-minimal.wks' (31,063) at 20210307205554386
32571 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/usb/tegra-usb.txt' (31,064) at 20210308005003328
32572 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M54418TWR_serial_rmii_defconfig' (31,065) at 20210308005003236
32573 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Vinasat1_C-132.0E' (31,066) at 20210307205553762
32574 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pigz/pigz_2.8.bb' (31,067) at 20230919080013990
32575 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/systemd-boot.bbclass' (31,068) at 20220910030013389
32576 2025-10-05 03:01:03.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sve-ioctls.c' (31,069) at 20210308005046489
32577 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/Kconfig' (31,070) at 20210927100127445
32578 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/systemd-machine-units/systemd-machine-units_%.bbappend' (31,071) at 20210817100021806
32579 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.16.rst' (31,072) at 20241221090017596
32580 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memopidx.h' (31,073) at 20221215040039178
32581 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/Kconfig' (31,074) at 20241211090212338
32582 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-kernel/linux/linux-aspeed/minerva.cfg' (31,075) at 20240629080012184
32583 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/FabricAdapterCollection.json' (31,076) at 20240619080002948
32584 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m0220661105_cv.dtsi' (31,077) at 20210308005002868
32585 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/COPYING' (31,078) at 20210307205553874
32586 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/.gitignore' (31,079) at 20210308005002536
32587 2025-10-05 03:01:03.529-0500 FINEST t466 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' (31,080) at 20230706080014765
32588 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5020DS_defconfig' (31,081) at 20210308005003244
32589 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mt7620/Kconfig' (31,082) at 20210308005002820
32590 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/qemuboot.bbclass' (31,083) at 20241221090017608
32591 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/console/obmc-console/obmc-console.conf' (31,084) at 20230512080018777
32592 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/spl.c' (31,085) at 20210308005002552
32593 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/irq.h' (31,086) at 20210308005002876
32594 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/nas220.c' (31,087) at 20210308005002908
32595 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/COPYING.apache-2.0' (31,088) at 20210307205553666
32596 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_farith.c.inc' (31,089) at 20240906080037496
32597 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/include/mach/hardware.h' (31,090) at 20210308005002732
32598 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/TableIpv6.vue' (31,091) at 20241004080035975
32599 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/mysql-config-fix.patch' (31,092) at 20241221090017564
32600 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch' (31,093) at 20241221090017656
32601 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/fw_env.config' (31,094) at 20210307205553670
32602 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/jobdesc.c' (31,095) at 20210308005003356
32603 2025-10-05 03:01:03.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_d.c' (31,096) at 20210308005046521
32604 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bubblegum_96_defconfig' (31,097) at 20210308005003252
32605 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.theme.min.css' (31,098) at 20210307205554270
32606 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8641hpcn/Kconfig' (31,099) at 20210308005002980
32607 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/0001-Set-interpreter-only-when-necessary.patch' (31,100) at 20230813080012900
32608 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/burnia/libisoburn_1.5.6.bb' (31,101) at 20231126090012777
32609 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create.py' (31,102) at 20241221090017700
32610 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/compare_vpd_action.hpp' (31,103) at 20240817080031292
32611 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-ptest-fast.bb' (31,104) at 20231014080011723
32612 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC9_C-83.0W' (31,105) at 20210307205553758
32613 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/u-boot.lds' (31,106) at 20210308005002812
32614 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Add-missing-extern-definition.patch' (31,107) at 20210307205553958
32615 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7623/Makefile' (31,108) at 20210308005003016
32616 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Sheffield' (31,109) at 20210307205553798
32617 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/commandutils.cpp' (31,110) at 20240817080006183
32618 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/Status.errors.yaml' (31,111) at 20221207040023631
32619 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb' (31,112) at 20241221090017532
32620 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf_1.3.10.bb' (31,113) at 20230706080014789
32621 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (31,114) at 20231017080014766
32622 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Empire_electronix_m712_defconfig' (31,115) at 20210308005003236
32623 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds1556.c' (31,116) at 20210308005003480
32624 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/fix-multiline-comments.sh' (31,117) at 20210927100127345
32625 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-json-report_1.5.0.bb' (31,118) at 20240302090018214
32626 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kyrkesund' (31,119) at 20210307205553786
32627 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/func_test.py' (31,120) at 20210308005003756
32628 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_omap.c' (31,121) at 20210308005003484
32629 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof/vof.lds' (31,122) at 20210927100127329
32630 2025-10-05 03:01:03.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/busconfig/phosphor-logging.conf' (31,123) at 20210511000050230
32631 2025-10-05 03:01:03.531-0500 FINEST t466 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' (31,124) at 20230706080014753
32632 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/power.h' (31,125) at 20210308005002776
32633 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/me_status.c' (31,126) at 20210308005002856
32634 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/common.c' (31,127) at 20210308005108641
32635 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/LICENSE' (31,128) at 20210307205553690
32636 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/files/oe-remote.repo.sample' (31,129) at 20210307205553898
32637 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/board.c' (31,130) at 20210308005003056
32638 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/0001-doxygen-meson.build-remove-dependency-on-doxygen-bin.patch' (31,131) at 20210608000015847
32639 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/cpu.c' (31,132) at 20210308005002796
32640 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/tlb.c' (31,133) at 20210308005002988
32641 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/src_callouts_test.cpp' (31,134) at 20240301090029663
32642 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/Makefile' (31,135) at 20210308005002848
32643 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerDiagnosticData.v1_2_3.json' (31,136) at 20240619080002948
32644 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/0001-nbd-client-Fix-build-on-musl-gcc14.patch' (31,137) at 20241206090014242
32645 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/README' (31,138) at 20210308005046509
32646 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager_s10.h' (31,139) at 20210308005002780
32647 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/qemu-ppce500/Kconfig' (31,140) at 20210308005002988
32648 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/README' (31,141) at 20210308005002964
32649 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/funcmux.h' (31,142) at 20210308005002672
32650 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/LICENSE.GPL-2.0-only' (31,143) at 20210307205554226
32651 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/client.2201.conf' (31,144) at 20230606080013598
32652 2025-10-05 03:01:03.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-evm-u-boot.dtsi' (31,145) at 20210308005002576
32653 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/CLI11.wrap' (31,146) at 20220323030042611
32654 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-boot.bb' (31,147) at 20241206090014226
32655 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Olden_Telestation' (31,148) at 20210307205553790
32656 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth/0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch' (31,149) at 20230131040012039
32657 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/vss-debug.cpp' (31,150) at 20230925080039989
32658 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/ethernet_test.cpp' (31,151) at 20241228090003723
32659 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/riscv_aclint.h' (31,152) at 20221215040039182
32660 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/gmac_rockchip.c' (31,153) at 20210308005003432
32661 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am572x-idk-common.dtsi' (31,154) at 20210308005002564
32662 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/MAINTAINERS' (31,155) at 20210308005003036
32663 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-7.c' (31,156) at 20230925080040097
32664 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/file.hpp' (31,157) at 20210308005104849
32665 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/rcK' (31,158) at 20210307205553890
32666 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/sysctr.h' (31,159) at 20210308005002672
32667 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p4080ds.cfg' (31,160) at 20210308005002964
32668 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/gxbb-clkc.h' (31,161) at 20210308005003632
32669 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch' (31,162) at 20241221090017656
32670 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/templates/default/local.conf.sample' (31,163) at 20241221090017484
32671 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/analyse-9p-simpletrace.py' (31,164) at 20210308005046237
32672 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_write_bytes_action_tests.cpp' (31,165) at 20210308005405938
32673 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk.bbclass' (31,166) at 20220910030013389
32674 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/gpm.service.in' (31,167) at 20210307205553974
32675 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/item_updater_ubi.hpp' (31,168) at 20240820080019550
32676 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sagem/f@st1704/MAINTAINERS' (31,169) at 20210308005003040
32677 2025-10-05 03:01:03.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/submitting-a-pull-request.rst' (31,170) at 20221215040039078
32678 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7/clock_slice.c' (31,171) at 20210308005002728
32679 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-bsc.c' (31,172) at 20210308005002552
32680 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_value_entry_encode_enum_check.yaml' (31,173) at 20240908080010098
32681 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-core/busybox/files/gbmc.cfg' (31,174) at 20230726080016953
32682 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/system.h' (31,175) at 20210308005002824
32683 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_sha512.c' (31,176) at 20210308005003708
32684 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/re2/re2/run-ptest' (31,177) at 20231126090012797
32685 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Brandenburg' (31,178) at 20210307205553766
32686 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb' (31,179) at 20241221090017528
32687 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/Makefile.am' (31,180) at 20210308004938816
32688 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-udisks-rpi/80-udisks-rpi.rules' (31,181) at 20210307205554102
32689 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/renesas_cmt.h' (31,182) at 20210308005046033
32690 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dh_imx6_defconfig' (31,183) at 20210308005003256
32691 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/service_files/json/phosphor-fan-presence-tach@.service' (31,184) at 20220819030023853
32692 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_manage_power_usage.robot' (31,185) at 20210308005007104
32693 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/temporary_file.cpp' (31,186) at 20240820080019934
32694 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_ltc3676.c' (31,187) at 20210308005003468
32695 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/well_known.cpp' (31,188) at 20220604030024805
32696 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rissna' (31,189) at 20210307205553790
32697 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljugarn_3193' (31,190) at 20210307205553786
32698 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps/0001-basic.h-Use-c99-supported-stdint-types.patch' (31,191) at 20230503080014579
32699 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/ppc64-softmmu/default.mak' (31,192) at 20240906080037160
32700 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9260.dtsi' (31,193) at 20210308005002572
32701 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx31pdk/Kconfig' (31,194) at 20210308005002980
32702 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_fpcom.c' (31,195) at 20221215040039386
32703 2025-10-05 03:01:03.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ChassisCapabilities.interface.yaml' (31,196) at 20221207040023627
32704 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/sh73a0-gpio.h' (31,197) at 20210308005002768
32705 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff@.service' (31,198) at 20231130090014954
32706 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/Kconfig' (31,199) at 20210308005003004
32707 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_utils_128.h' (31,200) at 20210308005046501
32708 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7763rdp_defconfig' (31,201) at 20210308005003280
32709 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-nanopi-neo-plus2.dts' (31,202) at 20210308005002620
32710 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/opcodes.h' (31,203) at 20210308005002680
32711 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32h7/gpio.h' (31,204) at 20210308005002664
32712 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ecovec_defconfig' (31,205) at 20210308005003256
32713 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/depmod-search.conf' (31,206) at 20210307205554598
32714 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_wdog.h' (31,207) at 20210308005003652
32715 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/runcmd.py' (31,208) at 20240301090012455
32716 2025-10-05 03:01:03.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/fixed-link.txt' (31,209) at 20210308005003304
32717 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/emc2305.h' (31,210) at 20210308005002960
32718 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/ocelot/ocelot.c' (31,211) at 20210308005003020
32719 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (31,212) at 20211013000033044
32720 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_resource.h' (31,213) at 20220429100100642
32721 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/README' (31,214) at 20210308005002964
32722 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/sandbox.c' (31,215) at 20210308005003472
32723 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/files/custom-licenses/Broadcom-RPi' (31,216) at 20210307205554098
32724 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/LICENSE' (31,217) at 20210307205553670
32725 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/xhci-fsl.h' (31,218) at 20210308005003672
32726 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/macio/gpio.h' (31,219) at 20210927100127237
32727 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/subprojects/nlohmann_json.wrap' (31,220) at 20241002080038083
32728 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/pwm.h' (31,221) at 20210308005002800
32729 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-ready-cancel-error' (31,222) at 20240326080039734
32730 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1/Kconfig' (31,223) at 20210308005003540
32731 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/test/meson.build' (31,224) at 20240823080032949
32732 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/socfpga.c' (31,225) at 20210308005002912
32733 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/flags.hpp' (31,226) at 20210308005120365
32734 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/variant_utils.hpp' (31,227) at 20220907030034454
32735 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/prelink-riscv.inc' (31,228) at 20210308005003772
32736 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_raw.h' (31,229) at 20210308004938820
32737 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/secret.h' (31,230) at 20210308005045997
32738 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.distro' (31,231) at 20210308005003292
32739 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/ls1012aqds_pfe.h' (31,232) at 20210308005002964
32740 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/isoimage-isohybrid.py' (31,233) at 20220910030013437
32741 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/0001-Fix-compilation-for-disabled-gnome.patch' (31,234) at 20230317080013793
32742 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/crypto/clmul.h' (31,235) at 20240326080039410
32743 2025-10-05 03:01:03.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/termbits.h' (31,236) at 20210308005046085
32744 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-fennec.dtsi' (31,237) at 20210308005002604
32745 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/num_nonfunc_rotors_before_error.md' (31,238) at 20240807080019546
32746 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_mul.c' (31,239) at 20210308005046529
32747 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/trace.h' (31,240) at 20210308005045989
32748 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_ca9x4_defconfig' (31,241) at 20210308005003284
32749 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pinmux_config_s10.c' (31,242) at 20210308005002780
32750 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/types.hpp' (31,243) at 20220726030035042
32751 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-digctl.h' (31,244) at 20210308005002656
32752 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/ahci.c' (31,245) at 20210308005003332
32753 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc-darwin' (31,246) at 20210307205554626
32754 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/porter.h' (31,247) at 20210308005003612
32755 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/meson.build' (31,248) at 20210308005053409
32756 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock2/rock2.c' (31,249) at 20210308005003032
32757 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP7.interface.yaml' (31,250) at 20220315030032659
32758 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Christchurch' (31,251) at 20210307205553778
32759 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Townsville' (31,252) at 20210307205553766
32760 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c_core.c' (31,253) at 20210308005003380
32761 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_elbc_spl.c' (31,254) at 20210308005003412
32762 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/test/mock.hpp' (31,255) at 20240425080034047
32763 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/sdram_rk3036.c' (31,256) at 20210308005002772
32764 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043aqds_sdcard_ifc_defconfig' (31,257) at 20210308005003264
32765 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/sys_proto.h' (31,258) at 20210308005002784
32766 2025-10-05 03:01:03.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bug.h' (31,259) at 20210308005003656
32767 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fec_mxc.h' (31,260) at 20210308005003432
32768 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/NetworkInterfaceSettings.vue' (31,261) at 20241004080035971
32769 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/aspeed_usbtty.c' (31,262) at 20220802100038581
32770 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/clock_manager_s10.c' (31,263) at 20210308005002780
32771 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_transform.cpp' (31,264) at 20220412175720090
32772 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/firewall_s10.h' (31,265) at 20210308005002780
32773 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/start_info.h' (31,266) at 20210308005046037
32774 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/nf5280m7-ipmi-fru-properties.yaml' (31,267) at 20240712080022837
32775 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/inline.c' (31,268) at 20240906080037580
32776 2025-10-05 03:01:03.537-0500 FINEST t466 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' (31,269) at 20240301090012423
32777 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandisk/sansa_fuze_plus/Makefile' (31,270) at 20210308005003048
32778 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/pnv_i2c_regs.h' (31,271) at 20240906080037332
32779 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1088a_common.h' (31,272) at 20210308005003600
32780 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/elgin-rv1108_defconfig' (31,273) at 20210308005003256
32781 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/board.h' (31,274) at 20210308005002720
32782 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/nuvoton-layer/recipes-kernel/linux/linux-nuvoton_%.bbappend' (31,275) at 20220921030015982
32783 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/qts/pll_config.h' (31,276) at 20210308005003008
32784 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CNRI-Python-GPL-Compatible' (31,277) at 20211006000025234
32785 2025-10-05 03:01:03.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/sandbox_mmc.c' (31,278) at 20210308005003408
32786 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/stdio_dev.h' (31,279) at 20210308005003688
32787 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/SECURITY.md' (31,280) at 20241221090017564
32788 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.ftssp010_spi_test' (31,281) at 20210308005003300
32789 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-chroot.sh' (31,282) at 20210307205554130
32790 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/LICENSE' (31,283) at 20210308004925440
32791 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/hostlogger_test.py' (31,284) at 20240601080003032
32792 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/Makefile.am' (31,285) at 20210308005104849
32793 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3399_common.h' (31,286) at 20210308005003612
32794 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/dt_helpers.h' (31,287) at 20210308005003000
32795 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/efi-x86_app.h' (31,288) at 20210308005003592
32796 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/libusbg/0001-Fix-out-of-tree-builds.patch' (31,289) at 20230131040012035
32797 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/meson.build' (31,290) at 20240326080039710
32798 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/Makefile' (31,291) at 20210308005003168
32799 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_mman.h' (31,292) at 20230925080039945
32800 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_pxa270_defconfig' (31,293) at 20210308005003252
32801 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attention.hpp' (31,294) at 20230516080019602
32802 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2max.dts' (31,295) at 20210308005002592
32803 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_u_d.c' (31,296) at 20210308005046517
32804 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_net.py' (31,297) at 20210308005003744
32805 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-mips64.txt' (31,298) at 20240113090014532
32806 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/PowerRestorePolicy.vue' (31,299) at 20241004080035975
32807 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Lohja' (31,300) at 20210307205553770
32808 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yportenv.h' (31,301) at 20210308005003556
32809 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/inventory/static-inventory/static-inventory.yaml' (31,302) at 20230909080012747
32810 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/warmboot.c' (31,303) at 20210308005002788
32811 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ag101p/Kconfig' (31,304) at 20210308005002900
32812 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/templates/default/local.conf.sample' (31,305) at 20241221090017476
32813 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/067_fmap.dts' (31,306) at 20210308005003752
32814 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_h.c' (31,307) at 20210308005046513
32815 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/exrl-trtr.c' (31,308) at 20220429100100942
32816 2025-10-05 03:01:03.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/sata.c' (31,309) at 20210308005002856
32817 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/dwc2.h' (31,310) at 20210308005003512
32818 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/cpu.h' (31,311) at 20210308005002556
32819 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/Makefile' (31,312) at 20220804030036611
32820 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/index.js' (31,313) at 20210308005107077
32821 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Control/TPM/SecurityKeys.interface.yaml' (31,314) at 20221207040023627
32822 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (31,315) at 20241206090014234
32823 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/ccs-tools/README' (31,316) at 20210812000025274
32824 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/TestUtils.cpp' (31,317) at 20210308005052621
32825 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-root-cause-filter.cpp' (31,318) at 20240824080015046
32826 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/Makefile' (31,319) at 20210308005002544
32827 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/parallels-checks' (31,320) at 20240326080039734
32828 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PD_NAND_defconfig' (31,321) at 20210308005003240
32829 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-1.0-or-later' (31,322) at 20210316000012713
32830 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/sbi_ecall_interface.h' (31,323) at 20240906080037528
32831 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-spapr.h' (31,324) at 20240906080037568
32832 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmc-autobump/openbmc-autobump.py' (31,325) at 20230127040013840
32833 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/phosphor-logging.wrap' (31,326) at 20240124090001898
32834 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxs_nand.h' (31,327) at 20210308005003412
32835 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/sol_cmds.cpp' (31,328) at 20221018030029633
32836 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/Kconfig' (31,329) at 20210308005003040
32837 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb' (31,330) at 20240301090012419
32838 2025-10-05 03:01:03.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/ubi.h' (31,331) at 20210308005003668
32839 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/andi.c' (31,332) at 20210308005003720
32840 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/Kconfig' (31,333) at 20210308005003544
32841 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/Kconfig' (31,334) at 20241211090212454
32842 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-bench.h-Fix-typo-in-specifying-string.h.patch' (31,335) at 20221003030013265
32843 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/stout/Makefile' (31,336) at 20210308005003040
32844 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton.h' (31,337) at 20210308005002820
32845 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/traps.c' (31,338) at 20210308005002832
32846 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/q8_a23_tablet_800x480_defconfig' (31,339) at 20210308005003276
32847 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/app.c' (31,340) at 20241101080034432
32848 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/sunxi/simplefb_common.h' (31,341) at 20210308005003536
32849 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mscgen/mscgen_0.20.bb' (31,342) at 20241221090017540
32850 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.generic-board' (31,343) at 20210308005003292
32851 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sllevk.h' (31,344) at 20210308005003604
32852 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CarMediaLab/flea3/Kconfig' (31,345) at 20210308005002904
32853 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/u_boot_utils.py' (31,346) at 20210308005003744
32854 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/safe-syscall.h' (31,347) at 20240906080037352
32855 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/README.md' (31,348) at 20240330080013095
32856 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/image-host.c' (31,349) at 20210308005003764
32857 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor_4.2.5.bb' (31,350) at 20241206090014270
32858 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/UCL-1.0' (31,351) at 20211006000025246
32859 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xfi3.h' (31,352) at 20210308005003624
32860 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyserial-asyncio_0.6.bb' (31,353) at 20220402030016019
32861 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/libnfc/libnfc_git.bb' (31,354) at 20240301090012423
32862 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/Makefile' (31,355) at 20210308004922940
32863 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042_pi_nand_rcw.cfg' (31,356) at 20210308005002992
32864 2025-10-05 03:01:03.540-0500 FINEST t466 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' (31,357) at 20241221090017536
32865 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-sensor-map/config.yaml' (31,358) at 20210307205554094
32866 2025-10-05 03:01:03.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/msm_gpio.c' (31,359) at 20210308005003376
32867 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/init' (31,360) at 20210307205554034
32868 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/pcie_pci_bridge.txt' (31,361) at 20210927100127077
32869 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd.c' (31,362) at 20210308005108641
32870 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb' (31,363) at 20240124090012254
32871 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/conditiongentest/test.yaml' (31,364) at 20221209040030339
32872 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/tqma6_mba6.c' (31,365) at 20210308005003088
32873 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-filter.html' (31,366) at 20210308005107069
32874 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/u-boot.yml' (31,367) at 20241206090014206
32875 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console/serial-to-bmc@.service' (31,368) at 20220414030020024
32876 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi_s3.h' (31,369) at 20210308005002876
32877 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/witherspoon/config.json' (31,370) at 20221213040025761
32878 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5475AFE_defconfig' (31,371) at 20210308005003236
32879 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/misc.h' (31,372) at 20210308005002780
32880 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/274.out' (31,373) at 20240326080039734
32881 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Xerox' (31,374) at 20211006000025246
32882 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8r/tune-cortexr52.inc' (31,375) at 20240301090012451
32883 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/iana-enterprise-numbers' (31,376) at 20240627080019396
32884 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/Makefile' (31,377) at 20210308005002560
32885 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/config_parser.hpp' (31,378) at 20230701080027201
32886 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/file2include.c' (31,379) at 20210308005003764
32887 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cmsdk-apb-dualtimer-test.c' (31,380) at 20240906080037568
32888 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/conditiongentest.cpp' (31,381) at 20210308005108057
32889 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/cmd_ioloop.c' (31,382) at 20210308005003000
32890 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/icecc-toolchain/icecc-setup.sh' (31,383) at 20210307205554534
32891 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-utils.inc' (31,384) at 20210812000025174
32892 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/add-restart-to-initscript.patch' (31,385) at 20210307205553874
32893 2025-10-05 03:01:03.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate/0001-src-rdate-Fix-printf-format-errors.patch' (31,386) at 20210307205553810
32894 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-host-control/start_host@.service' (31,387) at 20240221090011585
32895 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/client.2203.conf' (31,388) at 20230606080013598
32896 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/configuration/romulus-yaml-config/romulus-ipmi-sensors.yaml' (31,389) at 20210307205553694
32897 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/LICENSE' (31,390) at 20210308005105437
32898 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_dclz.c' (31,391) at 20210308005046525
32899 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/besys.c' (31,392) at 20210308005003336
32900 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/fma.c' (31,393) at 20241211090212550
32901 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/FanCollection.json' (31,394) at 20240619080002948
32902 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/.gitignore' (31,395) at 20210308004942076
32903 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbra.c' (31,396) at 20210308005046505
32904 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Linksprite_pcDuino3_defconfig' (31,397) at 20210308005003236
32905 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/avb_verify.c' (31,398) at 20210308005003220
32906 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_sdcard_defconfig' (31,399) at 20210308005003264
32907 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/libgpiod.wrap' (31,400) at 20220407100028311
32908 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/cpu.h' (31,401) at 20210308005002660
32909 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (31,402) at 20241107090014377
32910 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/jetson-tk1/pinmux-config-jetson-tk1.h' (31,403) at 20210308005003024
32911 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/mfd/fg_max77693.c' (31,404) at 20210308005003468
32912 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-input/main.c' (31,405) at 20240906080037164
32913 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/dante/dante_1.4.3.bb' (31,406) at 20230211040012635
32914 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/lowlevel_init.S' (31,407) at 20210308005002732
32915 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Berghamn' (31,408) at 20210307205553778
32916 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NOR_DDRCLK100_defconfig' (31,409) at 20210308005003236
32917 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.2' (31,410) at 20211006000025242
32918 2025-10-05 03:01:03.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/testrunner.py' (31,411) at 20240906080037568
32919 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/mpc8544_serdes.c' (31,412) at 20210308005002832
32920 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/py.mk' (31,413) at 20210308004922940
32921 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/__init__.py' (31,414) at 20241221090017592
32922 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/MAINTAINERS' (31,415) at 20210308005003044
32923 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-tight.h' (31,416) at 20210308005046553
32924 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_mflo.c' (31,417) at 20210308005046505
32925 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/LICENSES/preferred/BSD-2-Clause' (31,418) at 20210308005046065
32926 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_type.cpp' (31,419) at 20240625080015044
32927 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_aver_s_h.c' (31,420) at 20210308005046513
32928 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3036/Kconfig' (31,421) at 20210308005003040
32929 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (31,422) at 20210812000025266
32930 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (31,423) at 20210814000014902
32931 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc3' (31,424) at 20210308005003736
32932 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1275-revB/psu_init_gpl.c' (31,425) at 20210308005003180
32933 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/lib.rs' (31,426) at 20240106090017261
32934 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ampere_firmware_upgrade.sh' (31,427) at 20241031080012179
32935 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Kontiolahti' (31,428) at 20210307205553770
32936 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/init/starscream-init/starscream-init.sh' (31,429) at 20240110090012776
32937 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54455evb/Kconfig' (31,430) at 20210308005002972
32938 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/config.mk' (31,431) at 20210308005002824
32939 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/own-mirrors.bbclass' (31,432) at 20230919080013978
32940 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts' (31,433) at 20210308005002624
32941 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-bsp/images/npcm7xx-igps-native/UbootHeader_GBS.xml' (31,434) at 20210307205554078
32942 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NRL' (31,435) at 20211006000025238
32943 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/create_usbhid.sh' (31,436) at 20230509080015412
32944 2025-10-05 03:01:03.543-0500 FINEST t466 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' (31,437) at 20230317080013789
32945 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzo/lzodefs.h' (31,438) at 20210308005003708
32946 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch' (31,439) at 20210307205554574
32947 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mvebu_mmc.h' (31,440) at 20210308005003676
32948 2025-10-05 03:01:03.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/presence.json' (31,441) at 20240918080013376
32949 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/lapic.c' (31,442) at 20210308005002856
32950 2025-10-05 03:01:03.544-0500 FINEST t466 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' (31,443) at 20241206090014210
32951 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/security.rst' (31,444) at 20210308005045809
32952 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xfontsel_1.1.0.bb' (31,445) at 20220910030013361
32953 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/NetworkGlobalSettings.vue' (31,446) at 20241004080035971
32954 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/600-fix.patch' (31,447) at 20230706080014749
32955 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/serial_uart_mux.hpp' (31,448) at 20241210090019232
32956 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/reset.c' (31,449) at 20210308005002764
32957 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-ainol-aw1.dts' (31,450) at 20210308005002620
32958 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/ipmi-fru-properties-mrw.yaml' (31,451) at 20210307205554050
32959 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/README.md' (31,452) at 20241221090017500
32960 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_byte_action.cpp' (31,453) at 20210308005405934
32961 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/sata.c' (31,454) at 20210308005002852
32962 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/conf.c' (31,455) at 20210308005003732
32963 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun6i.c' (31,456) at 20210308005002784
32964 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/109.out' (31,457) at 20240326080039726
32965 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/.gitignore' (31,458) at 20240330080006130
32966 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/kwbimage.cfg' (31,459) at 20210308005002908
32967 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/services.hpp' (31,460) at 20230511080035559
32968 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/xorg.py' (31,461) at 20220910030013401
32969 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/doc-fixes.patch' (31,462) at 20210307205553938
32970 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/exynos/Kconfig' (31,463) at 20210308005003348
32971 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mvc.c' (31,464) at 20230925080040101
32972 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_cpu.c' (31,465) at 20240906080037156
32973 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/lp873x.h' (31,466) at 20210308005003680
32974 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/vegman-led-manager-config/led.yaml' (31,467) at 20240829080014022
32975 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py' (31,468) at 20241221090017680
32976 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/Makefile' (31,469) at 20210308005002776
32977 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb' (31,470) at 20241206090014258
32978 2025-10-05 03:01:03.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ebv/socrates/qts/iocsr_config.h' (31,471) at 20210308005002952
32979 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init.c' (31,472) at 20210308005002832
32980 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/flattree.c' (31,473) at 20210308005003728
32981 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/Types.h' (31,474) at 20210308005003708
32982 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11_cpdo.c' (31,475) at 20210308005046069
32983 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/jstree.style.css' (31,476) at 20210308004923388
32984 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/theadorable-x86-conga-qa3-e3845_defconfig' (31,477) at 20210308005003280
32985 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6dl_icore_nand_defconfig' (31,478) at 20210308005003260
32986 2025-10-05 03:01:03.545-0500 FINEST t466 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' (31,479) at 20240106090017233
32987 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/263' (31,480) at 20240906080037564
32988 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_loaded_image.c' (31,481) at 20210308005003704
32989 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zywrle.h' (31,482) at 20240326080039754
32990 2025-10-05 03:01:03.545-0500 FINEST t466 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' (31,483) at 20230520080014480
32991 2025-10-05 03:01:03.545-0500 FINEST t466 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' (31,484) at 20221003030013285
32992 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/Kconfig' (31,485) at 20210308005003080
32993 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_firmware.c' (31,486) at 20210308005003440
32994 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/remoteproc.c' (31,487) at 20210308005003740
32995 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS1-ssh-host@.service' (31,488) at 20230203040020726
32996 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/l+g/vinco/Kconfig' (31,489) at 20210308005003016
32997 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/MAINTAINERS' (31,490) at 20210308005002988
32998 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/Makefile.am-fix-parallel-issue.patch' (31,491) at 20210307205554466
32999 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/expected_stderr' (31,492) at 20210308005003736
33000 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/btrfs.h' (31,493) at 20210308005003544
33001 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-baseboard.dtsi' (31,494) at 20210308005002596
33002 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/board.c' (31,495) at 20210308005002904
33003 2025-10-05 03:01:03.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus_git.bb' (31,496) at 20241003080011997
33004 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.x86' (31,497) at 20210308005003300
33005 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCManager.v1_0_0.json' (31,498) at 20240724080002903
33006 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-service-test_git.bb' (31,499) at 20220910030013341
33007 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Vrm_VINI.json' (31,500) at 20221213040036921
33008 2025-10-05 03:01:03.546-0500 FINEST t466 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' (31,501) at 20230503080014587
33009 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/air-cooled.yaml' (31,502) at 20210307205553698
33010 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/skip-load.patch' (31,503) at 20241206090014334
33011 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/meson.build' (31,504) at 20230925080040033
33012 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb' (31,505) at 20240124090012250
33013 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-host-recovery@.service' (31,506) at 20210918000051623
33014 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/meson.build' (31,507) at 20240326080039706
33015 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/Makefile.am' (31,508) at 20210308005100989
33016 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmodplug/libmodplug_0.8.9.0.bb' (31,509) at 20230131040012035
33017 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/dev.c' (31,510) at 20210308005003544
33018 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-0.40-remap.patch' (31,511) at 20210307205553822
33019 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/multiboot.h' (31,512) at 20220429100100470
33020 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/netgear,cg3100d.dts' (31,513) at 20210308005002816
33021 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8349EMDS_defconfig' (31,514) at 20210308005003236
33022 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__intrusive_queue.hpp' (31,515) at 20241219090033964
33023 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tranas_Bredkarr' (31,516) at 20210307205553794
33024 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-rng.h' (31,517) at 20240906080037340
33025 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC18_C-105W' (31,518) at 20210307205553758
33026 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/translate_vx.c.inc' (31,519) at 20240326080039702
33027 2025-10-05 03:01:03.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-scripts-native.inc' (31,520) at 20230503080014575
33028 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/examples/pdr/effecter_pdr.json' (31,521) at 20221213040036917
33029 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/init/transformers-init/transformers-init.sh' (31,522) at 20230428080015190
33030 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sunne_As' (31,523) at 20210307205553790
33031 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-configure.ac-Check-and-define-intmax_t-type.patch' (31,524) at 20231011080016582
33032 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-q8-tablet.dts' (31,525) at 20210308005002624
33033 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/sysfsread.hpp' (31,526) at 20210308005116217
33034 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MulanPSL-1.0' (31,527) at 20211006000025238
33035 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_add_a_d.c' (31,528) at 20210308005046513
33036 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/MAINTAINERS' (31,529) at 20210308005003036
33037 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/Makefile' (31,530) at 20210308005002852
33038 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/Kconfig' (31,531) at 20210308005002972
33039 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/templates/example.bb' (31,532) at 20210307205554430
33040 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/op_helper.h' (31,533) at 20240326080039658
33041 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (31,534) at 20230721080014366
33042 2025-10-05 03:01:03.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/method.hpp' (31,535) at 20240904080034451
33043 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/bootstrap.css' (31,536) at 20210307205554266
33044 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cppy/0001-Fix-build-error-as-following.patch' (31,537) at 20220502030010116
33045 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-case.err' (31,538) at 20210927100127469
33046 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axc003.dtsi' (31,539) at 20210308005002544
33047 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/COPYING.MIT' (31,540) at 20210307205553750
33048 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/process/subproject-maintainership.md' (31,541) at 20231219090009685
33049 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb.h' (31,542) at 20210308005002820
33050 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-modal-csr-download.html' (31,543) at 20210308005107065
33051 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/relocate.c' (31,544) at 20210308005002544
33052 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c' (31,545) at 20210308005002988
33053 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/chunk-map.c' (31,546) at 20210308005003544
33054 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/puma-rk3399.c' (31,547) at 20210308005003072
33055 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-test_1.0.bb' (31,548) at 20210307205554390
33056 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb' (31,549) at 20241206090014346
33057 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse_1.20.2.bb' (31,550) at 20241221090017556
33058 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/Makefile' (31,551) at 20210308005003076
33059 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb' (31,552) at 20230114040015550
33060 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/defer-call.c' (31,553) at 20240326080039754
33061 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-smopa-1.c' (31,554) at 20240906080037576
33062 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_fru.robot' (31,555) at 20240628080017117
33063 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/phosphor-led-manager/obmc/led/set-all/groups/config' (31,556) at 20210307205553706
33064 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/callouts.cpp' (31,557) at 20240820080027370
33065 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mdio/Kconfig' (31,558) at 20210308005003436
33066 2025-10-05 03:01:03.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1088a-qds.dts' (31,559) at 20210308005002580
33067 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch' (31,560) at 20241206090014262
33068 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8548CDS.h' (31,561) at 20210308005003580
33069 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/socfpga.c' (31,562) at 20210308005003376
33070 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/LogEntryCollection.json' (31,563) at 20240619080002948
33071 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/task-time' (31,564) at 20220910030013437
33072 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc.github.io/LICENSE' (31,565) at 20210308005057965
33073 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/define-ldflags.patch' (31,566) at 20220618030015190
33074 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/pmic_bus.c' (31,567) at 20210308005002784
33075 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack-test/notroot.py' (31,568) at 20220721030015853
33076 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/lib/rdtime.c' (31,569) at 20210308005002844
33077 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata.c' (31,570) at 20210308005003332
33078 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/adp-ae3xx_defconfig' (31,571) at 20210308005003244
33079 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/pwm-imx.c' (31,572) at 20210308005003472
33080 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-kernel/linux/linux-nuvoton_%.bbappend' (31,573) at 20210813100029652
33081 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/fs-perms-volatile-tmp.txt' (31,574) at 20241221090017620
33082 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/clock-tables.h' (31,575) at 20210308005002672
33083 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/rc4.h' (31,576) at 20210308005003684
33084 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-desktop/files/vfolders/Games.directory' (31,577) at 20210307205554610
33085 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am43xx_evm.h' (31,578) at 20210308005003584
33086 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/iproc-common/timer.h' (31,579) at 20210308005002676
33087 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg_0.2.bb' (31,580) at 20241206090014238
33088 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/taglib-2.patch' (31,581) at 20240413080012639
33089 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-decouple_3.8.bb' (31,582) at 20230401080011943
33090 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/test/utest.cpp' (31,583) at 20210308004942076
33091 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/trusted_services.py' (31,584) at 20241206090014214
33092 2025-10-05 03:01:03.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/OWNERS' (31,585) at 20211222040037065
33093 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T102xRDB.h' (31,586) at 20210308005003580
33094 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest.c' (31,587) at 20210308005003700
33095 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_b.c' (31,588) at 20210308005046517
33096 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/templates/default/bblayers.conf.sample' (31,589) at 20240712080022837
33097 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_socrates.dts' (31,590) at 20210308005002612
33098 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Irevik' (31,591) at 20210307205553782
33099 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os_%.bbappend' (31,592) at 20230830080015018
33100 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bitmain-antminer-s9.dts' (31,593) at 20210308005002576
33101 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/cmsdk-apb-uart.h' (31,594) at 20230426080043760
33102 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/kwbimage.cfg' (31,595) at 20210308005002904
33103 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service' (31,596) at 20210307205554050
33104 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_at91.c' (31,597) at 20210308005003340
33105 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ks8851_mll.h' (31,598) at 20210308005003432
33106 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/draak/Makefile' (31,599) at 20210308005003032
33107 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alafors' (31,600) at 20210307205553778
33108 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/test-subv.c' (31,601) at 20240906080037580
33109 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-ice-u-boot.dtsi' (31,602) at 20210308005002592
33110 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-base.h' (31,603) at 20210308005002656
33111 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-minized.dts' (31,604) at 20210308005002632
33112 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/main.cpp' (31,605) at 20231021080030434
33113 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/u-boot-sandbox.h' (31,606) at 20210308005002848
33114 2025-10-05 03:01:03.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/conf/machine/include/amd.inc' (31,607) at 20240307090019084
33115 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gen_ethaddr_crc.c' (31,608) at 20210308005003764
33116 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/budget.c' (31,609) at 20210308005003548
33117 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NAIST-2003' (31,610) at 20211006000025238
33118 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_fcntl.h' (31,611) at 20210308005046089
33119 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.err' (31,612) at 20210927100127473
33120 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/wget/wget_1.25.0.bb' (31,613) at 20241221090017680
33121 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/overlayroot' (31,614) at 20240301090012459
33122 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS1.conf' (31,615) at 20240310080021376
33123 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stm32fx-clock.h' (31,616) at 20210308005003636
33124 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/host-ehci-owner-reset@.service' (31,617) at 20240921080016394
33125 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb' (31,618) at 20230813080012840
33126 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/sandbox-mbox-test.c' (31,619) at 20210308005003388
33127 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libestr/libestr_0.1.11.bb' (31,620) at 20241221090017536
33128 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/empty.py' (31,621) at 20240302090018246
33129 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5315u/MAINTAINERS' (31,622) at 20210308005002948
33130 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/keystone_net.h' (31,623) at 20210308005002708
33131 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/hsdk.c' (31,624) at 20210308005003056
33132 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/kwbimage.cfg' (31,625) at 20210308005003012
33133 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_flat.h' (31,626) at 20230426080043784
33134 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb' (31,627) at 20241206090014298
33135 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/mxc_i2c.c' (31,628) at 20210308005003384
33136 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2500.c' (31,629) at 20220215040051588
33137 2025-10-05 03:01:03.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config.bb' (31,630) at 20241206090014286
33138 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/telemetry/telemetry_%.bbappend' (31,631) at 20220816030012194
33139 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/0001-tftp-Remove-double-inclusion-of-signal.h.patch' (31,632) at 20221003030013261
33140 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Medstugan' (31,633) at 20210307205553786
33141 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/recipes-kernel/linux/linux-aspeed/lannister.cfg' (31,634) at 20220315100011443
33142 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Mode.interface.yaml' (31,635) at 20221207040023627
33143 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-xtensa-cross.docker' (31,636) at 20240906080037560
33144 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-under-throttle.out' (31,637) at 20221215040039366
33145 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extrv_r_w.c' (31,638) at 20210308005046505
33146 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/map_gen.py' (31,639) at 20230901080026062
33147 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/pysh/__init__.py' (31,640) at 20210307205554242
33148 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/cpu.c' (31,641) at 20210308005002796
33149 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/clk.h' (31,642) at 20210308005002720
33150 2025-10-05 03:01:03.552-0500 FINEST t466 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' (31,643) at 20220402030015911
33151 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/dhcp-done_git.bb' (31,644) at 20241206090014226
33152 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/crond_pam_config.patch' (31,645) at 20240127090011892
33153 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/test/libpldmresponder_oem_platform_test.cpp' (31,646) at 20240910080037467
33154 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/viot.c' (31,647) at 20221215040039090
33155 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/filesystemInterface.hpp' (31,648) at 20230322080007689
33156 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a10s-olinuxino-micro.dts' (31,649) at 20210308005002620
33157 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/spl_s10.c' (31,650) at 20210308005002780
33158 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/iMatix' (31,651) at 20211006000025246
33159 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_spi.h' (31,652) at 20210308005002716
33160 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/armv4-fix-v4bx.patch' (31,653) at 20231014080011723
33161 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54418twr/MAINTAINERS' (31,654) at 20210308005002972
33162 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/omapl138_lcdk.c' (31,655) at 20210308005002952
33163 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pylkonmaki_Karankajarvi' (31,656) at 20210307205553774
33164 2025-10-05 03:01:03.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih410-b2260-u-boot.dtsi' (31,657) at 20210308005002612
33165 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borgafjall' (31,658) at 20210307205553778
33166 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/paths.cpp' (31,659) at 20241003080023049
33167 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/musl/musl-nscd/0001-nsswitch.y-Replace-empty-bison-extension.patch' (31,660) at 20210407000018082
33168 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/optee_private.h' (31,661) at 20210308005003496
33169 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/lasi_82596.h' (31,662) at 20240906080037336
33170 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/memalign.c' (31,663) at 20220429100100962
33171 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/288.out' (31,664) at 20210308005046469
33172 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7793.h' (31,665) at 20210308005002768
33173 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json' (31,666) at 20240403080018482
33174 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6q-ddr.h' (31,667) at 20210308005002648
33175 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/rcar_iic.c' (31,668) at 20210308005003384
33176 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/MAINTAINERS' (31,669) at 20210308005003008
33177 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/armsse-mhu.h' (31,670) at 20210927100127237
33178 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/d-link/dns325/dns325.h' (31,671) at 20210308005002952
33179 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3188-cru-common.h' (31,672) at 20210308005003632
33180 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/0001-tftp-Mark-toplevel-definition-as-external.patch' (31,673) at 20210307205553822
33181 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2088ardb_qspi_defconfig' (31,674) at 20210308005003268
33182 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160QDS_SDCARD_defconfig' (31,675) at 20210308005003244
33183 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/config.mk' (31,676) at 20210308005002904
33184 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/log.py' (31,677) at 20230401080011979
33185 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mpc8xx_fec.c' (31,678) at 20210308005003436
33186 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/net-tools/net-tools/net-tools-config.h' (31,679) at 20210307205554566
33187 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/scripts/define2mk.sed' (31,680) at 20210308005003772
33188 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/armv8/cpu.h' (31,681) at 20210308005002672
33189 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/adp-ae3xx.h' (31,682) at 20210308005003584
33190 2025-10-05 03:01:03.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/errno_defs.h' (31,683) at 20240326080039390
33191 2025-10-05 03:01:03.554-0500 FINEST t466 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' (31,684) at 20210307205553694
33192 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m01406c3363.dtsi' (31,685) at 20210308005002868
33193 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/hyp_ethernet_interface.hpp' (31,686) at 20240822080023969
33194 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-is2.dts' (31,687) at 20210308005002592
33195 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/p1022ds.c' (31,688) at 20210308005002988
33196 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/image_typedep.py' (31,689) at 20220910030013401
33197 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/block.h' (31,690) at 20241211090212354
33198 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-pinctrl.dtsi' (31,691) at 20210308005002576
33199 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/aspeed_dp.c' (31,692) at 20230302090047762
33200 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/iio-hwmon-battery.conf' (31,693) at 20210307205554098
33201 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/listener.hpp' (31,694) at 20210308005346774
33202 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/Kconfig' (31,695) at 20210308005003024
33203 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0004-rarpd.init-add-new-init-file.patch' (31,696) at 20230706080014749
33204 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_fs/test_ext.py' (31,697) at 20210308005003744
33205 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Nahuel-1-71.8W' (31,698) at 20210307205553762
33206 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-firefly.dtsi' (31,699) at 20210308005002604
33207 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/warp_defconfig' (31,700) at 20210308005003284
33208 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/helper.h' (31,701) at 20230925080039969
33209 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb' (31,702) at 20231126090012793
33210 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/0001-Fix-gperf-3.1-incompatibility.patch' (31,703) at 20220204040022520
33211 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/rk3399-power.h' (31,704) at 20210308005003640
33212 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/clocks2.cfg' (31,705) at 20210308005002912
33213 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M54418TWR.h' (31,706) at 20210308005003576
33214 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/sh-common' (31,707) at 20241206090014350
33215 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P4080DS_SPIFLASH_defconfig' (31,708) at 20210308005003244
33216 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/mcimx6ul-evk.rst' (31,709) at 20241211090212238
33217 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw/separate-objdir.patch' (31,710) at 20210307205554462
33218 2025-10-05 03:01:03.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig.interface.yaml' (31,711) at 20220315030032663
33219 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/cmd_ut_overlay.c' (31,712) at 20210308005003740
33220 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0001-hiredis-use-default-CC-if-it-is-set.patch' (31,713) at 20241221090017524
33221 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/include/mach/mv88f5182.h' (31,714) at 20210308005002768
33222 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsllv.c' (31,715) at 20210308005046525
33223 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-array.json' (31,716) at 20221215040039362
33224 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/trace-events' (31,717) at 20220429100100738
33225 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/MAINTAINERS' (31,718) at 20210308005003008
33226 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sandboxtee.h' (31,719) at 20210308005003684
33227 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_msubu.c' (31,720) at 20210308005046505
33228 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/.gitignore' (31,721) at 20220908030019386
33229 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t20/colibri_t20.c' (31,722) at 20210308005003084
33230 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-license.inc' (31,723) at 20230114040015550
33231 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/acpi_aml_interface.h' (31,724) at 20230426080043756
33232 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-fru-bmc.yaml' (31,725) at 20210307205553698
33233 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx.conf' (31,726) at 20210307205554034
33234 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Mantyharju' (31,727) at 20210307205553770
33235 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sphinx-static/theme_overrides.css' (31,728) at 20210307205554370
33236 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/avb_verify.h' (31,729) at 20210308005003560
33237 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/mpc8641_serdes.c' (31,730) at 20210308005002836
33238 2025-10-05 03:01:03.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/default-ca-dev/default-ca-dev/certs/authority/Quanta_CA.crt' (31,731) at 20210605000029848
33239 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mchp_pfsoc_ioscb.h' (31,732) at 20230426080043764
33240 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rastaban_defconfig' (31,733) at 20210308005003276
33241 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/rust/rust-c-lib-example-crates.inc' (31,734) at 20230919080013974
33242 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Common.metadata.yaml' (31,735) at 20221116040023827
33243 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.1.bb' (31,736) at 20241221090017684
33244 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/jquery/jquery_3.7.1.bb' (31,737) at 20231011080016610
33245 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ne2000-test.c' (31,738) at 20221215040039378
33246 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/Makefile' (31,739) at 20210308005003364
33247 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/hsdk.dts' (31,740) at 20210308005002544
33248 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/dumpfilelist' (31,741) at 20240613080020632
33249 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/OWNERS' (31,742) at 20220528030012045
33250 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor/fb-compute-multihost/phosphor-multi-gpio-monitor.json' (31,743) at 20221216040016038
33251 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/Kconfig' (31,744) at 20210308005003032
33252 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lg/sniper/sniper.h' (31,745) at 20210308005003016
33253 2025-10-05 03:01:03.556-0500 FINEST t466 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' (31,746) at 20240106090017241
33254 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_desktop_database' (31,747) at 20210307205554642
33255 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/godson2.decode' (31,748) at 20241211090212494
33256 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/woodburn.h' (31,749) at 20210308005003624
33257 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qmp-shell-wrap' (31,750) at 20221215040039270
33258 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3036/evb_rk3036.c' (31,751) at 20210308005003040
33259 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-enable.service' (31,752) at 20210307205554050
33260 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/mpc8315erdb.c' (31,753) at 20210308005002976
33261 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/mpc8308/Makefile' (31,754) at 20210308005003000
33262 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958622hr/MAINTAINERS' (31,755) at 20210308005002940
33263 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/Makefile' (31,756) at 20210308005002552
33264 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/Makefile' (31,757) at 20210308005002952
33265 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M52277EVB_defconfig' (31,758) at 20210308005003236
33266 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_git.bb' (31,759) at 20241221090017576
33267 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/rockchip_timer.c' (31,760) at 20210308005003500
33268 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/nyan-big.c' (31,761) at 20210308005003024
33269 2025-10-05 03:01:03.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Viksjo' (31,762) at 20210307205553794
33270 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MPL-2.0' (31,763) at 20210307205554422
33271 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/machine/zaius.conf' (31,764) at 20230927080013510
33272 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/reproducible-build.patch' (31,765) at 20241206090014262
33273 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/SnmpAlerts/ModalAddDestination.vue' (31,766) at 20241004080035975
33274 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/Makefile' (31,767) at 20210308005002888
33275 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-u-boot.dtsi' (31,768) at 20210308005002588
33276 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/settings/phosphor-settings-defaults-native/fb_host_settings.override.yml' (31,769) at 20240625080012792
33277 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/RequestedRedundancyPriority.interface.yaml' (31,770) at 20221207040023631
33278 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/gammurc' (31,771) at 20210307205553878
33279 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-dma.cfg' (31,772) at 20220804030014671
33280 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_addr32.dts' (31,773) at 20210308005003760
33281 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-unknown.err' (31,774) at 20210308005046401
33282 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/spl.h' (31,775) at 20210308005002960
33283 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/test-div.c' (31,776) at 20220429100100942
33284 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_vf.h' (31,777) at 20210308005003588
33285 2025-10-05 03:01:03.557-0500 FINEST t466 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' (31,778) at 20210307205553974
33286 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-harden.yml' (31,779) at 20210307205554110
33287 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/images/npcm8xx-bootloader_%.bbappend' (31,780) at 20240727080014098
33288 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/usbarmory.c' (31,781) at 20210308005003008
33289 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/list_utils.robot' (31,782) at 20240627080021048
33290 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/palmas.c' (31,783) at 20210308005003468
33291 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/secureboot/secureboot.robot' (31,784) at 20210308005007116
33292 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb' (31,785) at 20241221090017532
33293 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ns2-common.dtsi' (31,786) at 20210308005002592
33294 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/cyclone5-socdk/qts/pll_config.h' (31,787) at 20210308005002912
33295 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/xlnx_dp.h' (31,788) at 20221215040039178
33296 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/bitops/ffs.h' (31,789) at 20210308005002824
33297 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/u-boot-aspeed.inc' (31,790) at 20220223040020636
33298 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/alsa-state.bb' (31,791) at 20241206090014310
33299 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042D4RDB_NAND_defconfig' (31,792) at 20210308005003244
33300 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/msl_verify.cpp' (31,793) at 20240621080016857
33301 2025-10-05 03:01:03.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/tao3530.h' (31,794) at 20210308005003072
33302 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_spi.c' (31,795) at 20210308005003472
33303 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/omap3_dss.c' (31,796) at 20210308005003532
33304 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/images/integrity-image-minimal.bb' (31,797) at 20240301090012439
33305 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCAccountService.v1_0_0.json' (31,798) at 20240724080002903
33306 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/f2u12x35_hsbp.json' (31,799) at 20220601030005865
33307 2025-10-05 03:01:03.558-0500 FINEST t466 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' (31,800) at 20230706080014749
33308 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/README' (31,801) at 20210308005002992
33309 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/wm8994.c' (31,802) at 20210308005003488
33310 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ramoops' (31,803) at 20221207040029651
33311 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/th' (31,804) at 20210308005046149
33312 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/core.c' (31,805) at 20210308005003412
33313 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/0002-yasm-Use-BUILD_DATE-for-reproducibility.patch' (31,806) at 20240413080012655
33314 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0006-replace-sym_iterator-0-with-sym_iterator.patch' (31,807) at 20210407000018082
33315 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/corenet_ds.h' (31,808) at 20210308005003592
33316 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/ls1012ardb.c' (31,809) at 20210308005002964
33317 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pm9263_defconfig' (31,810) at 20210308005003276
33318 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/Makefile.softmmu-target' (31,811) at 20240326080039746
33319 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb' (31,812) at 20220204040022676
33320 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/unRAR' (31,813) at 20210307205553870
33321 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/Makefile' (31,814) at 20210308005003072
33322 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-eth.c' (31,815) at 20210308005002552
33323 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/psc.c' (31,816) at 20210308005002720
33324 2025-10-05 03:01:03.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-kernel-version.bbclass' (31,817) at 20210811000030029
33325 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_elbc_nand.c' (31,818) at 20210308005003412
33326 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stm32h743-disco.h' (31,819) at 20210308005003616
33327 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fat/fat_write.c' (31,820) at 20210308005003544
33328 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/topic/zynq/Makefile' (31,821) at 20210308005003080
33329 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/develop-ppc_82xx.txt' (31,822) at 20210308005003012
33330 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/distro/openbmc-fp5280g3.conf' (31,823) at 20240712080022837
33331 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/write-threshold.c' (31,824) at 20240906080037156
33332 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-base-ld20.c' (31,825) at 20210308005002792
33333 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_ptc_ek/Makefile' (31,826) at 20210308005002920
33334 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/mmap-alloc.c' (31,827) at 20230925080040113
33335 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-isolation.inc' (31,828) at 20210307205554058
33336 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/interface_ops.hpp' (31,829) at 20230511080029431
33337 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/141' (31,830) at 20240326080039730
33338 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/u-boot.h' (31,831) at 20210308005002852
33339 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/fan-errors.yaml' (31,832) at 20210307205553698
33340 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/altera_jtaguart.txt' (31,833) at 20210308005003308
33341 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mediatek/pinctrl-mtk-common.c' (31,834) at 20210308005003456
33342 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/_testing.py' (31,835) at 20210308005003748
33343 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/libtizen.h' (31,836) at 20210308005003656
33344 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control_%.bbappend' (31,837) at 20241206090014278
33345 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/system1/gpio_defs.json' (31,838) at 20240717080015719
33346 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/LICENSE' (31,839) at 20220315100011431
33347 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/OWNERS' (31,840) at 20241126090032707
33348 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/head.cfg' (31,841) at 20240614080012950
33349 2025-10-05 03:01:03.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vhdx-endian.c' (31,842) at 20210308005045749
33350 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/RoleCollection.json' (31,843) at 20240619080002952
33351 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_pbs.c' (31,844) at 20210308005003368
33352 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_cpu.h' (31,845) at 20210308005046089
33353 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NCGL-UK-2.0' (31,846) at 20211006000025238
33354 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/trats.h' (31,847) at 20210308005003620
33355 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (31,848) at 20211015100030976
33356 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/EINTR_wrappers.c' (31,849) at 20210308005111457
33357 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.json' (31,850) at 20210308005046401
33358 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/test/event.hpp' (31,851) at 20230511080009359
33359 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ad-Andorra' (31,852) at 20210307205553762
33360 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_t30/Makefile' (31,853) at 20210308005003080
33361 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.nokia_rx51' (31,854) at 20210308005003296
33362 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/MAINTAINERS' (31,855) at 20210308005002944
33363 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/MAINTAINERS' (31,856) at 20210308005003032
33364 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/gwventana_nand_defconfig' (31,857) at 20210308005003260
33365 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/cve-2018-10195.patch' (31,858) at 20210307205554458
33366 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Disable-documentation-directory-altogether.patch' (31,859) at 20230520080014500
33367 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_d.c' (31,860) at 20210308005046509
33368 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/testresults/testresults.json' (31,861) at 20210812000025314
33369 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mkenvimage.c' (31,862) at 20210308005003768
33370 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/README' (31,863) at 20210308005002968
33371 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/main.c' (31,864) at 20210308005003360
33372 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/meta-virtualization.yml' (31,865) at 20241206090014206
33373 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/README.md' (31,866) at 20230202040011970
33374 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/upgrade_options_processing.patch' (31,867) at 20230706080014769
33375 2025-10-05 03:01:03.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Proc/FSI.metadata.yaml' (31,868) at 20220430030026016
33376 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/mountnfs.sh' (31,869) at 20220405030025645
33377 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.json' (31,870) at 20210927100127469
33378 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smartypants/0001-Change-hash-bang-to-python3.patch' (31,871) at 20220402030016183
33379 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/propertywatchgentest.cpp' (31,872) at 20210308005108057
33380 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/phy.h' (31,873) at 20210308005003000
33381 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb' (31,874) at 20241206090014270
33382 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/linker_lists.rst' (31,875) at 20210308005002536
33383 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/fsl_secure_boot.h' (31,876) at 20210308005002840
33384 2025-10-05 03:01:03.561-0500 FINEST t466 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' (31,877) at 20240413080012635
33385 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.markdownlint.yaml' (31,878) at 20220315030051103
33386 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/path.h' (31,879) at 20210308005046045
33387 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-zynq.txt' (31,880) at 20210308005003324
33388 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx53-pinfunc.h' (31,881) at 20210308005002584
33389 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/libfdt.h' (31,882) at 20210308005003728
33390 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/io_mock.hpp' (31,883) at 20210427000038985
33391 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/.clang-format' (31,884) at 20230608150615695
33392 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/wandboard/Makefile' (31,885) at 20210308005003168
33393 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qualcomm-ipmi-oem/README.md' (31,886) at 20210308005115541
33394 2025-10-05 03:01:03.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/checkstop-monitor/checkstop.conf' (31,887) at 20210307205554050
33395 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-2150.c' (31,888) at 20240906080037576
33396 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/eth_unittest.cpp' (31,889) at 20240820080007201
33397 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/opensbi.yml' (31,890) at 20240906080037132
33398 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Facility.v1_4_2.json' (31,891) at 20240619080002948
33399 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_pinmux.py' (31,892) at 20210308005003744
33400 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/README.md' (31,893) at 20221210040020210
33401 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/multiconfig/muslmc.conf' (31,894) at 20220618030015178
33402 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri-imx6ull/Makefile' (31,895) at 20210308005003080
33403 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vhdx.h' (31,896) at 20240326080039390
33404 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/Makefile' (31,897) at 20210308005002900
33405 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverity-scan/coverity-scan.docker' (31,898) at 20230925080039989
33406 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/OWNERS' (31,899) at 20231222090014207
33407 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/usb.c' (31,900) at 20210308005002560
33408 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.json' (31,901) at 20210308005046397
33409 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/yaml/server/Test.interface.yaml' (31,902) at 20220914030033172
33410 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/openflow/0001-generate-not-static-get_dh-functions.patch' (31,903) at 20210307205553830
33411 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_smbios.c' (31,904) at 20210308005003700
33412 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_snmp_conf_manager.cpp' (31,905) at 20220818100031371
33413 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_SPIFLASH_defconfig' (31,906) at 20210308005003240
33414 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-net.cfg' (31,907) at 20230131040012019
33415 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-boot-tiny_1.0.bb' (31,908) at 20241206090014314
33416 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handlers_builder.cpp' (31,909) at 20240817080027656
33417 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/intel-hda-test.c' (31,910) at 20240326080039738
33418 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/fpga_manager.c' (31,911) at 20210308005002780
33419 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hash.h' (31,912) at 20210308005003652
33420 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_qb.c' (31,913) at 20210308005046505
33421 2025-10-05 03:01:03.562-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb' (31,914) at 20241221090017560
33422 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console/client.2201.conf' (31,915) at 20241031080012179
33423 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Soderkoping' (31,916) at 20210307205553790
33424 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7790-cpg-mssr.h' (31,917) at 20210308005003632
33425 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77965-salvator-x-u-boot.dts' (31,918) at 20210308005002604
33426 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/board.h' (31,919) at 20210308005003564
33427 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Boras_Sjobo' (31,920) at 20210307205553778
33428 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/test_build_time.sh' (31,921) at 20220402030016247
33429 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_snmp_client.cpp' (31,922) at 20230625080034211
33430 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5253DEMO.h' (31,923) at 20210308005003576
33431 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/classes/gnome-help.bbclass' (31,924) at 20210812000025170
33432 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-close.svg' (31,925) at 20210308005107065
33433 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/lockstep.c' (31,926) at 20240906080037164
33434 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftwdt010_wdt.h' (31,927) at 20210308005003648
33435 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_madd_q_w.c' (31,928) at 20210308005046509
33436 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/pvh.S' (31,929) at 20210308005046177
33437 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/swift/obmc/gpio/phosphor-power-supply-1.conf' (31,930) at 20210307205553702
33438 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/ppc4xx.h' (31,931) at 20240906080037336
33439 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/musca-b1.conf' (31,932) at 20230114040015462
33440 2025-10-05 03:01:03.563-0500 FINEST t466 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' (31,933) at 20231011080016574
33441 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable/host-boot-enable.sh' (31,934) at 20230706080014733
33442 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/ib62x0.c' (31,935) at 20210308005003032
33443 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91rm9200.h' (31,936) at 20210308005002716
33444 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/experiments/README' (31,937) at 20210308005116213
33445 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/Kconfig' (31,938) at 20210308005045957
33446 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/system.c' (31,939) at 20210308005002724
33447 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ram.h' (31,940) at 20210308005003684
33448 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/bitsperlong.h' (31,941) at 20240906080037352
33449 2025-10-05 03:01:03.563-0500 FINEST t466 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' (31,942) at 20220910030013353
33450 2025-10-05 03:01:03.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/mx7ulp_evk.c' (31,943) at 20210308005002988
33451 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/aspeed_sdhci.h' (31,944) at 20241211090212362
33452 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/stm32.h' (31,945) at 20210308005002664
33453 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/tmpf.h' (31,946) at 20210308005100993
33454 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/COPYING.MIT' (31,947) at 20240712080022833
33455 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsl_h.c' (31,948) at 20210308005046509
33456 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cloudengines/pogo_e02/Kconfig' (31,949) at 20210308005002944
33457 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ehci.h' (31,950) at 20210308005002724
33458 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Husum' (31,951) at 20210307205553782
33459 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/crownbay/Kconfig' (31,952) at 20210308005003008
33460 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci.h' (31,953) at 20210308005003512
33461 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/0001-avoid-race-condition.patch' (31,954) at 20210307205554130
33462 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/fsl_epu.c' (31,955) at 20210308005002552
33463 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/mxc_i2c.h' (31,956) at 20210308005002676
33464 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/trace.h' (31,957) at 20210308005045989
33465 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ti/cpsw.c' (31,958) at 20210308005003448
33466 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/Makefile' (31,959) at 20210308005002956
33467 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Nilesat101+102-7.0W' (31,960) at 20210307205553762
33468 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/tlb.c' (31,961) at 20210308005003172
33469 2025-10-05 03:01:03.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c' (31,962) at 20210308005002988
33470 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/lg4573.c' (31,963) at 20210308005003528
33471 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3399.c' (31,964) at 20210308005003464
33472 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/test_boot_acceptance.robot' (31,965) at 20240628080017121
33473 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5373EVB_defconfig' (31,966) at 20210308005003236
33474 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Bios.v1_2_3.json' (31,967) at 20240619080002944
33475 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/create_oversize_window.c' (31,968) at 20210308005108641
33476 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-fan-config.bbappend' (31,969) at 20210812000025162
33477 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinumavc_defconfig' (31,970) at 20210308005003284
33478 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gspell/gspell_1.12.2.bb' (31,971) at 20240106090017229
33479 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.440-DDR-performance' (31,972) at 20210308005003288
33480 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MessageRegistry.v1_6_3.json' (31,973) at 20240619080002948
33481 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Valdemarsvik' (31,974) at 20210307205553794
33482 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/elog.hpp' (31,975) at 20230520080021600
33483 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/gettext.patch' (31,976) at 20210307205553942
33484 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_serialize.hpp' (31,977) at 20241220090035175
33485 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nurmes_Konnanvaara' (31,978) at 20210307205553770
33486 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/0002-dev_setup.sh-Remove-the-git-dependency.patch' (31,979) at 20210307205553802
33487 2025-10-05 03:01:03.565-0500 FINEST t466 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' (31,980) at 20240301090012419
33488 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-critical.svg' (31,981) at 20210308005107069
33489 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_structs.h' (31,982) at 20220429100100650
33490 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.github/workflows/lockdown.yml' (31,983) at 20221215040039038
33491 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_clamps.S' (31,984) at 20210308005046529
33492 2025-10-05 03:01:03.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/util.hpp' (31,985) at 20210407000046043
33493 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-no-file.err' (31,986) at 20210308005046409
33494 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/mrw-patch-native_git.bb' (31,987) at 20220921030015986
33495 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.json' (31,988) at 20210927100127469
33496 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuriscv64.conf' (31,989) at 20210307205554414
33497 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/sa1100/start.S' (31,990) at 20210308005002560
33498 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/zones.json' (31,991) at 20231213090027090
33499 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu-io.h' (31,992) at 20210308005046045
33500 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/ahci-uclass.c' (31,993) at 20210308005003332
33501 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.rst' (31,994) at 20230706080014769
33502 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utilities.robot' (31,995) at 20240627080021048
33503 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ex-odd.S' (31,996) at 20230426080043952
33504 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx.c' (31,997) at 20210308005003460
33505 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/Replaceable.interface.yaml' (31,998) at 20230209040021829
33506 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_dotnew.S' (31,999) at 20230426080043952
33507 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/mc_rgm_regs.h' (32,000) at 20210308005002664
33508 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_SDCARD_defconfig' (32,001) at 20210308005003244
33509 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/fdset.c' (32,002) at 20240906080037444
33510 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun4i-a10-jesurun-q5.dts' (32,003) at 20210308005002616
33511 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/LICENSE' (32,004) at 20210307205553678
33512 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/subprojects/sdeventplus.wrap' (32,005) at 20220323030042611
33513 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/u-boot.lds' (32,006) at 20210308005003032
33514 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5227x/Makefile' (32,007) at 20210308005002800
33515 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-clash.err' (32,008) at 20210927100127469
33516 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp0_arith.S' (32,009) at 20210308005046529
33517 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/meson.build' (32,010) at 20230925080039881
33518 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lirc_options.conf' (32,011) at 20210307205553850
33519 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/law.c' (32,012) at 20210308005002980
33520 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Torpshammar' (32,013) at 20210307205553794
33521 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx7ulp.c' (32,014) at 20210308005003460
33522 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-pylint' (32,015) at 20220910030013437
33523 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S' (32,016) at 20210308005002832
33524 2025-10-05 03:01:03.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Blaenplwyf' (32,017) at 20210307205553794
33525 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/unzip.c' (32,018) at 20210308005003220
33526 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skymnas' (32,019) at 20210307205553790
33527 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS3-ssh-bic@.service' (32,020) at 20230203040020726
33528 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (32,021) at 20240124090012250
33529 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (32,022) at 20241206090014218
33530 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/mul-subnormal-single-1.c' (32,023) at 20210308005003720
33531 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/qemu-os.h' (32,024) at 20240326080039390
33532 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgenpriv.h' (32,025) at 20241211090212230
33533 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Bekescsaba' (32,026) at 20210307205553774
33534 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_cpu.h' (32,027) at 20221215040039202
33535 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/data.c' (32,028) at 20210308005003728
33536 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/net2big_v2_defconfig' (32,029) at 20210308005003272
33537 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx35pdk/MAINTAINERS' (32,030) at 20210308005002980
33538 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0005-libhugetlbfs-elf_i386-avoid-search-host-library-path.patch' (32,031) at 20241221090017504
33539 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/phosphor-nvme_%.bbappend' (32,032) at 20241206090014222
33540 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake.inc' (32,033) at 20220402030016159
33541 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/262' (32,034) at 20230426080043944
33542 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/lib/interrupts.c' (32,035) at 20210308005002804
33543 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_fcntl.h' (32,036) at 20210308005046097
33544 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-udisks-rpi_1.0.bb' (32,037) at 20241206090014278
33545 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/remove_local_err.cocci' (32,038) at 20210308005046237
33546 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/config_parser.cpp' (32,039) at 20240822080023969
33547 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/MDR_V2.errors.yaml' (32,040) at 20220430030026016
33548 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-commit-active' (32,041) at 20230925080040089
33549 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/mxsimage-signed.cfg' (32,042) at 20210308005002548
33550 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power-domain/bcm63268-power-domain.h' (32,043) at 20210308005003640
33551 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_server.hpp' (32,044) at 20240904080027106
33552 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/apply-renames' (32,045) at 20240908080010098
33553 2025-10-05 03:01:03.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_syscall.h' (32,046) at 20240326080039562
33554 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/pcie_bifurcation.cpp' (32,047) at 20231103080005832
33555 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Muros-Noia' (32,048) at 20210307205553766
33556 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_psu_reset_hotswap.sh' (32,049) at 20240619080012644
33557 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-reset@.target' (32,050) at 20220301040040077
33558 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-string-output-visitor.c' (32,051) at 20221215040039394
33559 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/common/fanctrl.c' (32,052) at 20210308005003000
33560 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/flash-layout.md' (32,053) at 20241203090006519
33561 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_b.c' (32,054) at 20210308005046521
33562 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/exit.c' (32,055) at 20210308005003208
33563 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libsrtp/libsrtp_2.5.0.bb' (32,056) at 20231126090012785
33564 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/RSA-MD' (32,057) at 20211006000025242
33565 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_descriptor.c' (32,058) at 20210308005003704
33566 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/pt7c4338.c' (32,059) at 20210308005003480
33567 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/PageNotFound/PageNotFound.vue' (32,060) at 20241004080035967
33568 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/intel,x86-pinctrl.txt' (32,061) at 20210308005003304
33569 2025-10-05 03:01:03.568-0500 FINEST t466 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' (32,062) at 20241221090017464
33570 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/Makefile' (32,063) at 20210308005003080
33571 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/cereal.wrap' (32,064) at 20211006000055234
33572 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_dcmi.c' (32,065) at 20210308004938824
33573 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mrw/mrw-perl-tools-native_git.bb' (32,066) at 20220921030015986
33574 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/cmos.c' (32,067) at 20210308005046257
33575 2025-10-05 03:01:03.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/spl.c' (32,068) at 20210308005002988
33576 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/winbond_w83627.h' (32,069) at 20210308005003692
33577 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbra.c' (32,070) at 20210308005046505
33578 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_hash_descriptor.h' (32,071) at 20210308005003704
33579 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/ru' (32,072) at 20210308005046149
33580 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/ea20/Kconfig' (32,073) at 20210308005002952
33581 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-check-host-state.sh' (32,074) at 20230428080015190
33582 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-fvp-base.inc' (32,075) at 20220804030014671
33583 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/rust/hello/build.rs' (32,076) at 20220910030013401
33584 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/primary_src.hpp' (32,077) at 20230516080019606
33585 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config.bbappend' (32,078) at 20210812000025166
33586 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h' (32,079) at 20210308005002640
33587 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/spi/micron.c' (32,080) at 20210308005003416
33588 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/miniupnpd/files/miniupnpd.service' (32,081) at 20210307205553810
33589 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/cache.c' (32,082) at 20210308005002784
33590 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/pnv_spi_regs.h' (32,083) at 20240906080037340
33591 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (32,084) at 20210417000027537
33592 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/config.h' (32,085) at 20210308005002660
33593 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/066.out' (32,086) at 20210308005046441
33594 2025-10-05 03:01:03.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-error-native_git.bb' (32,087) at 20210812000025258
33595 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/bsp-hw.json' (32,088) at 20220402030016139
33596 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/builder/__init__.py' (32,089) at 20241206090014290
33597 2025-10-05 03:01:03.570-0500 FINEST t466 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' (32,090) at 20230706080014749
33598 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-properties-example/example.yaml' (32,091) at 20210307205554054
33599 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power/witherspoon/obmc/power-supply-monitor/power-supply-monitor-0.conf' (32,092) at 20210307205553710
33600 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ECL-1.0' (32,093) at 20210307205554418
33601 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/apf27.c' (32,094) at 20210308005002912
33602 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/screen.css' (32,095) at 20210307205554270
33603 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Andersvattnet_Ersmyrberget' (32,096) at 20210307205553778
33604 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vsc9953.h' (32,097) at 20210308005003692
33605 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycocotools/0001-downgrade-numpy-version-to-1.26.4.patch' (32,098) at 20241221090017560
33606 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/phal-reinit-devtree.service.in' (32,099) at 20230513080022442
33607 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/format.hpp' (32,100) at 20220625030026172
33608 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/20-udev' (32,101) at 20230210040014334
33609 2025-10-05 03:01:03.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-mingw' (32,102) at 20210307205554626
33610 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tqma6.h' (32,103) at 20210308005003620
33611 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/0003-create-links-with-relative-path.patch' (32,104) at 20241221090017524
33612 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2l.dtsi' (32,105) at 20210308005002592
33613 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/lowlevel_init.S' (32,106) at 20210308005002916
33614 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table-actions.js' (32,107) at 20210308005107069
33615 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theadorable/MAINTAINERS' (32,108) at 20210308005003072
33616 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/aio_notify_accept.promela' (32,109) at 20210308005045805
33617 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/sockbits.h' (32,110) at 20210308005046093
33618 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-config/dcmi_sensors.json' (32,111) at 20240712080022837
33619 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m01406c2220.dtsi' (32,112) at 20210308005002864
33620 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a77995.c' (32,113) at 20210308005003464
33621 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-m68k/bootinfo-virt.h' (32,114) at 20221215040039194
33622 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/emac.c' (32,115) at 20210308005002760
33623 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_hw_training.c' (32,116) at 20210308005003368
33624 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-malloc.h' (32,117) at 20221215040039374
33625 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/017' (32,118) at 20210927100127473
33626 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_chain_partition_descriptor.h' (32,119) at 20210308005003704
33627 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/machine/starscream.conf' (32,120) at 20240110090012776
33628 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/0001-application-client.vala-hardcode-some-paths.patch' (32,121) at 20241221090017488
33629 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/gpioMonMain.cpp' (32,122) at 20241219090021588
33630 2025-10-05 03:01:03.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-colorzero_2.0.bb' (32,123) at 20230706080014761
33631 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tuge1_defconfig' (32,124) at 20210308005003284
33632 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/sntp.service' (32,125) at 20210307205553846
33633 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/fsp/fsp_vpd.h' (32,126) at 20210308005002876
33634 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_init.c' (32,127) at 20210308005003364
33635 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/control/ipmitool.spec.in' (32,128) at 20210308004938816
33636 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8541CDS_legacy_defconfig' (32,129) at 20210308005003240
33637 2025-10-05 03:01:03.572-0500 FINEST t466 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' (32,130) at 20210401000030013
33638 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/OWNERS' (32,131) at 20220525020526733
33639 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/0001-Remove-fcf-protection-full.patch' (32,132) at 20230811080018298
33640 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skorped' (32,133) at 20210307205553790
33641 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (32,134) at 20241031080012183
33642 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog_%.bbappend' (32,135) at 20241206090014286
33643 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libgudev/libgudev_238.bb' (32,136) at 20240127090011892
33644 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/Kconfig' (32,137) at 20210308005002956
33645 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-posix-ssh.c' (32,138) at 20240906080037436
33646 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch.inc' (32,139) at 20220402030015975
33647 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/freshclam-native.conf' (32,140) at 20210307205554126
33648 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32.c' (32,141) at 20210308005046229
33649 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/xml-preprocess.py' (32,142) at 20240326080039630
33650 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/harmony.h' (32,143) at 20210308005003596
33651 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/lpc.asl' (32,144) at 20210308005002876
33652 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/concurrencytest/.gitignore' (32,145) at 20210308005003760
33653 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.14.rst' (32,146) at 20241221090017596
33654 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/md5deep_git.bb' (32,147) at 20240301090012427
33655 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/work_92105_display.c' (32,148) at 20230302090047758
33656 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/efivar/efivar/0001-docs-do-not-build-efisecdb-manpage.patch' (32,149) at 20220204040022604
33657 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_tegra.h' (32,150) at 20210308005003680
33658 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod.inc' (32,151) at 20241221090017540
33659 2025-10-05 03:01:03.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/xsave_helper.c' (32,152) at 20220429100100802
33660 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/util.c' (32,153) at 20210308005003732
33661 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/Kconfig' (32,154) at 20210308005003032
33662 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/run_robot_pgm_jenk.sh' (32,155) at 20221209040018559
33663 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ppp@.service' (32,156) at 20210307205554466
33664 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-open-group' (32,157) at 20211006000025238
33665 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/0001-assume-zero-is-valid-address.patch' (32,158) at 20210307205553918
33666 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/evb-npcm845-ipmi-fru-properties.yaml' (32,159) at 20240110090012776
33667 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/045' (32,160) at 20240326080039726
33668 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/i82801b11-test.c' (32,161) at 20210308005046477
33669 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/inarp/MAINTAINERS' (32,162) at 20210308005047061
33670 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2e-clocks.dtsi' (32,163) at 20210308005002592
33671 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4420QDS_SPIFLASH_defconfig' (32,164) at 20210308005003232
33672 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FSF-Unlimited' (32,165) at 20210307205554422
33673 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb' (32,166) at 20241206090014338
33674 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/sgidefs.h' (32,167) at 20210308005046065
33675 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/dmc_common.c' (32,168) at 20210308005002720
33676 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/usb-u2f.rst' (32,169) at 20230925080039845
33677 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/meson.build' (32,170) at 20220429100100370
33678 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/leds/leds-ns2.h' (32,171) at 20210308005003636
33679 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/OWNERS' (32,172) at 20230821192414184
33680 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/motherboard.hpp' (32,173) at 20240729080033928
33681 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/files/raspberrypi4/rpi4-nvmem.cfg' (32,174) at 20230211040012643
33682 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/Makefile.yaml.in' (32,175) at 20210308005117617
33683 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (32,176) at 20220624030020016
33684 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/generic/dram.c' (32,177) at 20210308005002844
33685 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/Kconfig' (32,178) at 20220215040051564
33686 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/snmp/resource.robot' (32,179) at 20230121040013131
33687 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/om-gta01/fb.modes' (32,180) at 20210307205553970
33688 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/start.S' (32,181) at 20210308005002548
33689 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Vim' (32,182) at 20211006000025246
33690 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-trustzone-components' (32,183) at 20210308005003292
33691 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/sdram_phy_ast2600.h' (32,184) at 20221021030041179
33692 2025-10-05 03:01:03.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra114-common.h' (32,185) at 20210308005003620
33693 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/qmp_client.py' (32,186) at 20230925080039973
33694 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_cmpgdu_lt_qb.c' (32,187) at 20210308005046505
33695 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/.gitignore' (32,188) at 20210622100100841
33696 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485CFE_defconfig' (32,189) at 20210308005003236
33697 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch.h' (32,190) at 20241211090212218
33698 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_entry.hpp' (32,191) at 20240620080024795
33699 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4_rcw.cfg' (32,192) at 20210308005002956
33700 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxvmc_1.0.14.bb' (32,193) at 20240302090018242
33701 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/code-of-conduct.rst' (32,194) at 20221215040039078
33702 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/.gitignore' (32,195) at 20210308005130545
33703 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/trace.h' (32,196) at 20210308005045853
33704 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/omap_gpmc.h' (32,197) at 20210308005003668
33705 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/harmony/MAINTAINERS' (32,198) at 20210308005003024
33706 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_aliases.dts' (32,199) at 20210308005003760
33707 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7792-u-boot.dtsi' (32,200) at 20210308005002600
33708 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_vf/dcu.c' (32,201) at 20210308005003084
33709 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/lan7x.h' (32,202) at 20210308005003504
33710 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tinker-rk3288_defconfig' (32,203) at 20210308005003284
33711 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/.clang-tidy' (32,204) at 20241129090022521
33712 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/retain.bbclass' (32,205) at 20241221090017604
33713 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/syscall.tbl' (32,206) at 20241211090212378
33714 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/doc/Makefile.am' (32,207) at 20210308004938816
33715 2025-10-05 03:01:03.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/0001-cmake-Do-not-use-isystem.patch' (32,208) at 20241221090017544
33716 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram_rk322x.h' (32,209) at 20210308005002664
33717 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Hannington' (32,210) at 20210307205553798
33718 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx7dsabresd_defconfig' (32,211) at 20210308005003272
33719 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-socket-read' (32,212) at 20240809080013506
33720 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/Makefile' (32,213) at 20210308005002944
33721 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_spd.h' (32,214) at 20210308005003368
33722 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/mux.c' (32,215) at 20210308005003012
33723 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-visibility-off.svg' (32,216) at 20210308005107069
33724 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/brcm_100g_1p_ocp_mezz.json' (32,217) at 20240717080008023
33725 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/base.h' (32,218) at 20241204090010699
33726 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.err' (32,219) at 20210308005046397
33727 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/timer.c' (32,220) at 20210308005002796
33728 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/remote.h' (32,221) at 20210308005003764
33729 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-blk.h' (32,222) at 20210308005046481
33730 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-aspeednic-use-mac2.inc' (32,223) at 20210307205554058
33731 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap121/MAINTAINERS' (32,224) at 20210308005003028
33732 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/packagegroups/packagegroup-amd-apps.bbappend' (32,225) at 20230211040012631
33733 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-WhitehawkHill' (32,226) at 20210307205553798
33734 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/hi6220-clock.h' (32,227) at 20210308005003632
33735 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/icon-arrow-blue.svg' (32,228) at 20210308005107069
33736 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net/first-boot-disable-ipmi-net.service' (32,229) at 20230613080012875
33737 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/sig_fix.patch' (32,230) at 20241221090017680
33738 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/posix_types.h' (32,231) at 20210308005002828
33739 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/LdapStore.js' (32,232) at 20241004080035963
33740 2025-10-05 03:01:03.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/COPYING.apache-2.0' (32,233) at 20230412080023456
33741 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-scsi.h' (32,234) at 20210308005046481
33742 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss/0001-utils-12-Makefile.am-expand-wildcards-in-prereqs.patch' (32,235) at 20241206090014282
33743 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctu_can_fd_regs.h' (32,236) at 20221215040039126
33744 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-crypto-api-test_git.bb' (32,237) at 20220910030013341
33745 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb' (32,238) at 20241206090014314
33746 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend' (32,239) at 20221103030030172
33747 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/lowlevel_init.S' (32,240) at 20210308005003024
33748 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/sparc.lds' (32,241) at 20210308005003544
33749 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/Makefile' (32,242) at 20210308005003020
33750 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/bus/match.cpp' (32,243) at 20230714080040163
33751 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm.cfg' (32,244) at 20210307205554118
33752 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/apple/cups/releases' (32,245) at 20210307205554242
33753 2025-10-05 03:01:03.576-0500 FINEST t466 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' (32,246) at 20241221090017464
33754 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.err' (32,247) at 20210308005046409
33755 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/EINTR_wrappers.h' (32,248) at 20210308005111457
33756 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/opos6ul.h' (32,249) at 20210308005002652
33757 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0014_allow_empty_buildname.py' (32,250) at 20210307205554262
33758 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_h.c' (32,251) at 20210308005046517
33759 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_no_version.cpp' (32,252) at 20210308005108645
33760 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/env_flags.h' (32,253) at 20210308005003644
33761 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (32,254) at 20241206090014206
33762 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccicheck' (32,255) at 20210308005003724
33763 2025-10-05 03:01:03.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/micro-support-card.h' (32,256) at 20210308005002796
33764 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/tables.py' (32,257) at 20210307205554282
33765 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_thread.h' (32,258) at 20221215040039062
33766 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx6ul/Makefile' (32,259) at 20210308005003068
33767 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/dco-check/Dockerfile' (32,260) at 20220402030016063
33768 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/bench/atomic64-bench.c' (32,261) at 20210927100127461
33769 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ids/ids8313/Kconfig' (32,262) at 20210308005003008
33770 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/mrc_util.c' (32,263) at 20210308005002860
33771 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/method.md' (32,264) at 20240807080019546
33772 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1023RDB_SPIFLASH_defconfig' (32,265) at 20210308005003244
33773 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/047_spl_bss_pad.dts' (32,266) at 20210308005003752
33774 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/mibs/NotificationMIB.txt' (32,267) at 20210308005118485
33775 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu102-rev1.0/psu_init_gpl.c' (32,268) at 20210308005003200
33776 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip.txt' (32,269) at 20210308005003300
33777 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-colibri.dts' (32,270) at 20210308005002628
33778 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kiihtelysvaara' (32,271) at 20210307205553770
33779 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/x86_kexec_test.patch' (32,272) at 20210307205553750
33780 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/Kconfig' (32,273) at 20210308005002952
33781 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/menu.c' (32,274) at 20210308005003228
33782 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_signed_off_by_presence.pass' (32,275) at 20241206090014310
33783 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Imlib2' (32,276) at 20211006000025238
33784 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/br-odd.S' (32,277) at 20230426080043952
33785 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/video/fbterm/fbterm' (32,278) at 20210307205554074
33786 2025-10-05 03:01:03.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/00-bmc-eth0.0.network' (32,279) at 20210307205554222
33787 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/crypto/aes-round.h' (32,280) at 20230925080039853
33788 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_config.h' (32,281) at 20241122090006180
33789 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/layout/header.scss' (32,282) at 20210308005107073
33790 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/spi-nor-tiny.c' (32,283) at 20210308005003420
33791 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/build/conf/bblayers.conf' (32,284) at 20210307205554258
33792 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbrdummy.network' (32,285) at 20210507100027212
33793 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/Makefile' (32,286) at 20210308005003712
33794 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy/0001-add-support-for-glesv2.patch' (32,287) at 20231126090012801
33795 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/cache_file.c.patch' (32,288) at 20230706080014737
33796 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/clearfog/Makefile' (32,289) at 20210308005003052
33797 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/regsctl/main.cpp' (32,290) at 20240817080031296
33798 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/MAINTAINERS' (32,291) at 20210308005114857
33799 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/puma_rk3399.h' (32,292) at 20210308005003612
33800 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_intel_mid.c' (32,293) at 20210308005003484
33801 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/patchtest_patterns.py' (32,294) at 20241221090017632
33802 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/imx25-pdk.rst' (32,295) at 20210927100127077
33803 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/mpc8610hpcd.c' (32,296) at 20210308005002980
33804 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-Khronos-old' (32,297) at 20241221090017616
33805 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS0.conf' (32,298) at 20240529080017839
33806 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/edk2-build.py' (32,299) at 20240326080039626
33807 2025-10-05 03:01:03.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/Makefile' (32,300) at 20210308005002904
33808 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/fru.cpp' (32,301) at 20240926080014013
33809 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS1.conf' (32,302) at 20230114040015462
33810 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/pcie_device.hpp' (32,303) at 20240704080030215
33811 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/xilinx_gpio.c' (32,304) at 20210308005003380
33812 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/cros-ec-sbs.dtsi' (32,305) at 20210308005002576
33813 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_rtt.h' (32,306) at 20210308005002716
33814 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/Makefile' (32,307) at 20210308005002984
33815 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Bar.metadata.yaml' (32,308) at 20221213040029821
33816 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common.errors.yaml' (32,309) at 20210610000035106
33817 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c' (32,310) at 20210308005002756
33818 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/plugin.py' (32,311) at 20210307205554258
33819 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012ardb/README' (32,312) at 20210308005002964
33820 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0005-Implement-timer-implementation-for-mips-platform.patch' (32,313) at 20240413080012651
33821 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/241.out' (32,314) at 20240326080039730
33822 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1043ardb_nand_defconfig' (32,315) at 20210308005003264
33823 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/PCIeSlot_LocationCode.json' (32,316) at 20221213040036921
33824 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6q_defconfig' (32,317) at 20210308005003272
33825 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/trace.h' (32,318) at 20210308005046061
33826 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/oe-core.json' (32,319) at 20210307205554438
33827 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-highbank/Makefile' (32,320) at 20210308005002724
33828 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid-host/cmd-utils.hpp' (32,321) at 20210308004925444
33829 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (32,322) at 20220812030014405
33830 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-a10-dramc.h' (32,323) at 20230426080043764
33831 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/noverify-bmc-update/noverify-bmc-update.service' (32,324) at 20210307205554066
33832 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/key_matrix.h' (32,325) at 20210308005003656
33833 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/test-parameters.py' (32,326) at 20231126090012777
33834 2025-10-05 03:01:03.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_network_security_utils.robot' (32,327) at 20240627080021048
33835 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/picosam9g45.h' (32,328) at 20210308005003612
33836 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/cpu.h' (32,329) at 20210308005002636
33837 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0004-Use-pkgconfig-instead-of-libgcrypt-config.patch' (32,330) at 20230706080014737
33838 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/check_security.bbclass' (32,331) at 20210307205554106
33839 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/powercap.cpp' (32,332) at 20241212090017799
33840 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/trace.h' (32,333) at 20210308005045825
33841 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_prctl.h' (32,334) at 20220429100100642
33842 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-s6q.dts' (32,335) at 20220617030036053
33843 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/f_rockusb.h' (32,336) at 20210308005002660
33844 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb' (32,337) at 20241221090017548
33845 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml' (32,338) at 20220315030032667
33846 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/poplar.h' (32,339) at 20210308005003612
33847 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-unknown.json' (32,340) at 20210308005046409
33848 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Botsmark' (32,341) at 20210307205553778
33849 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/Makefile' (32,342) at 20210308005003556
33850 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/file_descriptor.hpp' (32,343) at 20230512080021593
33851 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/i440fx.h' (32,344) at 20230925080039929
33852 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/event_parser.cpp' (32,345) at 20240610080035204
33853 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/h2200.h' (32,346) at 20210308005003596
33854 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-properties/properties.yaml' (32,347) at 20210307205554226
33855 2025-10-05 03:01:03.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/Makefile' (32,348) at 20210308005003704
33856 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cm_t43.h' (32,349) at 20210308005003588
33857 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-core/systemd/systemd-conf/s6q-resolv.conf' (32,350) at 20220126110011868
33858 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl/0002-ldso-Use-syslibdir-and-libdir-as-default-pathes-to-l.patch' (32,351) at 20241221090017644
33859 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/sandbox-dma-test.c' (32,352) at 20210308005003372
33860 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-continue-mpreboot@.service.in' (32,353) at 20230513080022442
33861 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonschema_4.23.0.bb' (32,354) at 20241221090017668
33862 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (32,355) at 20210812000025162
33863 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb' (32,356) at 20221120040010738
33864 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap-native_git.bb' (32,357) at 20240124090012266
33865 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/mpi-permissive' (32,358) at 20241221090017620
33866 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/settings.cpp' (32,359) at 20240820080031614
33867 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/meson.build' (32,360) at 20240326080039566
33868 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/subprojects/phosphor-dbus-interfaces.wrap' (32,361) at 20211221040045334
33869 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-virtual-sensor/phosphor-virtual-sensor.service.replace' (32,362) at 20230215040018439
33870 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jude' (32,363) at 20210307205553782
33871 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/espt/Kconfig' (32,364) at 20210308005002956
33872 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa.bb' (32,365) at 20241221090017684
33873 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precrq_ph_w.c' (32,366) at 20210308005046505
33874 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trafaret-config_2.0.2.bb' (32,367) at 20240302090018214
33875 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/recipes-wistron/packagegroups/packagegroup-wistron-apps.bb' (32,368) at 20231012080014472
33876 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/eth_hydra.c' (32,369) at 20210308005002964
33877 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/templates/default/local.conf.sample' (32,370) at 20241221090017572
33878 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py' (32,371) at 20210420000021558
33879 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sed/sed/run-ptest' (32,372) at 20220502030010184
33880 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-clash-member.err' (32,373) at 20210927100127469
33881 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/testexport.bbclass' (32,374) at 20241221090017608
33882 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libmhash/files/mhash.c' (32,375) at 20210307205554130
33883 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/KeyService.v1_0_1.json' (32,376) at 20240619080002948
33884 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-watchdog.cfg' (32,377) at 20220804030014671
33885 2025-10-05 03:01:03.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/verifyGeometry_test.cpp' (32,378) at 20231228090004568
33886 2025-10-05 03:01:03.582-0500 FINEST t466 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' (32,379) at 20220910030013429
33887 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8308RDB_defconfig' (32,380) at 20210308005003236
33888 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/board.h' (32,381) at 20210308005003052
33889 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/utility.scss' (32,382) at 20210308005107073
33890 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/nettest/cmd_nettest.c' (32,383) at 20220215040051504
33891 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/power-sequencing/files/power-button.sh' (32,384) at 20230920080013648
33892 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/scu.h' (32,385) at 20210308005002780
33893 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/thor.h' (32,386) at 20210308005003688
33894 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/support-cross-compile-for-linux.patch' (32,387) at 20210307205553938
33895 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stora_Skedvi' (32,388) at 20210307205553790
33896 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Unicode-TOU' (32,389) at 20211006000025246
33897 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/inventory.template' (32,390) at 20210927100127345
33898 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/bootp.h' (32,391) at 20210308005003716
33899 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/oe-build-perf-report-email.py' (32,392) at 20220502030010232
33900 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/wic' (32,393) at 20220721030015889
33901 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Gerecse-Dorog-Tatabanya' (32,394) at 20210307205553774
33902 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sll_b.c' (32,395) at 20210308005046521
33903 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_usbtty_pnor_defconfig' (32,396) at 20210308005003280
33904 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_clobber.S' (32,397) at 20240326080039742
33905 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/host_manager.hpp' (32,398) at 20230629131804627
33906 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/pdr/4.json' (32,399) at 20240212090032050
33907 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0005-interface-remove-faulty-assert-to-make-weston-happy-.patch' (32,400) at 20230706080014765
33908 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7d-sdb.dts' (32,401) at 20210308005002592
33909 2025-10-05 03:01:03.582-0500 FINEST t466 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' (32,402) at 20210307205553934
33910 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3036-sdk-u-boot.dtsi' (32,403) at 20210308005002604
33911 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-md-stubs.c' (32,404) at 20240906080037320
33912 2025-10-05 03:01:03.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/date-time-controller.js' (32,405) at 20210308005107073
33913 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usbdevice.h' (32,406) at 20210308005003692
33914 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/wayland.rst' (32,407) at 20230114040015514
33915 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_M5_defconfig' (32,408) at 20210308005003240
33916 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs/configure.patch' (32,409) at 20230706080014733
33917 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/sdeventplus.wrap' (32,410) at 20220326030015450
33918 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.err' (32,411) at 20210308005046405
33919 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/google_accel_oob.hpp' (32,412) at 20240203090005566
33920 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/freeze_controller.h' (32,413) at 20210308005002780
33921 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/leds/ethanolx-led-manager-config/led.yaml' (32,414) at 20240829080014014
33922 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/types.h' (32,415) at 20210308005003672
33923 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/SpecialMode.interface.yaml' (32,416) at 20221207040023627
33924 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/format-code.sh' (32,417) at 20220922030007675
33925 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/p11-kit/p11-kit_0.25.5.bb' (32,418) at 20241221090017700
33926 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.json' (32,419) at 20210308005046401
33927 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/armada3700/Makefile' (32,420) at 20210308005002752
33928 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/sdram.c' (32,421) at 20210308005002976
33929 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/usr-Makefile-apply-LDFLAGS-to-all-executables.patch' (32,422) at 20230706080014737
33930 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/OWNERS' (32,423) at 20240111090027434
33931 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/elgin/elgin_rv1108/MAINTAINERS' (32,424) at 20210308005002956
33932 2025-10-05 03:01:03.583-0500 FINEST t466 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' (32,425) at 20240413080012651
33933 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/LICENSE' (32,426) at 20210308005057625
33934 2025-10-05 03:01:03.583-0500 FINEST t466 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' (32,427) at 20220502030010108
33935 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/Makefile' (32,428) at 20210308005002556
33936 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/udev' (32,429) at 20210307205554482
33937 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitops/fls.h' (32,430) at 20210308005003560
33938 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-base.bb' (32,431) at 20210307205554482
33939 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm63268-dma.h' (32,432) at 20210308005003636
33940 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/check-config.sh' (32,433) at 20210308005003724
33941 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nsim_hs38be_defconfig' (32,434) at 20210308005003272
33942 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/meson.build' (32,435) at 20241211090212246
33943 2025-10-05 03:01:03.583-0500 FINEST t466 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' (32,436) at 20240413080012627
33944 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/clmul.h' (32,437) at 20240326080039526
33945 2025-10-05 03:01:03.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd/journald-storage-policy.conf' (32,438) at 20240402080012066
33946 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/galaxis.rcmm' (32,439) at 20210307205553754
33947 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb' (32,440) at 20230919080013974
33948 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cavium/atf_part.h' (32,441) at 20210308005003572
33949 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/membuff.c' (32,442) at 20210308005003708
33950 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/scp.py' (32,443) at 20241221090017628
33951 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/gpio.h' (32,444) at 20210308005002836
33952 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/fennec_rk3288.h' (32,445) at 20210308005003596
33953 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-pro4.c' (32,446) at 20210308005002792
33954 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqtest-single.h' (32,447) at 20221215040039378
33955 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/0001-cross_add_configure_option.patch' (32,448) at 20230706080014753
33956 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/static_gateway.hpp' (32,449) at 20241127090024701
33957 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/stubs.c' (32,450) at 20210308005003544
33958 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/grf_rk322x.h' (32,451) at 20210308005002660
33959 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/conf/layer.conf' (32,452) at 20241221090017468
33960 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20.dtsi' (32,453) at 20210308005002628
33961 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/configure-pagesize-HACK.patch' (32,454) at 20230706080014745
33962 2025-10-05 03:01:03.584-0500 FINEST t466 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' (32,455) at 20240106090017233
33963 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/pgm-specification-softmmu.S' (32,456) at 20240326080039746
33964 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_blk.c' (32,457) at 20210308005003536
33965 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (32,458) at 20230120040014546
33966 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareAlertServerPower.vue' (32,459) at 20241004080035967
33967 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/topic_miami_defconfig' (32,460) at 20210308005003284
33968 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/perf.py' (32,461) at 20210307205554290
33969 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/tegra/Kconfig' (32,462) at 20210308005003352
33970 2025-10-05 03:01:03.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.rst' (32,463) at 20210308005046401
33971 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/toaster-managed-mode.json' (32,464) at 20210812000025314
33972 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/acpi.c' (32,465) at 20210308005002856
33973 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/registers.h' (32,466) at 20210308005045917
33974 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/zmx25.c' (32,467) at 20210308005003068
33975 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Guildford' (32,468) at 20210307205553798
33976 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-qds.dtsi' (32,469) at 20210308005002580
33977 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/init_helpers.c' (32,470) at 20210308005002884
33978 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0014-Handle-missing-gshadow.patch' (32,471) at 20240413080012651
33979 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch' (32,472) at 20210307205554478
33980 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/trees.c' (32,473) at 20210308005003716
33981 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_sandbox_test.c' (32,474) at 20210308005003348
33982 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/313.out' (32,475) at 20210927100127505
33983 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/dhcp-done.cpp' (32,476) at 20240817080006807
33984 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/kconfig-frontends/files/0001-Avoid-using-hard-coded-usr-include-paths.patch' (32,477) at 20230919080013954
33985 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/sssd.py' (32,478) at 20220721030015849
33986 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_1.6.0.bb' (32,479) at 20231126090012781
33987 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host/ampere-phosphor-softpoweroff' (32,480) at 20220318100023672
33988 2025-10-05 03:01:03.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/de-ch' (32,481) at 20210308005046145
33989 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/unbound/unbound/run-ptest' (32,482) at 20241221090017500
33990 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/commandutils.hpp' (32,483) at 20240817080006183
33991 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sdeventplus.hpp' (32,484) at 20210702000054510
33992 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ble.json' (32,485) at 20210307205553850
33993 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/Kconfig' (32,486) at 20210308005003028
33994 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb' (32,487) at 20241221090017504
33995 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/firefly-rk3399_defconfig' (32,488) at 20210308005003260
33996 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch' (32,489) at 20241221090017640
33997 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/s390x/vfio-ccw.rst' (32,490) at 20210308005045809
33998 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/files/monkey.init' (32,491) at 20210307205554034
33999 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_absq_s_qb.c' (32,492) at 20210308005046505
34000 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__split.hpp' (32,493) at 20241219090033964
34001 2025-10-05 03:01:03.586-0500 FINEST t466 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' (32,494) at 20230520080014488
34002 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/io.c' (32,495) at 20210308005003548
34003 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Device.metadata.yaml' (32,496) at 20220430030026016
34004 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/generate-srcuri.py' (32,497) at 20241221090017528
34005 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/images/core-image-weston-sdk.bb' (32,498) at 20241221090017684
34006 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/test/interfaces_added.cpp' (32,499) at 20240820080028982 to deleted uid set
34007 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/sockets.h' (32,500) at 20241211090212366
34008 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/bcm63268-reset.h' (32,501) at 20210308005003640
34009 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/qemu-ppce500/qemu-ppce500.c' (32,502) at 20210308005002988
34010 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_rtas_ddw.c' (32,503) at 20221215040039146
34011 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/COPYING.MIT' (32,504) at 20210307205554134
34012 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/cve-2014-9636.patch' (32,505) at 20210307205554574
34013 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_interface.hpp' (32,506) at 20210625000105088
34014 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/logging.yml' (32,507) at 20220804030014663
34015 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/async-teardown.c' (32,508) at 20240906080037448
34016 2025-10-05 03:01:03.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/00-bmc-eth0.4004.0.network' (32,509) at 20210307205554222
34017 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/no' (32,510) at 20210308005046149
34018 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/Kconfig' (32,511) at 20210308005002976
34019 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/DriveCollection.json' (32,512) at 20240619080002944
34020 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5235EVB_Flash32_defconfig' (32,513) at 20210308005003236
34021 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console/client.2200.conf' (32,514) at 20241031080012179
34022 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun50i-h6-ccu.h' (32,515) at 20210308005003636
34023 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Entry.interface.yaml' (32,516) at 20221207040023627
34024 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/verifyDriveGeometry.cpp' (32,517) at 20240817080005771
34025 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_omap5_common.h' (32,518) at 20210308005003620
34026 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/0001-lockdev-Define-MAJOR-MINOR-for-non-glibc-case.patch' (32,519) at 20220502030010112
34027 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mips64-linux' (32,520) at 20241206090014350
34028 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/ethernut5_pwrman.c' (32,521) at 20210308005002952
34029 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/relocate.c' (32,522) at 20210308005002888
34030 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/northbridge.c' (32,523) at 20210308005002856
34031 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/directives/remote-logging-server-modal.html' (32,524) at 20210308005107077
34032 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-compute.inc' (32,525) at 20211111010015492
34033 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/sdbusplus.wrap' (32,526) at 20240830080004343
34034 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/images/aspeed-image-norootfs.bb' (32,527) at 20210307205553670
34035 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.err' (32,528) at 20220429100100882
34036 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/BIG.FAT.WARNING' (32,529) at 20210308005003732
34037 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/adp-ag101p_defconfig' (32,530) at 20210308005003244
34038 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/mixins.scss' (32,531) at 20210308005107073
34039 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/bm_mode_transition_unittest.cpp' (32,532) at 20240820080007201
34040 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_2_defconfig' (32,533) at 20210308005003272
34041 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/gru/Makefile' (32,534) at 20210308005003004
34042 2025-10-05 03:01:03.587-0500 FINEST t466 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' (32,535) at 20210307205553742
34043 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3.0-with-GCC-exception' (32,536) at 20210307205554422
34044 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SMPPL' (32,537) at 20211006000025242
34045 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/clk.c' (32,538) at 20210308005002796
34046 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/boot_lists/Power_off' (32,539) at 20210308005007100
34047 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/pulseaudio/paprefs_1.2.bb' (32,540) at 20230520080014480
34048 2025-10-05 03:01:03.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/hello.c' (32,541) at 20230629131804615
34049 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/panic.h' (32,542) at 20210308005046285
34050 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_SDCARD_defconfig' (32,543) at 20210308005003244
34051 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/traceevents' (32,544) at 20230627080024910
34052 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/Makefile' (32,545) at 20210308005002776
34053 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/fans.json' (32,546) at 20240918080013376
34054 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/storagecommands.hpp' (32,547) at 20240829080009330
34055 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/MAINTAINERS' (32,548) at 20210308005002916
34056 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/raspberrypi-power.h' (32,549) at 20210308005003640
34057 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/AUTHORS' (32,550) at 20210307205554642
34058 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/test-aes.c' (32,551) at 20230925080040101
34059 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/syscon_rk3036.c' (32,552) at 20210308005002772
34060 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/Kconfig' (32,553) at 20210308005003496
34061 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/LICENSE' (32,554) at 20210308004932836
34062 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch' (32,555) at 20210307205553798
34063 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/smartweb/Kconfig' (32,556) at 20210308005003052
34064 2025-10-05 03:01:03.588-0500 FINEST t466 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' (32,557) at 20241221090017464
34065 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw.bb' (32,558) at 20241206090014226
34066 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/dtc.h' (32,559) at 20210308005003728
34067 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/meson.build' (32,560) at 20240827080002182
34068 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/Kconfig' (32,561) at 20210308005002728
34069 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/ddr.h' (32,562) at 20210308005002968
34070 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/tests.py' (32,563) at 20241221090017592
34071 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/progress.py' (32,564) at 20220402030016091
34072 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4160QDS_defconfig' (32,565) at 20210308005003244
34073 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap34xx.dtsi' (32,566) at 20210308005002600
34074 2025-10-05 03:01:03.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EUPL-1.1' (32,567) at 20210307205554422
34075 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/rcar-gen3-cpg.h' (32,568) at 20210308005003352
34076 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/uefi-secureboot.yml' (32,569) at 20241221090017464
34077 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bb' (32,570) at 20220921030015986
34078 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/__init__.py' (32,571) at 20210307205554262
34079 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libva/libva-initial_2.22.0.bb' (32,572) at 20241221090017684
34080 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/tools/visualize-pdr/requirements.txt' (32,573) at 20240910080037467
34081 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-miqi.dtsi' (32,574) at 20210308005002604
34082 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig' (32,575) at 20210308005003236
34083 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/p10bmc/obmc/fan-watchdog/fan-watchdog.conf' (32,576) at 20210409000019717
34084 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/Sun' (32,577) at 20210307205553754
34085 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/targeting.hpp' (32,578) at 20230512080029401
34086 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra7-iva-thermal.dtsi' (32,579) at 20210308005002576
34087 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/zipitz2/MAINTAINERS' (32,580) at 20210308005003204
34088 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/ppc-xive.rst' (32,581) at 20210308005045805
34089 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml' (32,582) at 20220315030032667
34090 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/run-ptest' (32,583) at 20231011080016582
34091 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.2.bb' (32,584) at 20210812000025178
34092 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/tdx-cfg-block.c' (32,585) at 20210308005003084
34093 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/all.vue' (32,586) at 20220105012522959
34094 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/new_choice_with_dep/expected_stdout' (32,587) at 20210308005003736
34095 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch' (32,588) at 20241221090017672
34096 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/Access.errors.yaml' (32,589) at 20210610000035106
34097 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftpd-hpa.socket' (32,590) at 20210307205553822
34098 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/Makefile' (32,591) at 20210308005003036
34099 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xeyes_1.3.0.bb' (32,592) at 20230811080018330
34100 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/ddr.h' (32,593) at 20210308005002996
34101 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/0001-configure-Use-autoconf-macro-to-detect-largefile-sup.patch' (32,594) at 20241206090014334
34102 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_nand.c' (32,595) at 20210308005003372
34103 2025-10-05 03:01:03.589-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/config/ich9-ehci-uhci.cfg' (32,596) at 20210308005045797
34104 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rv1108/syscon_rv1108.c' (32,597) at 20210308005002776
34105 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS2-ssh-host@.service' (32,598) at 20230203040020726
34106 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/TPMEnable-default-true.override.yml' (32,599) at 20210307205553718
34107 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/metacity/metacity/0001-drop-zenity-detection.patch' (32,600) at 20240413080012639
34108 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap5-gpu-thermal.dtsi' (32,601) at 20210308005002600
34109 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/Makefile' (32,602) at 20210308005002552
34110 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/convert-gulong.patch' (32,603) at 20231126090012805
34111 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtest-needs-perl_0.002010.bb' (32,604) at 20230211040012655
34112 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_call_robot.py' (32,605) at 20241029080012599
34113 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx6ul_ccm.h' (32,606) at 20210308005046021
34114 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats2/Makefile' (32,607) at 20210308005003044
34115 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ether_fcc.c' (32,608) at 20210308005002832
34116 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/sys-tree.h' (32,609) at 20210307205554486
34117 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/marvell,mvebu-pinctrl.txt' (32,610) at 20210308005003308
34118 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/urandom' (32,611) at 20220405030025645
34119 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/Makefile.am' (32,612) at 20210308005057105
34120 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/test.py' (32,613) at 20210307205554434
34121 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_lf_nes.c' (32,614) at 20210308005046529
34122 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485GFE_defconfig' (32,615) at 20210308005003236
34123 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/files/arm-ffa-transport.cfg' (32,616) at 20241221090017472
34124 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/fallback-group' (32,617) at 20210307205554542
34125 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp7/README' (32,618) at 20210308005003168
34126 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/MAINTAINERS' (32,619) at 20210308005002948
34127 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch' (32,620) at 20241206090014310
34128 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/dcgu.c' (32,621) at 20210308005003020
34129 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/addrspace.h' (32,622) at 20210308005002816
34130 2025-10-05 03:01:03.590-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_sllv.c' (32,623) at 20210308005046525
34131 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/cryptoErase.cpp' (32,624) at 20240817080005771
34132 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/Kconfig' (32,625) at 20210308005002964
34133 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/u-boot.h' (32,626) at 20210308005002544
34134 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.nbd' (32,627) at 20210308005046469
34135 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0004-Use-packageconfig-to-detect-mmal-support.patch' (32,628) at 20240413080012639
34136 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/simplebench.py' (32,629) at 20210927100127349
34137 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-07' (32,630) at 20210908000010395
34138 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb' (32,631) at 20241221090017548
34139 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-contained-read.c' (32,632) at 20230421080019768
34140 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/mock_pmbus.hpp' (32,633) at 20240425080034047
34141 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86-iommu-stub.c' (32,634) at 20220429100100470
34142 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/ibm-ac-server/power_reading.json' (32,635) at 20241106090019922
34143 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/p_corenet/tlb.c' (32,636) at 20210308005002960
34144 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/0002-test-regress.h-Increase-default-timeval-tolerance-50.patch' (32,637) at 20210528000029751
34145 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package.bbclass' (32,638) at 20241221090017604
34146 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/README.md' (32,639) at 20221209040034567
34147 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/fix-menu-generation.patch' (32,640) at 20231011080016574
34148 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa55.inc' (32,641) at 20240301090012451
34149 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pca9564.h' (32,642) at 20210308005003676
34150 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend' (32,643) at 20241221090017480
34151 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Anik-F3-119W' (32,644) at 20210307205553758
34152 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_de1_soc_defconfig' (32,645) at 20210308005003280
34153 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/acpi-vga-stub.c' (32,646) at 20221215040039102
34154 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srl_b.c' (32,647) at 20210308005046525
34155 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/slapd.service' (32,648) at 20210307205553990
34156 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/variadic-macro.h' (32,649) at 20210308005003688
34157 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/README' (32,650) at 20210308005003012
34158 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_lpuart_defconfig' (32,651) at 20210308005003264
34159 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/common/spi.c' (32,652) at 20210308005003020
34160 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/ace_sha.c' (32,653) at 20210308005003356
34161 2025-10-05 03:01:03.591-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/socfpga_common.h' (32,654) at 20210308005003616
34162 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/unified.h' (32,655) at 20210308005002708
34163 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/mx_pic.c' (32,656) at 20221215040039174
34164 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/expand_remote_port.patch' (32,657) at 20241221090017680
34165 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/message.hpp' (32,658) at 20210308004942076
34166 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/indent/bitbake.vim' (32,659) at 20230813080012860
34167 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/machine/olympus-nuvoton.conf' (32,660) at 20211105000026763
34168 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval.h' (32,661) at 20210308005002820
34169 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/init/board_init.c' (32,662) at 20210308005003228
34170 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__start_detached.hpp' (32,663) at 20240731080033662
34171 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_sys.h' (32,664) at 20210308005003432
34172 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/reset.c' (32,665) at 20210308005003740
34173 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7757lcr/sh7757lcr.c' (32,666) at 20210308005003036
34174 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_card.scss' (32,667) at 20220105012522983
34175 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/libx86-mmap-offset.patch' (32,668) at 20230706080014749
34176 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Crossword' (32,669) at 20211006000025234
34177 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-accounts-modal-remove.html' (32,670) at 20210308005107065
34178 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/files/90-OE-disable-session-dbus-dependent-features.lua' (32,671) at 20220402030015899
34179 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vf610twr_nand_defconfig' (32,672) at 20210308005003284
34180 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_errno_defs.h' (32,673) at 20210927100127265
34181 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/README.md' (32,674) at 20210308004942076
34182 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ids/ids8313/ids8313.c' (32,675) at 20210308005003008
34183 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_pattern_group_overlap1.decode' (32,676) at 20210308005046389
34184 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/CZ.NIC/turris_mox/Makefile' (32,677) at 20210308005002904
34185 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cobra5272.h' (32,678) at 20210308005003588
34186 2025-10-05 03:01:03.592-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0004-Define-missing-prototype-for-functions.patch' (32,679) at 20230706080014749
34187 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7723.h' (32,680) at 20210308005002848
34188 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/eb_cpu5282_internal_defconfig' (32,681) at 20210308005003256
34189 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/211.out' (32,682) at 20241121090029296
34190 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bcm2838.h' (32,683) at 20240906080037328
34191 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/clk_helper.c' (32,684) at 20240906080037452
34192 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf-stub.c' (32,685) at 20241211090212230
34193 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-buffer.h' (32,686) at 20210308005046037
34194 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/byteorder.h' (32,687) at 20210308005002848
34195 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Glimakra' (32,688) at 20210307205553782
34196 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/journald-size-policy-2MB.conf' (32,689) at 20210519000031347
34197 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/0001-zeroconf-Rename-arp_op-to-avoid-namespace-conflicts-.patch' (32,690) at 20230706080014737
34198 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz/graphviz-setup.sh' (32,691) at 20210307205553942
34199 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/0001-include-sys-sysmacros.h-for-major-minor-definition.patch' (32,692) at 20210307205553738
34200 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-orig' (32,693) at 20210307205554390
34201 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Varmvattnet' (32,694) at 20210307205553794
34202 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/phosphor-host-condition-gpio@.service' (32,695) at 20240420080039497
34203 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/android_image.h' (32,696) at 20210308005003560
34204 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/ethtool.h' (32,697) at 20210308005003656
34205 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_resource.h' (32,698) at 20220429100100614
34206 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_ddr.h' (32,699) at 20210308005003648
34207 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/hwconfig.h' (32,700) at 20210308005003652
34208 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/fltk-native-link-libdl.patch' (32,701) at 20230811080018302
34209 2025-10-05 03:01:03.593-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7ulp_evk/plugin.S' (32,702) at 20210308005002988
34210 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-mve.c' (32,703) at 20240326080039650
34211 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/184' (32,704) at 20210927100127489
34212 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Client.interface.yaml' (32,705) at 20240618080025501
34213 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/pdb.h' (32,706) at 20240906080037160
34214 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tavelsjo' (32,707) at 20210307205553790
34215 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/da850-evm-u-boot.dtsi' (32,708) at 20210308005002576
34216 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_pl01x.h' (32,709) at 20210308005003628
34217 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-main.c' (32,710) at 20210308005003348
34218 2025-10-05 03:01:03.594-0500 FINEST t466 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' (32,711) at 20231126090012769
34219 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/Kconfig' (32,712) at 20210308005003008
34220 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/cpu-qom.h' (32,713) at 20240326080039674
34221 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/include/mach/pll_defs.h' (32,714) at 20210308005002720
34222 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/cpld.h' (32,715) at 20210308005002996
34223 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/set_func_on_present.md' (32,716) at 20240807080019546
34224 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/0001-Depend-on-haveuint128.h-for-umult64.c.patch' (32,717) at 20210307205553842
34225 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/kvm/kvm_loongarch.h' (32,718) at 20241211090212494
34226 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7763.h' (32,719) at 20210308005002848
34227 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/genindex.rst' (32,720) at 20230114040015514
34228 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch' (32,721) at 20241221090017496
34229 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/styles/index.scss' (32,722) at 20210308005107077
34230 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/wrap_utils.py' (32,723) at 20221209040018571
34231 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/tunctl_1.5.bb' (32,724) at 20210307205553850
34232 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/cpu_init.c' (32,725) at 20210308005002836
34233 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/events-policy/config.yaml' (32,726) at 20240712080022837
34234 2025-10-05 03:01:03.594-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/reset.dtsi' (32,727) at 20210308005002872
34235 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/version_read_unittest.cpp' (32,728) at 20210308005120361
34236 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/objects_to_dictionaries_filter.py' (32,729) at 20210307205554286
34237 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/OFL-1.0' (32,730) at 20210307205553866
34238 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sandbox.c' (32,731) at 20210308005003444
34239 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/signature.mako.cpp' (32,732) at 20210308005054073
34240 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/led-display.h' (32,733) at 20210308005003656
34241 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/cmake-setup.py' (32,734) at 20220405030025649
34242 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/dragonboard820c.c' (32,735) at 20210308005003032
34243 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-NL' (32,736) at 20211006000025230
34244 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.json' (32,737) at 20210308005046401
34245 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/consolekit/consolekit/sepbuildfix.patch' (32,738) at 20210307205554614
34246 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-multiple-consoles' (32,739) at 20240809080013506
34247 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1046a-rdb.dts' (32,740) at 20210308005002580
34248 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/atmel_spi.h' (32,741) at 20210308005003488
34249 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram_rk3036.h' (32,742) at 20210308005002664
34250 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/tlb.c' (32,743) at 20210308005002992
34251 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gobject-introspection-data.bbclass' (32,744) at 20240124090012258
34252 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts_22.11.00.bb' (32,745) at 20230706080014761
34253 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_sys_env_lib.c' (32,746) at 20210308005003368
34254 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max8997_muic.h' (32,747) at 20210308005003680
34255 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/license.txt' (32,748) at 20210308005003708
34256 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/unaligned-lowcore.S' (32,749) at 20221215040039390
34257 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_kmod.py' (32,750) at 20210812000025382
34258 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/sdeventplus.wrap' (32,751) at 20230602080035412
34259 2025-10-05 03:01:03.595-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/arcv2/Makefile' (32,752) at 20210308005002540
34260 2025-10-05 03:01:03.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/yesno.c' (32,753) at 20210308005003732
34261 2025-10-05 03:01:03.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d27_som1_ek/Makefile' (32,754) at 20210308005002920
34262 2025-10-05 03:01:03.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/orage/orage_4.18.0.bb' (32,755) at 20231126090012805
34263 2025-10-05 03:01:03.596-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Yones_Toptech_BD1078_defconfig' (32,756) at 20210308005003244
34264 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-types.h' (32,757) at 20210308005002680
34265 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/Kconfig' (32,758) at 20230426080043740
34266 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-ssse3.c' (32,759) at 20210308005046497
34267 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/pr-helper.h' (32,760) at 20210308005046253
34268 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/images-r2.txt' (32,761) at 20220804030014667
34269 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/media-tomb.patch' (32,762) at 20230503080014591
34270 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/bblayers.conf.sample' (32,763) at 20220910030013345
34271 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm23550_w1d/MAINTAINERS' (32,764) at 20210308005002924
34272 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/services/phosphor-regulators-monitor-enable.service' (32,765) at 20230516080033026
34273 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_dram.c' (32,766) at 20210308005002884
34274 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-mixer/configure.patch' (32,767) at 20230706080014753
34275 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/libcr51sign_internal.h' (32,768) at 20231229090005659
34276 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/init/transformers-init.bb' (32,769) at 20241206090014234
34277 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/vboot/sign-configs-sha256.its' (32,770) at 20210308005003744
34278 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm6348-clock.h' (32,771) at 20210308005003632
34279 2025-10-05 03:01:03.597-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/net/mediatek,mt7628-eth.txt' (32,772) at 20210308005003304
34280 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/DiskBackplane_VINI.json' (32,773) at 20221213040036921
34281 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.dockerignore' (32,774) at 20210308005112989
34282 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-orion5x/timer.c' (32,775) at 20210308005002768
34283 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-find-native-sysroot' (32,776) at 20230919080013998
34284 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d36.dtsi' (32,777) at 20210308005002612
34285 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amarula/vyasa-rk3288/Makefile' (32,778) at 20210308005002912
34286 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/macb.c' (32,779) at 20210308005003436
34287 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MirOS' (32,780) at 20210307205554422
34288 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.2.bb' (32,781) at 20230610080017603
34289 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/patchstream.py' (32,782) at 20210308005003772
34290 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pysonos_0.0.54.bb' (32,783) at 20240302090018214
34291 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/t2080qds.dts' (32,784) at 20210308005002836
34292 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/test_item_updater_static.cpp' (32,785) at 20230511080022135
34293 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (32,786) at 20240712080022837
34294 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvme_p4500_p5500.json' (32,787) at 20240424080004832
34295 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/build.sh' (32,788) at 20210308005046541
34296 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/.gitignore' (32,789) at 20210308005003540
34297 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_nodtb.py' (32,790) at 20210308005003748
34298 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/project.py' (32,791) at 20210308005003772
34299 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/relocate.S' (32,792) at 20210308005002548
34300 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot-spl.lds' (32,793) at 20210308005002832
34301 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_notification.cpp' (32,794) at 20230822080036845
34302 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS5-ssh-bic@.service' (32,795) at 20231025080019870
34303 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.power-framework' (32,796) at 20210308005003296
34304 2025-10-05 03:01:03.598-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/MAINTAINERS' (32,797) at 20210308005002944
34305 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/custom_dbus_test.cpp' (32,798) at 20240621080031502
34306 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m41t94.c' (32,799) at 20210308005003480
34307 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/libs/float_helpers.c' (32,800) at 20240906080037580
34308 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/adduser_3.118.bb' (32,801) at 20241221090017544
34309 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/MAINTAINERS' (32,802) at 20210308005003056
34310 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-a.dts' (32,803) at 20210308005002572
34311 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mtk_image.c' (32,804) at 20210308005003768
34312 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/Makefile' (32,805) at 20210308005002844
34313 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/meson.build' (32,806) at 20210308005045825
34314 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-incremental_24.7.2.bb' (32,807) at 20241221090017556
34315 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lockfile_0.12.2.bb' (32,808) at 20241221090017556
34316 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OPL-1.0' (32,809) at 20211006000025242
34317 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_iommu.h' (32,810) at 20220429100100590
34318 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/callout.cpp' (32,811) at 20230511080010311
34319 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libotr/0001-tests-Include-missing-sys-socket.h-header.patch' (32,812) at 20220414030020064
34320 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/rockchip-saradc.c' (32,813) at 20210308005003332
34321 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-paho-mqtt_2.1.0.bb' (32,814) at 20241221090017556
34322 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/host-boot-enable.sh' (32,815) at 20230524080016081
34323 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcm051/Kconfig' (32,816) at 20210308005003028
34324 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/aspeed/clk_ast2500.c' (32,817) at 20220215040051552
34325 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl/0001-Make-dynamic-linker-a-relative-symlink-to-libc.patch' (32,818) at 20241221090017644
34326 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-streamer.c' (32,819) at 20210308005046233
34327 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t102xqds.h' (32,820) at 20210308005002992
34328 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/channel-win32.c' (32,821) at 20210927100127337
34329 2025-10-05 03:01:03.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8536ds/mpc8536ds.c' (32,822) at 20210308005002976
34330 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_env.py' (32,823) at 20210308005003744
34331 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/COPYING' (32,824) at 20210308004938812
34332 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/update_uboot.its' (32,825) at 20210308005003332
34333 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvsbacka' (32,826) at 20210307205553778
34334 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_stat_unittest.cpp' (32,827) at 20240817080027252
34335 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/helper.h' (32,828) at 20240906080037532
34336 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-font-exception' (32,829) at 20210307205554422
34337 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-rqs.dts' (32,830) at 20210308005002584
34338 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb' (32,831) at 20241221090017532
34339 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi' (32,832) at 20210308005002580
34340 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/styles/snmp.scss' (32,833) at 20210308005107077
34341 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmaxminddb/libmaxminddb_1.4.3.bb' (32,834) at 20210307205553842
34342 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/marsboard_defconfig' (32,835) at 20210308005003268
34343 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-lx106.c' (32,836) at 20230426080043928
34344 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tec.h' (32,837) at 20210308005003620
34345 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/PassThrough.interface.yaml' (32,838) at 20221207040023627
34346 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga_rop2.h' (32,839) at 20210308005045857
34347 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.37.bb' (32,840) at 20241221090017528
34348 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.pass' (32,841) at 20241206090014310
34349 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Rowridge' (32,842) at 20210307205553798
34350 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/LICENSE.txt' (32,843) at 20210307205554230
34351 2025-10-05 03:01:03.600-0500 FINEST t466 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' (32,844) at 20241221090017464
34352 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/0002-Remove-pg-from-profile_CFLAGS.patch' (32,845) at 20230706080014741
34353 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Protocol.json' (32,846) at 20240619080002952
34354 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/dleyna-connector-dbus_0.3.0.bb' (32,847) at 20231126090012781
34355 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-robots' (32,848) at 20210927100127061
34356 2025-10-05 03:01:03.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/PolyForm-Small-Business-1.0.0' (32,849) at 20211006000025242
34357 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/imx8-power-domain.c' (32,850) at 20210308005003468
34358 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/sysctr.h' (32,851) at 20210308005002672
34359 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/1ux16_riser.json' (32,852) at 20220601030005857
34360 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_dataflash_cs1_defconfig' (32,853) at 20210308005003248
34361 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/funcmux.h' (32,854) at 20210308005002672
34362 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/am35x.h' (32,855) at 20210308005003520
34363 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi-m1.dts' (32,856) at 20210308005002624
34364 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-its-api-test_%.bbappend' (32,857) at 20230114040015466
34365 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/systemd/files/machine-id-commit-sync.conf' (32,858) at 20210307205554110
34366 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/Makefile' (32,859) at 20210308005002856
34367 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/0001-Remove-dead-paren_level-code.patch' (32,860) at 20210729000029104
34368 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/dts/ae3xx.dts' (32,861) at 20210308005002824
34369 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pello_Ratasvaara' (32,862) at 20210307205553770
34370 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/config.mk' (32,863) at 20210308005002828
34371 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/257' (32,864) at 20240326080039730
34372 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/bletchley/host-poweroff' (32,865) at 20220727030013877
34373 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.2.1.bb' (32,866) at 20241206090014234
34374 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9m10g45ek.h' (32,867) at 20210308005003584
34375 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/261' (32,868) at 20240906080037564
34376 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed_2016.07.inc' (32,869) at 20220422030010210
34377 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qht.h' (32,870) at 20210308005046049
34378 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa65ae.inc' (32,871) at 20240301090012451
34379 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/LICENSE' (32,872) at 20210308005133429
34380 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/mc146818rtc_regs.h' (32,873) at 20210308005046029
34381 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_beagle.h' (32,874) at 20210308005003608
34382 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/120' (32,875) at 20220429100100890
34383 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm958712k/MAINTAINERS' (32,876) at 20210308005002940
34384 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/otp_info.h' (32,877) at 20220215040051512
34385 2025-10-05 03:01:03.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/noperlcheck.patch' (32,878) at 20210307205554534
34386 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_console.c' (32,879) at 20210308005003700
34387 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/probe-slot-device@.service' (32,880) at 20231116090013989
34388 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/releases.md' (32,881) at 20241206090014206
34389 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_watchdog.c' (32,882) at 20210308005003496
34390 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/beaver/MAINTAINERS' (32,883) at 20210308005003024
34391 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/helper.h' (32,884) at 20240906080037536
34392 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/liburing.wrap' (32,885) at 20240112090004588
34393 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_mtk.c' (32,886) at 20210308005003484
34394 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/msc01.h' (32,887) at 20210308005003676
34395 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/aristainetos2.h' (32,888) at 20210308005003584
34396 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/Makefile' (32,889) at 20210308005002980
34397 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/adb-internal.h' (32,890) at 20210308005045881
34398 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-config/p10bmc/dcmi_sensors.json' (32,891) at 20241106090019922
34399 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/215.out' (32,892) at 20210308005046461
34400 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsof/files/remove-host-information.patch' (32,893) at 20240309090012820
34401 2025-10-05 03:01:03.602-0500 FINEST t466 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' (32,894) at 20241221090017464
34402 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.63.2.bb' (32,895) at 20241221090017552
34403 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/btbridged.service' (32,896) at 20210308004939864
34404 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SPL-1.0' (32,897) at 20210307205554426
34405 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-2.1' (32,898) at 20211006000025242
34406 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/qos_rk3288.h' (32,899) at 20210308005002664
34407 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun4i.h' (32,900) at 20210308005002668
34408 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/overlayfs.py' (32,901) at 20241221090017632
34409 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos2.cfg' (32,902) at 20210308005002912
34410 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd/files/nslcd.service' (32,903) at 20210307205554074
34411 2025-10-05 03:01:03.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_le_qb.c' (32,904) at 20210308005046501
34412 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/files/makefile-add-ldflags.patch' (32,905) at 20210307205553938
34413 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os_4.3.0.bb' (32,906) at 20241221090017472
34414 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/remoteproc-framework.txt' (32,907) at 20210308005003328
34415 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vmaxh.S' (32,908) at 20230426080043952
34416 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ncplite-ipmi-fru.yaml' (32,909) at 20230412080023456
34417 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_textinput.c' (32,910) at 20210308005003704
34418 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cmos_layout.h' (32,911) at 20210308005002876
34419 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5420-smdk5420.dts' (32,912) at 20210308005002580
34420 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/meson.build' (32,913) at 20240906080037524
34421 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_test.h' (32,914) at 20210308005046021
34422 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_syscall.h' (32,915) at 20221215040039202
34423 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/config_file.md' (32,916) at 20240809080033023
34424 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_control_main.cpp' (32,917) at 20210812000116459
34425 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/run-ptest' (32,918) at 20231126090012785
34426 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-net/am_foreign.patch' (32,919) at 20230706080014753
34427 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bruzaholm' (32,920) at 20210307205553778
34428 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html' (32,921) at 20210307205554286
34429 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/fans.json' (32,922) at 20231213090027090
34430 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/mediatek/clk-mt7629.c' (32,923) at 20210308005003348
34431 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/timer.c' (32,924) at 20210308005002764
34432 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1010rdb/p1010rdb.c' (32,925) at 20210308005002988
34433 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_s_b.c' (32,926) at 20210308005046513
34434 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig' (32,927) at 20210307205553878
34435 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Mikkeli' (32,928) at 20210307205553770
34436 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/leds/phosphor-led-manager/bmc_booted.conf' (32,929) at 20230929080014511
34437 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/include/special-errno.h' (32,930) at 20220429100100402
34438 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/console/obmc-console_%.bbappend' (32,931) at 20210812000025166
34439 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/024.out' (32,932) at 20240906080037564
34440 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/xor.h' (32,933) at 20210308005003368
34441 2025-10-05 03:01:03.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ls1021aqds.c' (32,934) at 20210308005002964
34442 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_addq_ph.c' (32,935) at 20210308005046501
34443 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/technotrend.rc5' (32,936) at 20210307205553758
34444 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/yad/yad_6.0.bb' (32,937) at 20230813080012852
34445 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/helper.c' (32,938) at 20210308004938820
34446 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/xen-compat.h' (32,939) at 20230426080043888
34447 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/concurrencytest/concurrencytest.py' (32,940) at 20210308005003760
34448 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos5250-pinctrl.dtsi' (32,941) at 20210308005002580
34449 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/096.out' (32,942) at 20210308005046445
34450 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0013-Implement-triple-buffering-for-wayland.patch' (32,943) at 20230706080014765
34451 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_json_unittest.cpp' (32,944) at 20210918000044923
34452 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/MAINTAINERS' (32,945) at 20210308005003004
34453 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.pass' (32,946) at 20241206090014306
34454 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/samba-pam.patch' (32,947) at 20240113090014532
34455 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7623n-bananapi-bpi-r2.dts' (32,948) at 20210308005002596
34456 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-initscript-fix-warning.patch' (32,949) at 20210307205553834
34457 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5282EVB_defconfig' (32,950) at 20210308005003236
34458 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20220627.bb' (32,951) at 20220910030013353
34459 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-x86/chassis/x86-power-control/ethanolx/power-config-host0.json' (32,952) at 20240308090017907
34460 2025-10-05 03:01:03.604-0500 FINEST t466 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' (32,953) at 20210307205553802
34461 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libjcat/libjcat/run-ptest' (32,954) at 20210307205553938
34462 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/README.md' (32,955) at 20220526030017599
34463 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.bb' (32,956) at 20241206090014298
34464 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/makefile-fix-parallel.patch' (32,957) at 20241221090017680
34465 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/espt.h' (32,958) at 20210308005003592
34466 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/meson.build' (32,959) at 20240827080002182
34467 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/stpmu1.c' (32,960) at 20210308005003472
34468 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/inetspace_v2_defconfig' (32,961) at 20210308005003260
34469 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb' (32,962) at 20240302090018242
34470 2025-10-05 03:01:03.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/fan.hpp' (32,963) at 20210512000037560
34471 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/fix-security-format.patch' (32,964) at 20220618030015190
34472 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/bitops/atomic.h' (32,965) at 20210308005002824
34473 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/044_x86_optional_ucode.dts' (32,966) at 20210308005003752
34474 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/fix-run-builtins.patch' (32,967) at 20241221090017676
34475 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/Kconfig' (32,968) at 20240906080037188
34476 2025-10-05 03:01:03.605-0500 FINEST t466 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' (32,969) at 20241206090014250
34477 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_stm32.h' (32,970) at 20210308005003628
34478 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1088a.dtsi' (32,971) at 20210308005002580
34479 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/remove_flags_from_build_flags.patch' (32,972) at 20230706080014733
34480 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/utility/timer.cpp' (32,973) at 20230511080043139
34481 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Telstar18_C-138.0E' (32,974) at 20210307205553762
34482 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/stages.yml' (32,975) at 20221215040039038
34483 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/bootscripts/tpcboot.cmd' (32,976) at 20210308005003012
34484 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPL/README.spl-secure-boot' (32,977) at 20210308005003300
34485 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/qts/pll_config.h' (32,978) at 20210308005003072
34486 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/0001-xxhash-bump-to-v2.1.2.patch' (32,979) at 20230706080014749
34487 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/0001-Do-not-use-MKTEMP_PROG-in-cross-build.patch' (32,980) at 20230520080014480
34488 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.JFFS2_NAND' (32,981) at 20210308005003288
34489 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/bmc_health_config_json.md' (32,982) at 20240618080027477
34490 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/vmx-ops.c.inc' (32,983) at 20240906080037520
34491 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb' (32,984) at 20240301090012427
34492 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ylitornio_Ainiovaara' (32,985) at 20210307205553774
34493 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/entity-manager_%.bbappend' (32,986) at 20241226090016123
34494 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_prctl.h' (32,987) at 20220429100100642
34495 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (32,988) at 20241206090014286
34496 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/preferbash.patch' (32,989) at 20240127090011892
34497 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Alfabia' (32,990) at 20210307205553766
34498 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/COPYING.apache-2.0' (32,991) at 20210307205553726
34499 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-install-efi_1.0.bb' (32,992) at 20241206090014314
34500 2025-10-05 03:01:03.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/installscript.sh' (32,993) at 20210307205554386
34501 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vcoreiii.h' (32,994) at 20210308005003624
34502 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (32,995) at 20231128090014177
34503 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm7260_defconfig' (32,996) at 20210308005003252
34504 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/zh_CN.po' (32,997) at 20210308005046217
34505 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040_rcw.cfg' (32,998) at 20210308005002992
34506 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/vsprintf.c' (32,999) at 20210308005003716
34507 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/cpu.c' (33,000) at 20210308005002548
34508 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/cm_init.S' (33,001) at 20210308005002812
34509 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-books.h' (33,002) at 20210927100127421
34510 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/projects-toastertable.html' (33,003) at 20210307205554286
34511 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds.bb' (33,004) at 20241206090014230
34512 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/remote-i3c-test.c' (33,005) at 20241211090212546
34513 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/239.out' (33,006) at 20210308005046461
34514 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rut_defconfig' (33,007) at 20210308005003276
34515 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/linux-boot-if.h' (33,008) at 20210308005046005
34516 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-coroutine-lock.c' (33,009) at 20230925080040113
34517 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-kernel/linux/linux-aspeed_%.bbappend' (33,010) at 20230209040014205
34518 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-monitor-config.bbappend' (33,011) at 20210812000025162
34519 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cpan_build.bbclass' (33,012) at 20220910030013385
34520 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-sbe-interface/sbe_interfaces.hpp' (33,013) at 20210308005104849
34521 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/meson.build' (33,014) at 20241211090212230
34522 2025-10-05 03:01:03.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager_s10.h' (33,015) at 20210308005002780
34523 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-12' (33,016) at 20210908000010395
34524 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/wandboard_defconfig' (33,017) at 20210308005003284
34525 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/0001-Fix-function-inline-errors-in-debug-optimization-Og.patch' (33,018) at 20230919080013958
34526 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/writing-monitor-commands.rst' (33,019) at 20240906080037176
34527 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/plugins/plugin.hpp' (33,020) at 20230516080019602
34528 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler/baseboard-fru-handler.sh' (33,021) at 20220629100013632
34529 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/goflexhome.h' (33,022) at 20210308005003596
34530 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-kernel/linux/linux-obmc_5.14.bb' (33,023) at 20230406080015457
34531 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/section.py' (33,024) at 20210308005003748
34532 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/suricata.py' (33,025) at 20210307205554110
34533 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9x5ek_mmc_defconfig' (33,026) at 20210308005003248
34534 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-zynqmp-crf.h' (33,027) at 20220429100100562
34535 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/Makefile' (33,028) at 20210308005003476
34536 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (33,029) at 20240712080022837
34537 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/acpi-vga.c' (33,030) at 20221215040039102
34538 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mboxd.c' (33,031) at 20230809080010799
34539 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-quickline-ewaarberg' (33,032) at 20210307205553758
34540 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/imx-usb-phy.h' (33,033) at 20210308005046033
34541 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/0001-Add-NCSI-channel-selector.patch' (33,034) at 20210307205554222
34542 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/ipmievd.init.suse' (33,035) at 20210308004938816
34543 2025-10-05 03:01:03.607-0500 FINEST t466 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' (33,036) at 20221003030013281
34544 2025-10-05 03:01:03.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/configuration/nicole-yaml-config/nicole-ipmi-sensors.yaml' (33,037) at 20210324000019621
34545 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/openpower-yaml-config/ipmi-occ-active-sensor-mrw.yaml' (33,038) at 20210307205554050
34546 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/174.out' (33,039) at 20210308005046453
34547 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/configuration/sbp1-yaml-config.bb' (33,040) at 20241206090014230
34548 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Settings.v1_4_0.json' (33,041) at 20240619080002956
34549 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Yllasjarvi' (33,042) at 20210307205553774
34550 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json.in' (33,043) at 20210618100023655
34551 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-guest-agent/fsfreeze-hook.d/mysql-flush.sh.sample' (33,044) at 20210308005046245
34552 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_exti-test.c' (33,045) at 20240906080037572
34553 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bneg_h.c' (33,046) at 20210308005046509
34554 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f429-disco.dts' (33,047) at 20210308005002616
34555 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Arphic-1999' (33,048) at 20241221090017612
34556 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/2002-use-vorbisidec.patch' (33,049) at 20230114040015494
34557 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMetadata.test_lic_files_chksum_presence.pass' (33,050) at 20241206090014310
34558 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/0001-unix-configure-fix-detection-for-cross-compilation.patch' (33,051) at 20230706080014785
34559 2025-10-05 03:01:03.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Karhuvaara' (33,052) at 20210307205553774
34560 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/rsb.h' (33,053) at 20210308005002668
34561 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-telnetlib3_2.0.4.bb' (33,054) at 20241221090017560
34562 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/arm_eabi.patch' (33,055) at 20241221090017696
34563 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml' (33,056) at 20210610000035146
34564 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-ds109.dts' (33,057) at 20210308005002592
34565 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/num_sensors_nonfunc_for_fan_nonfunc.md' (33,058) at 20240807080019546
34566 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/compiler.h' (33,059) at 20210308005003572
34567 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lipmi/lipmi.h' (33,060) at 20210308004938836
34568 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS0-ssh-bic@.service' (33,061) at 20230203040020726
34569 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/stv0991.h' (33,062) at 20210308005003616
34570 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/trace-events' (33,063) at 20240906080037220
34571 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/clst.c' (33,064) at 20230426080043952
34572 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ibm-logging/com.ibm.Logging.service' (33,065) at 20220514030009476
34573 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/u-boot.h' (33,066) at 20210308005002848
34574 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-timeout_2.3.1.bb' (33,067) at 20241221090017560
34575 2025-10-05 03:01:03.609-0500 FINEST t466 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' (33,068) at 20210420000021558
34576 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm6368-eth.c' (33,069) at 20210308005003424
34577 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/138.out' (33,070) at 20210308005046449
34578 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/sysinfo.h' (33,071) at 20210308005046053
34579 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-gpu-pixman.h' (33,072) at 20210308005046037
34580 2025-10-05 03:01:03.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/nuvoton_nct6102d.h' (33,073) at 20210308005003676
34581 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Siilinjarvi' (33,074) at 20210307205553774
34582 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/cpu.c' (33,075) at 20210308005002848
34583 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-2.x/run-ptest' (33,076) at 20241221090017540
34584 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/setup-uart-routing' (33,077) at 20240904080027726
34585 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/ls1043aqds.c' (33,078) at 20210308005002968
34586 2025-10-05 03:01:03.610-0500 FINEST t466 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' (33,079) at 20240301090012431
34587 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/se-Gothnet' (33,080) at 20210307205553758
34588 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/handler_readwrite_unittest.cpp' (33,081) at 20230821192414188
34589 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/MAINTAINERS' (33,082) at 20210308005003168
34590 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zynqmppl.h' (33,083) at 20210308005003696
34591 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_sysarch.h' (33,084) at 20221215040039066
34592 2025-10-05 03:01:03.610-0500 FINEST t466 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' (33,085) at 20241221090017540
34593 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_trace.h' (33,086) at 20210308005003556
34594 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/internal/sys.cpp' (33,087) at 20210308005133997
34595 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/cadence_qspi_apb.c' (33,088) at 20210308005003492
34596 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-kernel/linux/linux-nuvoton/mori.cfg' (33,089) at 20220723030019896
34597 2025-10-05 03:01:03.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/server-led-controller.html' (33,090) at 20210308005107077
34598 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/Kconfig' (33,091) at 20210308005002784
34599 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pinfunc.h' (33,092) at 20210308005002588
34600 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/dma-mapping.h' (33,093) at 20210308005002844
34601 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Skillingsfors' (33,094) at 20210307205553790
34602 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/file_replacement_with_gplv2.patch' (33,095) at 20210307205554558
34603 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/cyrus/Makefile' (33,096) at 20210308005003168
34604 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/README.rst' (33,097) at 20220429100100734
34605 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/smbios/smbios-mdr_%.bbappend' (33,098) at 20240403080018482
34606 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-addptable2image' (33,099) at 20220612030016767
34607 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/sdbusplus.wrap' (33,100) at 20220917030018829
34608 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_write_byte_action_tests.cpp' (33,101) at 20230511080035563
34609 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/udiv_qrnnd.S' (33,102) at 20210308005002852
34610 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_freestanding.c' (33,103) at 20210308005003700
34611 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/Makefile' (33,104) at 20210308005002784
34612 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/osdep.c' (33,105) at 20240906080037592
34613 2025-10-05 03:01:03.611-0500 FINEST t466 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' (33,106) at 20210307205553750
34614 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OSL-2.0' (33,107) at 20210307205554426
34615 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/linux_string.c' (33,108) at 20210308005003708
34616 2025-10-05 03:01:03.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain-server-volatiles' (33,109) at 20210307205554122
34617 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-object.err' (33,110) at 20210308005046413
34618 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/wxgtk-fixup-build-scripts.patch' (33,111) at 20241221090017564
34619 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/stm32mp1-clks.h' (33,112) at 20210308005003636
34620 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/MAINTAINERS' (33,113) at 20210308005002976
34621 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/presence_service.hpp' (33,114) at 20230511080035559
34622 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-klibc-Kbuild-Accept-EXTRA_KLIBCAFLAGS.patch' (33,115) at 20231014080011723
34623 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/monocypher/monocypher_4.0.2.bb' (33,116) at 20240127090011884
34624 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/ddr.h' (33,117) at 20210308005002996
34625 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/cpuinfo.h' (33,118) at 20230925080039853
34626 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/x600/x600.c' (33,119) at 20210308005003052
34627 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm23550_w1d/bcm23550_w1d.c' (33,120) at 20210308005002924
34628 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/config.mk' (33,121) at 20210308005002828
34629 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/feature-arm-thumb.inc' (33,122) at 20210812000025310
34630 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/pciaccess_mock.hpp' (33,123) at 20210427000038985
34631 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dotp_s_h.c' (33,124) at 20210308005046517
34632 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dfi/dfi-bt700/Kconfig' (33,125) at 20210308005002952
34633 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dfu/dfu_sf.c' (33,126) at 20210308005003372
34634 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/mock_vpd.hpp' (33,127) at 20210602000046737
34635 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_samus/Kconfig' (33,128) at 20210308005003004
34636 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/texinfo.bbclass' (33,129) at 20220910030013389
34637 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/clk-core.h' (33,130) at 20210308005002552
34638 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/random-none.c' (33,131) at 20210308005045777
34639 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-input-void_1.4.2.bb' (33,132) at 20240413080012655
34640 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/mxcfb.h' (33,133) at 20210308005003532
34641 2025-10-05 03:01:03.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/altera_uart.txt' (33,134) at 20210308005003308
34642 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/__init__.py' (33,135) at 20220120040024748
34643 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/docs/mux-support.md' (33,136) at 20240809080013506
34644 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/syscon_rk3399.c' (33,137) at 20210308005002776
34645 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_slot_verify.h' (33,138) at 20210308005003708
34646 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/versal/Makefile' (33,139) at 20210308005003172
34647 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/afalgpriv.h' (33,140) at 20241211090212226
34648 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/stm32-vrefbuf.c' (33,141) at 20210308005003472
34649 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-WoodcockHill' (33,142) at 20210307205553774
34650 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/t1040qds.h' (33,143) at 20210308005002992
34651 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/certificate-modal-add-cert.html' (33,144) at 20210308005107065
34652 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-glibc.inc' (33,145) at 20220502030010152
34653 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/termbits.h' (33,146) at 20210308005046085
34654 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/ldiv.c' (33,147) at 20210308005003704
34655 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tplink_wdr4300.h' (33,148) at 20210308005003620
34656 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/signal_context.c' (33,149) at 20230426080043952
34657 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/imx6ul.c' (33,150) at 20210308005002956
34658 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_stm32.h' (33,151) at 20210308005003484
34659 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_SDCARD_defconfig' (33,152) at 20210308005003244
34660 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_create_main.cpp' (33,153) at 20241123090021039
34661 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/0015_layer_local_source_dir.py' (33,154) at 20210307205554262
34662 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ip-up' (33,155) at 20210307205554466
34663 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/README' (33,156) at 20210308005003004
34664 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-MIT-disclaimer' (33,157) at 20241221090017616
34665 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ipam390.h' (33,158) at 20210308005003596
34666 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/meson.build' (33,159) at 20220121040006587
34667 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vassijaure' (33,160) at 20210307205553794
34668 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8536DS_SDCARD_defconfig' (33,161) at 20210308005003240
34669 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M52277EVB.h' (33,162) at 20210308005003576
34670 2025-10-05 03:01:03.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/imx_gpcv2.h' (33,163) at 20210308005046017
34671 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-docutils_0.21.2.bb' (33,164) at 20241221090017668
34672 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/Makefile' (33,165) at 20210308005002848
34673 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexx1c.inc' (33,166) at 20240301090012451
34674 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-3.0-AT' (33,167) at 20211006000025234
34675 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/internal/sys.hpp' (33,168) at 20240822080006720
34676 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_stub.c' (33,169) at 20240906080037324
34677 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/fennec_rk3288/fennec-rk3288.c' (33,170) at 20210308005003040
34678 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (33,171) at 20220224040010566
34679 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8m-main.inc' (33,172) at 20210905000020581
34680 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dump/debug-trigger/p10bmc/debug-trigger.default' (33,173) at 20220511030207282
34681 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/scripts/led-set-all-groups-asserted.sh' (33,174) at 20240618080030081
34682 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/LICENSE' (33,175) at 20210308005108053
34683 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/s2mps11_regulator.c' (33,176) at 20210308005003472
34684 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-core/systemd/systemd_%.bbappend' (33,177) at 20210813100029652
34685 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/pysh/pyshyacc.py' (33,178) at 20210307205554242
34686 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Soraker' (33,179) at 20210307205553790
34687 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb' (33,180) at 20241206090014338
34688 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfsdebugfiles.bbclass' (33,181) at 20230919080013978
34689 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/Makefile' (33,182) at 20210308005003040
34690 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/biosemu.h' (33,183) at 20210308005003336
34691 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/es1370-test.c' (33,184) at 20240326080039738
34692 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-veyron-mickey.dts' (33,185) at 20210308005002604
34693 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/205.out' (33,186) at 20210308005046457
34694 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/usb.patch' (33,187) at 20230706080014757
34695 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/0001-libheaptrack-Replace-__pid_t-with-pid_t.patch' (33,188) at 20210307205553898
34696 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb' (33,189) at 20220126040017551
34697 2025-10-05 03:01:03.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d31.dtsi' (33,190) at 20210308005002612
34698 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/dbus-vmstate-daemon.sh' (33,191) at 20210308005046389
34699 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/iomux-mx35.h' (33,192) at 20210308005002644
34700 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/syscall_nr.h' (33,193) at 20241211090212374
34701 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats/MAINTAINERS' (33,194) at 20210308005003044
34702 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/local.conf.sample' (33,195) at 20241221090017580
34703 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/images/harden-image-minimal.bb' (33,196) at 20241221090017576
34704 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/0010-oprofile-Determine-the-root-home-directory-dynamical.patch' (33,197) at 20210407000018086
34705 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb' (33,198) at 20241221090017560
34706 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/index.js' (33,199) at 20220105012522999
34707 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/utilcmds.py' (33,200) at 20241221090017700
34708 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-UC' (33,201) at 20241221090017616
34709 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-search-control.html' (33,202) at 20210308005107069
34710 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb' (33,203) at 20241221090017528
34711 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/cmake/FindGMock.cmake' (33,204) at 20210308005114857
34712 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/emsdp/MAINTAINERS' (33,205) at 20210308005003056
34713 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/arm32/cache-uniphier.h' (33,206) at 20210308005002792
34714 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AMPAS' (33,207) at 20211006000025226
34715 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/fanctl/Makefile' (33,208) at 20210308004922932
34716 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/generic/Makefile' (33,209) at 20210308005002844
34717 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/timers.py' (33,210) at 20210308005046245
34718 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/power-supplies-monitoring.bb' (33,211) at 20241206090014230
34719 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats2/MAINTAINERS' (33,212) at 20210308005003044
34720 2025-10-05 03:01:03.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/images/security-server-image.bb' (33,213) at 20210307205554118
34721 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/mx53ppd.c' (33,214) at 20210308005003004
34722 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb' (33,215) at 20231126090012801
34723 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_fcntl.h' (33,216) at 20210927100127269
34724 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmsuv31_defconfig' (33,217) at 20210308005003264
34725 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.vtable.hpp.mako' (33,218) at 20230902080037617
34726 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/__init__.py' (33,219) at 20210307205554442
34727 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/bcsr.h' (33,220) at 20210308005002980
34728 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power_git.bb' (33,221) at 20240312080011852
34729 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/sdl.h' (33,222) at 20210308005002848
34730 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/barebox/barebox-tools.bb' (33,223) at 20241221090017632
34731 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/sdbusplus.wrap' (33,224) at 20220407100028311
34732 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/maxim_codec.h' (33,225) at 20210308005003488
34733 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-px5-evb-u-boot.dtsi' (33,226) at 20210308005002608
34734 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/luton/Makefile' (33,227) at 20210308005003020
34735 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.gpt' (33,228) at 20210308005003296
34736 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/qom-qobject.c' (33,229) at 20210308005046233
34737 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config/ipmi-fru.yaml' (33,230) at 20220128040018736
34738 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6cuboxi_defconfig' (33,231) at 20210308005003268
34739 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-s6q/network/usb-ethernet-gadget/00-bmc-usb0.network' (33,232) at 20220311040028855
34740 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_mulv_b.c' (33,233) at 20210308005046521
34741 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf/meson.build' (33,234) at 20230925080040001
34742 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stih407-family.dtsi' (33,235) at 20210308005002612
34743 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/testimage.yml' (33,236) at 20241206090014206
34744 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/v68_scalar.c' (33,237) at 20230925080040097
34745 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/0002-Add-support-for-boot-initiator-mailbox.patch' (33,238) at 20210722000024962
34746 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012a_common.h' (33,239) at 20210308005003600
34747 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-only' (33,240) at 20211006000025234
34748 2025-10-05 03:01:03.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_tps62362.c' (33,241) at 20210308005003468
34749 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Karlsborg_Vaberget' (33,242) at 20210307205553786
34750 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset_2.1.bb' (33,243) at 20241221090017536
34751 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Bromsgrove' (33,244) at 20210307205553794
34752 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/hi6220_regs_alwayson.h' (33,245) at 20210308005002640
34753 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/fp5280g3-ipmi-fru-properties.yaml' (33,246) at 20240712080022837
34754 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-6B-43.0W' (33,247) at 20210307205553762
34755 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxl.dtsi' (33,248) at 20210308005002596
34756 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/0001-session-close-socket.patch' (33,249) at 20210307205553818
34757 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080a_emu_defconfig' (33,250) at 20210308005003268
34758 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/fit_common.c' (33,251) at 20210308005003764
34759 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/test-2175.c' (33,252) at 20240906080037580
34760 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/0005-Disable-new-gcc8-warnings.patch' (33,253) at 20230706080014749
34761 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-reference-design-tablet.dtsi' (33,254) at 20210308005002628
34762 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/dram.c' (33,255) at 20210308005002856
34763 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.2.rst' (33,256) at 20240302090018222
34764 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-type-helpers.c' (33,257) at 20240906080037432
34765 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/kconf_id.c' (33,258) at 20210308005003732
34766 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d3xek/sama5d3xek.c' (33,259) at 20210308005002920
34767 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/fg_battery_cell_params.h' (33,260) at 20210308005003680
34768 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/Kconfig' (33,261) at 20210308005002832
34769 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFXCAT/Makefile' (33,262) at 20210308005002908
34770 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_mman.h' (33,263) at 20230925080039945
34771 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ACE-TAO-CIAO' (33,264) at 20210307205553866
34772 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mcelog/0001-client-Include-string.h-form-mem-function-prototypes.patch' (33,265) at 20221003030013285
34773 2025-10-05 03:01:03.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/sheevaplug/sheevaplug.h' (33,266) at 20210308005002908
34774 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/MAINTAINERS' (33,267) at 20210308005003084
34775 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/warmboot_avp.c' (33,268) at 20210308005002788
34776 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/__init__.py' (33,269) at 20241206090014286
34777 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/xtfpga-flash-128m.dtsi' (33,270) at 20210308005002884
34778 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (33,271) at 20221025030015193
34779 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_proc.h' (33,272) at 20240326080039558
34780 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/hexdump.c' (33,273) at 20210308005003704
34781 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/meson.build' (33,274) at 20240906080037296
34782 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_rules.hpp' (33,275) at 20210308005049133
34783 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-end2end.cpp' (33,276) at 20240830080017491
34784 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/smbios/smbios-mdr_git.bbappend' (33,277) at 20240403080018482
34785 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/README' (33,278) at 20210812000025310
34786 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/dmg-lzfse.c' (33,279) at 20230426080043640
34787 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/cdparanoia_10.2.bb' (33,280) at 20220402030015895
34788 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/LICENSE' (33,281) at 20210308004941620
34789 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/avr_usart.h' (33,282) at 20240326080039534
34790 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/lp873x_regulator.c' (33,283) at 20210308005003472
34791 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/argp-standalone/argp-standalone_1.4.1.bb' (33,284) at 20221104030017465
34792 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/m68k.c' (33,285) at 20240906080037164
34793 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/README.md' (33,286) at 20221209040009403
34794 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Arcturus/ucp1020/spl.c' (33,287) at 20210308005002900
34795 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76-cortexa55.inc' (33,288) at 20240301090012451
34796 2025-10-05 03:01:03.618-0500 FINEST t466 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' (33,289) at 20240413080012627
34797 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/callbackgroupgentest/test.yaml' (33,290) at 20221209040030339
34798 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/Kconfig' (33,291) at 20210308005002752
34799 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/Kconfig' (33,292) at 20210308005002964
34800 2025-10-05 03:01:03.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/mmc.h' (33,293) at 20210308005002724
34801 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/images-r1.txt' (33,294) at 20220804030014667
34802 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/panda/Makefile' (33,295) at 20210308005003080
34803 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Zeeff' (33,296) at 20241221090017620
34804 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/blkverify.rst' (33,297) at 20241211090212234
34805 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sha1' (33,298) at 20210308005003296
34806 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/stm32f2xx_spi.h' (33,299) at 20210308005046033
34807 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/comtrend_wap5813n_ram_defconfig' (33,300) at 20210308005003256
34808 2025-10-05 03:01:03.619-0500 FINEST t466 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' (33,301) at 20230114040015474
34809 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/Makefile.postlink' (33,302) at 20210308005002812
34810 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/CVE-2017-16516.patch' (33,303) at 20231126090012793
34811 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/loader.js' (33,304) at 20210308005107069
34812 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmxnet_debug.h' (33,305) at 20210308005045925
34813 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-alias.service.in' (33,306) at 20221206040015537
34814 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/Kconfig' (33,307) at 20210308005003004
34815 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb' (33,308) at 20241221090017548
34816 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp.dtsi' (33,309) at 20210308005002568
34817 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_SPIFLASH_defconfig' (33,310) at 20210308005003244
34818 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vasteras_Lillharad' (33,311) at 20210307205553794
34819 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.json' (33,312) at 20221207040030691
34820 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/pmu.h' (33,313) at 20210308005002672
34821 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0002-user-ipv6-structures.patch' (33,314) at 20230706080014737
34822 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-2.0' (33,315) at 20210307205554418
34823 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/kvm_mips.h' (33,316) at 20230925080040041
34824 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools/source-date-epoch.patch' (33,317) at 20241221090017656
34825 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb' (33,318) at 20240413080012639
34826 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc' (33,319) at 20230609080014411
34827 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmcoge4_defconfig' (33,320) at 20210308005003260
34828 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Bmc_VINI.json' (33,321) at 20221213040036917
34829 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/0001-Do-not-error-out-if-xsltproc-is-not-found.patch' (33,322) at 20241206090014338
34830 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/iomux-v3.c' (33,323) at 20210308005002728
34831 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/page-section/index.md' (33,324) at 20230712080036830
34832 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-system/kudo-entity-association-map/kudo_entity_association_map.json' (33,325) at 20220722030013175
34833 2025-10-05 03:01:03.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/target_os_stack.h' (33,326) at 20240906080037156
34834 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/__init__.robot' (33,327) at 20240627080021052
34835 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Bios.v1_2_3.json' (33,328) at 20240619080002944
34836 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/qe.c' (33,329) at 20210308005003472
34837 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-oauthlib_3.2.2.bb' (33,330) at 20240302090018210
34838 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/timeout.py' (33,331) at 20210528000029731
34839 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/linux-test.c' (33,332) at 20230426080043952
34840 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/sensor_listener_mock.hpp' (33,333) at 20220412175720090
34841 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/vtpm.cfg' (33,334) at 20210307205554118
34842 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spear600.c' (33,335) at 20210308005002548
34843 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/phosphor-logging.wrap' (33,336) at 20220623030006218
34844 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/README' (33,337) at 20230530080039376
34845 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/demo/Kconfig' (33,338) at 20210308005003372
34846 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/write_patch.cpp' (33,339) at 20220922030007675
34847 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/android-gadget-setup' (33,340) at 20210812000025198
34848 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rsk7264_defconfig' (33,341) at 20210308005003276
34849 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_capture_bytes_action_tests.cpp' (33,342) at 20211202040052622
34850 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/legacy_led.c' (33,343) at 20210308005003212
34851 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls2080aqds_qspi_defconfig' (33,344) at 20210308005003268
34852 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/mori-lib.sh' (33,345) at 20230701080013908
34853 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/templates/defs.mako' (33,346) at 20210308005059165
34854 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/obmc/watchdog/poweron' (33,347) at 20210528000029703
34855 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0003-Remove-strip-step-in-Makefile.patch' (33,348) at 20210307205554106
34856 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/error_message.hpp' (33,349) at 20220917030035930
34857 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep00x0/Kconfig' (33,350) at 20210308005003012
34858 2025-10-05 03:01:03.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax_0.9.0.bb' (33,351) at 20241221090017548
34859 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/microblaze-generic/Makefile' (33,352) at 20210308005003172
34860 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/ti-pipe3-phy.c' (33,353) at 20210308005003456
34861 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/libretech_all_h3_cc_h2_plus_defconfig' (33,354) at 20210308005003264
34862 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fs_loader.h' (33,355) at 20210308005003648
34863 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/log_phase_fault.md' (33,356) at 20240809080033023
34864 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts.bb' (33,357) at 20241206090014274 to deleted uid set
34865 2025-10-05 03:01:03.621-0500 FINEST t466 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' (33,358) at 20240904080027734
34866 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/mpc85xx_gpio.h' (33,359) at 20210308005002840
34867 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/pci.c' (33,360) at 20210308005002856
34868 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/timer.h' (33,361) at 20210308005002664
34869 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/060' (33,362) at 20220429100100886
34870 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__bulk.hpp' (33,363) at 20241219090033964
34871 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-mga_2.1.0.bb' (33,364) at 20241221090017528
34872 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd_config' (33,365) at 20220910030013405
34873 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/MAINTAINERS' (33,366) at 20210308005003032
34874 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/expr.c' (33,367) at 20210308005003732
34875 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/board.c' (33,368) at 20210308005002940
34876 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Zaragoza' (33,369) at 20210307205553766
34877 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/crt0_ia32_efi.S' (33,370) at 20210308005002884
34878 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_getvar.c' (33,371) at 20210308005003372
34879 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb' (33,372) at 20230919080013954
34880 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGL-Canada-2.0' (33,373) at 20211006000025242
34881 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/global_data.h' (33,374) at 20210308005002676
34882 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-modes/qemuarm/fb.modes' (33,375) at 20210307205553970
34883 2025-10-05 03:01:03.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sfcb.service' (33,376) at 20210307205553934
34884 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/jackaudio.c' (33,377) at 20240326080039370
34885 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/udoo.c' (33,378) at 20210308005003088
34886 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/nmi_interface.hpp' (33,379) at 20220726100019890
34887 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/Kconfig.32' (33,380) at 20210308005002768
34888 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/groups.md' (33,381) at 20240807080019546
34889 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/nikto_2.1.6.bb' (33,382) at 20220612030016735
34890 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/i2s.h' (33,383) at 20210308005003652
34891 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/magaz' (33,384) at 20241221090017620
34892 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/config.mk' (33,385) at 20210308005002852
34893 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/files/set-soversion-and-version.patch' (33,386) at 20240113090014540
34894 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/targetbuild.py' (33,387) at 20211007100024295
34895 2025-10-05 03:01:03.622-0500 FINEST t466 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' (33,388) at 20230706080014749
34896 2025-10-05 03:01:03.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/sun8i_emac.c' (33,389) at 20210308005003444
34897 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb' (33,390) at 20230211040012639
34898 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7763rdp/lowlevel_init.S' (33,391) at 20210308005003036
34899 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_msg.h' (33,392) at 20210308005108641
34900 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/metric_listener.hpp' (33,393) at 20220412175720086
34901 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/file.hpp' (33,394) at 20230511080045635
34902 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/snps-dw-apb-uart.txt' (33,395) at 20210308005003308
34903 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mxc_ocotp' (33,396) at 20210308005003296
34904 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/samsung/exynos5-dt-types.h' (33,397) at 20210308005003684
34905 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3368-sheep-u-boot.dtsi' (33,398) at 20210308005002608
34906 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-1-fan-7.yaml' (33,399) at 20241219090012976
34907 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_tfa_defconfig' (33,400) at 20210308005003264
34908 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (33,401) at 20240120090012778
34909 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/lib/bootm.c' (33,402) at 20210308005002888
34910 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga.dtsi' (33,403) at 20210308005002612
34911 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors-config/sensord.cgi' (33,404) at 20210307205553874
34912 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-key.svg' (33,405) at 20210308005107069
34913 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti816x_evm.h' (33,406) at 20210308005003620
34914 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video.h' (33,407) at 20210308005003692
34915 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/suvd3.h' (33,408) at 20210308005003620
34916 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/logic/test_mips64r6_or.c' (33,409) at 20210308005046525
34917 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/envlist.h' (33,410) at 20241211090212366
34918 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-padatious_0.4.8.bb' (33,411) at 20241221090017556
34919 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/071.out' (33,412) at 20240326080039726
34920 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/spl.h' (33,413) at 20210308005002732
34921 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-thermal.cfg' (33,414) at 20241221090017468
34922 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb' (33,415) at 20241221090017528
34923 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/Kconfig' (33,416) at 20210308005002972
34924 2025-10-05 03:01:03.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lcd_simplefb.c' (33,417) at 20210308005003228
34925 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/disas/dis-asm.h' (33,418) at 20241211090212354
34926 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/conf/machine/qemuarm64-secureboot.conf' (33,419) at 20241221090017468
34927 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/chrl.c' (33,420) at 20230426080043952
34928 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/onenand.h' (33,421) at 20210308005003668
34929 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi/Makefile' (33,422) at 20210308005003700
34930 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/lp87565.h' (33,423) at 20210308005003680
34931 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-smdkc210-machine.c' (33,424) at 20221215040039374
34932 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/sanity-meta-security.bbclass' (33,425) at 20210905000020565
34933 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/cpu.c' (33,426) at 20210308005002720
34934 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemuarm.cfg' (33,427) at 20220804030014691
34935 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/callouts.hpp' (33,428) at 20221005030030498
34936 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/iomux-mx53.h' (33,429) at 20210308005002648
34937 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/FactoryReset/FactoryResetModal.vue' (33,430) at 20241004080035967
34938 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/CLI11.wrap' (33,431) at 20220326030026470
34939 2025-10-05 03:01:03.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/board.c' (33,432) at 20210308005002776
34940 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/scripts/ramfs-ppc_8xx.txt' (33,433) at 20210308005003012
34941 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/fpga.c' (33,434) at 20210308005002916
34942 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d3xek_nandflash_defconfig' (33,435) at 20210308005003276
34943 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/meson.build' (33,436) at 20241211090212550
34944 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subqh_r_ph.c' (33,437) at 20210308005046509
34945 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms.c' (33,438) at 20210308005003756
34946 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/openpower-process-host-firmware.service' (33,439) at 20210909000032305
34947 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_sessionstat_unittest.cpp' (33,440) at 20240817080027252
34948 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm963158_ram_defconfig' (33,441) at 20210308005003252
34949 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf-uclass.c' (33,442) at 20230720080043539
34950 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils/makefile-add-ldflags.patch' (33,443) at 20210307205553738
34951 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/head.S' (33,444) at 20210308005003032
34952 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/perl/yaml-tiny_1.73.bb' (33,445) at 20220921030015982
34953 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/synopsys/dwcddr21mctl.h' (33,446) at 20210308005003688
34954 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/dwc3-sti-glue.c' (33,447) at 20210308005003512
34955 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/or1k-softmmu/default.mak' (33,448) at 20240906080037160
34956 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/qemu/Kconfig' (33,449) at 20210308005002856
34957 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/cmpxchg.c' (33,450) at 20221215040039390
34958 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/ident-with-escape.err' (33,451) at 20210308005046405
34959 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Edsleskog_Hogheden' (33,452) at 20210307205553778
34960 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-at91.c' (33,453) at 20210308005003512
34961 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/at91_i2c.h' (33,454) at 20210308005003380
34962 2025-10-05 03:01:03.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/vegman-n110.conf' (33,455) at 20220111040017380
34963 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_manager.hpp' (33,456) at 20220625030026172
34964 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-move/test_msa_binsr_h.c' (33,457) at 20210308005046509
34965 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/nlohmann_json.wrap' (33,458) at 20231214090013217
34966 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi_interface.c' (33,459) at 20230426080043668
34967 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch' (33,460) at 20240127090011892
34968 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/panel-mipi-dbi/panel-mipi-dbi-native_git.bb' (33,461) at 20241221090017528
34969 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fpgad.c' (33,462) at 20210308005003212
34970 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/propertywatch.cpp' (33,463) at 20210308005108057
34971 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/repo.py' (33,464) at 20241221090017632
34972 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-password' (33,465) at 20230817080015056
34973 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/components/AppNavigation/intel.js' (33,466) at 20241004080035963
34974 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-io-task.c' (33,467) at 20240906080037584
34975 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_can.dtsi' (33,468) at 20210308005002612
34976 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/OFL.txt' (33,469) at 20210308005002536
34977 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_SDCARD_defconfig' (33,470) at 20210308005003244
34978 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/include/mach/clk.h' (33,471) at 20210308005002796
34979 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/throttle-options.h' (33,472) at 20210308005046049
34980 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-compute-singlehost.inc' (33,473) at 20230818080016881
34981 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/ntpd' (33,474) at 20241221090017496
34982 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2400.h' (33,475) at 20220509100030598
34983 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/pmbus_error.hpp' (33,476) at 20240817080031296
34984 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/meesc/Kconfig' (33,477) at 20210308005002956
34985 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/conf/multiconfig/mc-1.conf' (33,478) at 20210316000012685
34986 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-bananapi-m1-plus.dts' (33,479) at 20210308005002620
34987 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand.c' (33,480) at 20210308005003412
34988 2025-10-05 03:01:03.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-pkgdata-browser' (33,481) at 20220910030013437
34989 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zc770-xm012/ps7_init_gpl.c' (33,482) at 20210308005003180
34990 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/common/Makefile' (33,483) at 20210308005003004
34991 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pcm052.h' (33,484) at 20210308005003608
34992 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/test-macw.c' (33,485) at 20240906080037580
34993 2025-10-05 03:01:03.627-0500 FINEST t466 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' (33,486) at 20210307205554086
34994 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (33,487) at 20220603100015803
34995 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lshw/files/0001-disable-docbook2man.patch' (33,488) at 20230317080013789
34996 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/cgtqmx6eval/MAINTAINERS' (33,489) at 20210308005002948
34997 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/part.h' (33,490) at 20210308005003676
34998 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ampere_power_util.sh' (33,491) at 20241031080012179
34999 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/main.cpp' (33,492) at 20240917080036267
35000 2025-10-05 03:01:03.627-0500 FINEST t466 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' (33,493) at 20210608000015799
35001 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/Kconfig' (33,494) at 20210308005002996
35002 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/Kconfig' (33,495) at 20240906080037508
35003 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/mux.c' (33,496) at 20210308005002948
35004 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-riscv64.txt' (33,497) at 20240113090014532
35005 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/COPYING.MIT' (33,498) at 20210307205553674
35006 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/method.mako.cpp' (33,499) at 20210308005054073
35007 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/byteorder.h' (33,500) at 20210308005002836
35008 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_defconfig' (33,501) at 20210308005003240
35009 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb' (33,502) at 20221003030013349
35010 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/evdevpp/test/evmon.cpp' (33,503) at 20230817080034725
35011 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmxnet3_defs.h' (33,504) at 20230426080043720
35012 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libcpr/libcpr_1.10.5.bb' (33,505) at 20240413080012647
35013 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungsberget_GI' (33,506) at 20210307205553786
35014 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.autoconf' (33,507) at 20210308005003724
35015 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-lime.dts' (33,508) at 20210308005002624
35016 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/common-semi-target.h' (33,509) at 20221215040039330
35017 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/duration_types.hpp' (33,510) at 20220412175720086
35018 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/rakp12.hpp' (33,511) at 20210806000057530
35019 2025-10-05 03:01:03.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/kvm.h' (33,512) at 20240906080037352
35020 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-ready-cancel-error.out' (33,513) at 20220429100100930
35021 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/controllers/log-controller.html' (33,514) at 20210308005107077
35022 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ldap-perl_0.68.bb' (33,515) at 20241221090017548
35023 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib_1.23.bb' (33,516) at 20241206090014258
35024 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/b.c' (33,517) at 20210308005003720
35025 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/xilfpga/Makefile' (33,518) at 20210308005003008
35026 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_maturin.bbclass' (33,519) at 20240106090017253
35027 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-common/recipes-bsp/u-boot/u-boot-common-aspeed-sdk.inc' (33,520) at 20240209090013644
35028 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/max77686.txt' (33,521) at 20210308005003308
35029 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/rust.py' (33,522) at 20230919080013982
35030 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/icu/icu/0001-Disable-LDFLAGSICUDT-for-Linux.patch' (33,523) at 20240413080012703
35031 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.4.bb' (33,524) at 20241221090017688
35032 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/group.md' (33,525) at 20240807080019546
35033 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/machine/spc621d8hm3.conf' (33,526) at 20240413080012631
35034 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/misc/badty.cocci' (33,527) at 20210308005003724
35035 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/sa1100/cpu.c' (33,528) at 20210308005002560
35036 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/sections.h' (33,529) at 20210308005002816
35037 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/mux-k2g.h' (33,530) at 20210308005003080
35038 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/reserved-region.c' (33,531) at 20240326080039758
35039 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/example/ucd90160.yaml' (33,532) at 20221209040048647
35040 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fann2_1.1.2.bb' (33,533) at 20241221090017552
35041 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf' (33,534) at 20241031080012179
35042 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/net-listener.c' (33,535) at 20240326080039554
35043 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/jest.config.js' (33,536) at 20220105012522975
35044 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/userfaultfd.h' (33,537) at 20241211090212370
35045 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kisa' (33,538) at 20210307205553786
35046 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/tools/fan_rpm_loop_unittest.sh' (33,539) at 20230421080035752
35047 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-func' (33,540) at 20210307205554386
35048 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-unknown.err' (33,541) at 20220429100100882
35049 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/sdhc_boot.c' (33,542) at 20210308005002960
35050 2025-10-05 03:01:03.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_NAND_defconfig' (33,543) at 20210308005003240
35051 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-marvell.c' (33,544) at 20210308005003512
35052 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zc5601_defconfig' (33,545) at 20210308005003288
35053 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_macb1.dtsi' (33,546) at 20210308005002572
35054 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sdp.h' (33,547) at 20210308005003684
35055 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/qemu-fsdev.h' (33,548) at 20241211090212242
35056 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause' (33,549) at 20210307205554418
35057 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-AdelaideFoothills' (33,550) at 20210307205553762
35058 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/nativesdk-intercept/chgrp' (33,551) at 20230919080013998
35059 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/newlib.py' (33,552) at 20220910030013401
35060 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.1.bb' (33,553) at 20241221090017528
35061 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/Kconfig' (33,554) at 20210308005002760
35062 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/sbsign.bbclass' (33,555) at 20241221090017468
35063 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch' (33,556) at 20210905000020585
35064 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/serval/serval_devcpu_gcb_miim_regs.h' (33,557) at 20210308005002820
35065 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-ra@.service' (33,558) at 20240913080015313
35066 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/mboxd/mboxd_%.bbappend' (33,559) at 20210307205553718
35067 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/pathtree.py' (33,560) at 20210308005048033
35068 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8qxp-mek.dts' (33,561) at 20210308005002580
35069 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021atwr_qspi_defconfig' (33,562) at 20210308005003264
35070 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-arrow--down.svg' (33,563) at 20210308005107065
35071 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (33,564) at 20240413080012631
35072 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_bios_table_attr_entry_integer_encode_check.yaml' (33,565) at 20240908080010098
35073 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4420QDS_NAND_defconfig' (33,566) at 20210308005003232
35074 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-version.sh' (33,567) at 20210308005046245
35075 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/gazerbeam.h' (33,568) at 20210308005003340
35076 2025-10-05 03:01:03.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/USBController.v1_0_1.json' (33,569) at 20240619080002956
35077 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/.gitignore' (33,570) at 20230428080030950
35078 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-bootconf_1.00.bb' (33,571) at 20241206090014318
35079 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/omap.h' (33,572) at 20210308005002636
35080 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/run-ptest' (33,573) at 20220204040022668
35081 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/groups.json' (33,574) at 20231213090027090
35082 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/1024.patch' (33,575) at 20230706080014761
35083 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sandboxfs.h' (33,576) at 20210308005003684
35084 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/board.h' (33,577) at 20210308005003012
35085 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/state_set.h' (33,578) at 20241031080010167
35086 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migration-permissions' (33,579) at 20240326080039734
35087 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch' (33,580) at 20220409030017491
35088 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/COPYING.apache-2.0' (33,581) at 20210307205554218
35089 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb' (33,582) at 20220502030010096
35090 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Siljansnas_Uvberget' (33,583) at 20210307205553790
35091 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/trimslice_defconfig' (33,584) at 20210308005003284
35092 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-3.0' (33,585) at 20210307205554414
35093 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libstemmer/libstemmer_2.2.0.bb' (33,586) at 20230503080014587
35094 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-ld6b.c' (33,587) at 20210308005002792
35095 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/ls1088a_qixis.h' (33,588) at 20210308005002968
35096 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/test/sys.hpp' (33,589) at 20230511080009359
35097 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-picozed.dts' (33,590) at 20210308005002632
35098 2025-10-05 03:01:03.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-shellingham_1.5.4.bb' (33,591) at 20231126090012801
35099 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/151' (33,592) at 20240326080039730
35100 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/ifdtool.c' (33,593) at 20210308005003764
35101 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/registers.py' (33,594) at 20240906080037576
35102 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/pldm_pdr_add_check.yaml' (33,595) at 20240908080010098
35103 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-bsp/u-boot/u-boot-nuvoton_%.bbappend' (33,596) at 20220916030015744
35104 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/scsi.h' (33,597) at 20210308005046185
35105 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0002-build-don-t-ignore-CPPFLAGS-from-environment.patch' (33,598) at 20210307205553802
35106 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9g45.dtsi' (33,599) at 20210308005002572
35107 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/mvrtc.c' (33,600) at 20210308005003480
35108 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6q_logic_defconfig' (33,601) at 20210308005003260
35109 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-m-profile.xml' (33,602) at 20210308005045817
35110 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/helper-info.h' (33,603) at 20240906080037352
35111 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html' (33,604) at 20231126090012817
35112 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/bblock' (33,605) at 20231014080011739
35113 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/ppc-uic.h' (33,606) at 20221215040039182
35114 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/118.out' (33,607) at 20210927100127485
35115 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/qmp.c' (33,608) at 20240906080037584
35116 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/overflow.c' (33,609) at 20230925080040097
35117 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ubi.c' (33,610) at 20210308005003220
35118 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t3517/Makefile' (33,611) at 20210308005002948
35119 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ohci-lpc32xx.c' (33,612) at 20210308005003512
35120 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/iproc-common/configs.h' (33,613) at 20210308005002676
35121 2025-10-05 03:01:03.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t1040qds/pci.c' (33,614) at 20210308005002992
35122 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport.h' (33,615) at 20210308005100993
35123 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mapmem.h' (33,616) at 20210308005003672
35124 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/dynamic-layers/aspeed-layer/recipes-kernel/linux/linux-aspeed_%.bbappend' (33,617) at 20240727080014098
35125 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ftrtc010.c' (33,618) at 20210308005003480
35126 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-configure-common.inc' (33,619) at 20241221090017660
35127 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-libretech-all-h3-cc.dts' (33,620) at 20210308005002620
35128 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power-core.xml' (33,621) at 20210308005045817
35129 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/host_power_off.cpp' (33,622) at 20231027080010242
35130 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog@.service' (33,623) at 20210606000020268
35131 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/vfio-helpers.h' (33,624) at 20220429100100590
35132 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2-with-bison-exception' (33,625) at 20210307205554422
35133 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/peer-targets-rainier-4u.json' (33,626) at 20220302040019952
35134 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/elog' (33,627) at 20210308005059705
35135 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.9.bb' (33,628) at 20241221090017512
35136 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa78c.inc' (33,629) at 20240301090012451
35137 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/common_timing_params.h' (33,630) at 20210308005003572
35138 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Kazlib' (33,631) at 20241221090017616
35139 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/origen.h' (33,632) at 20210308005003608
35140 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am335x_shc.h' (33,633) at 20210308005003584
35141 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/timer_based_actions.cpp' (33,634) at 20240820080023686
35142 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/iotrace.c' (33,635) at 20210308005003212
35143 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/rk_spi.c' (33,636) at 20210308005003492
35144 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/README.mx6qsabrelite' (33,637) at 20210308005002924
35145 2025-10-05 03:01:03.632-0500 FINEST t466 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' (33,638) at 20210608000015791
35146 2025-10-05 03:01:03.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/fuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch' (33,639) at 20230706080014733
35147 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_cc.h' (33,640) at 20210308004938816
35148 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/pmbus_error_tests.cpp' (33,641) at 20210318000037904
35149 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/live-vm-common.bbclass' (33,642) at 20240124090012258
35150 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Cadiz' (33,643) at 20210307205553766
35151 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_versal_mini_emmc1_defconfig' (33,644) at 20210308005003284
35152 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_args.cpp' (33,645) at 20240904080027106
35153 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.1-only' (33,646) at 20211006000025234
35154 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/bitops.h' (33,647) at 20210308005002816
35155 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof_47.2.bb' (33,648) at 20241221090017488
35156 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/of_access.h' (33,649) at 20210308005003628
35157 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/high_speed_env_spec.h' (33,650) at 20210308005002756
35158 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/Makefile' (33,651) at 20210308005003048
35159 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/meta/file_io.h' (33,652) at 20240918080010476
35160 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/Makefile' (33,653) at 20210308005003012
35161 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/console_rotate.c' (33,654) at 20210308005003524
35162 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/COPYING.MIT' (33,655) at 20210307205554494
35163 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/tut.dot' (33,656) at 20210308005046489
35164 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/allwinner-sid.h' (33,657) at 20210308005046017
35165 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/fb_mmc.c' (33,658) at 20210308005003372
35166 2025-10-05 03:01:03.633-0500 FINEST t466 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' (33,659) at 20240413080012655
35167 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-dma.h' (33,660) at 20210308005046029
35168 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Tamworth' (33,661) at 20210307205553766
35169 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp/0002-util-mtp-hotplug.c-Enable-stack-memory-protection.patch' (33,662) at 20241221090017504
35170 2025-10-05 03:01:03.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/madvise.h' (33,663) at 20220429100100586
35171 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm963158/MAINTAINERS' (33,664) at 20210308005002940
35172 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-versal/include/mach/sys_proto.h' (33,665) at 20210308005002796
35173 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_network_settings.robot' (33,666) at 20210308005007104
35174 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_syscntl.h' (33,667) at 20210308005002664
35175 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/sc_sps_1.c' (33,668) at 20210308005003048
35176 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.14.bb' (33,669) at 20231126090012805
35177 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/uart.h' (33,670) at 20210308005002804
35178 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/__init__.py' (33,671) at 20210308005048029
35179 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-kernel/linux/linux-aspeed_%.bbappend' (33,672) at 20240110090012776
35180 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/reinit_devtree.cpp' (33,673) at 20240820080019934
35181 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/267' (33,674) at 20210927100127501
35182 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/dbus-avoid-strange-chars-from-the-build-dir.patch' (33,675) at 20230706080014741
35183 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8-ca35.dtsi' (33,676) at 20210308005002580
35184 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/gpio.h' (33,677) at 20210308005002660
35185 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/293' (33,678) at 20210927100127501
35186 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/makefile-add-ldflags.patch' (33,679) at 20210307205553838
35187 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sx-ddr.h' (33,680) at 20210308005002648
35188 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/lan91c96.c' (33,681) at 20210308005003436
35189 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/utils/string_utils.hpp' (33,682) at 20230523080037938
35190 2025-10-05 03:01:03.634-0500 FINEST t466 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' (33,683) at 20230706080014749
35191 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/files/board-type-checker-fpb' (33,684) at 20230211040012635
35192 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/funcmux.c' (33,685) at 20210308005002788
35193 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_property.h' (33,686) at 20240906080037336
35194 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb' (33,687) at 20241221090017576
35195 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm011-x16.dts' (33,688) at 20210308005002632
35196 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pdu001.h' (33,689) at 20210308005003608
35197 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/index.scss' (33,690) at 20210308005107077
35198 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-sb16-test.c' (33,691) at 20221215040039370
35199 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/irqroute.asl' (33,692) at 20210308005002876
35200 2025-10-05 03:01:03.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-serial.h' (33,693) at 20210308005045997
35201 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/Yocto_Build_Appliance.vmxf' (33,694) at 20210307205554482
35202 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/Makefile' (33,695) at 20210308005003716
35203 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/images/core-image-weston.bb' (33,696) at 20210629000017508
35204 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/xtensa-modules.c.inc' (33,697) at 20210308005046369
35205 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk322x/Kconfig' (33,698) at 20210308005002772
35206 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ipset/ipset_7.22.bb' (33,699) at 20241221090017496
35207 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/0001-__progname-is-provided-by-libc.patch' (33,700) at 20230706080014737
35208 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gateworks/gw_ventana/gw_ventana.c' (33,701) at 20210308005003000
35209 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/pgm-specification.mak' (33,702) at 20240326080039746
35210 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/network/persistent-net-name/85-persistent-net.rules' (33,703) at 20240715080020841
35211 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear320_nand_defconfig' (33,704) at 20210308005003280
35212 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/CMakeLists.txt' (33,705) at 20210308005114857
35213 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lcd_console.h' (33,706) at 20210308005003656
35214 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableDimmSlot.vue' (33,707) at 20241004080035963
35215 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-mipsarch.txt' (33,708) at 20241221090017628
35216 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch' (33,709) at 20230813080012900
35217 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-sabrelite-machine.c' (33,710) at 20221215040039374
35218 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-ficus.dts' (33,711) at 20210308005002608
35219 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/059.out' (33,712) at 20240326080039726
35220 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/qcow2.py' (33,713) at 20210308005046473
35221 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pengwyn.h' (33,714) at 20210308005003608
35222 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Alvangen' (33,715) at 20210307205553778
35223 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/classes/kernel_wireless_regdb.bbclass' (33,716) at 20230131040012027
35224 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-10' (33,717) at 20230114040005626
35225 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_snp.c' (33,718) at 20210308005003704
35226 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/platinum/spl_titanium.c' (33,719) at 20210308005002920
35227 2025-10-05 03:01:03.635-0500 FINEST t466 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' (33,720) at 20210307205553774
35228 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/cpu.c' (33,721) at 20210308005002544
35229 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/x509-utils.h' (33,722) at 20241211090212354
35230 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/acpi-bits.rst' (33,723) at 20241211090212234
35231 2025-10-05 03:01:03.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/mtd/spi-nand.txt' (33,724) at 20210308005003304
35232 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/rockchip.h' (33,725) at 20210308005003640
35233 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/dhrystone-c89.patch' (33,726) at 20241206090014246
35234 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-newlib.inc' (33,727) at 20241206090014302
35235 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0004-wayland-egl-Add-bcm_host-to-dependencies.patch' (33,728) at 20230706080014765
35236 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config-mrw.bb' (33,729) at 20241206090014274
35237 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qualcomm-ipmi-oem/LICENSE' (33,730) at 20210308005115541
35238 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0030-Run-python-scripts-using-env.patch' (33,731) at 20240309090012820
35239 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewDumps.vue' (33,732) at 20241004080035967
35240 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm018-dc4/psu_init_gpl.c' (33,733) at 20210308005003200
35241 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/udc/udc-uclass.c' (33,734) at 20210308005003512
35242 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/README' (33,735) at 20210308005002540
35243 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid-host/cmd.hpp' (33,736) at 20230513080027502
35244 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SimpleStorage.v1_3_2.json' (33,737) at 20240619080002956
35245 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/mctp-demux.c' (33,738) at 20240901080013973
35246 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/exec.c' (33,739) at 20240906080037368
35247 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LAL-1.3' (33,740) at 20211006000025238
35248 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/qxl-logger.c' (33,741) at 20221215040039102
35249 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-707-53.0W' (33,742) at 20210307205553762
35250 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lan/auth.h' (33,743) at 20210308004938836
35251 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/vrm@5e.conf' (33,744) at 20210307205554086
35252 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/Ldap.vue' (33,745) at 20241004080035971
35253 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/imximage.cfg' (33,746) at 20210308005002920
35254 2025-10-05 03:01:03.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mp.h' (33,747) at 20210308005002880
35255 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/fb.h' (33,748) at 20210308005003656
35256 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/cpu_loop.c' (33,749) at 20210308005046085
35257 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx23evk.h' (33,750) at 20210308005003604
35258 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-4.1.rst' (33,751) at 20230610080017611
35259 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/renesas_tmr.h' (33,752) at 20210308005046033
35260 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/uw-imap-fix-incompatible-pointer-types.patch' (33,753) at 20241206090014250
35261 2025-10-05 03:01:03.637-0500 FINEST t466 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' (33,754) at 20240113090014528
35262 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/queue.c' (33,755) at 20241211090212394
35263 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/0001-Use-toolchain-from-environment-variables.patch' (33,756) at 20210307205553882
35264 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/st_logo_data.h' (33,757) at 20210308005003684
35265 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/imx/Makefile' (33,758) at 20210308005002548
35266 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/xlnx-versal-xramc.h' (33,759) at 20210927100127237
35267 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/system_manager_gen5.c' (33,760) at 20210308005002780
35268 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/qom-parent-type.cocci' (33,761) at 20210308005046237
35269 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/kw88f6281.h' (33,762) at 20210308005002732
35270 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Panel_VINI.json' (33,763) at 20221213040036921
35271 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cffi/run-ptest' (33,764) at 20241221090017668
35272 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/0002-Add-package-configuration-files.patch' (33,765) at 20241206090014258
35273 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_NAND_defconfig' (33,766) at 20210308005003232
35274 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-sdcard-test.c' (33,767) at 20221215040039370
35275 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/armcoremodule.h' (33,768) at 20210308005003560
35276 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-during-backup' (33,769) at 20240326080039734
35277 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/MAINTAINERS' (33,770) at 20210308005002976
35278 2025-10-05 03:01:03.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf' (33,771) at 20231114090012542
35279 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/spl.c' (33,772) at 20210308005002992
35280 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/spl.c' (33,773) at 20210308005003000
35281 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/generate-allowlist.py' (33,774) at 20221209040010163
35282 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/sdbusplus.wrap' (33,775) at 20220323030036807
35283 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/test-aes.c' (33,776) at 20230925080040097
35284 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS5.conf' (33,777) at 20240529080017843
35285 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/common.c' (33,778) at 20210308005002728
35286 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/.gitignore' (33,779) at 20210308005003724
35287 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/mmap.c' (33,780) at 20210308005046397
35288 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0006-game-Makefile-install-sample-png-files.patch' (33,781) at 20230211040012643
35289 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012aqds_qspi_defconfig' (33,782) at 20210308005003264
35290 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/pptp-linux/options.pptp' (33,783) at 20210307205553834
35291 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pinctrl-tegra.h' (33,784) at 20210308005003640
35292 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-betamax/run-ptest' (33,785) at 20240301090012431
35293 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-omap.c' (33,786) at 20210308005003512
35294 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/kc705_nommu.dts' (33,787) at 20210308005002884
35295 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/common/board.c' (33,788) at 20210308005002956
35296 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mt_ventoux.h' (33,789) at 20210308005003604
35297 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/Makefile' (33,790) at 20210308005003408
35298 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm_1.31.bb' (33,791) at 20230610080017603
35299 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/README.kmeter1' (33,792) at 20210308005003012
35300 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-fsf.c' (33,793) at 20230426080043928
35301 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/allwinner-sun8i-emac.h' (33,794) at 20221215040039182
35302 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/linux_boot_done.hpp' (33,795) at 20230713080008188
35303 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pe.h' (33,796) at 20210308005003680
35304 2025-10-05 03:01:03.638-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/ldst.idef' (33,797) at 20230925080040021
35305 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mmc_env.c' (33,798) at 20210308005002728
35306 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig' (33,799) at 20210308005003240
35307 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zil.h' (33,800) at 20210308005003696
35308 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_cpu.h' (33,801) at 20240906080037360
35309 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/trace.h' (33,802) at 20220429100100406
35310 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/phosphor-state-manager/xyz.openbmc_project.State.Host@.service' (33,803) at 20230215040018435
35311 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/odroid-c2_defconfig' (33,804) at 20210308005003272
35312 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MS-PL' (33,805) at 20210307205554422
35313 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/Makefile' (33,806) at 20210308005046529
35314 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/extended_user_data_test.cpp' (33,807) at 20210308005049141
35315 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/linux/files/efi.cfg' (33,808) at 20221120040010706
35316 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/lib/bootm.c' (33,809) at 20210308005002848
35317 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0003-replace-canonicalize_file_name-with-realpath.patch' (33,810) at 20230706080014761
35318 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/flash/openpower-software-manager_%.bbappend' (33,811) at 20230719080015371
35319 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/processor.h' (33,812) at 20210308005002828
35320 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4-Clause' (33,813) at 20210307205554418
35321 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/D-FSL-1.0' (33,814) at 20211006000025234
35322 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-core/initscripts/files/mountall.sh' (33,815) at 20210307205554110
35323 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.1.bb' (33,816) at 20230401080011931
35324 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mtd.c' (33,817) at 20210308005100993
35325 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/use-emacs-native-tools-for-cross-compiling.patch' (33,818) at 20230919080013958
35326 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun9i.c' (33,819) at 20210308005002784
35327 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/Makefile' (33,820) at 20210308005003076
35328 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.err' (33,821) at 20240906080037560
35329 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/252.out' (33,822) at 20240326080039730
35330 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/libforms_1.2.5pre1.bb' (33,823) at 20241221090017528
35331 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/gnupg/gnupg_%.bbappend' (33,824) at 20221014100013247
35332 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/downloads.rst' (33,825) at 20241221090017592
35333 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_gnttab.h' (33,826) at 20230426080043692
35334 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/mv_i2c.h' (33,827) at 20210308005003384
35335 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/0001-Support-OpenSSL-1.1.patch' (33,828) at 20230317080013789
35336 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (33,829) at 20210812000025262
35337 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Brandenburg-Havel' (33,830) at 20210307205553758
35338 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/law.c' (33,831) at 20210308005003000
35339 2025-10-05 03:01:03.639-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/lex_sys_types.patch' (33,832) at 20210307205553874
35340 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q-icore-rqs.dts' (33,833) at 20210308005002584
35341 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mxc_spi.c' (33,834) at 20210308005003492
35342 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/nyan-big/MAINTAINERS' (33,835) at 20210308005003024
35343 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/aarch64-xlnx-zcu102-machine.c' (33,836) at 20221215040039374
35344 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/070_fill_no_size.dts' (33,837) at 20210308005003752
35345 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm_internal.h' (33,838) at 20210308005003500
35346 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-spapr.c' (33,839) at 20210308005046477
35347 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/fat.c' (33,840) at 20210308005003540
35348 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/failing_mtms_test.cpp' (33,841) at 20240820080027382
35349 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/173' (33,842) at 20220429100100910
35350 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/regs-rtc.h' (33,843) at 20210308005002644
35351 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_util.c' (33,844) at 20210308005003708
35352 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/hostboot-pel-parsers_git.bb' (33,845) at 20230420080017593
35353 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/setup.cfg' (33,846) at 20210308004923388
35354 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/stack.c' (33,847) at 20210308005002816
35355 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/W3C-19980720' (33,848) at 20211006000025246
35356 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libenv/libenv-perl_1.04.bb' (33,849) at 20241221090017548
35357 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-reset-host-reboot-attempts@.service' (33,850) at 20210308005055797
35358 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb' (33,851) at 20231126090012777
35359 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/files/hiawatha-init' (33,852) at 20210307205554034
35360 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/0001-Make-extern-declarations-in-header-file.patch' (33,853) at 20221003030013285
35361 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/kbd-state.c' (33,854) at 20240906080037588
35362 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/cases/__init__.py' (33,855) at 20210307205554630
35363 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/report.py' (33,856) at 20241221090017704
35364 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/arndale_defconfig' (33,857) at 20210308005003248
35365 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed_fsi-test.c' (33,858) at 20240906080037568
35366 2025-10-05 03:01:03.640-0500 FINEST t466 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' (33,859) at 20241206090014250
35367 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/h8_homlet_v2_defconfig' (33,860) at 20210308005003260
35368 2025-10-05 03:01:03.640-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (33,861) at 20210307205554086
35369 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/python.py' (33,862) at 20220910030013401
35370 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard410c/lowlevel_init.S' (33,863) at 20210308005003032
35371 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/rtc.c' (33,864) at 20210308005003740
35372 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/transport_mbox.c' (33,865) at 20230809080010803
35373 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/bcm2835-i2c-test.c' (33,866) at 20241211090212542
35374 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/network' (33,867) at 20221117040026216
35375 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm2_tis_i2c.c' (33,868) at 20220520100030268
35376 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-mamoj-u-boot.dtsi' (33,869) at 20210308005002584
35377 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/speeding-up-build.rst' (33,870) at 20240302090018218
35378 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/faillock.conf' (33,871) at 20230505080015455
35379 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gtk-1.0_1.8.4.bb' (33,872) at 20210608000015791
35380 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/leds/phosphor-led-manager/com.ampere.Hardware.Chassis.Model.MtMitchell.json' (33,873) at 20240906080012375
35381 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi' (33,874) at 20210308005002588
35382 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/mmc_host_def.h' (33,875) at 20210308005002656
35383 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager.h' (33,876) at 20210308005002780
35384 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Salisbury' (33,877) at 20210307205553798
35385 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/switch-nic-to-main-mode@.service' (33,878) at 20240504080013861
35386 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sh_pfc.h' (33,879) at 20210308005003684
35387 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/slcr.c' (33,880) at 20210308005002796
35388 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-object.json' (33,881) at 20210308005046409
35389 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/mergesort.c' (33,882) at 20210308005003548
35390 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/sifive_e_aon.h' (33,883) at 20230925080039929
35391 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/Makefile' (33,884) at 20210308005002552
35392 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/arm-systemready-ir-acs.yml' (33,885) at 20241206090014206
35393 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/295.out' (33,886) at 20210927100127501
35394 2025-10-05 03:01:03.641-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/0001-FindGtkDoc.cmake-drop-the-requirement-for-GTKDOC_SCA.patch' (33,887) at 20241221090017664
35395 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-has.json' (33,888) at 20210308005046409
35396 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/cim-schema-docs_2.40.0.bb' (33,889) at 20241206090014242
35397 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rv1108/Makefile' (33,890) at 20210308005003040
35398 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__starts_on.hpp' (33,891) at 20241219090033964
35399 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/phosphor-dbus-interfaces.wrap' (33,892) at 20220726030011558
35400 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_syscall.h' (33,893) at 20210927100127269
35401 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/ringbuffer-test-utils.c' (33,894) at 20230503080013159
35402 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/dfp-impl.c.inc' (33,895) at 20240326080039690
35403 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/run-ptest' (33,896) at 20210307205554006
35404 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/stm32mp_fuse.c' (33,897) at 20210308005003400
35405 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qca/ap143/Kconfig' (33,898) at 20210308005003028
35406 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/remove_plus_from_invalid_characters_list.patch' (33,899) at 20210307205554578
35407 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl-uclass.c' (33,900) at 20210308005003460
35408 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/test_msa_compile_64r6eb.sh' (33,901) at 20210308005046525
35409 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7623/mt7623_rfb.c' (33,902) at 20210308005003016
35410 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9n12ek_spiflash_defconfig' (33,903) at 20210308005003248
35411 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/libpwquality/libpwquality/pwquality.conf' (33,904) at 20230807080022154
35412 2025-10-05 03:01:03.642-0500 FINEST t466 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' (33,905) at 20230706080014737
35413 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack/run-ptest' (33,906) at 20210307205554122
35414 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-ccw.h' (33,907) at 20240906080037340
35415 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Halmstad_Oskarstrom' (33,908) at 20210307205553782
35416 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ansi.h' (33,909) at 20210308005003560
35417 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/netlink.cpp' (33,910) at 20230802080038882
35418 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xenstore_impl.c' (33,911) at 20240326080039446
35419 2025-10-05 03:01:03.642-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-usb-otg.c' (33,912) at 20210308005002552
35420 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest-perl.bbclass' (33,913) at 20241206090014302
35421 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/config.mk' (33,914) at 20210308005002848
35422 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_b.c' (33,915) at 20210308005046513
35423 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-example-native_git.bb' (33,916) at 20210307205554054
35424 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS1.conf' (33,917) at 20241031080012183
35425 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/hrcon_dh_defconfig' (33,918) at 20210308005003260
35426 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/dma/Makefile' (33,919) at 20210308005003372
35427 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/sk-Medzev' (33,920) at 20210307205553794
35428 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/subprojects/cli11.wrap' (33,921) at 20220427030012593
35429 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/debug.c' (33,922) at 20210308005003548
35430 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/optee/Makefile' (33,923) at 20210308005003708
35431 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/cmake-example/run-ptest' (33,924) at 20240106090017253
35432 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/__init__.py' (33,925) at 20210308005003736
35433 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/sysreset/ti,sci-sysreset.txt' (33,926) at 20210308005003324
35434 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9x5.h' (33,927) at 20210308005002716
35435 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/gdbsend.c' (33,928) at 20210308005003764
35436 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/api.h' (33,929) at 20241121090010043
35437 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/timer.h' (33,930) at 20210308005003688
35438 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/templates/default/local.conf.sample' (33,931) at 20241221090017476
35439 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace/run-ptest' (33,932) at 20210307205554602
35440 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/test_runner.py' (33,933) at 20210307205554434
35441 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3399/Kconfig' (33,934) at 20210308005002776
35442 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Open-MPI' (33,935) at 20211006000025230
35443 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0014-add-if_nameindex-from-musl.patch' (33,936) at 20230706080014733
35444 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/Makefile-missing-test-dir.patch' (33,937) at 20210307205554618
35445 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.AX25' (33,938) at 20210308005003288
35446 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock/rock.c' (33,939) at 20210308005003032
35447 2025-10-05 03:01:03.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (33,940) at 20240110090012776
35448 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat.inc' (33,941) at 20210812000025186
35449 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/images/fb-yosemite4-phosphor-image.inc' (33,942) at 20240703080014815
35450 2025-10-05 03:01:03.644-0500 FINEST t466 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' (33,943) at 20241221090017540
35451 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/conf/machine/include/amd-withhost.inc' (33,944) at 20240307090019084
35452 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/policy_table.cpp' (33,945) at 20230511080010311
35453 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/README.md' (33,946) at 20230216040040211
35454 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cpan.bbclass' (33,947) at 20220910030013385
35455 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-uimage.bbclass' (33,948) at 20220910030013385
35456 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/data.hpp' (33,949) at 20210308005120365
35457 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/obmc/gpio/port_owner_udc2' (33,950) at 20230209040014209
35458 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/ast2600_intel/Kconfig' (33,951) at 20210525100144787
35459 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/_templates/layout.html' (33,952) at 20210307205554290
35460 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/error_propagate_null.cocci' (33,953) at 20210308005046237
35461 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ax88180.h' (33,954) at 20210308005003424
35462 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb' (33,955) at 20241221090017504
35463 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/cros_ec_keyb.c' (33,956) at 20210308005003384
35464 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/fan-errors.yaml' (33,957) at 20210307205553698
35465 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/serf/serf/SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch' (33,958) at 20241206090014350
35466 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/109' (33,959) at 20240326080039726
35467 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000_regs.h' (33,960) at 20240326080039462
35468 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042d4_nand_rcw.cfg' (33,961) at 20210308005002992
35469 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/page_cache.h' (33,962) at 20210927100127281
35470 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ncsi-wait-and-set-speed' (33,963) at 20240823080011564
35471 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/172' (33,964) at 20230925080040089
35472 2025-10-05 03:01:03.644-0500 FINEST t466 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' (33,965) at 20231126090012773
35473 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/MER0.interface.yaml' (33,966) at 20220315030032659
35474 2025-10-05 03:01:03.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/m41t60.c' (33,967) at 20210308005003480
35475 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/sysreset.h' (33,968) at 20210308005003688
35476 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bitmap.h' (33,969) at 20210308005003656
35477 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/schema/config_schema.json' (33,970) at 20221213040033301
35478 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/config.mk' (33,971) at 20210308005002852
35479 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nordmaling' (33,972) at 20210307205553786
35480 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/eCos-2.0' (33,973) at 20210307205554426
35481 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/compatfd.c' (33,974) at 20221215040039402
35482 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ThermalMetrics.v1_3_2.json' (33,975) at 20240619080002956
35483 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/mc34708.c' (33,976) at 20210308005003468
35484 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/dbuslib/propertycacher.py' (33,977) at 20210308005048033
35485 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/.gitignore' (33,978) at 20240731164718595
35486 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/thermal-policy.bb' (33,979) at 20241206090014230
35487 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/195' (33,980) at 20210927100127493
35488 2025-10-05 03:01:03.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/heartbeat.cpp' (33,981) at 20230511080043139
35489 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/0001-Add-build-rule-for-README.patch' (33,982) at 20230706080014733
35490 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison/autoconf-2.73.patch' (33,983) at 20230813080012892
35491 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/common/Kconfig' (33,984) at 20210308005003076
35492 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/common/Kconfig' (33,985) at 20210308005003004
35493 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/mount-copybind' (33,986) at 20241221090017648
35494 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-ddr3-1600.dtsi' (33,987) at 20210308005002608
35495 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/dropbearkey.service' (33,988) at 20240328080015911
35496 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/mark_write_dirty_v2.c' (33,989) at 20210308005108641
35497 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ppc_asm.tmpl' (33,990) at 20210308005003680
35498 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/lsusb.cfg' (33,991) at 20240508080012566
35499 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0001-libelf-Add-libeu-objects-to-libelf.a-static-archive.patch' (33,992) at 20241221090017656
35500 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Eutelsat9-9.0E' (33,993) at 20210307205553762
35501 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/COPYING.apache-2.0' (33,994) at 20210307205553682
35502 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/axs101.dts' (33,995) at 20210308005002544
35503 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/p2371-0000.c' (33,996) at 20210308005003024
35504 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c' (33,997) at 20210308005046509
35505 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-cpld-update/config-bmccpld.json' (33,998) at 20210413100020742
35506 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (33,999) at 20241206090014278
35507 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/spl.c' (34,000) at 20210308005002960
35508 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/image-fuzzer/qcow2/fuzz.py' (34,001) at 20210308005046393
35509 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_resource.h' (34,002) at 20220429100100646
35510 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/tegra114-mc.h' (34,003) at 20210308005003636
35511 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/default/default.cpp' (34,004) at 20230512080032445
35512 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/test/overlay.h' (34,005) at 20210308005003688
35513 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb' (34,006) at 20241206090014326
35514 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty.json' (34,007) at 20210308005046401
35515 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nuttcp/nuttcp_8.2.2.bb' (34,008) at 20241206090014242
35516 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/0002-Do-not-hardcode-systemd-unit-directories.patch' (34,009) at 20241221090017564
35517 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam.d/other' (34,010) at 20210307205554566
35518 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.19.rst' (34,011) at 20241221090017596
35519 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/gbs-host-ready.target' (34,012) at 20210401000030013
35520 2025-10-05 03:01:03.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/vss-handles.h' (34,013) at 20230426080043840
35521 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/99avahi-autoipd' (34,014) at 20210307205554462
35522 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/can_host.h' (34,015) at 20210308005046041
35523 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/arm_dcc.c' (34,016) at 20210308005003484
35524 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/sound.c' (34,017) at 20210308005003740
35525 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/sheep_rk3368/sheep_rk3368.c' (34,018) at 20210308005003040
35526 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/test_network_manager.cpp' (34,019) at 20230701080027201
35527 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/pci.c' (34,020) at 20230426080043672
35528 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/poweroff.sh' (34,021) at 20240904080027738
35529 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/README.md' (34,022) at 20220209040037353
35530 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/dalmore/Kconfig' (34,023) at 20210308005003024
35531 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/config-site.radiusclient-ng-0.5.6' (34,024) at 20210307205553834
35532 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/pinmux-config-p2371-2180.h' (34,025) at 20210308005003024
35533 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipaddress_1.0.23.bb' (34,026) at 20241221090017556
35534 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_journal.h' (34,027) at 20210308005003544
35535 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/busybox/busybox_%.bbappend' (34,028) at 20230301040014457
35536 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_tpm_proxy.h' (34,029) at 20210308005046025
35537 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu-x86_64_defconfig' (34,030) at 20210308005003276
35538 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/arch-ae3xx/ae3xx.h' (34,031) at 20210308005002824
35539 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/timestamp.h' (34,032) at 20210308005002876
35540 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024RDB_defconfig' (34,033) at 20210308005003244
35541 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-schema-v1.json' (34,034) at 20240529080008499
35542 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/boot_mode.h' (34,035) at 20210308005002676
35543 2025-10-05 03:01:03.647-0500 FINEST t466 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' (34,036) at 20241221090017560
35544 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/yaml/callbackgentest/two.yaml' (34,037) at 20221209040030339
35545 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/Kconfig' (34,038) at 20210308005002968
35546 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-flasher/Makefile' (34,039) at 20210308004922940
35547 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_osglue.h' (34,040) at 20210308005003556
35548 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/log-search-control.js' (34,041) at 20210308005107069
35549 2025-10-05 03:01:03.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-cadence' (34,042) at 20210308005045769
35550 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/1066mhz_4x128mx16.cfg' (34,043) at 20210308005003080
35551 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/cross-modifying-code.c' (34,044) at 20241211090212550
35552 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_auto_old.c' (34,045) at 20210308005003452
35553 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SimPL-2.0' (34,046) at 20211006000025246
35554 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/aspeed_pcie_phy.c' (34,047) at 20220802100038577
35555 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/pmc.c' (34,048) at 20210308005002788
35556 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/overlay/Makefile' (34,049) at 20210308005003740
35557 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/subprojects/sdbusplus.wrap' (34,050) at 20220623030006218
35558 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-pro4.c' (34,051) at 20210308005002796
35559 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/scripts/create-NVRAM-cksum-file' (34,052) at 20230623080038893
35560 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pins-imx8mq.h' (34,053) at 20210308005003640
35561 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock/0001-add-missing-system-header-string.h.patch' (34,054) at 20221003030013281
35562 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/xilinx_uartlite.txt' (34,055) at 20210308005003308
35563 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/Makefile' (34,056) at 20210308005002952
35564 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-client-can-read' (34,057) at 20240809080013506
35565 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig' (34,058) at 20210308005003240
35566 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MigoR.h' (34,059) at 20210308005003580
35567 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/signal.c' (34,060) at 20240906080037360
35568 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet_int.h' (34,061) at 20230426080043800
35569 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru_master.json' (34,062) at 20221213040036921
35570 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_zynqmp.h' (34,063) at 20210308005003624
35571 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dserve_dsrv9703c_defconfig' (34,064) at 20210308005003256
35572 2025-10-05 03:01:03.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_host_code_update.robot' (34,065) at 20240628080017121
35573 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/global_data.h' (34,066) at 20210308005002840
35574 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-object.json' (34,067) at 20210308005046413
35575 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/233' (34,068) at 20220429100100914
35576 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/swift/obmc/fan-watchdog/reset-fan-watchdog.conf' (34,069) at 20230804080018099
35577 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_revA_defconfig' (34,070) at 20210308005003288
35578 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/prng.hpp' (34,071) at 20210308005051513
35579 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/idef-parser.lex' (34,072) at 20230925080040021
35580 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9rlek.dts' (34,073) at 20210308005002572
35581 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/oemcommands.hpp' (34,074) at 20230901080013582
35582 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-ident.err' (34,075) at 20210308005046401
35583 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mipsel-softmmu/default.mak' (34,076) at 20210927100127053
35584 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Horby_Sallerup' (34,077) at 20210307205553782
35585 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/root.h' (34,078) at 20210308005003628
35586 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-blobs-binarystore_%.bbappend' (34,079) at 20241206090014226
35587 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f429-disco-u-boot.dtsi' (34,080) at 20210308005002612
35588 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/periph.h' (34,081) at 20210308005002640
35589 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb' (34,082) at 20230811080018306
35590 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/vr54xx.decode' (34,083) at 20220429100100810
35591 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/utouch/utouch-evemu_git.bb' (34,084) at 20240301090012431
35592 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fagersta_Jattasen' (34,085) at 20210307205553778
35593 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cairo_defconfig' (34,086) at 20210308005003252
35594 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/ipmi-power-button-monitoring.sh' (34,087) at 20240905080011586
35595 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/cpu_init.c' (34,088) at 20210308005002800
35596 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/C-UDA-1.0' (34,089) at 20211006000025230
35597 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_cert.hpp' (34,090) at 20240819080030259
35598 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/test/meson.build' (34,091) at 20210428000041234
35599 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Haljeboda' (34,092) at 20210307205553782
35600 2025-10-05 03:01:03.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_cmdline.c' (34,093) at 20210308005003704
35601 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-BaixoMinho' (34,094) at 20210307205553766
35602 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dnspython/run-ptest' (34,095) at 20240301090012431
35603 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/__init__.py' (34,096) at 20210307205554634
35604 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/pinmux-config-cei-tk1-som.h' (34,097) at 20210308005002944
35605 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/types.hpp' (34,098) at 20230808080010204
35606 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (34,099) at 20241206090014230
35607 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/python3-edid-json-tool_0.9.1.bb' (34,100) at 20230809080018199
35608 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/host/host-boot-enable.bbappend' (34,101) at 20230920080013648
35609 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/vhost-user-gpu.c' (34,102) at 20240326080039398
35610 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/static-group-meta-networking' (34,103) at 20240301090012419
35611 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/ManagedHost.interface.yaml' (34,104) at 20240629080019052
35612 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/hash.c' (34,105) at 20210419100148337
35613 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/0001-talloc-Add-configure-options-for-packages.patch' (34,106) at 20240413080012647
35614 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/Kconfig' (34,107) at 20210308005003080
35615 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0015-vmcore-dmesg-fix-warning.patch' (34,108) at 20230706080014733
35616 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/ml605_nommu.dts' (34,109) at 20210308005002884
35617 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/phal/start_host.cpp' (34,110) at 20240820080019934
35618 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/coreboot_defconfig' (34,111) at 20210308005003256
35619 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/aspeed_sdhci_ic.c' (34,112) at 20210525100144791
35620 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-deploy-image.bbappend' (34,113) at 20240302090018202
35621 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/Makefile' (34,114) at 20210308005002984
35622 2025-10-05 03:01:03.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Mup' (34,115) at 20211006000025238
35623 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/bios_attrs.json' (34,116) at 20241111090035282
35624 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ullanger_Skidsta' (34,117) at 20210307205553794
35625 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/coroutine-sigaltstack.c' (34,118) at 20240326080039754
35626 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_bz.S' (34,119) at 20210308005046529
35627 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/boot_status_led_off.service' (34,120) at 20240119090013779
35628 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/common/Kconfig' (34,121) at 20210308005003084
35629 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/files/cpld-version.service' (34,122) at 20210307205554082
35630 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/clk.h' (34,123) at 20210308005003572
35631 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml2/files/run-ptest' (34,124) at 20230503080014587
35632 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_adduh_r_qb.c' (34,125) at 20210308005046505
35633 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/posix_types.h' (34,126) at 20210308005002808
35634 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/notify.c' (34,127) at 20240906080037592
35635 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/bdm/cobra5272_uboot.gdb' (34,128) at 20210308005002944
35636 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb' (34,129) at 20231126090012777
35637 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/spandsp/configure.patch' (34,130) at 20240413080012639
35638 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/clk-rcar-gen3.c' (34,131) at 20210308005003352
35639 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/thunderx_88xx.h' (34,132) at 20210308005003620
35640 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/interrupts.c' (34,133) at 20210308005002828
35641 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/en-us' (34,134) at 20210308005046145
35642 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/ehci-rmobile.h' (34,135) at 20210308005002768
35643 2025-10-05 03:01:03.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xz/xz/run-ptest' (34,136) at 20240301090012475
35644 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/fm.h' (34,137) at 20210308005003432
35645 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbrdummy.netdev' (34,138) at 20210507100027212
35646 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/Kconfig' (34,139) at 20210308005002980
35647 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/cpu_hotplug.h' (34,140) at 20210308005046001
35648 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/0001-Follow-rrd-post-1.8-change.patch' (34,141) at 20241206090014242
35649 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/aide/aide/aide.conf' (34,142) at 20220721030015853
35650 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/186.out' (34,143) at 20210927100127493
35651 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpios-0.conf' (34,144) at 20210307205554082
35652 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal_0.6.bb' (34,145) at 20220402030015895
35653 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/jsrender.min.js' (34,146) at 20210308004923384
35654 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-p2571.dts' (34,147) at 20210308005002628
35655 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imx_thermal.h' (34,148) at 20210308005003652
35656 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/temporary_file.cpp' (34,149) at 20240817080031296
35657 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-neoversen1.inc' (34,150) at 20240301090012451
35658 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-warm-reboot@.target' (34,151) at 20220301040040081
35659 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/crc32.h' (34,152) at 20210308005003656
35660 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-openrd-client.dts' (34,153) at 20210308005002592
35661 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/Makefile.vdso' (34,154) at 20240326080039562
35662 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/avoid-glibc-clashes.patch' (34,155) at 20210307205553874
35663 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_encoder_core.c' (34,156) at 20231014080008527
35664 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ-active.sh' (34,157) at 20230210040018891
35665 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_check.hpp' (34,158) at 20220319030055881
35666 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (34,159) at 20240703080014819
35667 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-empty.err' (34,160) at 20210308005046413
35668 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/0001-gitignore-add-archives-from-lib-directory.patch' (34,161) at 20230211040012643
35669 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/stdplus.wrap' (34,162) at 20220525020545509
35670 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/poplar/poplar.c' (34,163) at 20210308005003004
35671 2025-10-05 03:01:03.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/g_dnl.h' (34,164) at 20210308005003652
35672 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (34,165) at 20210903000032571
35673 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/bare-metal-obmc-console/bare-metal-obmc-console.bb' (34,166) at 20241206090014226
35674 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Logs/PostCodeLogsStore.js' (34,167) at 20241004080035963
35675 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/fail2ban/files/initd' (34,168) at 20220612030016735
35676 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/xilinx_versal_mini.h' (34,169) at 20210308005003624
35677 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/astro_mcf5373l_defconfig' (34,170) at 20210308005003248
35678 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/Makefile' (34,171) at 20210308005003004
35679 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/buildtools-extended-tarball.bb' (34,172) at 20230813080012880
35680 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-libxml2-cross-compile.patch' (34,173) at 20210307205553818
35681 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/err_recursive_inc/Kconfig.inc1' (34,174) at 20210308005003736
35682 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-test-client.c' (34,175) at 20220218040009056
35683 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-block' (34,176) at 20210308005046393
35684 2025-10-05 03:01:03.653-0500 FINEST t466 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' (34,177) at 20210307205553750
35685 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.err' (34,178) at 20210308005046401
35686 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/trace-events' (34,179) at 20240326080039518
35687 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_proc.h' (34,180) at 20240326080039562
35688 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_dfs.c' (34,181) at 20210308005003368
35689 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc232b.c' (34,182) at 20230426080043928
35690 2025-10-05 03:01:03.653-0500 FINEST t466 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' (34,183) at 20220204040022456
35691 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/cpu/arcv1/Makefile' (34,184) at 20210308005002540
35692 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/snow_defconfig' (34,185) at 20210308005003280
35693 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11_cprt.c' (34,186) at 20210308005046069
35694 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/me_to_redfish_hooks.cpp' (34,187) at 20240829080009330
35695 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty.err' (34,188) at 20220429100100882
35696 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/.prettierrc.yaml' (34,189) at 20221207040023623
35697 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/ddr.c' (34,190) at 20210308005002996
35698 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/bus/match.hpp' (34,191) at 20240202090036724
35699 2025-10-05 03:01:03.653-0500 FINEST t466 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' (34,192) at 20241221090017464
35700 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/menlo/m53menlo/Makefile' (34,193) at 20210308005003016
35701 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/qts/iocsr_config.h' (34,194) at 20210308005003052
35702 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu104_revA_defconfig' (34,195) at 20210308005003288
35703 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/security-subjects.rst' (34,196) at 20231126090012821
35704 2025-10-05 03:01:03.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/fpga-ast2600-spl_defconfig' (34,197) at 20220802100038577
35705 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/sensor_monitoring.cpp' (34,198) at 20220402030035699
35706 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mips_itu.h' (34,199) at 20240906080037336
35707 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/ddrphy-init.h' (34,200) at 20210308005002792
35708 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/display-uclass.c' (34,201) at 20210308005003524
35709 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/meson.cross.d/common-linux' (34,202) at 20241206090014314
35710 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7792-blanche.dts' (34,203) at 20210308005002600
35711 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0001-meson-misdetects-64bit-atomics-on-mips-clang.patch' (34,204) at 20240309090012824
35712 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_SRIO_PCIE_BOOT_defconfig' (34,205) at 20210308005003244
35713 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/secret_common.h' (34,206) at 20240326080039526
35714 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/gp_padctrl.h' (34,207) at 20210308005002668
35715 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t30/pinmux-config-colibri_t30.h' (34,208) at 20210308005003084
35716 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/converter.py' (34,209) at 20210308005046237
35717 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8548/Kconfig' (34,210) at 20210308005003048
35718 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/domain/ti-sci-power-domain.c' (34,211) at 20210308005003468
35719 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-drm.cfg' (34,212) at 20241221090017468
35720 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/postcss.config.js' (34,213) at 20241004080035959
35721 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/exynos-adc.c' (34,214) at 20210308005003332
35722 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/e300.h' (34,215) at 20210308005002836
35723 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh3/Makefile' (34,216) at 20210308005002848
35724 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-starting@.target' (34,217) at 20220301040040081
35725 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/Makefile' (34,218) at 20210308005002916
35726 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Privileges.v1_0_6.json' (34,219) at 20240619080002952
35727 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host_poweron.sh' (34,220) at 20230606080013598
35728 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/README' (34,221) at 20210308005002968
35729 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/bcm2835_aux.h' (34,222) at 20210308005046005
35730 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/fsl_pci_init.c' (34,223) at 20210308005003448
35731 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/cpu.c' (34,224) at 20210308005002848
35732 2025-10-05 03:01:03.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-1.1' (34,225) at 20211006000025242
35733 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M53017EVB_defconfig' (34,226) at 20210308005003236
35734 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_footer.h' (34,227) at 20210308005003704
35735 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/googletest.wrap' (34,228) at 20210706231659773
35736 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/Makefile' (34,229) at 20210308005003488
35737 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/README.md' (34,230) at 20230623080027929
35738 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/shmin.h' (34,231) at 20210308005003616
35739 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra-common.h' (34,232) at 20210308005003620
35740 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2g-generic.dts' (34,233) at 20210308005002592
35741 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/setup-local-eid' (34,234) at 20240628080015597
35742 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/258.out' (34,235) at 20210927100127501
35743 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/README.md' (34,236) at 20220804030014671
35744 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/ashldi3.S' (34,237) at 20210308005002708
35745 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4412-trats2.dts' (34,238) at 20210308005002580
35746 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis-tk1/Makefile' (34,239) at 20210308005003080
35747 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt.inc' (34,240) at 20241221090017672
35748 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/mesa-gl.bbappend' (34,241) at 20241221090017576
35749 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fs_uuid.c' (34,242) at 20210308005003212
35750 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-quiesce@.target' (34,243) at 20220715030029437
35751 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/memory-region-housekeeping.cocci' (34,244) at 20210927100127345
35752 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/da8xx_gpio.h' (34,245) at 20210308005003376
35753 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/soc_dma.c' (34,246) at 20240906080037220
35754 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/eabi_compat.c' (34,247) at 20210308005002708
35755 2025-10-05 03:01:03.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/Kconfig' (34,248) at 20210308005002828
35756 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/seaboard.h' (34,249) at 20210308005003616
35757 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause' (34,250) at 20210307205554418
35758 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/ep0.h' (34,251) at 20210308005003508
35759 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/psu.cpp' (34,252) at 20231027080010242
35760 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/protocol.py' (34,253) at 20221215040039258
35761 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/start.S' (34,254) at 20210308005002544
35762 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/altera_pio.txt' (34,255) at 20210308005003304
35763 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__p2300.hpp' (34,256) at 20241219090033964
35764 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/file_io.h' (34,257) at 20240209090010988
35765 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/perl-522-deprecations.patch' (34,258) at 20210307205554534
35766 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/129' (34,259) at 20240326080039730
35767 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Logdealv' (34,260) at 20210307205553786
35768 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mpc8308_p1m/Kconfig' (34,261) at 20210308005003020
35769 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-repetition.json' (34,262) at 20210308005046409
35770 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_dbus.robot' (34,263) at 20240627080021044
35771 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/southcluster.asl' (34,264) at 20210308005002876
35772 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/bootimg.c' (34,265) at 20210308005003172
35773 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py' (34,266) at 20210307205554266
35774 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/0001-Fru-Fix-edit-field-not-checking-area-existence.patch' (34,267) at 20241206090014274
35775 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cabextract/cabextract_1.11.bb' (34,268) at 20241206090014258
35776 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/read_patch.cpp' (34,269) at 20210308005108645
35777 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/trace-events' (34,270) at 20241211090212338
35778 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/migo_r.c' (34,271) at 20210308005003032
35779 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test/test01.txt' (34,272) at 20210308005003772
35780 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sed/sed_4.9.bb' (34,273) at 20241221090017680
35781 2025-10-05 03:01:03.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7793-gose.dts' (34,274) at 20210308005002600
35782 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/Makefile' (34,275) at 20210308005003420
35783 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/perlnative.bbclass' (34,276) at 20220910030013389
35784 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/stm32/Kconfig' (34,277) at 20210308005003532
35785 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/host_notifier.hpp' (34,278) at 20221005030030498
35786 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_flash.c' (34,279) at 20210308005108641
35787 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/os.c' (34,280) at 20210308005002844
35788 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/egl-headless.c' (34,281) at 20241211090212554
35789 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Tampere_Pyynikki' (34,282) at 20210307205553774
35790 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/042.out' (34,283) at 20210308005046437
35791 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/services/xyz.openbmc_project.Software.Psu.Updater.service' (34,284) at 20240625080033420
35792 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/monitordisk.py' (34,285) at 20230919080013966
35793 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/id_button.cpp' (34,286) at 20220622030021581
35794 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/imximage.cfg' (34,287) at 20210308005002944
35795 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/Makefile' (34,288) at 20210308005002756
35796 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/c29x_serdes.c' (34,289) at 20210308005002828
35797 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/timer.c' (34,290) at 20210308005002548
35798 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/trace-events' (34,291) at 20240906080037488
35799 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/boot.S' (34,292) at 20240326080039742
35800 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-transitions_0.9.2.bb' (34,293) at 20241221090017560
35801 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/xlnx-zynqmp.h' (34,294) at 20241211090212358
35802 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-bridge/simba.h' (34,295) at 20210308005046021
35803 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa57-cortexa53.inc' (34,296) at 20240301090012451
35804 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_util.c' (34,297) at 20210308005003416
35805 2025-10-05 03:01:03.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/meson.build' (34,298) at 20230925080039989
35806 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/policyTable.json' (34,299) at 20210308005111461
35807 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mccabe_0.7.0.bb' (34,300) at 20240302090018210
35808 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/recipes-bsp/u-boot/files/ahe50dc.cfg' (34,301) at 20221122040015511
35809 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/source/io.cpp' (34,302) at 20240822080031261
35810 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson.c' (34,303) at 20210308005003456
35811 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utils_config.robot' (34,304) at 20240627080021048
35812 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/meson.build' (34,305) at 20241211090212494
35813 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-info.c.inc' (34,306) at 20240906080037328
35814 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lillpite_Bastaberget' (34,307) at 20210307205553786
35815 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/arm-darwin' (34,308) at 20241206090014350
35816 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun9i-a80-optimus.dts' (34,309) at 20210308005002628
35817 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x5_lcd.dtsi' (34,310) at 20210308005002572
35818 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/kp_id_rev.c' (34,311) at 20210308005003012
35819 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/env_unittest.cpp' (34,312) at 20210308004940468
35820 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/bcd_time.cpp' (34,313) at 20241002080024870
35821 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-qemu/device.h' (34,314) at 20210308005002876
35822 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-orangepi.dts' (34,315) at 20210308005002624
35823 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/configuration/entity-manager_%.bbappend' (34,316) at 20241101080022236
35824 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/der.c' (34,317) at 20241211090212226
35825 2025-10-05 03:01:03.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.10.0.bb' (34,318) at 20241221090017504
35826 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.menu' (34,319) at 20210308005003296
35827 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/allwinner/Makefile' (34,320) at 20210308005003452
35828 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jquery.treetable.js' (34,321) at 20210307205554278
35829 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/MAINTAINERS' (34,322) at 20210308005003000
35830 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Amotfors_Kroppstad' (34,323) at 20210307205553778
35831 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/vstl.c' (34,324) at 20240326080039746
35832 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/manifest.py' (34,325) at 20230520080014496
35833 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-rest-server/module/obmc/wsgi/examples/websockets/client_simple.html' (34,326) at 20210308004941620
35834 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/native-helpers.patch' (34,327) at 20230706080014757
35835 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/dram_init.c' (34,328) at 20210308005002784
35836 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb' (34,329) at 20220201040012789
35837 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/bitops.h' (34,330) at 20210308005002808
35838 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/time_sh2.c' (34,331) at 20210308005002852
35839 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb' (34,332) at 20240413080012647
35840 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/logo/BuiltOnOpenBMC.svg' (34,333) at 20210826000011744
35841 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/dont-link-to-host.patch' (34,334) at 20220910030013429
35842 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/bios_interrupts.c' (34,335) at 20210308005002884
35843 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/tripwire.py' (34,336) at 20210307205554110
35844 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-restart.svg' (34,337) at 20210308005107069
35845 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am3517_evm.h' (34,338) at 20210308005003584
35846 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p2041_ids.c' (34,339) at 20210308005002832
35847 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/omap3_spi.c' (34,340) at 20210308005003492
35848 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-logs-to-file-no-sections' (34,341) at 20241004080013211
35849 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-read-inventory-example-native_git.bb' (34,342) at 20220921030015986
35850 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/irqlinks.asl' (34,343) at 20210308005002876
35851 2025-10-05 03:01:03.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-ubi/fstab' (34,344) at 20210307205554058
35852 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/op-pwrctl/pgood_wait/Makefile' (34,345) at 20240808080031672
35853 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/time.c' (34,346) at 20210308005003712
35854 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_prctl.h' (34,347) at 20221215040039202
35855 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/if.md' (34,348) at 20240809080033023
35856 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/draco/Kconfig' (34,349) at 20210308005003048
35857 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-missing-data.json' (34,350) at 20210308005046405
35858 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/usb-dbg.hpp' (34,351) at 20240828080004691
35859 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/Makefile' (34,352) at 20210308005003476
35860 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/server/interface.cpp' (34,353) at 20240817080036824
35861 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-xp-synology-ds414.dts' (34,354) at 20210308005002568
35862 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/phy/phy.h' (34,355) at 20210308005003636
35863 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7785lcr_defconfig' (34,356) at 20210308005003280
35864 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/console/glome-login/glome-login.sh.in' (34,357) at 20220902100011053
35865 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/egnite/ethernut5/MAINTAINERS' (34,358) at 20210308005002952
35866 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/tsocks/tsocks_1.8beta5.bb' (34,359) at 20220402030015907
35867 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Forward-port-to-OpenSSL-1.1.x.patch' (34,360) at 20210307205553882
35868 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx_rngc.h' (34,361) at 20210308005046021
35869 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/samsung-i2s.c' (34,362) at 20210308005003488
35870 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/trees.h' (34,363) at 20210308005003716
35871 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/100_intel_refcode.dts' (34,364) at 20210308005003752
35872 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/common-utils.h' (34,365) at 20241114091008832
35873 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx5/lowlevel_init.S' (34,366) at 20210308005002728
35874 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/arc-bcr.h' (34,367) at 20210308005002544
35875 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/dcu.c' (34,368) at 20210308005002964
35876 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/common/video_display.c' (34,369) at 20210308005002920
35877 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7a.inc' (34,370) at 20210905000020581
35878 2025-10-05 03:01:03.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,jr2.dtsi' (34,371) at 20210308005002812
35879 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryChunks.v1_6_2.json' (34,372) at 20240619080002948
35880 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/meson.build' (34,373) at 20240827080002182
35881 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-hot-plug@.service' (34,374) at 20240113090014532
35882 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/hydra.c' (34,375) at 20210308005003000
35883 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a7796-cpg-mssr.c' (34,376) at 20210308005003352
35884 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/build-scripts/Makefile' (34,377) at 20210308005111461
35885 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/vm-templating.rst' (34,378) at 20240326080039406
35886 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb.h' (34,379) at 20210308005003688
35887 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/0004-Remove-clang-unsupported-compiler-flags.patch' (34,380) at 20230706080014753
35888 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-quanta/network/usb-network/usb-network.conf' (34,381) at 20210307205554086
35889 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_init1.decode' (34,382) at 20210308005046389
35890 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx8m.c' (34,383) at 20210308005003460
35891 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe-Glyph' (34,384) at 20211006000025226
35892 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/openhpi-glib-cross-compile.patch' (34,385) at 20210307205553818
35893 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/creative/xfi3/xfi3.c' (34,386) at 20210308005002952
35894 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/board_common.c' (34,387) at 20220509100030618
35895 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-9x9-evk.dts' (34,388) at 20210308005002588
35896 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_build.h' (34,389) at 20221215040039158
35897 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Giftware' (34,390) at 20211006000025234
35898 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/0001-Fix-build-when-S-B.patch' (34,391) at 20210307205553934
35899 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Backefors' (34,392) at 20210307205553778
35900 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/power/ti,sci-pm-domain.txt' (34,393) at 20210308005003308
35901 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/native-intercept/chown' (34,394) at 20210307205554638
35902 2025-10-05 03:01:03.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb' (34,395) at 20241221090017544
35903 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sensor.h' (34,396) at 20210308004938820
35904 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/multi_result.c' (34,397) at 20230925080040097
35905 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/random.h' (34,398) at 20210308005045997
35906 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/eth.h' (34,399) at 20210308005002644
35907 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/sh_sdhi.h' (34,400) at 20210308005002768
35908 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/subprojects/phosphor-host-ipmid.wrap' (34,401) at 20230815080023508
35909 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/tcg_s390x.h' (34,402) at 20221215040039338
35910 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/networkmanager.initd' (34,403) at 20210307205553810
35911 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/syscall_types.h' (34,404) at 20240906080037364
35912 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/u-boot-spl.lds' (34,405) at 20210308005002812
35913 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_d.c' (34,406) at 20210308005046513
35914 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed_%.bbappend' (34,407) at 20210823100016972
35915 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch' (34,408) at 20241221090017656
35916 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/gigolo/gigolo_0.5.3.bb' (34,409) at 20231126090012805
35917 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/activation_listener.hpp' (34,410) at 20240829080033123
35918 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-m3.dts' (34,411) at 20210308005002624
35919 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/149' (34,412) at 20240326080039730
35920 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/fpga_ast2600/Makefile' (34,413) at 20210308005002916
35921 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/ssh_pw' (34,414) at 20210308005007100
35922 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/seq_exec.h' (34,415) at 20210308005002756
35923 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/dbus.c' (34,416) at 20210308005046557
35924 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-imx8mq.dtsi' (34,417) at 20210308005002580
35925 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/event-internal.h' (34,418) at 20230925080040105
35926 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-fmopa-2.c' (34,419) at 20240906080037576
35927 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Morkret' (34,420) at 20210307205553786
35928 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/chromium/nyan-big.its' (34,421) at 20210308005003300
35929 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/util.hpp' (34,422) at 20230520080006628
35930 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/quipos/cairo/cairo.c' (34,423) at 20210308005003032
35931 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/trace.h' (34,424) at 20210308005045841
35932 2025-10-05 03:01:03.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/LICENSE' (34,425) at 20210308005058473
35933 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/usb.asl' (34,426) at 20210308005002876
35934 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/emif4.c' (34,427) at 20210308005002760
35935 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py' (34,428) at 20240106090017245
35936 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/dwc3/dwc3-omap.c' (34,429) at 20210308005003500
35937 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (34,430) at 20220622030015257
35938 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb' (34,431) at 20241206090014314
35939 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/xtensa-isa.h' (34,432) at 20210308005046373
35940 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/ima-local-ca.pem' (34,433) at 20230520080014484
35941 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OGC-1.0' (34,434) at 20211006000025242
35942 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/linkage.h' (34,435) at 20210308005003656
35943 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-or-later' (34,436) at 20210316000012713
35944 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/Makefile' (34,437) at 20210308005002712
35945 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash.c' (34,438) at 20241211090212230
35946 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/toggle-flag.js' (34,439) at 20210308005107073
35947 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/efi/car.S' (34,440) at 20210308005002856
35948 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/041.out' (34,441) at 20210308005046437
35949 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-sonera' (34,442) at 20210307205553758
35950 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test.inc' (34,443) at 20210307205554390
35951 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/Kconfig' (34,444) at 20210308005003352
35952 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/files/0001-csv-revision-Drop-the-git-revision-info.patch' (34,445) at 20240113090014540
35953 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Granada' (34,446) at 20210307205553766
35954 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/sha512.c' (34,447) at 20210308005003712
35955 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/rpm-drop-groups.sh' (34,448) at 20210307205554130
35956 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/start.S' (34,449) at 20210308005002548
35957 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb' (34,450) at 20230503080014591
35958 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0003-force-STRIP-to-emtpy.patch' (34,451) at 20241221090017496
35959 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/net2big_v2.h' (34,452) at 20210308005002904
35960 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/OpenBMCVirtualMedia_v1.xml' (34,453) at 20240907080003164
35961 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/spiDev.hpp' (34,454) at 20230921080009741
35962 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_u_w.c' (34,455) at 20210308005046521
35963 2025-10-05 03:01:03.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/hwspinlock/hwspinlock-uclass.c' (34,456) at 20210308005003380
35964 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cavium/thunderx_svc.h' (34,457) at 20210308005003572
35965 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Cube' (34,458) at 20211006000025234
35966 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-meson/Makefile' (34,459) at 20210308005002752
35967 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/smack.py' (34,460) at 20220721030015849
35968 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager-assettag/assettag.yaml' (34,461) at 20210307205554066
35969 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/ibm-pibs.txt' (34,462) at 20210308005002540
35970 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/storage.json' (34,463) at 20230202040011970
35971 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/0003-hack-to-force-use-of-libc-malloc.patch' (34,464) at 20241221090017524
35972 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ds414_defconfig' (34,465) at 20210308005003256
35973 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/cxl-stub.c' (34,466) at 20221215040039086
35974 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/image-type/ubi-fs.inc' (34,467) at 20230114040015490
35975 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/Kconfig' (34,468) at 20210308005003700
35976 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/onenand/onenand_spl.c' (34,469) at 20210308005003416
35977 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dreamplug.h' (34,470) at 20210308005003592
35978 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/pkgconfig.patch' (34,471) at 20241221090017696
35979 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/mac-address_%.bbappend' (34,472) at 20241206090014278
35980 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/132.out' (34,473) at 20210308005046449
35981 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-int.json' (34,474) at 20210308005046401
35982 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/psu_hotswap_reset@.service' (34,475) at 20221006100013249
35983 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/busybox/busybox/timeout.cfg' (34,476) at 20230225040013029
35984 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-plus2e.dts' (34,477) at 20210308005002624
35985 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/pysh/pyshlex.py' (34,478) at 20210307205554242
35986 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx-cross.patch' (34,479) at 20210307205554034
35987 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.client.hpp.mako' (34,480) at 20230902080037617
35988 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/swift/acx22-ipmi-hwmon-sensors.yaml' (34,481) at 20210307205553698
35989 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/047' (34,482) at 20210927100127477
35990 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/sdbusplus.wrap' (34,483) at 20220322030004944
35991 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kankaanpaa' (34,484) at 20210307205553770
35992 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/overo/Makefile' (34,485) at 20210308005003028
35993 2025-10-05 03:01:03.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpmng.h' (34,486) at 20210308005003648
35994 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/main.cpp' (34,487) at 20230516080019606
35995 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/rwfs-clean-dev.patch' (34,488) at 20241206090014226
35996 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/crowdsec/crowdsec_1.1.1.bb' (34,489) at 20241221090017576
35997 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/firmware-sandbox.c' (34,490) at 20210308005003372
35998 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/pauth-3.c' (34,491) at 20221215040039382
35999 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mipsisa64r6-linux' (34,492) at 20241206090014350
36000 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/natsemi.c' (34,493) at 20210308005003440
36001 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_width1.decode' (34,494) at 20210308005046389
36002 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/cmd_enterrcm.c' (34,495) at 20210308005002788
36003 2025-10-05 03:01:03.668-0500 FINEST t466 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' (34,496) at 20230114040015478
36004 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/templates/default/conf-notes.txt' (34,497) at 20220913030020492
36005 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/0003-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch' (34,498) at 20241221090017528
36006 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/get_mbox_info_v2_timeout.c' (34,499) at 20210308005108641
36007 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/206' (34,500) at 20220429100100910
36008 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_missing_file.cpp' (34,501) at 20220922030007675
36009 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gtk-doc.bbclass' (34,502) at 20240113090014552
36010 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/system.c' (34,503) at 20230809080010803
36011 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mchp_pfsoc_dmc.h' (34,504) at 20230426080043764
36012 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.log' (34,505) at 20210308005003296
36013 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/0001-do-not-build-tests-sub-directory.patch' (34,506) at 20241221090017528
36014 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/quicklinks.scss' (34,507) at 20210308005107073
36015 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/exynos/Makefile' (34,508) at 20210308005003456
36016 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/system.h' (34,509) at 20210308005002708
36017 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/banner.sh' (34,510) at 20220405030025645
36018 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Szeged' (34,511) at 20210307205553774
36019 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_NAND_defconfig' (34,512) at 20210308005003244
36020 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/pci.h' (34,513) at 20210308005002976
36021 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb' (34,514) at 20231011080016606
36022 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/flea3.h' (34,515) at 20210308005003596
36023 2025-10-05 03:01:03.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-hmac.c' (34,516) at 20241211090212554
36024 2025-10-05 03:01:03.669-0500 FINEST t466 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' (34,517) at 20240904080027734
36025 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/srp.h' (34,518) at 20210308005045957
36026 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/0001-Fix-build-error-when-build-this-file.patch' (34,519) at 20230401080011931
36027 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_s_h.c' (34,520) at 20210308005046513
36028 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6720/MAINTAINERS' (34,521) at 20210308005002904
36029 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/backend.h' (34,522) at 20230809080010799
36030 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_uniphier.c' (34,523) at 20210308005003484
36031 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/karma.conf.js' (34,524) at 20210308005107081
36032 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Undersaker' (34,525) at 20210307205553794
36033 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv.h' (34,526) at 20241211090212230
36034 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi' (34,527) at 20210308005002596
36035 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/coreboot.c' (34,528) at 20210308005002948
36036 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/204.out' (34,529) at 20210308005046457
36037 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/firmware.c' (34,530) at 20210308005003740
36038 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ms7720se.h' (34,531) at 20210308005003604
36039 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (34,532) at 20231107090016217
36040 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada8k/soc-info.h' (34,533) at 20210308005002636
36041 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/SECURITY.md' (34,534) at 20241221090017484
36042 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.2.1.rst' (34,535) at 20241221090017596
36043 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/cpld.c' (34,536) at 20210308005002960
36044 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ti/Makefile' (34,537) at 20210308005003220
36045 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/configure-allow-to-disable-selinux-support.patch' (34,538) at 20210307205553902
36046 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kopparberg' (34,539) at 20210307205553786
36047 2025-10-05 03:01:03.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/normalize_mac.c' (34,540) at 20230718080007968
36048 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/video_bridge.h' (34,541) at 20210308005003692
36049 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extr_s_h.c' (34,542) at 20210308005046505
36050 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/Kconfig' (34,543) at 20210308005003052
36051 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mpc83xx_serdes.c' (34,544) at 20210308005003400
36052 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.300.bb' (34,545) at 20241221090017528
36053 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/rocker.rst' (34,546) at 20240906080037176
36054 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clo.c' (34,547) at 20210308005046525
36055 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/0002-always-build-fluid-and-export-pointers.patch' (34,548) at 20210608000015803
36056 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (34,549) at 20240712080022837
36057 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/mvgpio.h' (34,550) at 20210308005003376
36058 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/sun50i-h6-r-ccu.h' (34,551) at 20210308005003640
36059 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/signal.c' (34,552) at 20240906080037360
36060 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/mpc837xerdb.c' (34,553) at 20210308005002976
36061 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh' (34,554) at 20210307205554610
36062 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Porjus' (34,555) at 20210307205553790
36063 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/compr_rubin.c' (34,556) at 20210308005003548
36064 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_lpc_reset.cpp' (34,557) at 20210308005108645
36065 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fdt.h' (34,558) at 20210308005046005
36066 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/tcg-stub.c' (34,559) at 20210927100127401
36067 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/125.out' (34,560) at 20210308005046449
36068 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/ossec/ossec-hids_3.7.0.bb' (34,561) at 20241221090017576
36069 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ExpressAM2-80.0E' (34,562) at 20210307205553762
36070 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori.bb' (34,563) at 20241206090014226
36071 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-power-state-init.conf' (34,564) at 20240730080012557
36072 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/optionality.md' (34,565) at 20230602080006368
36073 2025-10-05 03:01:03.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/test/power_supply_tests.cpp' (34,566) at 20240817080031292
36074 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/images/obmc-phosphor-image.bbappend' (34,567) at 20231012080014468
36075 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb' (34,568) at 20241206090014250
36076 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version.bb' (34,569) at 20241221090017484
36077 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/checksum.c' (34,570) at 20210308005003716
36078 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/test/hypervisor_state.cpp' (34,571) at 20230825080036445
36079 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/timer.c' (34,572) at 20210308005002552
36080 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_sja1000.h' (34,573) at 20210308005045913
36081 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/restore_sigalarm.patch' (34,574) at 20241221090017680
36082 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/guest-loader.h' (34,575) at 20210927100127117
36083 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice_value_with_m_dep/Kconfig' (34,576) at 20210308005003736
36084 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CPAL-1.0' (34,577) at 20210307205554418
36085 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/spl.c' (34,578) at 20210308005003220
36086 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/sandbox_pmic.h' (34,579) at 20210308005003680
36087 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/devshell.bbclass' (34,580) at 20230317080013813
36088 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_2016.07.bb' (34,581) at 20241206090014218
36089 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vscom/baltos/board.h' (34,582) at 20210308005003168
36090 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2/ulogd.init' (34,583) at 20220612030016723
36091 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/dmu_objset.h' (34,584) at 20210308005003692
36092 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dm8168-evm.dts' (34,585) at 20210308005002576
36093 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_twr/Kconfig' (34,586) at 20210308005002988
36094 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EFL-2.0' (34,587) at 20210307205554418
36095 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/gpio.h' (34,588) at 20210308005002656
36096 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/elog-errors.hpp' (34,589) at 20240820080018013
36097 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/satyr/files/0002-fix-compile-failure-against-musl-C-library.patch' (34,590) at 20230131040012035
36098 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/entity-manager_%.bbappend' (34,591) at 20241206090014202
36099 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/instrumentation-filter-template' (34,592) at 20220429100100750
36100 2025-10-05 03:01:03.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6328.dtsi' (34,593) at 20210308005002812
36101 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/Kconfig' (34,594) at 20210308005002964
36102 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/b4860qds/b4860qds.h' (34,595) at 20210308005002956
36103 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7269/Makefile' (34,596) at 20210308005003036
36104 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/quickstart/forms.md' (34,597) at 20221215040043190
36105 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/interface.py' (34,598) at 20240925080038338
36106 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/waffle/waffle_1.8.1.bb' (34,599) at 20241221090017684
36107 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/meson.build' (34,600) at 20210308005045965
36108 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/163' (34,601) at 20221215040039362
36109 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/image/obmc-phosphor-image.bbappend' (34,602) at 20221014030016316
36110 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_13.2.0.bb' (34,603) at 20221120040010738
36111 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf52x2/cpu.c' (34,604) at 20210308005002800
36112 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_watchdog.c' (34,605) at 20210308005003700
36113 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_b.c' (34,606) at 20210308005046509
36114 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/decode_ext_mmvec.c' (34,607) at 20240906080037476
36115 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/qualcomm/dragonboard820c/Makefile' (34,608) at 20210308005003032
36116 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/docs/my_first_sensors.md' (34,609) at 20241203090006983
36117 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/Makefile.softmmu-target' (34,610) at 20240906080037576
36118 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8020.dtsi' (34,611) at 20210308005002568
36119 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/t4240emu.c' (34,612) at 20210308005002996
36120 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/mips64el-linux' (34,613) at 20241206090014350
36121 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/LICENSE' (34,614) at 20210308005055037
36122 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/legoev3.c' (34,615) at 20210308005003016
36123 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-orangepi-prime.dts' (34,616) at 20210308005002620
36124 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Settings/NetworkStore.js' (34,617) at 20241004080035963
36125 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa5.inc' (34,618) at 20210905000020581
36126 2025-10-05 03:01:03.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/cache-cp15.c' (34,619) at 20210308005002708
36127 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/custom-distribution.rst' (34,620) at 20240417080014698
36128 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/run-ptest' (34,621) at 20210307205554462
36129 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/pwm.h' (34,622) at 20210308005002668
36130 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_LocationCode.json' (34,623) at 20221213040036921
36131 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/clock.c' (34,624) at 20210308005002712
36132 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/dm.c' (34,625) at 20210308005003208
36133 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/subprojects/phosphor-dbus-interfaces.wrap' (34,626) at 20230714080032711
36134 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_maq_s_w_phl.c' (34,627) at 20210308005046505
36135 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (34,628) at 20221118040015022
36136 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/dirty-limit.rst' (34,629) at 20240906080037172
36137 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery.treetable.theme.toaster.css' (34,630) at 20210307205554270
36138 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/iptables.service' (34,631) at 20210307205554562
36139 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/perf.h' (34,632) at 20240906080037352
36140 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcmcygnus/reset.c' (34,633) at 20210308005002552
36141 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/trace-events' (34,634) at 20241211090212242
36142 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.prototype.hpp.mako' (34,635) at 20241026080029479
36143 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/meson.build' (34,636) at 20210927100127025
36144 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Update.interface.yaml' (34,637) at 20240618080025501
36145 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_manager.cpp' (34,638) at 20240904080034451
36146 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py' (34,639) at 20240106090017249
36147 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy/nic-4.yaml' (34,640) at 20240504080013861
36148 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/0001-tdb-Add-configure-options-for-packages.patch' (34,641) at 20240413080012647
36149 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/riscv-32bit-cpu.xml' (34,642) at 20221215040039086
36150 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/set-spi-mux.service.in' (34,643) at 20230513080022442
36151 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/next-cube.h' (34,644) at 20210927100127237
36152 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.json' (34,645) at 20210308005046397
36153 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/system-linkage.patch' (34,646) at 20210307205554562
36154 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/obmc/inventory/__init__.py' (34,647) at 20220728030041559
36155 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/dbus/Makefile.am' (34,648) at 20210308004938832
36156 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsid.cpp' (34,649) at 20230629131804619
36157 2025-10-05 03:01:03.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/kwbimage-ns2l.cfg' (34,650) at 20210308005002904
36158 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-list.json' (34,651) at 20210308005046409
36159 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ide_none.py' (34,652) at 20240301090012483
36160 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/memtester/files/Makefile.patch' (34,653) at 20230706080014741
36161 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tcl/sl50/board.h' (34,654) at 20210308005003068
36162 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-Use-DESTDIR-in-install-Makefile-rule.patch' (34,655) at 20210307205553754
36163 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-mmc/fstab' (34,656) at 20210307205554058
36164 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.err' (34,657) at 20220429100100882
36165 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/runqemu-gen-tapdevs' (34,658) at 20230706080014789
36166 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console/server.ttyS5.conf' (34,659) at 20240913080015309
36167 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/traps.c' (34,660) at 20210308005002828
36168 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_sdcard_SECURE_BOOT_defconfig' (34,661) at 20210308005003264
36169 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tmu.h' (34,662) at 20210308005003688
36170 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Syssleback' (34,663) at 20210307205553790
36171 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-mxc.c' (34,664) at 20210308005003512
36172 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-threads.c' (34,665) at 20230925080039829
36173 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/guest-base.h' (34,666) at 20240906080037352
36174 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/phosphor-dbus-interfaces.wrap' (34,667) at 20220525020545509
36175 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch' (34,668) at 20241221090017548
36176 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/trace.h' (34,669) at 20210927100127393
36177 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Debrecen-Komadi' (34,670) at 20210307205553774
36178 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/rproc-uclass.c' (34,671) at 20210308005003476
36179 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/110.out' (34,672) at 20210308005046445
36180 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_strings.h' (34,673) at 20210308004938820
36181 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/kwbimage.cfg' (34,674) at 20210308005002908
36182 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_manageprotocols.c' (34,675) at 20210308005003704
36183 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-timer-common.c' (34,676) at 20210927100127665
36184 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_prepend.c' (34,677) at 20210308005046509
36185 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_vhyp_mmu.c' (34,678) at 20240906080037284
36186 2025-10-05 03:01:03.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0023-hello_pi-optionally-build-wayland-specific-app.patch' (34,679) at 20230211040012643
36187 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_syscall.h' (34,680) at 20221215040039202
36188 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/XVentanaCondOps.decode' (34,681) at 20220429100100826
36189 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/events-policy.bb' (34,682) at 20241206090014230
36190 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/Kconfig' (34,683) at 20210308005002980
36191 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/callbackgentest.mako.hpp' (34,684) at 20210308005108057
36192 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/xyz.openbmc_project.State.Chassis@.service' (34,685) at 20240425080035551
36193 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/csf_examples/additional_images/csf_additional_images.txt' (34,686) at 20210308005003328
36194 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/eeprom93xx.c' (34,687) at 20240906080037272
36195 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_pxa270/Kconfig' (34,688) at 20210308005003084
36196 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/spear/spear300/MAINTAINERS' (34,689) at 20210308005003052
36197 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi4-64.conf' (34,690) at 20230609080014395
36198 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7793-cpg-mssr.h' (34,691) at 20210308005003632
36199 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-quark/acpi/global_nvs.asl' (34,692) at 20210308005002876
36200 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_structs.h' (34,693) at 20220429100100634
36201 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hotagen' (34,694) at 20210307205553782
36202 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbla.c' (34,695) at 20210308005046505
36203 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (34,696) at 20220618030015174
36204 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/theadorable-x86-dfi-bt700_defconfig' (34,697) at 20210308005003284
36205 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_hii.c' (34,698) at 20210308005003704
36206 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gdb/error.c' (34,699) at 20210308005003764
36207 2025-10-05 03:01:03.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/SECURITY.md' (34,700) at 20241221090017572
36208 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/mx7ulp-pins.h' (34,701) at 20210308005002652
36209 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.err' (34,702) at 20210308005046397
36210 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/s400_defconfig' (34,703) at 20210308005003276
36211 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.json' (34,704) at 20220429100100882
36212 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb' (34,705) at 20220721030015865
36213 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/event_messaged.cpp' (34,706) at 20210308004942076
36214 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/autobuilder-worker-prereq-tests' (34,707) at 20220910030013433
36215 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/pmic_mc34vr500.c' (34,708) at 20210308005003468
36216 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-initramfs-boot.bb' (34,709) at 20240106090017269
36217 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb' (34,710) at 20240413080012639
36218 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/event.md.mako' (34,711) at 20240925080038338
36219 2025-10-05 03:01:03.676-0500 FINEST t466 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' (34,712) at 20230706080014745
36220 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0007-apache2-allow-to-disable-selinux-support.patch' (34,713) at 20241206090014270
36221 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/elf.h' (34,714) at 20240326080039526
36222 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/u-boot.h' (34,715) at 20210308005002840
36223 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb' (34,716) at 20240301090012419
36224 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043ardb/ls1043ardb_pbi.cfg' (34,717) at 20210308005002968
36225 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/fix-clang-private-operator.patch' (34,718) at 20241221090017528
36226 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/luks-detached-header.rst' (34,719) at 20240906080037172
36227 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Auxtek-T003_defconfig' (34,720) at 20210308005003232
36228 2025-10-05 03:01:03.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_elf.h' (34,721) at 20221215040039202
36229 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/files/0001-Makefile-Do-not-set-Werror.patch' (34,722) at 20230317080013785
36230 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/net-tools/net-tools/Add_missing_headers.patch' (34,723) at 20210307205554566
36231 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dominate/58f7d7fdb171f80ed6ce97e6ca4409723975c47f.patch' (34,724) at 20241221090017552
36232 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/exit_prototype.patch' (34,725) at 20241206090014318
36233 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Dunedin' (34,726) at 20210307205553778
36234 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb/omap3.c' (34,727) at 20210308005003520
36235 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemuarmv6/pointercal' (34,728) at 20210307205553874
36236 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_mman.h' (34,729) at 20230925080039941
36237 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/config.linux' (34,730) at 20220204040022528
36238 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-evb-ecc.dts' (34,731) at 20230720080043535
36239 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-usb.h' (34,732) at 20210308005002656
36240 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ae3xx/cpu.c' (34,733) at 20210308005002824
36241 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mediatek/reset.h' (34,734) at 20210308005002644
36242 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/300' (34,735) at 20240326080039734
36243 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/lpt.c' (34,736) at 20210308005003548
36244 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/lgrl-unaligned.S' (34,737) at 20230426080043952
36245 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.POST' (34,738) at 20210308005003292
36246 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8323ERDB.h' (34,739) at 20210308005003576
36247 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/digic-uart.h' (34,740) at 20210308005046005
36248 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/Makefile' (34,741) at 20210308005002976
36249 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld11.c' (34,742) at 20210308005002792
36250 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_hadd_s_w.c' (34,743) at 20210308005046513
36251 2025-10-05 03:01:03.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/history.txt' (34,744) at 20210308005003708
36252 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pcie_dw_mvebu.c' (34,745) at 20210308005003452
36253 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb' (34,746) at 20240301090012419
36254 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch' (34,747) at 20230211040012659
36255 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/process_unittest.cpp' (34,748) at 20240817080027252
36256 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/mainapp.cpp' (34,749) at 20230810080030011
36257 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0002-using-pkg-config-to-detect-krb5.patch' (34,750) at 20241221090017496
36258 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tollsjo' (34,751) at 20210307205553794
36259 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++_1.04.bb' (34,752) at 20241221090017504
36260 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7722se/MAINTAINERS' (34,753) at 20210308005003020
36261 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos5420-common.h' (34,754) at 20210308005003596
36262 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/pinctrl-mvebu.h' (34,755) at 20210308005003460
36263 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/pgrep.cfg' (34,756) at 20210307205554470
36264 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x-uboot.dtsi' (34,757) at 20210308005002576
36265 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/Kconfig' (34,758) at 20240906080037480
36266 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-bone-common.dtsi' (34,759) at 20210308005002560
36267 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fastboot/Makefile' (34,760) at 20210308005003372
36268 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/system_manager_gen5.h' (34,761) at 20210308005002780
36269 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-core/packagegroups/packagegroup-security-parsec.bb' (34,762) at 20220612030016735
36270 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/setup.py' (34,763) at 20210308004923388
36271 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olinuxino-lime2.dts' (34,764) at 20210308005002624
36272 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/0001-Use-1-instead-of-WAIT_ANY.patch' (34,765) at 20230706080014737
36273 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-virtio-dmabuf.c' (34,766) at 20240326080039746
36274 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/common/Makefile' (34,767) at 20210308005002916
36275 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ipam390_defconfig' (34,768) at 20210308005003260
36276 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/unpack_properties.hpp' (34,769) at 20240817080036820
36277 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/fru-read-example.yaml' (34,770) at 20221209040032879
36278 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh' (34,771) at 20241211090212534
36279 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb' (34,772) at 20240106090017277
36280 2025-10-05 03:01:03.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/lib/cache_init.S' (34,773) at 20210308005002816
36281 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_getsession_unittest.cpp' (34,774) at 20210308005134001
36282 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/atomic64.c' (34,775) at 20220429100100958
36283 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/psu_unittest.cpp' (34,776) at 20211014000010487
36284 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_error.c' (34,777) at 20210308005003552
36285 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/network-sh/test.sh' (34,778) at 20230606080013598
36286 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/package_included_tabs.html' (34,779) at 20210307205554286
36287 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/wic/emmc-nuvoton.wks.in' (34,780) at 20230704080013871
36288 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_cpu.h' (34,781) at 20210308005046085
36289 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/luton/luton_icpu_cfg.h' (34,782) at 20210308005002820
36290 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/acinclude.m4' (34,783) at 20240301090012479
36291 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm_394.bb' (34,784) at 20241221090017528
36292 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_cle_u_b.c' (34,785) at 20210308005046513
36293 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/sys_proto.h' (34,786) at 20210308005002652
36294 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/utility.hpp' (34,787) at 20210308005059165
36295 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/rocker/bridge-stp' (34,788) at 20210308005046489
36296 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/syscon.c' (34,789) at 20210308005002784
36297 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/lpc.c' (34,790) at 20210308005002856
36298 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/zm7300.h' (34,791) at 20210308005002964
36299 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/oem/ibm/oem_ibm_state_set.hpp' (34,792) at 20240903080027143
36300 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/es-Euskaltel' (34,793) at 20210307205553758
36301 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/pinmux.h' (34,794) at 20210308005002640
36302 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/k2l_evm.h' (34,795) at 20210308005003596
36303 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/TableRowExpandMixin.js' (34,796) at 20241004080035963
36304 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/kylin_rk3036/Makefile' (34,797) at 20210308005003040
36305 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/test_runbuilds.py' (34,798) at 20240106090017249
36306 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_health/test_obmc_gui_hardware_status.robot' (34,799) at 20210308005007108
36307 2025-10-05 03:01:03.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Mele_I7_defconfig' (34,800) at 20210308005003240
36308 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/stm32_flash.h' (34,801) at 20210308005003420
36309 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-amd/amd-fpga/amd-fpga.bb' (34,802) at 20241206090014202
36310 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap4/hwinit.c' (34,803) at 20210308005002760
36311 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_tegra.c' (34,804) at 20210308005003452
36312 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/140' (34,805) at 20220429100100890
36313 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp0_div.S' (34,806) at 20210308005046529
36314 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/corstone1000-firmware-only.yml' (34,807) at 20241206090014206
36315 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/ptrace.h' (34,808) at 20240906080037356
36316 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_imx6_nospl_defconfig' (34,809) at 20210308005003252
36317 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-pico-pi.dts' (34,810) at 20210308005002588
36318 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_s32c1i.S' (34,811) at 20210308005046533
36319 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ca_certs_manager.cpp' (34,812) at 20231011080023666
36320 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rattvik' (34,813) at 20210307205553790
36321 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-b.dts' (34,814) at 20210308005002572
36322 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/serial-isa.h' (34,815) at 20241211090212358
36323 2025-10-05 03:01:03.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/README' (34,816) at 20210308005002976
36324 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Install.interface.yaml' (34,817) at 20220315030032663
36325 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-x86/cpuid.h' (34,818) at 20240326080039542
36326 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/int64_helper.c' (34,819) at 20240906080037536
36327 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmanette/libmanette_0.2.9.bb' (34,820) at 20241221090017540
36328 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fis.h' (34,821) at 20210308005003648
36329 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xerdb/MAINTAINERS' (34,822) at 20210308005002976
36330 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/Makefile' (34,823) at 20210308005002948
36331 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/net_tx_pkt.h' (34,824) at 20230925080039889
36332 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmb-channels.json' (34,825) at 20221209040010559
36333 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_utils.cpp' (34,826) at 20240904080029670
36334 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb' (34,827) at 20241206090014246
36335 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-i586.txt' (34,828) at 20240113090014532
36336 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition_table.hpp' (34,829) at 20210308005108645
36337 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/pmc.c' (34,830) at 20210308005003348
36338 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.1.fail' (34,831) at 20241206090014306
36339 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/common.py' (34,832) at 20220910030013377
36340 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/README.md' (34,833) at 20240809080017263
36341 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/linkage.h' (34,834) at 20210308005002544
36342 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb' (34,835) at 20230131040012035
36343 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-fru-not-sent-by-host.yaml' (34,836) at 20210307205553698
36344 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluepy/bluepy/0001-bluepy-Fix-username-issue-with-tarballs.patch' (34,837) at 20220125040024367
36345 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-pic32/reset.c' (34,838) at 20210308005002824
36346 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/series.py' (34,839) at 20210308005003772
36347 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/obmc-console/dropbear.env' (34,840) at 20230422080012291
36348 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashrdi3.c' (34,841) at 20210308005002852
36349 2025-10-05 03:01:03.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/flite' (34,842) at 20210307205553870
36350 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/System_VSYS.json' (34,843) at 20221213040036921
36351 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Craigkelly' (34,844) at 20210307205553794
36352 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Knavland' (34,845) at 20210307205553786
36353 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/PageSection.spec.js' (34,846) at 20241004080035975
36354 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ex-smc.c' (34,847) at 20241211090212550
36355 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0001-lock.py-fix-Exception-handling.patch' (34,848) at 20240413080012691
36356 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/service/service/COPYRIGHT' (34,849) at 20210307205554390
36357 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/inittab' (34,850) at 20210307205554494
36358 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/user-creation/xuser-account_0.1.bb' (34,851) at 20241206090014350
36359 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/1ccd5b54a408d12fce0c94ab0bbaedbb5ef69830.patch' (34,852) at 20241221090017496
36360 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/novena_defconfig' (34,853) at 20210308005003272
36361 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC837XEMDS_defconfig' (34,854) at 20210308005003236
36362 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/Kconfig' (34,855) at 20210308005002948
36363 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/error.md.mako' (34,856) at 20210308005049765
36364 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/md5.h' (34,857) at 20210308005003688
36365 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest-led-yaml-empty-group.cpp' (34,858) at 20240911080053391
36366 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/trousers-udev.rules' (34,859) at 20230520080014488
36367 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/platform_data/serial_pxa.h' (34,860) at 20210308005003628
36368 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7752.h' (34,861) at 20210308005002848
36369 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb' (34,862) at 20240124090012254
36370 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/gdbstub.c' (34,863) at 20241211090212482
36371 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_path_callouts.pl' (34,864) at 20240618080031629
36372 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MCR3000_defconfig' (34,865) at 20210308005003236
36373 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/mx6memcal.c' (34,866) at 20210308005002984
36374 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb' (34,867) at 20241206090014238
36375 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/multi-presence/meson.build' (34,868) at 20240625080021640
36376 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch' (34,869) at 20210307205553882
36377 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/musl-rpmatch/musl-rpmatch_git.bb' (34,870) at 20241221090017508
36378 2025-10-05 03:01:03.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/MAINTAINERS' (34,871) at 20210308005003076
36379 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/imximage.cfg' (34,872) at 20210308005003008
36380 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-kernel/linux/linux-aspeed/fp5280g3.cfg' (34,873) at 20240712080022837
36381 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/mcontext.patch' (34,874) at 20230811080018302
36382 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp.inc' (34,875) at 20210812000025374
36383 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vspliceb.S' (34,876) at 20230426080043952
36384 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci-sysbus.h' (34,877) at 20241211090212342
36385 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/TestBmcEpoch.cpp' (34,878) at 20230509080037808
36386 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/service_files/sensor-monitor.service' (34,879) at 20230216040022747
36387 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/reset_state.c' (34,880) at 20210308005108641
36388 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/test-environment.py' (34,881) at 20231126090012777
36389 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-xtensa.rst' (34,882) at 20210308005045809
36390 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/checksec/checksec_2.6.0.bb' (34,883) at 20241221090017580
36391 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/e820.h' (34,884) at 20210308005002880
36392 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/simplefb.c' (34,885) at 20210308005003532
36393 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libass/libass_0.17.3.bb' (34,886) at 20241221090017532
36394 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_input.hpp' (34,887) at 20230308090016325
36395 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/law.c' (34,888) at 20210308005002996
36396 2025-10-05 03:01:03.683-0500 FINEST t466 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' (34,889) at 20210307205553842
36397 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/cpu/ax25/cache.c' (34,890) at 20210308005002844
36398 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/setup.h' (34,891) at 20210308005002824
36399 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_openpower_fru.pl' (34,892) at 20220720030027719
36400 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target-reg-bits.h' (34,893) at 20230925080040077
36401 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/229.out' (34,894) at 20210927100127497
36402 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/bitops/__ffs.h' (34,895) at 20210308005003560
36403 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP5.interface.yaml' (34,896) at 20220315030032659
36404 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_interrupt.S' (34,897) at 20210308005046533
36405 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485EFE_defconfig' (34,898) at 20210308005003236
36406 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message.hpp' (34,899) at 20240829080025807
36407 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-tool/files/minerva-common-functions' (34,900) at 20231216090014900
36408 2025-10-05 03:01:03.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/w1-eeprom/Makefile' (34,901) at 20210308005003536
36409 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Moliden' (34,902) at 20210307205553786
36410 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/extra-properties-example.yaml' (34,903) at 20221209040010971
36411 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ssh/gbmc-dev-ssh-key/gbmc-dev.priv' (34,904) at 20210417000027537
36412 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/cpu/interrupts.c' (34,905) at 20210308005002808
36413 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl/pnorboot.service' (34,906) at 20210307205554050
36414 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/test.json' (34,907) at 20230706080014733
36415 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/makefile-fix.patch' (34,908) at 20241221090017632
36416 2025-10-05 03:01:03.684-0500 FINEST t466 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' (34,909) at 20230706080014741
36417 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/sh_spi.c' (34,910) at 20210308005003492
36418 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-gp/Makefile' (34,911) at 20210308005002904
36419 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9g45_matrix.h' (34,912) at 20210308005002716
36420 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-se-proxy_%.bbappend' (34,913) at 20241206090014214
36421 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/MAINTAINERS' (34,914) at 20210308005003012
36422 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_clt_s_h.c' (34,915) at 20210308005046517
36423 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/netgear_dgnd3700v2_ram_defconfig' (34,916) at 20210308005003272
36424 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Tasjo' (34,917) at 20210307205553790
36425 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/Kconfig' (34,918) at 20210308005003088
36426 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.boston' (34,919) at 20210308005003292
36427 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/tegra20-i2c.txt' (34,920) at 20210308005003304
36428 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/classes/gxp-bootblock-n-poc.bbclass' (34,921) at 20230413080015624
36429 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_defconfig' (34,922) at 20210308005003244
36430 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/Kconfig' (34,923) at 20210308005003520
36431 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/fs-uuid.bbclass' (34,924) at 20230131040012047
36432 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/i2c.h' (34,925) at 20210308005002636
36433 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap4/sys_proto.h' (34,926) at 20210308005002656
36434 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy/nic-2.yaml' (34,927) at 20240504080013861
36435 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_packedtags1.c' (34,928) at 20210308005003556
36436 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/spear-common.h' (34,929) at 20210308005003616
36437 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm911360k_defconfig' (34,930) at 20210308005003252
36438 2025-10-05 03:01:03.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/usb/usb.c' (34,931) at 20210308004938836
36439 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bitops.h' (34,932) at 20210308005003656
36440 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_compare_bit_action_tests.cpp' (34,933) at 20240817080031296
36441 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_overo_defconfig' (34,934) at 20210308005003272
36442 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/216' (34,935) at 20221215040039362
36443 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/ast2400-reset.h' (34,936) at 20210308005003640
36444 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-4.0.rst' (34,937) at 20240413080012675
36445 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvfio-user.wrap' (34,938) at 20230925080039997
36446 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/u-boot_flash_32M.cfg' (34,939) at 20220502030010092
36447 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/generate_inventory' (34,940) at 20221209040018559
36448 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/hostboot-inventory-config-native.bb' (34,941) at 20241206090014270
36449 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-No-Military-License' (34,942) at 20211006000025230
36450 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-38534.patch' (34,943) at 20241221090017576
36451 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/Makefile' (34,944) at 20210308005003540
36452 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/openrd_base_defconfig' (34,945) at 20210308005003272
36453 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/ibm/meson.build' (34,946) at 20240908080010098
36454 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/0001-Fix-builds-with-recent-gettext.patch' (34,947) at 20210307205553914
36455 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent/avoid-attr-unless-wanted.patch' (34,948) at 20240113090014536
36456 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml' (34,949) at 20240618080025497
36457 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc' (34,950) at 20241221090017464
36458 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pogo_e02_defconfig' (34,951) at 20210308005003276
36459 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/migrations/0002_auto_20160120_1250.py' (34,952) at 20210307205554262
36460 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ds4510.h' (34,953) at 20210308005003400
36461 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/parallel_make.patch' (34,954) at 20210307205554010
36462 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi3798cv200-u-boot.dtsi' (34,955) at 20210308005002580
36463 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmns2/northstar2.c' (34,956) at 20210308005002940
36464 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPPL-1.3a' (34,957) at 20211006000025238
36465 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_prv_if.h' (34,958) at 20210308005003364
36466 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/Kconfig' (34,959) at 20210308005003044
36467 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vct_platinumavc_small_defconfig' (34,960) at 20210308005003284
36468 2025-10-05 03:01:03.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/pl080.h' (34,961) at 20210927100127233
36469 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/0001-Fix-cross-compilation-using-autoconf-detected-AR.patch' (34,962) at 20220204040022604
36470 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/include_next.patch' (34,963) at 20230706080014733
36471 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_w.c' (34,964) at 20210308005046517
36472 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/ppc64/host/crypto/aes-round.h' (34,965) at 20230925080039853
36473 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,vr-3032u.dts' (34,966) at 20210308005002812
36474 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Harnosand_Harnon' (34,967) at 20210307205553782
36475 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/block/block.h' (34,968) at 20240906080037328
36476 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pmic/sandbox_pmic.h' (34,969) at 20210308005003640
36477 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/templates/default/bblayers.conf.sample' (34,970) at 20220910030013349
36478 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/distcc-config/distcc.sh' (34,971) at 20210307205554502
36479 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-ncsi.dts' (34,972) at 20220617030036053
36480 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/alt/Kconfig' (34,973) at 20210308005003032
36481 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/int128.h' (34,974) at 20240326080039546
36482 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-hash.c' (34,975) at 20241211090212554
36483 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/mkbootimg.mk' (34,976) at 20210307205553894
36484 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/openbsd/target_os_stack.h' (34,977) at 20221215040039066
36485 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/bcm2835_systmr.h' (34,978) at 20221215040039186
36486 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb' (34,979) at 20210307205554386
36487 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/open_session.hpp' (34,980) at 20231024080029049
36488 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/templates/default/local.conf.sample' (34,981) at 20241221090017480
36489 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/types.h' (34,982) at 20210308005002804
36490 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-ringbuffer-poll-force.c' (34,983) at 20230421080019768
36491 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/utility/sdbus.hpp' (34,984) at 20230511080043139
36492 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/seeed/linkit-smart-7688/MAINTAINERS' (34,985) at 20210308005003048
36493 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/witherspoon-power-supply-sync/power-supply-sync.service' (34,986) at 20230817080015056
36494 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/Kconfig' (34,987) at 20210308005002900
36495 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-2.5' (34,988) at 20210307205554418
36496 2025-10-05 03:01:03.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6328-dma.h' (34,989) at 20210308005003636
36497 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/xil_io.h' (34,990) at 20210308005003172
36498 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/birdland_bav335a_defconfig' (34,991) at 20210308005003252
36499 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-patch-overrides/source' (34,992) at 20210307205554386
36500 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Delary' (34,993) at 20210307205553778
36501 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx-config/usbgx.default' (34,994) at 20210307205553982
36502 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (34,995) at 20241206090014286
36503 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040QDS_DDR4_defconfig' (34,996) at 20210308005003244
36504 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/varisys/common/eeprom.h' (34,997) at 20210308005003168
36505 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/.gitignore' (34,998) at 20210308005003748
36506 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/private_header_test.cpp' (34,999) at 20241002080024874
36507 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati_dbg.c' (35,000) at 20240326080039434
36508 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/.gitignore' (35,001) at 20240301090012439
36509 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/__init__.py' (35,002) at 20210307205554262
36510 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/0001-Makefile-fix-multilib-build-failure.patch' (35,003) at 20241221090017532
36511 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/custom-licenses/STM-SLA0044-Rev5' (35,004) at 20220804030014667
36512 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpedite517x_defconfig' (35,005) at 20210308005003288
36513 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7203/MAINTAINERS' (35,006) at 20210308005003036
36514 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/hello_world.c' (35,007) at 20210308005003544
36515 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-depmod-Ignore-.debug-directories.patch' (35,008) at 20230317080013821
36516 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2hk-clocks.dtsi' (35,009) at 20210308005002592
36517 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpedite537x_defconfig' (35,010) at 20210308005003288
36518 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/Makefile' (35,011) at 20210308005003732
36519 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/radxa/rock2/MAINTAINERS' (35,012) at 20210308005003032
36520 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/standalone/ppc_setjmp.S' (35,013) at 20210308005003544
36521 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/board.h' (35,014) at 20210308005003052
36522 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-axg.c' (35,015) at 20210308005003456
36523 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_qb.c' (35,016) at 20210308005046505
36524 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/interfaces/bmcweb_%.bbappend' (35,017) at 20220930030015962
36525 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-nanopi.dtsi' (35,018) at 20210308005002624
36526 2025-10-05 03:01:03.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mv-plug-common.h' (35,019) at 20210308005003604
36527 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/OWNERS' (35,020) at 20221014030038613
36528 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/tlb.c' (35,021) at 20210308005002980
36529 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/quota/quota/0001-Fix-building-on-musl.patch' (35,022) at 20241221090017680
36530 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/renderer.js' (35,023) at 20211029100036568
36531 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemumips64/machconfig' (35,024) at 20210307205554454
36532 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/wsgi/apps/__init__.py' (35,025) at 20210308005048033
36533 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/readline.c' (35,026) at 20240906080037592
36534 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb' (35,027) at 20230919080013974
36535 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcsvc-proto/rpcsvc-proto.bb' (35,028) at 20230706080014785
36536 2025-10-05 03:01:03.688-0500 FINEST t466 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' (35,029) at 20240413080012651
36537 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/get_maintainer.pl' (35,030) at 20240326080039626
36538 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/integrator-sc.h' (35,031) at 20210308005002912
36539 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-medcom-wide.dts' (35,032) at 20210308005002628
36540 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Pontypool' (35,033) at 20210307205553798
36541 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/.clang-format' (35,034) at 20220303110006942
36542 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_picmg.h' (35,035) at 20210308004938820
36543 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/panel-uclass.c' (35,036) at 20210308005003532
36544 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/esd/vme8349/caddy.h' (35,037) at 20210308005002956
36545 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/woodburn/lowlevel_init.S' (35,038) at 20210308005003168
36546 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/draak/Kconfig' (35,039) at 20210308005003032
36547 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3288-board.c' (35,040) at 20210308005002776
36548 2025-10-05 03:01:03.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb' (35,041) at 20241206090014250
36549 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-pxa/pxa-regs.h' (35,042) at 20210308005002660
36550 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/tftp_update_utils.py' (35,043) at 20230308090018465
36551 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Sessions/index.js' (35,044) at 20220105012522999
36552 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/igep00x0_defconfig' (35,045) at 20210308005003260
36553 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/libretech_all_h3_cc_h3_defconfig' (35,046) at 20210308005003264
36554 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-proc.c' (35,047) at 20240906080037156
36555 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080aqds/eth.c' (35,048) at 20210308005002972
36556 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/max77686_pmic.h' (35,049) at 20210308005003680
36557 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-polaroid-mid2809pxe04.dts' (35,050) at 20210308005002624
36558 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/qemu-project.yml' (35,051) at 20230925080039809
36559 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_qspi_SECURE_BOOT_defconfig' (35,052) at 20210308005003264
36560 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/meson-gxbb-nanopi-k2.dts' (35,053) at 20210308005002596
36561 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OFL-1.0-RFN' (35,054) at 20211006000025242
36562 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/helper.h' (35,055) at 20240906080037500
36563 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cacheinfo.h' (35,056) at 20220429100100586
36564 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-nyan-big-u-boot.dtsi' (35,057) at 20210308005002628
36565 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Tauranga' (35,058) at 20210307205553778
36566 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/chiliboard/Kconfig' (35,059) at 20210308005003004
36567 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/atmelimage.c' (35,060) at 20210308005003748
36568 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/event_notifier.h' (35,061) at 20220429100100586
36569 2025-10-05 03:01:03.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Valadalen' (35,062) at 20210307205553794
36570 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/ioport.h' (35,063) at 20210308005003656
36571 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemumips64.conf' (35,064) at 20210905000020585
36572 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ammarnas_Tjultrask' (35,065) at 20210307205553778
36573 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb' (35,066) at 20241221090017484
36574 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/power/phosphor-power_%.bbappend' (35,067) at 20241206090014218
36575 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb' (35,068) at 20241221090017532
36576 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyipmitest/setup.cfg' (35,069) at 20210308004922940
36577 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_tpl_dtb_with_ucode.py' (35,070) at 20210308005003748
36578 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-interGGA' (35,071) at 20210307205553758
36579 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/run-ptest' (35,072) at 20210307205553962
36580 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Guliksberg' (35,073) at 20210307205553782
36581 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ldns/ldns_1.8.4.bb' (35,074) at 20241221090017512
36582 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/reproducible.py' (35,075) at 20241221090017624
36583 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h' (35,076) at 20210308005002648
36584 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/cache.h' (35,077) at 20210308005002836
36585 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/lpddr4_timing_b0.c' (35,078) at 20210308005002964
36586 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python3targetconfig.bbclass' (35,079) at 20230520080014496
36587 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/yaml/net/poettering/Calculator.events.yaml' (35,080) at 20240920080030747
36588 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/signal.c' (35,081) at 20240906080037364
36589 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.json' (35,082) at 20210308005046401
36590 2025-10-05 03:01:03.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/default' (35,083) at 20210307205553822
36591 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_b.c' (35,084) at 20210308005046517
36592 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/files/run-ptest' (35,085) at 20210307205554006
36593 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/version_handler.cpp' (35,086) at 20240817080027656
36594 2025-10-05 03:01:03.691-0500 FINEST t466 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' (35,087) at 20210307205553750
36595 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/armarch.patch' (35,088) at 20241221090017664
36596 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/Kconfig' (35,089) at 20210308005002908
36597 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/diffstat/run-ptest' (35,090) at 20210307205554502
36598 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/hwmon.pl' (35,091) at 20210308005052045
36599 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mt7629_rfb_defconfig' (35,092) at 20210308005003268
36600 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/u-boot.lds' (35,093) at 20210308005002844
36601 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/pinctrl-tegra-xusb.h' (35,094) at 20210308005003640
36602 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5275evb/MAINTAINERS' (35,095) at 20210308005002972
36603 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-sdbus-service.bbclass' (35,096) at 20210811000030029
36604 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb' (35,097) at 20230813080012844
36605 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-gcrypt.c.inc' (35,098) at 20241211090212226
36606 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/nop.c' (35,099) at 20220215040051648
36607 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa73-cortexa53.inc' (35,100) at 20240301090012451
36608 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra124-nyan-big.dts' (35,101) at 20210308005002628
36609 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_a_b.c' (35,102) at 20210308005046513
36610 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/ampere-platform-init.service' (35,103) at 20220313040014717
36611 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/cim-schema/files/LICENSE' (35,104) at 20210307205553838
36612 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/086.out' (35,105) at 20210308005046445
36613 2025-10-05 03:01:03.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/05_wildcard_matching.patch' (35,106) at 20241221090017680
36614 2025-10-05 03:01:03.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/start.c' (35,107) at 20210308005002556
36615 2025-10-05 03:01:03.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh4/watchdog.c' (35,108) at 20210308005002848
36616 2025-10-05 03:01:03.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/log_id.hpp' (35,109) at 20211201040053781
36617 2025-10-05 03:01:03.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/Makefile' (35,110) at 20210308005003352
36618 2025-10-05 03:01:03.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/mips-softmmu/common.mak' (35,111) at 20240906080037160
36619 2025-10-05 03:01:03.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/cpu.c' (35,112) at 20210308005002548
36620 2025-10-05 03:01:03.697-0500 FINEST t466 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' (35,113) at 20230503080014587
36621 2025-10-05 03:01:03.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/espresso7420_defconfig' (35,114) at 20210308005003256
36622 2025-10-05 03:01:03.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/udoo/neo/neo.c' (35,115) at 20210308005003088
36623 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-rut.dts' (35,116) at 20210308005002564
36624 2025-10-05 03:01:03.698-0500 FINEST t466 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' (35,117) at 20210307205553934
36625 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/pcc.c' (35,118) at 20210308005002728
36626 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_channel.h' (35,119) at 20210308004938816
36627 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-toolchain.bb' (35,120) at 20231011080016606
36628 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mini-box/picosam9g45/picosam9g45.c' (35,121) at 20210308005003020
36629 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/firmware_unittest.hpp' (35,122) at 20210918000044923
36630 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-koelsch.dts' (35,123) at 20210308005002600
36631 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python3-dir.bbclass' (35,124) at 20241221090017608
36632 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/olimex/mx23_olinuxino/Kconfig' (35,125) at 20210308005003024
36633 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_signal.cpp' (35,126) at 20240820080031614
36634 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/016_pack_image_overflow.dts' (35,127) at 20210308005003752
36635 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/SEL.errors.yaml' (35,128) at 20210610000035142
36636 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/kconfig.h' (35,129) at 20210308005003656
36637 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kristinehamn_Utsiktsberget' (35,130) at 20210307205553786
36638 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP3.interface.yaml' (35,131) at 20220315030032659
36639 2025-10-05 03:01:03.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-s6q/network/usb-ethernet-gadget.bb' (35,132) at 20241206090014278
36640 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7780.h' (35,133) at 20210308005002848
36641 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/evm/MAINTAINERS' (35,134) at 20210308005003076
36642 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/adsp.c' (35,135) at 20210308005002852
36643 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/async-teardown.h' (35,136) at 20230426080043772
36644 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-start@.target' (35,137) at 20240321080027598
36645 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc.inc' (35,138) at 20231126090012781
36646 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/hvx_histogram.c' (35,139) at 20220429100100942
36647 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm.scc' (35,140) at 20210307205554118
36648 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/imx_spi.h' (35,141) at 20210927100127241
36649 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/start64.S' (35,142) at 20210308005002860
36650 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pcmcia/marubun_pcmcia.c' (35,143) at 20210308005003452
36651 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/common/gpio_hog.c' (35,144) at 20210308005002908
36652 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/.gitignore' (35,145) at 20210308005114857
36653 2025-10-05 03:01:03.699-0500 FINEST t466 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' (35,146) at 20240413080012651
36654 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/mtdev_1.1.7.bb' (35,147) at 20240413080012699
36655 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_summary.c' (35,148) at 20210308005003556
36656 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/ipmi/phosphor-ipmi-flash_%.bbappend' (35,149) at 20241221090017480
36657 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Fjallsta' (35,150) at 20210307205553782
36658 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/0001-Makefile-remove-strip.patch' (35,151) at 20210307205553974
36659 2025-10-05 03:01:03.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/spi.c' (35,152) at 20210308005003496
36660 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/dsp_helper.c' (35,153) at 20230426080043900
36661 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/omap_elm.h' (35,154) at 20210308005003668
36662 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/phosphor-dbus-interfaces.wrap' (35,155) at 20220323030036807
36663 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/README' (35,156) at 20210307205554230
36664 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0002-cmake-Use-exported-target-for-bz2.patch' (35,157) at 20240413080012651
36665 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.json' (35,158) at 20210927100127469
36666 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-13616.patch' (35,159) at 20230706080014753
36667 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/NCL' (35,160) at 20241221090017616
36668 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/Kconfig' (35,161) at 20210308005002712
36669 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stih410-b2260/Makefile' (35,162) at 20210308005003052
36670 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/C29XPCIE_NAND_defconfig' (35,163) at 20210308005003236
36671 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_prctl.h' (35,164) at 20220429100100646
36672 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/example/events.yaml' (35,165) at 20210308005059165
36673 2025-10-05 03:01:03.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/config_mpc86xx.h' (35,166) at 20210308005002836
36674 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pwmtachtool/src/pwmtach_ioctl.h' (35,167) at 20210308005111465
36675 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/binutils.py' (35,168) at 20241221090017628
36676 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-c3.inc' (35,169) at 20210905000020581
36677 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.LED_display' (35,170) at 20210308005003288
36678 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time.errors.yaml' (35,171) at 20210610000035158
36679 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/i2c_eeprom_emul.c' (35,172) at 20210308005003400
36680 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/remoteproc/k3-rproc.txt' (35,173) at 20210308005003308
36681 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/clk.c' (35,174) at 20210308005003208
36682 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/toggle-switch.scss' (35,175) at 20210308005107073
36683 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_sw.c' (35,176) at 20210308005003728
36684 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/Makefile' (35,177) at 20210308005003024
36685 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/bootstrap.sh' (35,178) at 20221205040007891
36686 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-mrw.inc' (35,179) at 20210811000030029
36687 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/pgm-specification-user.c' (35,180) at 20230426080043952
36688 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf_rss-stub.c' (35,181) at 20241211090212242
36689 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openconnect/openconnect_9.12.bb' (35,182) at 20230919080013954
36690 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls2080a_simu.h' (35,183) at 20210308005003600
36691 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/086_files_none.dts' (35,184) at 20210308005003752
36692 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-bsp/u-boot/u-boot-fw-utils-aspeed_%.bbappend' (35,185) at 20210823100016972
36693 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/nbd-multiconn.out' (35,186) at 20221215040039366
36694 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_neo2_defconfig' (35,187) at 20210308005003272
36695 2025-10-05 03:01:03.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/zero.hpp' (35,188) at 20230511080008003
36696 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/service_files/chassis-system-reset.service' (35,189) at 20211112040111279
36697 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/meson.build' (35,190) at 20241211090212374
36698 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.15.bb' (35,191) at 20241221090017544
36699 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/association_interface.hpp' (35,192) at 20240829080033123
36700 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/cases/loader/valid/another.py' (35,193) at 20210307205554434
36701 2025-10-05 03:01:03.702-0500 FINEST t466 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' (35,194) at 20240413080012651
36702 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/COPYING.MIT' (35,195) at 20221122040015507
36703 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_types.hpp' (35,196) at 20240925080030034
36704 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power-domain.h' (35,197) at 20210308005003680
36705 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/determinism.patch' (35,198) at 20241221090017664
36706 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/phosphor-power-supply-0.conf' (35,199) at 20210307205553702
36707 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_mtdif2.h' (35,200) at 20210308005003556
36708 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/inventory/inventory-cleanup/inventory-cleanup.yaml' (35,201) at 20210721000034682
36709 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/jobs_processing.py' (35,202) at 20231117090015183
36710 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter/0001-Fix-macro-error.patch' (35,203) at 20221003030013285
36711 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-bytedance/usb-network/files/00-bmc-usb0.network' (35,204) at 20210307205553674
36712 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/LICENSE' (35,205) at 20210308005117617
36713 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/serial/mxc-serial.txt' (35,206) at 20210308005003308
36714 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zc1751-xm018-dc4.dts' (35,207) at 20210308005002636
36715 2025-10-05 03:01:03.702-0500 FINEST t466 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' (35,208) at 20210307205553754
36716 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/mon.c' (35,209) at 20230720080043535
36717 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_writemeta_unittest.cpp' (35,210) at 20210308005134001
36718 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_thread.h' (35,211) at 20241211090212218
36719 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/PageNotFound/index.js' (35,212) at 20220105012522999
36720 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2023.07.02.bb' (35,213) at 20231014080011723
36721 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/s5pc100-pinctrl.dtsi' (35,214) at 20210308005002608
36722 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/pattern.hpp' (35,215) at 20240618080005305
36723 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/u2f-setup-gen.py' (35,216) at 20210308005046249
36724 2025-10-05 03:01:03.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/github-releases.bbclass' (35,217) at 20221003030013329
36725 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-de2.h' (35,218) at 20210308005003636
36726 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-logging.c' (35,219) at 20221215040039394
36727 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/opengrok2.0.log' (35,220) at 20241227090345067
36728 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_arc.c' (35,221) at 20210308005003484
36729 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/arndale/arndale.c' (35,222) at 20210308005003040
36730 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/shift/test_mips64r6_dsrlv.c' (35,223) at 20210308005046525
36731 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/Makefile' (35,224) at 20220910030013341
36732 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/templates/method.mako.cpp' (35,225) at 20210308005108057
36733 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/MAINTAINERS' (35,226) at 20210308005002976
36734 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/interrupts.c' (35,227) at 20210308005002836
36735 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/update-mips-syscall-args.sh' (35,228) at 20210927100127353
36736 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-4.0' (35,229) at 20211006000025230
36737 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/obexftp/obexftp/make_fuse_swig_optional.patch' (35,230) at 20230706080014741
36738 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkspi.c' (35,231) at 20210308005003772
36739 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-owl/regs_s900.h' (35,232) at 20210308005002660
36740 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gardikfors' (35,233) at 20210307205553782
36741 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/pbkdf.h' (35,234) at 20241211090212354
36742 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_SPIFLASH_defconfig' (35,235) at 20210308005003240
36743 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpaqx_s_w_ph.c' (35,236) at 20210308005046505
36744 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/guruplug.c' (35,237) at 20210308005002904
36745 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/mux.c' (35,238) at 20210308005003052
36746 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_device_path_to_text.c' (35,239) at 20210308005003700
36747 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/B4860QDS_defconfig' (35,240) at 20210308005003232
36748 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/id_map.cpp' (35,241) at 20240817080031292
36749 2025-10-05 03:01:03.703-0500 FINEST t466 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' (35,242) at 20241206090014254
36750 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/meson-gxl-usb3.c' (35,243) at 20210308005003456
36751 2025-10-05 03:01:03.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/report-details.html.jinja' (35,244) at 20220804030014695
36752 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/habv4/guides/encrypted_boot.txt' (35,245) at 20210308005003328
36753 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sheep-rk3368_defconfig' (35,246) at 20210308005003280
36754 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/spandsp_git.bb' (35,247) at 20240413080012639
36755 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/atmel_lcdfb.c' (35,248) at 20210308005003520
36756 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/entityMap.json' (35,249) at 20240514080031406
36757 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-x86-stub.c' (35,250) at 20240326080039414
36758 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_46.2.bb' (35,251) at 20241221090017488
36759 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d4ek_nandflash_defconfig' (35,252) at 20210308005003276
36760 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/ProcessorStore.js' (35,253) at 20241004080035963
36761 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Decorator/CLEI.interface.yaml' (35,254) at 20240618080025501
36762 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/test_pcadd.c' (35,255) at 20221215040039386
36763 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/recipetool' (35,256) at 20210307205554642
36764 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpaa_fd.h' (35,257) at 20210308005003648
36765 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021atwr/MAINTAINERS' (35,258) at 20210308005002964
36766 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ChassisCollection.json' (35,259) at 20240619080002944
36767 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-zed/ps7_init_gpl.c' (35,260) at 20210308005003180
36768 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m54451evb/Kconfig' (35,261) at 20210308005002972
36769 2025-10-05 03:01:03.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/marvell/comphy_hpipe.h' (35,262) at 20210308005003456
36770 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/elogall' (35,263) at 20221213040024897
36771 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/Kconfig' (35,264) at 20210308005002988
36772 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/handler.hpp' (35,265) at 20230821192414188
36773 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/soc-info.h' (35,266) at 20210308005002796
36774 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-kernel/linux/linux-aspeed_%.bbappend' (35,267) at 20240727080014098
36775 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_driver/efi_block_device.c' (35,268) at 20210308005003700
36776 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/0002-interface-remove-C-reserved-keyword.patch' (35,269) at 20210307205553754
36777 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/README.md' (35,270) at 20221214040025236
36778 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-self-cycle.err' (35,271) at 20210308005046409
36779 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/Makefile' (35,272) at 20210308005003760
36780 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P5040DS_NAND_SECURE_BOOT_defconfig' (35,273) at 20210308005003244
36781 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/recipetool' (35,274) at 20210307205554642
36782 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/unistd.h' (35,275) at 20210308005046065
36783 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0013-remove-clean-script.patch' (35,276) at 20220910030013425
36784 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/no-gplv3.inc' (35,277) at 20241221090017612
36785 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/samhain.service' (35,278) at 20210307205554122
36786 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/watchdog/phosphor-watchdog_%.bbappend' (35,279) at 20220311040028855
36787 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom/0001-subpel_variance_neon-Provide-prototypes-for-missing-.patch' (35,280) at 20230609080014387
36788 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/network/phosphor-network/00-hmc-usb0.network' (35,281) at 20240727080014098
36789 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_74xx.py' (35,282) at 20241211090212542
36790 2025-10-05 03:01:03.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/u-boot.lds' (35,283) at 20210308005002848
36791 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ide-internal.h' (35,284) at 20240906080037232
36792 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/lance.h' (35,285) at 20210308005046021
36793 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/subprojects/sdbusplus.wrap' (35,286) at 20220917030017029
36794 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/trigger_action.hpp' (35,287) at 20220607100029055
36795 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_legacy.c' (35,288) at 20210308005003404
36796 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-Bern-upc-cablecom' (35,289) at 20210307205553758
36797 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mtk_eth.c' (35,290) at 20210308005003436
36798 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/soc-family.inc' (35,291) at 20210307205554410
36799 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pwm/pwm.txt' (35,292) at 20210308005003308
36800 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/zc5601.h' (35,293) at 20210308005003624
36801 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/0002-perf_examples-Remove-unused-sum-variable.patch' (35,294) at 20210729000029104
36802 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf-editor_45.0.1.bb' (35,295) at 20231126090012777
36803 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/nxp/pinctrl-imx.h' (35,296) at 20210308005003460
36804 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/bmc/bmc.c' (35,297) at 20210308004938832
36805 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ahtari' (35,298) at 20210307205553766
36806 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/trace-events' (35,299) at 20240906080037284
36807 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/exceptions.c' (35,300) at 20210308005002884
36808 2025-10-05 03:01:03.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/rcw_p3041ds.cfg' (35,301) at 20210308005002964
36809 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/Update-x86emu-from-X.org.patch' (35,302) at 20210307205554458
36810 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/dbus.h' (35,303) at 20210308005108641
36811 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/073' (35,304) at 20210927100127477
36812 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/halt' (35,305) at 20220405030025645
36813 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/string.h' (35,306) at 20210308005002544
36814 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/local.conf.sample' (35,307) at 20241221090017476
36815 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host.errors.yaml' (35,308) at 20220315030032663
36816 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios' (35,309) at 20221210040020210
36817 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/net/pfe_eth/pfe_firmware.h' (35,310) at 20210308005003676
36818 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/MAINTAINERS' (35,311) at 20210308005003048
36819 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/davinci_rtc.h' (35,312) at 20210308005002672
36820 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f469-discovery/Kconfig' (35,313) at 20210308005003052
36821 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (35,314) at 20231006080017477
36822 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-bad-type.json' (35,315) at 20210308005046405
36823 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/openvpn' (35,316) at 20220721030015841
36824 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/board_f.c' (35,317) at 20210308005003220
36825 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/trace-events' (35,318) at 20240906080037140
36826 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/nl-Delta' (35,319) at 20210307205553758
36827 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/tools.py' (35,320) at 20210308005003772
36828 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-space.json' (35,321) at 20210308005046405
36829 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/layer.conf' (35,322) at 20241221090017572
36830 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/overlayfs/overlayfs-tools_v2024.07.bb' (35,323) at 20241221090017484
36831 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/leveldb/leveldb_1.23.bb' (35,324) at 20231126090012789
36832 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a31.c' (35,325) at 20210308005003352
36833 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/pmbus_utils.hpp' (35,326) at 20210430000109181
36834 2025-10-05 03:01:03.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/Makefile' (35,327) at 20210308005002924
36835 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/container-template.yml' (35,328) at 20230925080039809
36836 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/policy_find.cpp' (35,329) at 20230511080010311
36837 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/registration.hpp' (35,330) at 20210617000039364
36838 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test/run-ptest' (35,331) at 20220804030014691
36839 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/meson_spifc.c' (35,332) at 20210308005003492
36840 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/lsof' (35,333) at 20241221090017620
36841 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/fdmon-poll.c' (35,334) at 20230925080040113
36842 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-fan-config/swift/fans.yaml' (35,335) at 20210307205553702
36843 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/148' (35,336) at 20210927100127485
36844 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/components/table/table-toolbar.js' (35,337) at 20210308005107069
36845 2025-10-05 03:01:03.708-0500 FINEST t466 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' (35,338) at 20240904080027738
36846 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/150-use_DESTDIR.patch' (35,339) at 20230706080014745
36847 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/imx7_spl.h' (35,340) at 20210308005003596
36848 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/target_long.h' (35,341) at 20240326080039530
36849 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/dlsys_mock.hpp' (35,342) at 20210427000038401
36850 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra30-beaver.dts' (35,343) at 20210308005002628
36851 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (35,344) at 20240720080012613
36852 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/st-pincfg.h' (35,345) at 20210308005002612
36853 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spmi/spmi-sandbox.c' (35,346) at 20210308005003496
36854 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb' (35,347) at 20210307205554386
36855 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-388-helios4-u-boot.dtsi' (35,348) at 20210308005002568
36856 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/iotools/iotools_1.6.bb' (35,349) at 20220921030015982
36857 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/trace-enable/trace-enable/trace-enable.service' (35,350) at 20220129040011653
36858 2025-10-05 03:01:03.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/libusb-header-path.patch' (35,351) at 20231011080016574
36859 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-puma.dtsi' (35,352) at 20210308005002608
36860 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-kernel/linux/linux-aspeed_%.bbappend' (35,353) at 20221118040015022
36861 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/gpio-rcar.c' (35,354) at 20210308005003376
36862 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx51evk.h' (35,355) at 20210308005003604
36863 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/wpa_supplicant.conf' (35,356) at 20210307205554466
36864 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/Makefile' (35,357) at 20210308005003028
36865 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/leds/common.txt' (35,358) at 20210308005003304
36866 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/bmc_mode_unittest.cpp' (35,359) at 20220924030005907
36867 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-error.c' (35,360) at 20220429100100954
36868 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_user.c' (35,361) at 20210308004938832
36869 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control/witherspoon/avsbus-disable@.service' (35,362) at 20220514030009396
36870 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.json' (35,363) at 20210308005046397
36871 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/minnowmax/MAINTAINERS' (35,364) at 20210308005003008
36872 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/WEBUI_CI' (35,365) at 20220429100025221
36873 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/network/phosphor-network_%.bbappend' (35,366) at 20241206090014222
36874 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6qdl-icore.dtsi' (35,367) at 20210308005002584
36875 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/fvp-base.yml' (35,368) at 20231126090012765
36876 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-case.json' (35,369) at 20210308005046401
36877 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/inline-confirm.scss' (35,370) at 20210308005107073
36878 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html' (35,371) at 20210307205554282
36879 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb' (35,372) at 20240309090012820
36880 2025-10-05 03:01:03.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/qga-vss.idl' (35,373) at 20210308005046233
36881 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_vexpress_osc.c' (35,374) at 20210308005003348
36882 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9m10g45ek.dts' (35,375) at 20210308005002572
36883 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stih410/sys_proto.h' (35,376) at 20210308005002664
36884 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-37xx.dtsi' (35,377) at 20210308005002564
36885 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tqma6q_mba6_mmc_defconfig' (35,378) at 20210308005003284
36886 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/scripts_no_bash.patch' (35,379) at 20230706080014741
36887 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8a/tune-cortexa72.inc' (35,380) at 20240301090012451
36888 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch' (35,381) at 20241206090014342
36889 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/u-boot.lds' (35,382) at 20210308005003072
36890 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/RestorePolicy.interface.yaml' (35,383) at 20221207040023627
36891 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/Kconfig' (35,384) at 20220215040051628
36892 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/timer.c' (35,385) at 20210308005002544
36893 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre/run-ptest' (35,386) at 20210307205554622
36894 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/licenses.rst' (35,387) at 20240302090018218
36895 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-fan-config/fans.yaml' (35,388) at 20210307205554062
36896 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb' (35,389) at 20241221090017532
36897 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm2_tis_sandbox.c' (35,390) at 20230310090043283
36898 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/pnor_partition.cpp' (35,391) at 20210308005108645
36899 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/leds/evb-npcm845-led-manager-config-native.bb' (35,392) at 20241206090014234
36900 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.md.mako' (35,393) at 20210308005049765
36901 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/0002-teamd-Re-adjust-include-header-order.patch' (35,394) at 20241206090014262
36902 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/escc.h' (35,395) at 20241211090212358
36903 2025-10-05 03:01:03.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/.lcovrc' (35,396) at 20210308005123345
36904 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci-uclass.c' (35,397) at 20210308005003448
36905 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (35,398) at 20240829080014022
36906 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/uhci-regs.h' (35,399) at 20241211090212366
36907 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/OWNERS' (35,400) at 20240223090016062
36908 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/QPL-1.0-INRIA-2004' (35,401) at 20241221090017616
36909 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/README.q200' (35,402) at 20210308005002912
36910 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brxre1/mux.c' (35,403) at 20210308005002904
36911 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/README.md' (35,404) at 20220622030032061
36912 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-dbus-interfaces/Makefile.am' (35,405) at 20210308005117617
36913 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra186-common.h' (35,406) at 20210308005003620
36914 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.client.hpp.mako' (35,407) at 20230902080037617
36915 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ehci.c' (35,408) at 20210308005003020
36916 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1021aqds_nor_lpuart_defconfig' (35,409) at 20210308005003264
36917 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/models.py' (35,410) at 20230925080039973
36918 2025-10-05 03:01:03.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/libgedit-amtk_5.8.0.bb' (35,411) at 20231011080016570
36919 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/mips_gic.h' (35,412) at 20230426080043764
36920 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/l+g/vinco/Makefile' (35,413) at 20210308005003016
36921 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp_training_static.h' (35,414) at 20210308005003368
36922 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/wb45n.h' (35,415) at 20210308005003624
36923 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/novena_spl.c' (35,416) at 20210308005003016
36924 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sarna_Mickeltemplet' (35,417) at 20210307205553790
36925 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-4.2.rst' (35,418) at 20231126090012821
36926 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/arm-vfp-sysregs.xml' (35,419) at 20220429100100430
36927 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LWP4.interface.yaml' (35,420) at 20220315030032659
36928 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/Makefile.am.include' (35,421) at 20220922030007675
36929 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_mulu.c' (35,422) at 20210308005046525
36930 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/misc/fsl,mpc83xx-serdes.txt' (35,423) at 20210308005002536
36931 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/errp-guard.cocci' (35,424) at 20210308005046237
36932 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/etsec.h' (35,425) at 20230426080043712
36933 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-prop-internal.h' (35,426) at 20210927100127117
36934 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend' (35,427) at 20210812000025294
36935 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/dtc-lexer.l' (35,428) at 20210308005003728
36936 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.err' (35,429) at 20210308005046397
36937 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/sgx-epc.h' (35,430) at 20240906080037332
36938 2025-10-05 03:01:03.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_SPIFLASH_defconfig' (35,431) at 20210308005003240
36939 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-sata.cfg' (35,432) at 20230131040012019
36940 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/99-calibration.conf' (35,433) at 20210307205554106
36941 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config.bb' (35,434) at 20241206090014274
36942 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb' (35,435) at 20241206090014246
36943 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/lion_rk3368/Kconfig' (35,436) at 20210308005003072
36944 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/inventory/inventory-cleanup.bb' (35,437) at 20241206090014230
36945 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Leptonica' (35,438) at 20211006000025238
36946 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/decode.c' (35,439) at 20240906080037476
36947 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_handler.service.in' (35,440) at 20230517080019878
36948 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/0001-Remove-check_build_deps-build-steps.patch' (35,441) at 20241221090017512
36949 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/testdata/layer1/conf/layer.conf' (35,442) at 20210307205554258
36950 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/index.rst' (35,443) at 20240326080039402
36951 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/lpc-uclass.c' (35,444) at 20210308005002884
36952 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/0001-Get-parameters-for-both-libsolv-and-libsolvext-libdn.patch' (35,445) at 20241221090017664
36953 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/qemupciserial.inf' (35,446) at 20210308005045805
36954 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/titanium_defconfig' (35,447) at 20210308005003284
36955 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/control.c' (35,448) at 20230809080010799
36956 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (35,449) at 20241206090014206
36957 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/ftrace.h' (35,450) at 20210308005046545
36958 2025-10-05 03:01:03.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/attr.c' (35,451) at 20210308005003740
36959 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/random-gnutls.c' (35,452) at 20210308005045777
36960 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/settings/phosphor-settings-manager/restrictionmode-default-allowlist.override.yml' (35,453) at 20240210090012534
36961 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb' (35,454) at 20241221090017528
36962 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/config.mk' (35,455) at 20210308005002844
36963 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/start_getty' (35,456) at 20231014080011731
36964 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/.shellcheck-ignore' (35,457) at 20221207040017995
36965 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8572ds/ddr.c' (35,458) at 20210308005002980
36966 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/cpu_core.cpp' (35,459) at 20240621080031502
36967 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/fp5280g3_chassis.json' (35,460) at 20240307090005671
36968 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch' (35,461) at 20241221090017564
36969 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx28evk/Makefile' (35,462) at 20210308005002980
36970 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8569MDS_defconfig' (35,463) at 20210308005003240
36971 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/Kconfig' (35,464) at 20210308005003004
36972 2025-10-05 03:01:03.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/fpga.c' (35,465) at 20210308005003372
36973 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/mem-common.c' (35,466) at 20210308005002756
36974 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/064.out' (35,467) at 20210308005046441
36975 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/Makefile' (35,468) at 20210308005003020
36976 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuS/eb_cpu5282/eb_cpu5282.c' (35,469) at 20210308005002904
36977 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/dts/Kconfig' (35,470) at 20210308005003540
36978 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-sell-variant-MIT-disclaimer' (35,471) at 20241221090017616
36979 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9260-smartweb.dts' (35,472) at 20210308005002568
36980 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/am6_init.c' (35,473) at 20210308005002728
36981 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Paulistrom' (35,474) at 20210307205553790
36982 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/inversepath/usbarmory/MAINTAINERS' (35,475) at 20210308005003008
36983 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/LICENSE' (35,476) at 20220412175720082
36984 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/comtrend,ct-5361.dts' (35,477) at 20210308005002812
36985 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/multiplexed_log.py' (35,478) at 20210308005003744
36986 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/README' (35,479) at 20210817100021806
36987 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/meson.build' (35,480) at 20211211040043768
36988 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk322x.c' (35,481) at 20210308005003464
36989 2025-10-05 03:01:03.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb' (35,482) at 20240301090012439
36990 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpmac.c' (35,483) at 20210308005003432
36991 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/rockchip/rk3288_vop.c' (35,484) at 20210308005003532
36992 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/virtio-gpu.rst' (35,485) at 20241211090212238
36993 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/0001-read-returns-ssize_t.patch' (35,486) at 20230706080014737
36994 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/dns_updater.cpp' (35,487) at 20230511080033415
36995 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/timer.c' (35,488) at 20210308005002548
36996 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-WaggaWagga' (35,489) at 20210307205553766
36997 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/usb-hcd-xhci-test.c' (35,490) at 20240326080039738
36998 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/sys_proto.h' (35,491) at 20210308005002668
36999 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/dos2unix.bbclass' (35,492) at 20220910030013385
37000 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/pmic.c' (35,493) at 20210308005003216
37001 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/0001-Drop-using-register-storage-classifier.patch' (35,494) at 20230131040012031
37002 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_muls.S' (35,495) at 20230925080040101
37003 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64le/float_madds.ref' (35,496) at 20220429100100942
37004 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-sld8-ref.dts' (35,497) at 20210308005002632
37005 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9263/led.c' (35,498) at 20210308005003040
37006 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra20-common.h' (35,499) at 20210308005003620
37007 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_no_version.cpp' (35,500) at 20210308005100997
37008 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/clock/rockchip,rk3288-cru.txt' (35,501) at 20210308005003300
37009 2025-10-05 03:01:03.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hstr/files/0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch' (35,502) at 20230317080013793
37010 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/comm_module.hpp' (35,503) at 20210308005051509
37011 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/0001-plugin.c-workaround-powerpc64le-segfaults-error.patch' (35,504) at 20230211040012639
37012 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/power/phosphor-power_%.bbappend' (35,505) at 20241206090014230
37013 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/pico-imx7d/MAINTAINERS' (35,506) at 20210308005003068
37014 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/check-funcs.patch' (35,507) at 20210307205554506
37015 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libmctp/files/p10bmc/service-override.conf' (35,508) at 20240118090012501
37016 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/bblock.rst' (35,509) at 20241221090017592
37017 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/gen-fan-monitor-defs.py' (35,510) at 20230518080029178
37018 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos-v1.c' (35,511) at 20210308005002912
37019 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/g220a-ipmi-sensors.yaml' (35,512) at 20210820100014769
37020 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/csfr.h.inc' (35,513) at 20230925080040069
37021 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/i2c/tree.py' (35,514) at 20240322080018644
37022 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv7m.inc' (35,515) at 20210905000020581
37023 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5329evb/MAINTAINERS' (35,516) at 20210308005002972
37024 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/FabricAdapter.v1_5_3.json' (35,517) at 20240619080002948
37025 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/hisilicon/pinmux.c' (35,518) at 20210308005002560
37026 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/pathwatch.cpp' (35,519) at 20230520080021600
37027 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012aqds/MAINTAINERS' (35,520) at 20210308005002964
37028 2025-10-05 03:01:03.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_calendar.scss' (35,521) at 20220105012522983
37029 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Parity-6.0.0' (35,522) at 20211006000025242
37030 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gardena/smart-gateway-mt7688/MAINTAINERS' (35,523) at 20210308005002996
37031 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/snippets/pkg_revdependencies_popover.html' (35,524) at 20210307205554286
37032 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx7/MAINTAINERS' (35,525) at 20210308005003084
37033 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bosch/shc/README' (35,526) at 20210308005002924
37034 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/bluez5/0003-Increase-firmware-load-timeout-to-30s.patch' (35,527) at 20230706080014765
37035 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands.c' (35,528) at 20240906080037440
37036 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/meson.build' (35,529) at 20210308005046549
37037 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/__init__.py' (35,530) at 20210307205554290
37038 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-source.inc' (35,531) at 20221120040010734
37039 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/config/led-group-config.json' (35,532) at 20240824080021954
37040 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvdial/musl-support.patch' (35,533) at 20210307205553882
37041 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/Makefile' (35,534) at 20210308005002828
37042 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_memory.c' (35,535) at 20210308005003704
37043 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb' (35,536) at 20241221090017548
37044 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemitev2/gpio_desc.json' (35,537) at 20221207040007843
37045 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/notifier_dbus_handler.hpp' (35,538) at 20240910080001398
37046 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/Makefile' (35,539) at 20210308005003720
37047 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-solaris.c' (35,540) at 20240906080037376
37048 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pwm/sunxi_pwm.c' (35,541) at 20210308005003472
37049 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Saddleworth' (35,542) at 20210307205553798
37050 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/include/mach/clock.h' (35,543) at 20210308005002732
37051 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffsfs.h' (35,544) at 20210308005003556
37052 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/opkg-utils/opkg-utils/0001-update-alternatives-correctly-match-priority.patch' (35,545) at 20210307205554538
37053 2025-10-05 03:01:03.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-universal_c210.dts' (35,546) at 20210308005002576
37054 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/img2srec.c' (35,547) at 20210308005003764
37055 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ti-usb-phy-uboot.h' (35,548) at 20210308005003688
37056 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/fpga.h' (35,549) at 20210308005002912
37057 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-commit-active.out' (35,550) at 20230925080040089
37058 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/calxedaxgmac.c' (35,551) at 20210308005003424
37059 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/openpower-dbus-interfaces.pc.in' (35,552) at 20210308005057105
37060 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_control/test_obmc_gui_sol_console.robot' (35,553) at 20210308005007108
37061 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/fsl_portals.h' (35,554) at 20210308005002640
37062 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/storage.py' (35,555) at 20220910030013401
37063 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/googletest.wrap' (35,556) at 20210524100135851
37064 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/dma.h' (35,557) at 20210308005002644
37065 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-config/0001-config.txt-reintroduce-start_x.patch' (35,558) at 20231126090012805
37066 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/docs/dm-verity.txt' (35,559) at 20240413080012667
37067 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/MemoryStore.js' (35,560) at 20241004080035963
37068 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/7001force_define_architecture.patch' (35,561) at 20230706080014753
37069 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/sandbox_timer.c' (35,562) at 20210308005003500
37070 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-emul-uclass.c' (35,563) at 20210308005003380
37071 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/musb-new/ti-musb.c' (35,564) at 20210308005003520
37072 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/error-reporting-tool.rst' (35,565) at 20230114040015514
37073 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuopio' (35,566) at 20210307205553770
37074 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/merge_settings.py' (35,567) at 20220308040011936
37075 2025-10-05 03:01:03.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/README.md' (35,568) at 20240816080030415
37076 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/try-from.8' (35,569) at 20210307205554574
37077 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/vhost-user-rng.rst' (35,570) at 20240906080037180
37078 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/prserv/client.py' (35,571) at 20241206090014290
37079 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-sensor-map-native.bb' (35,572) at 20241206090014278
37080 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/meson.build' (35,573) at 20230426080043848
37081 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-3.0-DE' (35,574) at 20211006000025230
37082 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/nfs/nfs.cfg' (35,575) at 20240426080018068
37083 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-phosphor/console/obmc-console/obmc-console.conf' (35,576) at 20230512080018777
37084 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/hmac.h' (35,577) at 20241211090212354
37085 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/mmc.h' (35,578) at 20210308005002776
37086 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/cfi_flash.c' (35,579) at 20210308005003408
37087 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-baltos.dts' (35,580) at 20210308005002560
37088 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_sandbox.c' (35,581) at 20210308005003536
37089 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/man_fromhost.patch' (35,582) at 20241221090017680
37090 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause-first-lines' (35,583) at 20241221090017612
37091 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/templates/default/local.conf.sample' (35,584) at 20241221090017480
37092 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb' (35,585) at 20220823030015963
37093 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/console/obmc-console/host_console_uart_config.service' (35,586) at 20220921030015982
37094 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_manager_main.cpp' (35,587) at 20241004080025307
37095 2025-10-05 03:01:03.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/goarch.bbclass' (35,588) at 20241206090014302
37096 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/qemu-x86_q35.dts' (35,589) at 20210308005002872
37097 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/pine_h64_defconfig' (35,590) at 20210308005003276
37098 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omapl138_lcdk.h' (35,591) at 20210308005003608
37099 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/hi3798cv200.dtsi' (35,592) at 20210308005002580
37100 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/time_ut.c' (35,593) at 20210308005003748
37101 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/userguide/userguide.tex' (35,594) at 20210308004941080
37102 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_NAND_defconfig' (35,595) at 20210308005003244
37103 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-pci.c' (35,596) at 20210308005003512
37104 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.LED' (35,597) at 20210308005003288
37105 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/13-fix-ldflags-in-makefile.patch' (35,598) at 20230706080014745
37106 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/hsdk-creg-gpio.c' (35,599) at 20210308005003376
37107 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb' (35,600) at 20240301090012431
37108 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mie3-sel.c' (35,601) at 20220429100100946
37109 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-bsp/images/npcm7xx-igps-native_%.bbappend' (35,602) at 20241206090014278
37110 2025-10-05 03:01:03.721-0500 FINEST t466 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' (35,603) at 20241221090017464
37111 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Helgum' (35,604) at 20210307205553782
37112 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6ull_14x14_evk_plugin_defconfig' (35,605) at 20210308005003272
37113 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bcm2838_peripherals.h' (35,606) at 20240906080037328
37114 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_i2c.c' (35,607) at 20210308005003472
37115 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/80-7seg.rules' (35,608) at 20210308005116673
37116 2025-10-05 03:01:03.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968380gerg/Makefile' (35,609) at 20210308005002940
37117 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.err' (35,610) at 20210927100127469
37118 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0002-RH-Remove-the-property-blacklist-exception-builtin.patch' (35,611) at 20241221090017540
37119 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/switch-nic-main-or-aux-mode' (35,612) at 20240504080013861
37120 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/delay/delay.bb' (35,613) at 20210307205554386
37121 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_b.c' (35,614) at 20210308005046521
37122 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/compiler.h' (35,615) at 20210308005003656
37123 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_yaffs1.c' (35,616) at 20210308005003556
37124 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/Kconfig' (35,617) at 20241211090212246
37125 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_onenand.c' (35,618) at 20210308005003232
37126 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/triggerable_mock.cpp' (35,619) at 20220210040033214
37127 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/block-qcow.h' (35,620) at 20210308005045773
37128 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/or.md' (35,621) at 20240809080033023
37129 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/cc_helper.c' (35,622) at 20241211090212486
37130 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/start.S' (35,623) at 20210308005002860
37131 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_bugzilla_entry_format.fail' (35,624) at 20241206090014306
37132 2025-10-05 03:01:03.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/FaultLogType.interface.yaml' (35,625) at 20240228090020568
37133 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/power.h' (35,626) at 20210308005002724
37134 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout.errors.yaml' (35,627) at 20210610000035106
37135 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/mtk_wdt.c' (35,628) at 20210308005003540
37136 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/failover.h' (35,629) at 20210308005046041
37137 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/gpio.cpp' (35,630) at 20210308005109241
37138 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Vuokatti' (35,631) at 20210307205553774
37139 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/gpio.cpp' (35,632) at 20240621080018753
37140 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os-tadevkit_4.%.bbappend' (35,633) at 20241206090014214
37141 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/vblade.conf' (35,634) at 20210307205553822
37142 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xilinx_zynqmp_zcu102_rev1_0_defconfig' (35,635) at 20210308005003288
37143 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_user.h' (35,636) at 20241211090212510
37144 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (35,637) at 20230810080021387
37145 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/dibbler_fix_getSize_crash.patch' (35,638) at 20230706080014737
37146 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/kylin_rk3036/MAINTAINERS' (35,639) at 20210308005003040
37147 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/BMC_WEB_CI' (35,640) at 20220429100025221
37148 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld11-global.dts' (35,641) at 20210308005002632
37149 2025-10-05 03:01:03.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.json' (35,642) at 20210308005046405
37150 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/t4qds.h' (35,643) at 20210308005003620
37151 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/confsearch.diff' (35,644) at 20241221090017516
37152 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/fan_speed.hpp' (35,645) at 20220726030035038
37153 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/db-88f6820-amc/MAINTAINERS' (35,646) at 20210308005002904
37154 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-tangier/global_nvs.h' (35,647) at 20210308005002876
37155 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/s_record.h' (35,648) at 20210308005003684
37156 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/conf-notes.txt' (35,649) at 20220913030020488
37157 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zcu104-revA/psu_init_gpl.c' (35,650) at 20210308005003200
37158 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/less/files/run-ptest' (35,651) at 20230919080013990
37159 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32mp/cpu.c' (35,652) at 20210308005002784
37160 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/atomics.rst' (35,653) at 20241211090212234
37161 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx6q_tpc/Makefile' (35,654) at 20210308005003012
37162 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/Kconfig' (35,655) at 20210308005002904
37163 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/arm-smccc.h' (35,656) at 20210308005003656
37164 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OML' (35,657) at 20211006000025242
37165 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/ddr.c' (35,658) at 20210308005002988
37166 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qsd-jobs' (35,659) at 20240906080037568
37167 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/p_corenet/pci.c' (35,660) at 20210308005002960
37168 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (35,661) at 20231213090013482
37169 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/nbd.rst' (35,662) at 20240906080037176
37170 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent_2.2.12.bb' (35,663) at 20241221090017516
37171 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/dmc_init_exynos4.c' (35,664) at 20210308005002720
37172 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/0BSD' (35,665) at 20211006000025226
37173 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/meson.build' (35,666) at 20241211090212338
37174 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/prexport.conf' (35,667) at 20210307205554414
37175 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/trace.h' (35,668) at 20210308005046341
37176 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/machine/yosemite4.conf' (35,669) at 20240727080014098
37177 2025-10-05 03:01:03.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/relocate.S' (35,670) at 20210308005002560
37178 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/SA-1100.h' (35,671) at 20210308005003560
37179 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/manual/abat.patch' (35,672) at 20210307205554438
37180 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-poweroff.service' (35,673) at 20240522080012568
37181 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/odbc.json' (35,674) at 20210307205553850
37182 2025-10-05 03:01:03.725-0500 FINEST t466 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' (35,675) at 20240113090014528
37183 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/0002-Enable-64bit-off_t.patch' (35,676) at 20230131040012023
37184 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-command.h' (35,677) at 20221215040039190
37185 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-brxre1.dts' (35,678) at 20210308005002560
37186 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/helper.cpp' (35,679) at 20240817080027656
37187 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/containerimage.py' (35,680) at 20241221090017628
37188 2025-10-05 03:01:03.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/0003-Update-CXX-standard-to-CXX14.patch' (35,681) at 20241206090014258
37189 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_SPIFLASH_defconfig' (35,682) at 20210308005003244
37190 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P3041DS_SDCARD_defconfig' (35,683) at 20210308005003244
37191 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target-con-set.h' (35,684) at 20210927100127457
37192 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/keyboard.dtsi' (35,685) at 20210308005002860
37193 2025-10-05 03:01:03.726-0500 FINEST t466 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' (35,686) at 20220402030015923
37194 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/syscon_rk3128.c' (35,687) at 20210308005002772
37195 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-pkgdata-browser.glade' (35,688) at 20210307205554638
37196 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-ld4-ref.dts' (35,689) at 20210308005002632
37197 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1012afrwy.h' (35,690) at 20210308005003600
37198 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_a_d.c' (35,691) at 20210308005046517
37199 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/match.hpp' (35,692) at 20210308005114857
37200 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_aemv8a.h' (35,693) at 20210308005003624
37201 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/ea20/MAINTAINERS' (35,694) at 20210308005002952
37202 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ast2600_openbmc_spl_emmc_defconfig' (35,695) at 20230310090043279
37203 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-dram-ld4.c' (35,696) at 20210308005002792
37204 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/common/common.h' (35,697) at 20210308005003012
37205 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/codec-uclass.c' (35,698) at 20210308005003488
37206 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/197' (35,699) at 20240326080039730
37207 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkv310/Kconfig' (35,700) at 20210308005003044
37208 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/vtbl.c' (35,701) at 20210308005003424
37209 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a7796_ulcb_defconfig' (35,702) at 20210308005003276
37210 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-x86/kvm_para.h' (35,703) at 20240906080037348
37211 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/aml/aml_git.bb' (35,704) at 20240301090012427
37212 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.json' (35,705) at 20210308005046413
37213 2025-10-05 03:01:03.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/init.d' (35,706) at 20210307205554570
37214 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Melbourne-Upwey' (35,707) at 20210307205553762
37215 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Fuji.json' (35,708) at 20240703080039227
37216 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-k3/arm64-mmu.c' (35,709) at 20210308005002728
37217 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/clk-core.c' (35,710) at 20210308005002552
37218 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (35,711) at 20210812000025166
37219 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Drevdagen' (35,712) at 20210307205553778
37220 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/0002-configure-Disable-selected-warnings.patch' (35,713) at 20220502030010100
37221 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/runuser.pamd' (35,714) at 20210307205554494
37222 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-spear/spr_defs.h' (35,715) at 20210308005002664
37223 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-string.err' (35,716) at 20210308005046413
37224 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_serial.c' (35,717) at 20240516080009958
37225 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.npmrc' (35,718) at 20220105012522959
37226 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ContainerImage.v1_0_1.json' (35,719) at 20240619080002944
37227 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/default_floor.hpp' (35,720) at 20210617000043812
37228 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/keystone_nav.h' (35,721) at 20210308005002708
37229 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/0001-tests-builtin_trusted-Failure-command-is-failed.patch' (35,722) at 20230131040012035
37230 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/config.mk' (35,723) at 20210308005003232
37231 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bblayers/create.py' (35,724) at 20230317080013821
37232 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/235.out' (35,725) at 20210308005046461
37233 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/occ/files/occ_sensor.yaml' (35,726) at 20210307205553694
37234 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/bmclanconf' (35,727) at 20210308004938816
37235 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/templates/default/conf-notes.txt' (35,728) at 20220913030020492
37236 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/0003-fixheadercheck.patch' (35,729) at 20241221090017656
37237 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-whitelist-native.bb' (35,730) at 20210307205554070
37238 2025-10-05 03:01:03.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/lmdb_0.9.31.bb' (35,731) at 20230813080012844
37239 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/m5373evb.c' (35,732) at 20210308005002972
37240 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs_common.h' (35,733) at 20210308005003696
37241 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_zero_plus_defconfig' (35,734) at 20210308005003272
37242 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/riotboard_spl_defconfig' (35,735) at 20210308005003276
37243 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/phy_interface.h' (35,736) at 20210308005003680
37244 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/tools/generate-psu-tar' (35,737) at 20240731080028046
37245 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-turris-omnia.dts' (35,738) at 20210308005002568
37246 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb' (35,739) at 20230706080014789
37247 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/hunspell_1.7.2.bb' (35,740) at 20230211040012639
37248 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/t2081_spi_rcw.cfg' (35,741) at 20210308005002996
37249 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/README' (35,742) at 20210307205554626
37250 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/include/poky-floating-revisions.inc' (35,743) at 20230401080011959
37251 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/slang/slang_2.3.3.bb' (35,744) at 20220910030013429
37252 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/sandbox.c' (35,745) at 20210308005003380
37253 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0001-genisoimage-Fix-fprintf-format-errors.patch' (35,746) at 20230706080014753
37254 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/subprojects/libgpiod.wrap' (35,747) at 20240724080011687
37255 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/semihosting.c' (35,748) at 20210308005002708
37256 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx35pdk_defconfig' (35,749) at 20210308005003268
37257 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.fsl-hwconfig' (35,750) at 20210308005003292
37258 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-ipmi-entity-association-map/files/entity_association_map.json' (35,751) at 20210323100034241
37259 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipetool/files/add-file.patch' (35,752) at 20241206090014298
37260 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/config.h' (35,753) at 20210308005002544
37261 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/conf-notes.txt' (35,754) at 20220913030020492
37262 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qom-fuse' (35,755) at 20220429100100750
37263 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-pci-gl.c' (35,756) at 20221215040039106
37264 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/Makefile.am.include' (35,757) at 20210308005108645
37265 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-ClermontCarn' (35,758) at 20210307205553774
37266 2025-10-05 03:01:03.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/0009-greeter.c-disallow-empty-new-password.patch' (35,759) at 20210307205553946
37267 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/goni/onenand.c' (35,760) at 20210308005003044
37268 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3328.c' (35,761) at 20210308005003464
37269 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/Makefile' (35,762) at 20210308005003072
37270 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/TU-Berlin-1.0' (35,763) at 20211006000025246
37271 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm968580xref/Makefile' (35,764) at 20210308005002940
37272 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_verify.c' (35,765) at 20210308005003556
37273 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/meson.build' (35,766) at 20240906080037284
37274 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/sbc/Makefile' (35,767) at 20210308005002796
37275 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ms7750se/MAINTAINERS' (35,768) at 20210308005003020
37276 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/binop.c' (35,769) at 20210308005003208
37277 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/fixup.patch' (35,770) at 20231011080016586
37278 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/common/Makefile' (35,771) at 20210308005003076
37279 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-base.err' (35,772) at 20210308005046397
37280 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test/0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch' (35,773) at 20210308005003772
37281 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc.inc' (35,774) at 20220125040024371
37282 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/webmin_2.202.bb' (35,775) at 20241221090017564
37283 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/no-man.patch' (35,776) at 20240127090011892
37284 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/event_messaged_sdbus.c' (35,777) at 20210308004942076
37285 2025-10-05 03:01:03.729-0500 FINEST t466 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' (35,778) at 20210608000015795
37286 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_simple.dts' (35,779) at 20210308005003760
37287 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/fix-build-with-gcc-14.patch' (35,780) at 20241206090014254
37288 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/MAINTAINERS' (35,781) at 20210308005002992
37289 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/gardena-smart-gateway-mt7688.h' (35,782) at 20210308005003596
37290 2025-10-05 03:01:03.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/smc911x.c' (35,783) at 20210308005003444
37291 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/process_tree_test.py' (35,784) at 20210307205554642
37292 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config/gnu-configize.in' (35,785) at 20210307205554514
37293 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_NAND_SECBOOT_defconfig' (35,786) at 20210308005003240
37294 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-core_2.19.1.bb' (35,787) at 20241221090017552
37295 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/trace-events' (35,788) at 20210927100127441
37296 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/0004-cleanup-includes.patch' (35,789) at 20220204040022452
37297 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/gx.h' (35,790) at 20210308005002644
37298 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/files/0001-tweak-install-prefix.patch' (35,791) at 20210307205553914
37299 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab/issue_templates/bug.md' (35,792) at 20230426080043628
37300 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/on_change_threshold.cpp' (35,793) at 20240904080048943
37301 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/uftp/uftp_5.0.3.bb' (35,794) at 20240106090017233
37302 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/trace.h' (35,795) at 20210308005045965
37303 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.json' (35,796) at 20220429100100882
37304 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsl/gsl_2.8.bb' (35,797) at 20241206090014258
37305 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-Dont-use-isystem.patch' (35,798) at 20210307205553990
37306 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Valkeakoski' (35,799) at 20210307205553770
37307 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/mips.c' (35,800) at 20221215040039074
37308 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/power_supply.hpp' (35,801) at 20240106090032282
37309 2025-10-05 03:01:03.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/phosphor-ipmi-flash-bios-verify.service' (35,802) at 20210307205554082
37310 2025-10-05 03:01:03.731-0500 FINEST t466 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' (35,803) at 20220910030013369
37311 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/COPYING' (35,804) at 20210307205554574
37312 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/meson.build' (35,805) at 20240908080010102
37313 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitmodules' (35,806) at 20230925080039809
37314 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/dw_mmc.c' (35,807) at 20210308005003404
37315 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/renesas_sci.h' (35,808) at 20210308005046005
37316 2025-10-05 03:01:03.731-0500 FINEST t466 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' (35,809) at 20230706080014749
37317 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog.service' (35,810) at 20240817080012804
37318 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm012.dts' (35,811) at 20210308005002632
37319 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/sh_i2c.c' (35,812) at 20210308005003384
37320 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/efi.c' (35,813) at 20210308005003524
37321 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/0005-check-for-libexecinfo-during-configure.patch' (35,814) at 20230706080014741
37322 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jakkvik_Frakenmyren' (35,815) at 20210307205553782
37323 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/fuel_gauge/fg_max17042.c' (35,816) at 20210308005003468
37324 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/env/cmd_ut_env.c' (35,817) at 20210308005003740
37325 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/coreboot_tables.h' (35,818) at 20210308005002880
37326 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/test-output.patch' (35,819) at 20241221090017676
37327 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/CVE-2015-7697.patch' (35,820) at 20210307205554574
37328 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/network/usb-network/usb_network.sh' (35,821) at 20220409030017467
37329 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite517x/law.c' (35,822) at 20210308005003172
37330 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/console/obmc-console/80-minerva-obmc-console-uart.rules' (35,823) at 20240523080012333
37331 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch' (35,824) at 20241206090014310
37332 2025-10-05 03:01:03.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/Kconfig' (35,825) at 20210308005002732
37333 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/cramfs/Makefile' (35,826) at 20210308005003544
37334 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/list-packageconfig-flags.py' (35,827) at 20210407000018134
37335 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/strto.c' (35,828) at 20210308005003712
37336 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/trace.h' (35,829) at 20210308005046329
37337 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr600_mt47h32m16_37e_166_cl4_sync.c' (35,830) at 20210308005002548
37338 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/smack_1.3.1.bb' (35,831) at 20220502030010124
37339 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb_cdc_acm.h' (35,832) at 20210308005003692
37340 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/variables.scss' (35,833) at 20210308005107073
37341 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/README.md' (35,834) at 20210308005003744
37342 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (35,835) at 20240712080022837
37343 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MS-LPL' (35,836) at 20241221090017616
37344 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/i2c/nvidia,tegra186-bpmp-i2c.txt' (35,837) at 20210308005003304
37345 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/fbtp.json' (35,838) at 20241213090004409
37346 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/branch-relative-long.c' (35,839) at 20221215040039390
37347 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-Kevlin-Henney' (35,840) at 20241221090017616
37348 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/fix-ltmain.sh.patch' (35,841) at 20240113090014540
37349 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap3_zoom1.h' (35,842) at 20210308005003608
37350 2025-10-05 03:01:03.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/PowerSupplyAttributes.interface.yaml' (35,843) at 20220315030032663
37351 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ca_cert_entry.cpp' (35,844) at 20230511080024715
37352 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/po/tr.po' (35,845) at 20220429100100730
37353 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/meson.build' (35,846) at 20210927100127341
37354 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun7i-a20-olimex-som204-evb.dts' (35,847) at 20210308005002624
37355 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/sdhci-cmd.h' (35,848) at 20240906080037568
37356 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/spdx.py' (35,849) at 20230317080013821
37357 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_service_info.hpp' (35,850) at 20240822080032141
37358 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/usb_ether.c' (35,851) at 20210308005003504
37359 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600a1-evb.dts' (35,852) at 20220617030036053
37360 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/subprojects/boost.wrap' (35,853) at 20240412080008445
37361 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl/ampere-host-power-cycle.service' (35,854) at 20220119040023072
37362 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-Fix-musl-build.patch' (35,855) at 20220204040022628
37363 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/0001-ovmf-update-path-to-native-BaseTools.patch' (35,856) at 20241221090017644
37364 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/poky.svg' (35,857) at 20210307205554374
37365 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/0001-doctest-Do-not-use-unnamed-class.patch' (35,858) at 20230503080014587
37366 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/power-operations-modal.html' (35,859) at 20210308005107077
37367 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig' (35,860) at 20210308005003240
37368 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cunit/files/run-ptest' (35,861) at 20210307205554002
37369 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/zlib/zlib/0001-configure-Pass-LDFLAGS-to-link-tests.patch' (35,862) at 20240301090012459
37370 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer_0.7.0.bb' (35,863) at 20241221090017668
37371 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/Makefile' (35,864) at 20210308005002884
37372 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overtornea_Sarkivaara' (35,865) at 20210307205553790
37373 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mdeb.c' (35,866) at 20230925080040101
37374 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/inventory/phosphor-inventory-manager_%.bbappend' (35,867) at 20241206090014202
37375 2025-10-05 03:01:03.733-0500 FINEST t466 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' (35,868) at 20210307205553750
37376 2025-10-05 03:01:03.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.1.bb' (35,869) at 20241221090017528
37377 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dropwatch/dropwatch_1.5.4.bb' (35,870) at 20240302090018202
37378 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/buck-security/buck-security_0.7.bb' (35,871) at 20241221090017580
37379 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HP-1986' (35,872) at 20241221090017616
37380 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/elements/index.scss' (35,873) at 20210308005107073
37381 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/cli.cpp' (35,874) at 20220505030021322
37382 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/mmap-alloc.h' (35,875) at 20230925080039933
37383 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cli_hush.h' (35,876) at 20210308005003572
37384 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stockholm_Marieberg' (35,877) at 20210307205553790
37385 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/rect.h' (35,878) at 20240906080037352
37386 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_lhx.c' (35,879) at 20210308005046505
37387 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/flow.h' (35,880) at 20210308005002672
37388 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/autonet.rules' (35,881) at 20210307205554494
37389 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ops.h' (35,882) at 20210308005003336
37390 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/integrated' (35,883) at 20210308005007100
37391 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/faultlog' (35,884) at 20241025080018741
37392 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usbdescriptors.h' (35,885) at 20210308005003692
37393 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_consts.hpp' (35,886) at 20240426080020396
37394 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/resulttool/template/test_report_full_text.txt' (35,887) at 20210307205554634
37395 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_main.c' (35,888) at 20210308005046505
37396 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml' (35,889) at 20221207040023631
37397 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/printk.h' (35,890) at 20210308005003668
37398 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-8.c' (35,891) at 20240906080037576
37399 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/pxa2xx.c' (35,892) at 20210308005002560
37400 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349emds/pci.c' (35,893) at 20210308005002976
37401 2025-10-05 03:01:03.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386.h' (35,894) at 20210308005046501
37402 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bufferiszero.c' (35,895) at 20210927100127641
37403 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-When-cross-installing-execute-package-scriptlets-wit.patch' (35,896) at 20241221090017672
37404 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8610HPCD.h' (35,897) at 20210308005003580
37405 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-5.conf' (35,898) at 20230412080023460
37406 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/unaligned-sh4a.h' (35,899) at 20210308005002852
37407 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/Makefile' (35,900) at 20210308005002728
37408 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/ptrace.h' (35,901) at 20210308005002544
37409 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/report_platform.c' (35,902) at 20210308005002856
37410 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-no-file.json' (35,903) at 20210308005046409
37411 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/braswell.c' (35,904) at 20210308005002852
37412 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/sbsa_gwdt.h' (35,905) at 20240906080037340
37413 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/hu-Gyor' (35,906) at 20210307205553774
37414 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb' (35,907) at 20241221090017548
37415 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/drm/libdrm_2.4.124.bb' (35,908) at 20241221090017684
37416 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/qgraph.rst' (35,909) at 20241211090212238
37417 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/gpheader.h' (35,910) at 20210308005003764
37418 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/jz4780_dram.h' (35,911) at 20210308005002820
37419 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_no_name.cpp' (35,912) at 20210308005108645
37420 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/exynos_dw_mmc.c' (35,913) at 20210308005003404
37421 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/action.py' (35,914) at 20241206090014290
37422 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/BuR/brppt1/MAINTAINERS' (35,915) at 20210308005002900
37423 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/Kconfig' (35,916) at 20210308005003036
37424 2025-10-05 03:01:03.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/run-ptest' (35,917) at 20210307205554558
37425 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/x86_basename.patch' (35,918) at 20210307205553750
37426 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/kernel-doc' (35,919) at 20241211090212458
37427 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32f7-u-boot.dtsi' (35,920) at 20210308005002616
37428 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72x.dtsi' (35,921) at 20210308005002576
37429 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0002-configure-support-PIC-code-build.patch' (35,922) at 20220402030016207
37430 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/snprintf' (35,923) at 20241221090017620
37431 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/perl-configpm-switch.patch' (35,924) at 20241221090017664
37432 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nubus/nubus-virtio-mmio.h' (35,925) at 20240906080037336
37433 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynq/lowlevel_init.S' (35,926) at 20210308005002796
37434 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/toastertable.html' (35,927) at 20210307205554286
37435 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/cp_post_reboot' (35,928) at 20231120090013292
37436 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t2080_nand_rcw.cfg' (35,929) at 20210308005002996
37437 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ids/ids8313/Makefile' (35,930) at 20210308005003008
37438 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/X11' (35,931) at 20211006000025246
37439 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/aspeed/Makefile' (35,932) at 20220802100038573
37440 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/acpi/global_nvs.asl' (35,933) at 20210308005002876
37441 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/bal.S' (35,934) at 20230426080043952
37442 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Savar_Sorbyn' (35,935) at 20210307205553790
37443 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/syslog-filter.js' (35,936) at 20210308005107073
37444 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/gen_atmel_mci.c' (35,937) at 20210308005003404
37445 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-filters/fix-make-race.patch' (35,938) at 20231207090015270
37446 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb' (35,939) at 20210307205554386
37447 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/am335x_spl_bch.c' (35,940) at 20210308005003412
37448 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/start.S' (35,941) at 20210308005003008
37449 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (35,942) at 20210901000020347
37450 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-chassis-poweroff@.target' (35,943) at 20220301040040077
37451 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-piccata/python3-piccata_2.0.3.bb' (35,944) at 20231126090012805
37452 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/scsi.c' (35,945) at 20210308005003216
37453 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/inventory/inventory-cleanup.bb' (35,946) at 20241206090014230
37454 2025-10-05 03:01:03.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/VoltageRegulatorMode.interface.yaml' (35,947) at 20230112040027526
37455 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/coroutine-tls.h' (35,948) at 20220429100100586
37456 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-op-apps.bb' (35,949) at 20221129040014411
37457 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inih/libinih_58.bb' (35,950) at 20240301090012427
37458 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/timeout.cfg' (35,951) at 20240508080012566
37459 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/images/obmc-phosphor-image.bbappend' (35,952) at 20211229110012293
37460 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv8r.inc' (35,953) at 20240301090012451
37461 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/mxsboot.c' (35,954) at 20210308005003768
37462 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/COPYING.MIT' (35,955) at 20210307205554106
37463 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/axp152.dtsi' (35,956) at 20210308005002572
37464 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/gtest.wrap' (35,957) at 20240914080002926
37465 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/i386-32bit.xml' (35,958) at 20221215040039086
37466 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2571_defconfig' (35,959) at 20210308005003272
37467 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_exitbootservices.c' (35,960) at 20210308005003704
37468 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cherryhill.h' (35,961) at 20210308005003588
37469 2025-10-05 03:01:03.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/t4240_ids.c' (35,962) at 20210308005002832
37470 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/README.md' (35,963) at 20221208040007434
37471 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-clk.dtsi' (35,964) at 20210308005002636
37472 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/schroedinger/schroedinger/configure.ac.patch' (35,965) at 20210307205553802
37473 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ne2000.h' (35,966) at 20210308005003440
37474 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SugarCRM-1' (35,967) at 20210307205554426
37475 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-features.json' (35,968) at 20240906080037560
37476 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fat.h' (35,969) at 20210308005003648
37477 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/meta/meson.build' (35,970) at 20240908080010102
37478 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/syscalls.h' (35,971) at 20241211090212358
37479 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/meta-secure-core.yml' (35,972) at 20241206090014206
37480 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Create.metadata.yaml' (35,973) at 20220430030026016
37481 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunistring/libunistring_1.3.bb' (35,974) at 20241221090017696
37482 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/register-property.cpp' (35,975) at 20240817080036816
37483 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/rsk7264/rsk7264.c' (35,976) at 20210308005003036
37484 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/ISSUE_TEMPLATE.md' (35,977) at 20210307205554098
37485 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed-cluster.c' (35,978) at 20210308005045745
37486 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mccmon6_nor_defconfig' (35,979) at 20210308005003268
37487 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/tpm-v1.c' (35,980) at 20230310090043279
37488 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-11' (35,981) at 20211208040013754
37489 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/gdsys_ioep.h' (35,982) at 20210308005003400
37490 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/Makefile' (35,983) at 20210308005002940
37491 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/pdbg-sim-only.cpp' (35,984) at 20220401030013859
37492 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am65x/Kconfig' (35,985) at 20210308005003076
37493 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/meson.build' (35,986) at 20240906080037180
37494 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_hw_algo.h' (35,987) at 20210308005003364
37495 2025-10-05 03:01:03.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/__init__.py' (35,988) at 20210308005046237
37496 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/input.h' (35,989) at 20210308005003656
37497 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/corenet_ds/Kconfig' (35,990) at 20210308005002964
37498 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/generic_10g.c' (35,991) at 20210308005003440
37499 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/crossguid/crossguid/0001-include-missing-cstdint.patch' (35,992) at 20230131040012027
37500 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/elf_aarch64_efi.lds' (35,993) at 20210308005002708
37501 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/trace.h' (35,994) at 20210308005045929
37502 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-target.c' (35,995) at 20240906080037164
37503 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/serial.dtsi' (35,996) at 20210308005002872
37504 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board.c' (35,997) at 20210308005003076
37505 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/delay_to_first_boot' (35,998) at 20210307205554642
37506 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/e2fsprogs-fix-missing-check-for-permission-denied.patch' (35,999) at 20241221090017656
37507 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_unique_call.cpp' (36,000) at 20220412175720090
37508 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/cross_compile.patch' (36,001) at 20230706080014757
37509 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/data_handler.hpp' (36,002) at 20240817080027652
37510 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/handoff.c' (36,003) at 20210308005002796
37511 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/packagegroup.bbclass' (36,004) at 20240124090012258
37512 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap3/spl_id_nand.c' (36,005) at 20210308005002760
37513 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/dwc2_udc_otg_priv.h' (36,006) at 20210308005003508
37514 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS6.conf' (36,007) at 20240310080021376
37515 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/mte_helper.h' (36,008) at 20240906080037460
37516 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/anx98xx-edp.h' (36,009) at 20210308005003520
37517 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/devres.c' (36,010) at 20210308005003356
37518 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/appendix-customizing.rst' (36,011) at 20230401080011959
37519 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ostergraninge' (36,012) at 20210307205553790
37520 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/isic/files/isic-0.07-make.patch' (36,013) at 20230706080014769
37521 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/signal.c' (36,014) at 20241211090212218
37522 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/systemd-networkd-only-wait-for-one.conf' (36,015) at 20230804080018095
37523 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/jz4780.c' (36,016) at 20210308005002820
37524 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/main.cpp' (36,017) at 20220727100018782
37525 2025-10-05 03:01:03.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno.bb' (36,018) at 20241206090014210
37526 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/iothreads-create' (36,019) at 20230925080040089
37527 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_h.c' (36,020) at 20210308005046521
37528 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-power9.inc' (36,021) at 20210905000020581
37529 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-kernel/linux/linux-aspeed_%.bbappend' (36,022) at 20240720080012613
37530 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-megasas-test.c' (36,023) at 20221215040039370
37531 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8568mds/ddr.c' (36,024) at 20210308005002980
37532 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-power-start-pre@.target' (36,025) at 20220301040040081
37533 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/multi.c' (36,026) at 20210308005003720
37534 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci-zynqmp.c' (36,027) at 20210308005003516
37535 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/lan78xx.c' (36,028) at 20210308005003504
37536 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/stm32f405_soc.h' (36,029) at 20241211090212358
37537 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/tpm_api.c' (36,030) at 20230310090043283
37538 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/sandbox.c' (36,031) at 20210308005003484
37539 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/splash.c' (36,032) at 20210308005003232
37540 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_proc.h' (36,033) at 20240326080039558
37541 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/vr54xx_helper.c' (36,034) at 20220429100100810
37542 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/disas.c' (36,035) at 20210308005046313
37543 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-stub.c' (36,036) at 20221215040039170
37544 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/fix-libdir.patch' (36,037) at 20210307205553902
37545 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nyhem' (36,038) at 20210307205553790
37546 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-xs-node.c' (36,039) at 20241211090212554
37547 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5315u/ar-5315u.c' (36,040) at 20210308005002948
37548 2025-10-05 03:01:03.740-0500 FINEST t466 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' (36,041) at 20241221090017496
37549 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Chassis_VINI.json' (36,042) at 20221213040036917
37550 2025-10-05 03:01:03.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/icnova-a20-swac_defconfig' (36,043) at 20210308005003260
37551 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/M5485FFE_defconfig' (36,044) at 20210308005003236
37552 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/openbmc_redfish_interop_profile.json' (36,045) at 20220517100011834
37553 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/p9_cfam.hpp' (36,046) at 20210308005103637
37554 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.json' (36,047) at 20210927100127469
37555 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6slevk_spl_defconfig' (36,048) at 20210308005003268
37556 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qdev.c' (36,049) at 20240906080037444
37557 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/toastertable-simple.html' (36,050) at 20210307205554286
37558 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/licenses/copyleft-next-0.3.0' (36,051) at 20210307205553806
37559 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/Kconfig' (36,052) at 20220802100038581
37560 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/abilis/tb100/Kconfig' (36,053) at 20210308005002908
37561 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association.interface.yaml' (36,054) at 20221207040023627
37562 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/start.rst' (36,055) at 20220612030016747
37563 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux_ti814x.h' (36,056) at 20210308005002636
37564 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/pmic-framework.txt' (36,057) at 20210308005003328
37565 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/riscv32-softmmu/default.mak' (36,058) at 20240906080037160
37566 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-int-branch.json' (36,059) at 20220429100100882
37567 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/socrates/Kconfig' (36,060) at 20210308005003052
37568 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Osterforse' (36,061) at 20210307205553790
37569 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb' (36,062) at 20241206090014298
37570 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/udoo_defconfig' (36,063) at 20210308005003284
37571 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ua-Kiev' (36,064) at 20210307205553794
37572 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/Kconfig' (36,065) at 20240906080037204
37573 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/Makefile' (36,066) at 20210308005003544
37574 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/watchdog.init' (36,067) at 20210307205554574
37575 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bitmain_antminer_s9_defconfig' (36,068) at 20210308005003252
37576 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/zfs/dev.c' (36,069) at 20210308005003556
37577 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_simple/ima-policy-simple_1.0.bb' (36,070) at 20241221090017576
37578 2025-10-05 03:01:03.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_modal.scss' (36,071) at 20220105012522983
37579 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_tgec.h' (36,072) at 20210308005003652
37580 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-asrock/packagegroups/packagegroup-asrock-apps.bb' (36,073) at 20240413080012631
37581 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_md.py' (36,074) at 20210308005003744
37582 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/report_platform.h' (36,075) at 20210308005002880
37583 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/tsec.c' (36,076) at 20210308005003448
37584 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/reset.c' (36,077) at 20210308005002820
37585 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-ident.json' (36,078) at 20210308005046401
37586 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/0001-include-libgen.h-for-basename-API-prototype.patch' (36,079) at 20240413080012635
37587 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Parikkala' (36,080) at 20210307205553770
37588 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/env_default.h' (36,081) at 20210308005003644
37589 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/eth_ls1088aqds.c' (36,082) at 20210308005002968
37590 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/id_map_tests.cpp' (36,083) at 20240817080031296
37591 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/emsdp_defconfig' (36,084) at 20210308005003256
37592 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-stm32/Makefile' (36,085) at 20210308005002780
37593 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/led-test-map.hpp' (36,086) at 20240822080022197
37594 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6ul_geam_mmc_defconfig' (36,087) at 20210308005003260
37595 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Makefile' (36,088) at 20230302090047758
37596 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/xpress_spl_defconfig' (36,089) at 20210308005003288
37597 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attention.cpp' (36,090) at 20240830080017491
37598 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bortansbyn_Bortan' (36,091) at 20210307205553778
37599 2025-10-05 03:01:03.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/187.out' (36,092) at 20210308005046457
37600 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/sun8i-a83t-ccu.h' (36,093) at 20210308005003636
37601 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/sensor_unittest.cpp' (36,094) at 20240817080026664
37602 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv4/tune-ep9312.inc' (36,095) at 20210905000020581
37603 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/resolution.hpp' (36,096) at 20240830080017491
37604 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/LICENSE' (36,097) at 20230821192414184
37605 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-internal.h' (36,098) at 20240906080037440
37606 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/cpu/Kconfig' (36,099) at 20210308005003356
37607 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-common/recipes-x86/chassis/x86-power-control/power-config-host0.json' (36,100) at 20211222040037065
37608 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/licenses/GPL-2' (36,101) at 20210307205554470
37609 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/qts/pinmux_config.h' (36,102) at 20210308005003072
37610 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/broadcom/pinctrl-bcm283x.c' (36,103) at 20210308005003456
37611 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/rpc.h' (36,104) at 20210308005002640
37612 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_b.c' (36,105) at 20210308005046521
37613 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Carmel' (36,106) at 20210307205553794
37614 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/filters.hpp' (36,107) at 20240726080021431
37615 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/virtual_sensor_config.json' (36,108) at 20240905080027586
37616 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/vectors_m.S' (36,109) at 20210308005002708
37617 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/am65x_evm.h' (36,110) at 20210308005003584
37618 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/configuration/entity-manager/blacklist.json' (36,111) at 20210824000016401
37619 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/256.out' (36,112) at 20210308005046465
37620 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog_%.bbappend' (36,113) at 20241206090014234
37621 2025-10-05 03:01:03.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/README.md' (36,114) at 20240807080022450
37622 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/stm32h7-pinfunc.h' (36,115) at 20210308005003640
37623 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/spl_spi_sunxi.c' (36,116) at 20210308005002784
37624 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/009.out' (36,117) at 20210308005046413
37625 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk-ti-sci.c' (36,118) at 20210308005003348
37626 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-langtable_0.0.68.bb' (36,119) at 20241221090017556
37627 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/cfi_mtd.c' (36,120) at 20210308005003408
37628 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/oscam/oscam_1.20.bb' (36,121) at 20241206090014238
37629 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/firmware/linaro,optee-tz.txt' (36,122) at 20210308005003304
37630 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/lanplus/Makefile.am' (36,123) at 20210308004938836
37631 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/init.h' (36,124) at 20210308005045997
37632 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/Kconfig' (36,125) at 20210308005003012
37633 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/forms.py' (36,126) at 20240106090017249
37634 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/files/run-ptest' (36,127) at 20210307205554006
37635 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Bahyph' (36,128) at 20211006000025230
37636 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_extpdp.c' (36,129) at 20210308005046505
37637 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CXLLogicalDevice.v1_2_1.json' (36,130) at 20240918080002716
37638 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/controllers/virtual-media-controller.js' (36,131) at 20210308005107077
37639 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/zones.yaml' (36,132) at 20210307205553702
37640 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/0001-make-Replace-cp-a-with-mode-preserving-options.patch' (36,133) at 20210307205553826
37641 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ncsi_server.h' (36,134) at 20230629131804623
37642 2025-10-05 03:01:03.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/mfsl.c' (36,135) at 20210308005003212
37643 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy27-129w' (36,136) at 20210307205553762
37644 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_utils.hpp' (36,137) at 20240427080014721
37645 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy23_C-121W' (36,138) at 20210307205553762
37646 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_portal.h' (36,139) at 20210308005003432
37647 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-2.x/gpio-manager.init' (36,140) at 20241221090017540
37648 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/power/first-boot-set-psu/first-boot-set-psu.sh' (36,141) at 20230428080015194
37649 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r16-bananapi-m2m.dts' (36,142) at 20210308005002624
37650 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/digic.rst' (36,143) at 20210308005045809
37651 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Proc/FSI.errors.yaml' (36,144) at 20210610000035106
37652 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/Makefile' (36,145) at 20210308005002804
37653 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/licenses/DMTF' (36,146) at 20210307205553806
37654 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb' (36,147) at 20241221090017544
37655 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/sections.h' (36,148) at 20210308005002808
37656 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/AMC4-101w' (36,149) at 20210307205553758
37657 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash.err' (36,150) at 20210308005046413
37658 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/mtms.cpp' (36,151) at 20210308005049129
37659 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/avb.c' (36,152) at 20210308005003204
37660 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subsus_u_b.c' (36,153) at 20210308005046521
37661 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb' (36,154) at 20241206090014242
37662 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/entity-manager_%.bbappend' (36,155) at 20241206090014218
37663 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery-ui.structure.min.css' (36,156) at 20210307205554270
37664 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/host/i386/host-signal.h' (36,157) at 20221215040039062
37665 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/alt.h' (36,158) at 20210308005003584
37666 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/container-image/container-image-testpkg.bb' (36,159) at 20210812000025290
37667 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/Kconfig' (36,160) at 20210308005002904
37668 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/config.h' (36,161) at 20210308005002808
37669 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-bmc-service-quiesce@.target' (36,162) at 20220226040035996
37670 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Linkoping_Vattentornet' (36,163) at 20210307205553786
37671 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/adcapp/src/adcapp.c' (36,164) at 20211216110021259
37672 2025-10-05 03:01:03.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/board_common.c' (36,165) at 20220509100030618
37673 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ddr_rk3288.h' (36,166) at 20210308005002660
37674 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/hex_arch_types.h' (36,167) at 20230426080043876
37675 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/eeprom.h' (36,168) at 20210308005002948
37676 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.service' (36,169) at 20210308005105441
37677 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/psfrag' (36,170) at 20211006000025246
37678 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-sequencing/files/power-sequencing.service' (36,171) at 20230706080014733
37679 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/dataflash_mmc_mux.c' (36,172) at 20210308005003208
37680 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/cougarcanyon2.h' (36,173) at 20210308005003592
37681 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/ddr.h' (36,174) at 20210308005002664
37682 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.6' (36,175) at 20211006000025242
37683 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/lcdvideo.h' (36,176) at 20210308005003656
37684 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ExtendedVersion.interface.yaml' (36,177) at 20220315030032667
37685 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/0002-fix-reproducibility-of-build-process.patch' (36,178) at 20210307205553934
37686 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/test-uclass.c' (36,179) at 20210308005003740
37687 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/BlueRidge.json' (36,180) at 20240809080033019
37688 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overhogdal' (36,181) at 20210307205553790
37689 2025-10-05 03:01:03.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_NOR_defconfig' (36,182) at 20210308005003240
37690 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sunxi/README.nand' (36,183) at 20210308005003056
37691 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/opos6uldev.h' (36,184) at 20210308005003608
37692 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (36,185) at 20221207040015691
37693 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ResourceManagement/Power.vue' (36,186) at 20241004080035967
37694 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (36,187) at 20240614080012954
37695 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_subu_s_qb.c' (36,188) at 20210308005046505
37696 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/omap5_uevm.h' (36,189) at 20210308005003608
37697 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/dash/dash_0.5.12.bb' (36,190) at 20241221090017532
37698 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/subprojects/sdbusplus.wrap' (36,191) at 20220531100030248
37699 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_no_ucode_ptr.c' (36,192) at 20210308005003756
37700 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/images/logo-header.svg' (36,193) at 20220105012522983
37701 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzacas.c.inc' (36,194) at 20241211090212514
37702 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx25pdk/Makefile' (36,195) at 20210308005002980
37703 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/corvus/Kconfig' (36,196) at 20210308005003048
37704 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/lxdm-pam-debug' (36,197) at 20210307205553946
37705 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark/0001-tracers-Fix-buffer-overflow.patch' (36,198) at 20220402030015895
37706 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/stream-error-on-reset.out' (36,199) at 20220429100100930
37707 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/kdbg.h' (36,200) at 20210308005045769
37708 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/stratix10-socdk/Makefile' (36,201) at 20210308005002912
37709 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/225' (36,202) at 20220429100100910
37710 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/MAINTAINERS' (36,203) at 20210308005003072
37711 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/160.out' (36,204) at 20210308005046453
37712 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Puoltsa' (36,205) at 20210307205553790
37713 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ga10h_v1_1_defconfig' (36,206) at 20210308005003260
37714 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_multu.c' (36,207) at 20210308005046505
37715 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-1.2' (36,208) at 20211006000025242
37716 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/maxbcm.h' (36,209) at 20210308005003604
37717 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/net2big_v2/Makefile' (36,210) at 20210308005002904
37718 2025-10-05 03:01:03.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/config.mk' (36,211) at 20210308005002884
37719 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Thermal.v1_7_3.json' (36,212) at 20240619080002956
37720 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image.c' (36,213) at 20210308005003228
37721 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/Kconfig' (36,214) at 20210308005003080
37722 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/rtc.c' (36,215) at 20210308005003340
37723 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_nsa.S' (36,216) at 20210308005046533
37724 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/board.c' (36,217) at 20210308005003048
37725 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout.metadata.yaml' (36,218) at 20220315030032663
37726 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl_0.22.bb' (36,219) at 20241221090017544
37727 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/clk-uclass.h' (36,220) at 20210308005003572
37728 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-default-to-all-multilib-dirs.patch' (36,221) at 20210307205554478
37729 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/file.js' (36,222) at 20210308005107069
37730 2025-10-05 03:01:03.748-0500 FINEST t466 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' (36,223) at 20230317080013797
37731 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/sysmap-apq8016.c' (36,224) at 20210308005002776
37732 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/aer-inject/aer-inject/0001-include-libgen.h-for-basename.patch' (36,225) at 20240413080012651
37733 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bcm958622hr_defconfig' (36,226) at 20210308005003252
37734 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/eco5pk.c' (36,227) at 20210308005002900
37735 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/versal/MAINTAINERS' (36,228) at 20210308005003172
37736 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/concurrencytest/README.md' (36,229) at 20210308005003760
37737 2025-10-05 03:01:03.748-0500 FINEST t466 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' (36,230) at 20240920080012139
37738 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/lowlevel_init_luton.S' (36,231) at 20210308005002820
37739 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-zstandard/python3-zstandard_0.23.0.bb' (36,232) at 20241221090017564
37740 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.json' (36,233) at 20210308005046401
37741 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/cpu.c' (36,234) at 20210308005002556
37742 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/dra7xx/mux_data.h' (36,235) at 20210308005003076
37743 2025-10-05 03:01:03.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager/xyz.openbmc_project.Ldap.Config.service' (36,236) at 20210307205554074
37744 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-environment-extsdk.bb' (36,237) at 20210812000025330
37745 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/mesa-demos_%.bbappend' (36,238) at 20230401080011947
37746 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/sphinx/load_config.py' (36,239) at 20210308005002536
37747 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0011-purgatory-Makefile-adapt-to-klcc.patch' (36,240) at 20210307205553750
37748 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/smcroute/smcroute_2.5.7.bb' (36,241) at 20241206090014242
37749 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mptconfig.c' (36,242) at 20210308005045953
37750 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10/0001-Dont-specify-march-explicitly.patch' (36,243) at 20230706080014757
37751 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/tegra186_bpmp_i2c.c' (36,244) at 20210308005003384
37752 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/i2c_action_tests.cpp' (36,245) at 20210308005405938
37753 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_spl_dtb.py' (36,246) at 20210308005003748
37754 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_monitor_main.cpp' (36,247) at 20240608080014341
37755 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/prot-none.c' (36,248) at 20240906080037580
37756 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/project_url_tag.py' (36,249) at 20210307205554286
37757 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pm9261.h' (36,250) at 20210308005003612
37758 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-2-Clause-Views' (36,251) at 20211006000025230
37759 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/nand_bch.h' (36,252) at 20210308005003668
37760 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Lapua' (36,253) at 20210307205553770
37761 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_ml_wrapper.h' (36,254) at 20210308005003368
37762 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/ctree.c' (36,255) at 20210308005003544
37763 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Savukoski_Tanhua' (36,256) at 20210307205553774
37764 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/conf/include/non-repro-meta-multimedia.inc' (36,257) at 20241206090014238
37765 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/sys_proto.h' (36,258) at 20210308005002724
37766 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Las_Palmas' (36,259) at 20210307205553766
37767 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/clock.hpp' (36,260) at 20230511080043139
37768 2025-10-05 03:01:03.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-core/busybox/busybox/dd.cfg' (36,261) at 20240614080012950
37769 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjorkliden_Tornehamn' (36,262) at 20210307205553778
37770 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.iomux' (36,263) at 20210308005003296
37771 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SAX-PD-2.0' (36,264) at 20241221090017616
37772 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram/zram-swap.service' (36,265) at 20210307205553938
37773 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/u_boot_dtb.py' (36,266) at 20210308005003748
37774 2025-10-05 03:01:03.750-0500 FINEST t466 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' (36,267) at 20231126090012785
37775 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/atheros.c' (36,268) at 20210308005003440
37776 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/cpu-qom.h' (36,269) at 20240326080039698
37777 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb' (36,270) at 20240301090012479
37778 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f746-disco/Kconfig' (36,271) at 20210308005003052
37779 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Varnamo_Alandsryd' (36,272) at 20210307205553794
37780 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/hpm2.h' (36,273) at 20210308004938816
37781 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/rsakey.h' (36,274) at 20221215040039070
37782 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/Kconfig' (36,275) at 20210308005003400
37783 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch' (36,276) at 20220618030015190
37784 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-user.svg' (36,277) at 20210308005107069
37785 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/overflow.c' (36,278) at 20221215040039390
37786 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb' (36,279) at 20241206090014342
37787 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/wl.h' (36,280) at 20210308005003424
37788 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.server.cpp.mako' (36,281) at 20230516080040262
37789 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/files/vblade.init' (36,282) at 20210307205553822
37790 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/conf/templates/default/local.conf.sample' (36,283) at 20241221090017480
37791 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-unknown.err' (36,284) at 20210308005046401
37792 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/examples/api/demo.c' (36,285) at 20210308005003540
37793 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/sh4.c' (36,286) at 20210308005045793
37794 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/controlcenterd-id.h' (36,287) at 20210308005003000
37795 2025-10-05 03:01:03.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-support/idevicerestore/idevicerestore_%.bbappend' (36,288) at 20221007030014979
37796 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_utils.cpp' (36,289) at 20230511080031863
37797 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/vpd.cpp' (36,290) at 20211102000100504
37798 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-object.err' (36,291) at 20210308005046409
37799 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9263.dtsi' (36,292) at 20210308005002572
37800 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/vexpress64/Kconfig' (36,293) at 20210308005002916
37801 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_storlines-skip-due-to-load-variability.patch' (36,294) at 20241221090017672
37802 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-stopped@.target' (36,295) at 20220301040040081
37803 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/cadence_gem.h' (36,296) at 20210308005046021
37804 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/BSC9131RDB.h' (36,297) at 20210308005003576
37805 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/display-timing.txt' (36,298) at 20210308005003328
37806 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware_ti816x.h' (36,299) at 20210308005002636
37807 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh.bb' (36,300) at 20241206090014226
37808 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/augeas/augeas/sepbuildfix.patch' (36,301) at 20210307205553966
37809 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/io.c' (36,302) at 20210308005003212
37810 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1043a_common.h' (36,303) at 20210308005003600
37811 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/fotg210.c' (36,304) at 20210308005003508
37812 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/Kconfig' (36,305) at 20210308005003408
37813 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull-pinfunc-snvs.h' (36,306) at 20210308005002588
37814 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ls1021a-qds.dtsi' (36,307) at 20210308005002596
37815 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.cpp' (36,308) at 20241210090030757
37816 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap_int.h' (36,309) at 20240906080037376
37817 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/compress_doc.bbclass' (36,310) at 20220910030013385
37818 2025-10-05 03:01:03.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sllevk_defconfig' (36,311) at 20210308005003268
37819 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lx2160a_common.h' (36,312) at 20210308005003604
37820 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/MAINTAINERS' (36,313) at 20210308005003024
37821 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/preallocate.c' (36,314) at 20240326080039382
37822 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MIT-testregex' (36,315) at 20241221090017616
37823 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6memcal/MAINTAINERS' (36,316) at 20210308005002984
37824 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Control/NMISource.interface.yaml' (36,317) at 20221207040023627
37825 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_dialog.c' (36,318) at 20210308005003472
37826 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-core/base-files/base-files-ima.inc' (36,319) at 20210812000025270
37827 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-devtools/hostboot/hostboot-debug-tools.bb' (36,320) at 20210812000025258
37828 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/ali512x.c' (36,321) at 20210308005003396
37829 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/tz-msc.h' (36,322) at 20210308005046021
37830 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/omapimage.h' (36,323) at 20210308005003772
37831 2025-10-05 03:01:03.752-0500 FINEST t466 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' (36,324) at 20240302090018202
37832 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/fsp/fsp_car.S' (36,325) at 20210308005002884
37833 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc_utils.robot' (36,326) at 20240627080021048
37834 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/base.py' (36,327) at 20220721030015869
37835 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/system.h' (36,328) at 20210308005002844
37836 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/traps.c' (36,329) at 20210308005002836
37837 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (36,330) at 20221011030017216
37838 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a33-olinuxino.dts' (36,331) at 20210308005002624
37839 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-raspi2-machine.c' (36,332) at 20221215040039374
37840 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/coccinelle/iterators/itnull.cocci' (36,333) at 20210308005003724
37841 2025-10-05 03:01:03.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/landing_specific.html' (36,334) at 20210307205554286
37842 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/checks.c' (36,335) at 20210308005003728
37843 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/fruread.hpp' (36,336) at 20210308004925444
37844 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-hi3798cv200/hi3798cv200.h' (36,337) at 20210308005002640
37845 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/dtc/python3-dtschema-wrapper/dt-doc-validate' (36,338) at 20220204040022680
37846 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/bat_rw.c' (36,339) at 20210308005002840
37847 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/cpu_x86.h' (36,340) at 20210308005002880
37848 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/Kconfig' (36,341) at 20210308005003424
37849 2025-10-05 03:01:03.753-0500 FINEST t466 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' (36,342) at 20231011080016574
37850 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.err' (36,343) at 20230925080040089
37851 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core_51.0.bb' (36,344) at 20241221090017500
37852 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/bochs-vbe.h' (36,345) at 20210308005046009
37853 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch' (36,346) at 20210307205553898
37854 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/misc.h' (36,347) at 20210308005003552
37855 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/.clang-tidy' (36,348) at 20220303110006942
37856 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ODC-By-1.0' (36,349) at 20211006000025242
37857 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8313erdb/mpc8313erdb.c' (36,350) at 20210308005002976
37858 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/0001-sample-Rename-dprintf-to-cyrus_dprintf.patch' (36,351) at 20220612030016727
37859 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/dtoc_test_addr32_64.dts' (36,352) at 20210308005003760
37860 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/su' (36,353) at 20210307205554570
37861 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_v3s.c' (36,354) at 20210308005003352
37862 2025-10-05 03:01:03.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/input.c' (36,355) at 20210308005003384
37863 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernelsrc.bbclass' (36,356) at 20230813080012872
37864 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/udc-reconnect.sh' (36,357) at 20230209040014209
37865 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora-1.1.1/no-docs.patch' (36,358) at 20210307205554606
37866 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/adc@c000.conf' (36,359) at 20210307205554094
37867 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bjorna' (36,360) at 20210307205553778
37868 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/bootstage.h' (36,361) at 20210308005003564
37869 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (36,362) at 20240308090017911
37870 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/riscv_imsic.h' (36,363) at 20220429100100562
37871 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/license/incompatible-licenses.bb' (36,364) at 20230610080017615
37872 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/nativesdk-intercept/chown' (36,365) at 20230919080013998
37873 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/70-iio.rules' (36,366) at 20210507000042347
37874 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_poetry_core.bbclass' (36,367) at 20220910030013389
37875 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mxc_hdmi.h' (36,368) at 20210308005002652
37876 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/mach-imx/mx5_video.h' (36,369) at 20210308005002676
37877 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/apm_bios.h' (36,370) at 20210308005003656
37878 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armadeus/apf27/Kconfig' (36,371) at 20210308005002912
37879 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_dbu.h' (36,372) at 20210308005002712
37880 2025-10-05 03:01:03.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/exynos/dwmmc.txt' (36,373) at 20210308005003304
37881 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armada100/gpio.h' (36,374) at 20210308005002636
37882 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/073.out' (36,375) at 20210308005046441
37883 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/tools.exp' (36,376) at 20210308005007116
37884 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-common/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (36,377) at 20211015100030976
37885 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-mrw.bb' (36,378) at 20241206090014274
37886 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/226' (36,379) at 20210927100127497
37887 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Lahti' (36,380) at 20210307205553770
37888 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/0004-Set-libsolv-variables-with-pkg-config-cmake-s-own-mo.patch' (36,381) at 20241221090017664
37889 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/adp-ae3xx/Makefile' (36,382) at 20210308005002900
37890 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb' (36,383) at 20240302090018246
37891 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/158.out' (36,384) at 20210308005046453
37892 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/Makefile' (36,385) at 20210308005002948
37893 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (36,386) at 20220330030014978
37894 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/blocker.h' (36,387) at 20240326080039546
37895 2025-10-05 03:01:03.755-0500 FINEST t466 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' (36,388) at 20240904080027738
37896 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/templates/default/conf-notes.txt' (36,389) at 20240407080011706
37897 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/MulanPSL-2.0' (36,390) at 20211006000025238
37898 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kc1.h' (36,391) at 20210308005003600
37899 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb' (36,392) at 20220402030015975
37900 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug.h' (36,393) at 20210308005002792
37901 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (36,394) at 20230412080023460
37902 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/blob_mock.hpp' (36,395) at 20210427000038401
37903 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dc2114x.c' (36,396) at 20210308005003428
37904 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/trace.h' (36,397) at 20210308005045749
37905 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/siggen.py' (36,398) at 20230813080012864
37906 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wipe/wipe_0.24.bb' (36,399) at 20220402030015959
37907 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/Kconfig' (36,400) at 20240906080037224
37908 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libtracefs/libtracefs_1.8.1.bb' (36,401) at 20241221090017532
37909 2025-10-05 03:01:03.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1046a_common.h' (36,402) at 20210308005003600
37910 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/templates/default/local.conf.sample' (36,403) at 20241221090017460
37911 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/usermode/usermode/0001-fix-compile-failure-against-musl-C-library.patch' (36,404) at 20210307205553746
37912 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/wavaudio.c' (36,405) at 20240326080039370
37913 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cpu.h' (36,406) at 20210308005003628
37914 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf_%.bbappend' (36,407) at 20241206090014286
37915 2025-10-05 03:01:03.756-0500 FINEST t466 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' (36,408) at 20230401080011931
37916 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/timer.c' (36,409) at 20210308005002556
37917 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/bitsperlong.h' (36,410) at 20240326080039554
37918 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/bayleybay_defconfig' (36,411) at 20210308005003252
37919 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-native.inc' (36,412) at 20241221090017672
37920 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dra7xx_hs_evm_defconfig' (36,413) at 20210308005003256
37921 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/06_fix_gethostbyname.patch' (36,414) at 20241221090017680
37922 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/Kconfig' (36,415) at 20210308005002724
37923 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/bootm.h' (36,416) at 20210308005002876
37924 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk/bletchley.cfg' (36,417) at 20220916030015740
37925 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/types.hpp' (36,418) at 20210308005109241
37926 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch' (36,419) at 20241221090017540
37927 2025-10-05 03:01:03.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/jr2/jr2_icpu_cfg.h' (36,420) at 20210308005002820
37928 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/post/lib_powerpc/fpu/compare-fp-1.c' (36,421) at 20210308005003720
37929 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/modifier.hpp' (36,422) at 20230201040022463
37930 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6q.dtsi' (36,423) at 20210308005002584
37931 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0001-powerpc-change-the-memory-size-limit.patch' (36,424) at 20210307205554598
37932 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.patchew.yml' (36,425) at 20210927100127017
37933 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_project_page.py' (36,426) at 20210307205554266
37934 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/service_files/smbios-mdrv2.service' (36,427) at 20230821192414184
37935 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Uppsala_Vedyxa' (36,428) at 20210307205553794
37936 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_a_w.c' (36,429) at 20210308005046513
37937 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/TFTP.interface.yaml' (36,430) at 20220315030032663
37938 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/googletest.wrap' (36,431) at 20210713100033784
37939 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/images/aspeed-image-initramfs.bb' (36,432) at 20210307205553670
37940 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c' (36,433) at 20210308005002548
37941 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-logging/LICENSE' (36,434) at 20210308005117965
37942 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/crt0_x86_64_efi.S' (36,435) at 20210308005002884
37943 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_oem.h' (36,436) at 20210308004938820
37944 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Cyrus_P5040_defconfig' (36,437) at 20210308005003236
37945 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/xilinx.c' (36,438) at 20210308005003376
37946 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/brppt1.h' (36,439) at 20210308005003588
37947 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/semiconsole.c' (36,440) at 20240906080037576
37948 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/at91_udc.h' (36,441) at 20210308005003504
37949 2025-10-05 03:01:03.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-u-boot.dtsi' (36,442) at 20210308005002600
37950 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/post.h' (36,443) at 20210308005003680
37951 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3128/evk-rk3128.c' (36,444) at 20210308005003040
37952 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/ident-with-escape.json' (36,445) at 20210308005046405
37953 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/simplebench/bench_prealloc.py' (36,446) at 20210927100127349
37954 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/fr-ca' (36,447) at 20210308005046145
37955 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/processing.hpp' (36,448) at 20240820080028982
37956 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kangaslampi' (36,449) at 20210307205553770
37957 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lcms/lcms_2.16.bb' (36,450) at 20240413080012659
37958 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/base_specific.html' (36,451) at 20231126090012817
37959 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8610hpcd/MAINTAINERS' (36,452) at 20210308005002980
37960 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/host-poweroff@.service' (36,453) at 20230310090018691
37961 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/split-irq.h' (36,454) at 20210308005046009
37962 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/OWNERS' (36,455) at 20221102030023101
37963 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/harma/gpio_desc.json' (36,456) at 20240111090005998
37964 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/leds/rx20-led-manager-config/led.yaml' (36,457) at 20240829080014022
37965 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-TheWrekin' (36,458) at 20210307205553798
37966 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/052_u_boot_spl_nodtb.dts' (36,459) at 20210308005003752
37967 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/bmips_ram.c' (36,460) at 20210308005003476
37968 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sorbygden' (36,461) at 20210307205553790
37969 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/nlohmann_json.wrap' (36,462) at 20231209090034221
37970 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/templates/default/conf-notes.txt' (36,463) at 20230930080011588
37971 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/ECL-2.0' (36,464) at 20210307205554418
37972 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_flix.S' (36,465) at 20210308005046529
37973 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/064_entry_args_required.dts' (36,466) at 20210308005003752
37974 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/187' (36,467) at 20210927100127493
37975 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/override_fan_target.hpp' (36,468) at 20220308040020760
37976 2025-10-05 03:01:03.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (36,469) at 20210903000032571
37977 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lilltjara_Digerberget' (36,470) at 20210307205553786
37978 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/cloop.c' (36,471) at 20240326080039374
37979 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/googletest.wrap' (36,472) at 20230629131804615
37980 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/test/cleanup_handler_unittest.cpp' (36,473) at 20210308005120361
37981 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ange_Snoberg' (36,474) at 20210307205553778
37982 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/c29xpcie.c' (36,475) at 20210308005002960
37983 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-event/MAINTAINERS' (36,476) at 20210308004942076
37984 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/system/test-armv6m-undef.S' (36,477) at 20240326080039742
37985 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/r8a77995_draak_defconfig' (36,478) at 20210308005003276
37986 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/event_matches_filter_test.cpp' (36,479) at 20241015080002919
37987 2025-10-05 03:01:03.759-0500 FINEST t466 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' (36,480) at 20240904080027734
37988 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/tmpd.cpp' (36,481) at 20210308005108645
37989 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/libvhost-user.c' (36,482) at 20240906080037448
37990 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2041RDB_SECURE_BOOT_defconfig' (36,483) at 20210308005003240
37991 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-cdat.c' (36,484) at 20240906080037212
37992 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6ul/README' (36,485) at 20210308005002956
37993 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/test/filesystem_mock.hpp' (36,486) at 20210427000038985
37994 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vato' (36,487) at 20210307205553794
37995 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/perl/libfile-fnmatch-perl_0.02.bb' (36,488) at 20241221090017520
37996 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/Makefile' (36,489) at 20210308005002948
37997 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_addqh_ph.c' (36,490) at 20210308005046505
37998 2025-10-05 03:01:03.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/virtio-pmem.rst' (36,491) at 20210927100127081
37999 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/clk-peripheral.c' (36,492) at 20210308005003348
38000 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ltp_stress.py' (36,493) at 20220405030025641
38001 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/inventory/inventory-cleanup/inventory-cleanup.yaml' (36,494) at 20210721000034682
38002 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9263ek.dts' (36,495) at 20210308005002572
38003 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/target/__init__.py' (36,496) at 20210307205554434
38004 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb_defs.h' (36,497) at 20210308005003692
38005 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080ardb/ddr.h' (36,498) at 20210308005002972
38006 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/network/ibm-basic-eth-map.json' (36,499) at 20230930080011592
38007 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/OWNERS' (36,500) at 20230412080023456
38008 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-zcu100-revC.dts' (36,501) at 20210308005002636
38009 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/include/asm/unaligned.h' (36,502) at 20210308005002824
38010 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.memory-test' (36,503) at 20210308005003296
38011 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager/boot_type.override.yml' (36,504) at 20210803000022012
38012 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trafaret_2.1.1.bb' (36,505) at 20240302090018214
38013 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/pdbg-test.dts' (36,506) at 20220429030017164
38014 2025-10-05 03:01:03.760-0500 FINEST t466 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' (36,507) at 20231207090015282
38015 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox_spl_defconfig' (36,508) at 20210308005003280
38016 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/spi/sf_internal.h' (36,509) at 20230720080043539
38017 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5373evb/nand.c' (36,510) at 20210308005002972
38018 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/ddr1_dimm_params.c' (36,511) at 20210308005003360
38019 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5208EVBE.h' (36,512) at 20210308005003576
38020 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/0001-include-sys-uio.patch' (36,513) at 20231014080011723
38021 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/hsdk/config.mk' (36,514) at 20210308005003056
38022 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__force_include.hpp' (36,515) at 20230511080042403
38023 2025-10-05 03:01:03.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libmpc/libmpc.inc' (36,516) at 20220402030016235
38024 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/nvram.c' (36,517) at 20210308005003540
38025 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/pci_auto_common.c' (36,518) at 20210308005003448
38026 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/__init__.py' (36,519) at 20210307205554446
38027 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-control/directives/kvm-console.html' (36,520) at 20210308005107077
38028 2025-10-05 03:01:03.761-0500 FINEST t466 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' (36,521) at 20230919080013954
38029 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/soc.c' (36,522) at 20210308005002552
38030 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/grlib_uart.h' (36,523) at 20240906080037332
38031 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/rail.cpp' (36,524) at 20240628080035889
38032 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/include.patch' (36,525) at 20210307205554458
38033 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/vdso.ld' (36,526) at 20240326080039558
38034 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-64-parsec.yml' (36,527) at 20210420000021570
38035 2025-10-05 03:01:03.761-0500 FINEST t466 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' (36,528) at 20241206090014242
38036 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_NAND_defconfig' (36,529) at 20210308005003240
38037 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_pmc.h' (36,530) at 20210308005002716
38038 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/pdbg_utils.cpp' (36,531) at 20230915080021805
38039 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/styles/log.scss' (36,532) at 20210308005107077
38040 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/packagenameconflict/packagenameconflict.bb' (36,533) at 20230401080011959
38041 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/Kconfig' (36,534) at 20210308005003360
38042 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/target_errno_defs.h' (36,535) at 20210927100127273
38043 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/asm/test_dvstep.S' (36,536) at 20230925080040101
38044 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/test_util.py' (36,537) at 20210308005003772
38045 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/.gitignore' (36,538) at 20210308005002536
38046 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/clock_manager.h' (36,539) at 20210308005002780
38047 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/elgin/elgin_rv1108/Kconfig' (36,540) at 20210308005002956
38048 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6dl-icore-mipi.dts' (36,541) at 20210308005002584
38049 2025-10-05 03:01:03.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/memfd.h' (36,542) at 20210308005046045
38050 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/path.c' (36,543) at 20210308005046561
38051 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-localonly/file2' (36,544) at 20210307205554386
38052 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/comtrend/ar5387un/Makefile' (36,545) at 20210308005002948
38053 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/fs.c' (36,546) at 20210308005003548
38054 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/burnia/libisofs_1.5.6.bb' (36,547) at 20231126090012777
38055 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/sd_event.hpp' (36,548) at 20240817080036816
38056 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Service/README.md' (36,549) at 20240628080022677
38057 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/bblayers.conf.sample' (36,550) at 20240323080013545
38058 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/htkw/mcx/Makefile' (36,551) at 20210308005003004
38059 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/tripwire.cron' (36,552) at 20210307205554122
38060 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb' (36,553) at 20230919080013990
38061 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/k3_system_controller.c' (36,554) at 20210308005003476
38062 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/machine/s7106.conf' (36,555) at 20230927080013514
38063 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t20/Makefile' (36,556) at 20210308005003084
38064 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.json' (36,557) at 20210308005046409
38065 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/pxa/start.S' (36,558) at 20210308005002560
38066 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/orangepi_lite_defconfig' (36,559) at 20210308005003272
38067 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ChinaSat5A-87.5E' (36,560) at 20210307205553758
38068 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/cpu/cpu.c' (36,561) at 20210308005002844
38069 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/vegman-rx20.conf' (36,562) at 20220518030022835
38070 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/Makefile' (36,563) at 20210308005002976
38071 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/power_button_profile.hpp' (36,564) at 20240820080021574
38072 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32429i-eval.dts' (36,565) at 20210308005002612
38073 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/meta/meson.build' (36,566) at 20240908080010102
38074 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk-uclass.c' (36,567) at 20210308005003348
38075 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/095_fmap_x86_section.dts' (36,568) at 20210308005003752
38076 2025-10-05 03:01:03.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/file.h' (36,569) at 20241211090212386
38077 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/reset-meson.c' (36,570) at 20210308005003480
38078 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb' (36,571) at 20241206090014314
38079 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/pmbus_read_sensor.md' (36,572) at 20240809080033023
38080 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftmac110.c' (36,573) at 20210308005003432
38081 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Borgsjobyn' (36,574) at 20210307205553778
38082 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/smdkc100.c' (36,575) at 20210308005003044
38083 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_iso.c' (36,576) at 20210308005003288
38084 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemumips/pointercal' (36,577) at 20210307205553874
38085 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/runtime/cases/parselogs-ignores-beaglebone-yocto.txt' (36,578) at 20240106090017253
38086 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_axp_config.h' (36,579) at 20210308005003368
38087 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/common.h' (36,580) at 20210308005108641
38088 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.json' (36,581) at 20240906080037564
38089 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/getline.h' (36,582) at 20210308005003764
38090 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_read_window_oob.cpp' (36,583) at 20210308005108645
38091 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpu/nvidia,tegra20-host1x.txt' (36,584) at 20210308005003304
38092 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/main.cpp' (36,585) at 20210308005405934
38093 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/tgt_1.0.90.bb' (36,586) at 20241206090014242
38094 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-overview.svg' (36,587) at 20210308005107069
38095 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/mbox.h' (36,588) at 20210308005002716
38096 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/LICENSE' (36,589) at 20220525020433159
38097 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/huawei/hg556a/Makefile' (36,590) at 20210308005003008
38098 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nummi-Pusula_Hyonola' (36,591) at 20210307205553770
38099 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/meson.build' (36,592) at 20230925080039817
38100 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/mt7629.dtsi' (36,593) at 20210308005002596
38101 2025-10-05 03:01:03.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libmctp/files/p10bmc/mctp' (36,594) at 20231006080017477
38102 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-synology.dtsi' (36,595) at 20210308005002596
38103 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/sdeventplus.wrap' (36,596) at 20230629131804627
38104 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/bmcweb_config.h.in' (36,597) at 20240824080002926
38105 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram/umc-regs.h' (36,598) at 20210308005002796
38106 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/nospdx.bbclass' (36,599) at 20241221090017608
38107 2025-10-05 03:01:03.764-0500 FINEST t466 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' (36,600) at 20210307205554086
38108 2025-10-05 03:01:03.764-0500 FINEST t466 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' (36,601) at 20221003030013269
38109 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/test/proxy_sample.py' (36,602) at 20210308005114861
38110 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/scc.h' (36,603) at 20210308005003020
38111 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun8i_a83t.c' (36,604) at 20210308005002784
38112 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/cpp-example-lib.cpp' (36,605) at 20240106090017253
38113 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/ddr.c' (36,606) at 20210308005003048
38114 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/misc/intel-lpc.txt' (36,607) at 20210308005003304
38115 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/googletest.wrap' (36,608) at 20211021000028068
38116 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cei/cei-tk1-som/MAINTAINERS' (36,609) at 20210308005002944
38117 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/devmem2/devmem2_2.0.bb' (36,610) at 20241221090017536
38118 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7753.h' (36,611) at 20210308005002848
38119 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-1.1' (36,612) at 20211006000025226
38120 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p212_defconfig' (36,613) at 20210308005003272
38121 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/wired.network' (36,614) at 20210629000017500
38122 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (36,615) at 20241015080012039
38123 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm.bb' (36,616) at 20220823030015963
38124 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/layerindex.py' (36,617) at 20221104030017441
38125 2025-10-05 03:01:03.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-sensors-mrw.yaml' (36,618) at 20210307205553698
38126 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d4.dtsi' (36,619) at 20210308005002612
38127 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_mmio.c' (36,620) at 20210308005003536
38128 2025-10-05 03:01:03.765-0500 FINEST t466 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' (36,621) at 20231011080016578
38129 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/218' (36,622) at 20240326080039730
38130 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/regexps.py' (36,623) at 20210308005046237
38131 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/satyr/satyr_0.43.bb' (36,624) at 20240301090012431
38132 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/obmc-chassis-poweroff@0.target' (36,625) at 20220727030013877
38133 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/LRP3.interface.yaml' (36,626) at 20220315030032659
38134 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.4.bb' (36,627) at 20230114040015550
38135 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/trace.h' (36,628) at 20210308005045869
38136 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/gbs-cpld-ver-check.bb' (36,629) at 20241206090014278
38137 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T4240QDS_defconfig' (36,630) at 20210308005003244
38138 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32746g-eval.dts' (36,631) at 20210308005002612
38139 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/video-uclass.c' (36,632) at 20210308005003536
38140 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/0001-Add-support-for-persistent-only-settings.patch' (36,633) at 20210307205554226
38141 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mscc_eswitch/luton_switch.c' (36,634) at 20210308005003436
38142 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-scsi.h' (36,635) at 20210308005046033
38143 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8541cds/Kconfig' (36,636) at 20210308005002976
38144 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_reg.h' (36,637) at 20241211090212218
38145 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/SPI/README.sandbox-spi' (36,638) at 20210308005003300
38146 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Visby_Hamnen' (36,639) at 20210307205553794
38147 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Suomussalmi_Myllylahti' (36,640) at 20210307205553774
38148 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-cson/python3-cson_git.bb' (36,641) at 20240413080012663
38149 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/gpio/gpio-samsung.txt' (36,642) at 20210308005003304
38150 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coccinelle/cpu_restore_state.cocci' (36,643) at 20210308005046237
38151 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/vsx-ops.c.inc' (36,644) at 20240906080037520
38152 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff' (36,645) at 20240625080012792
38153 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/remote_logging_test_port.cpp' (36,646) at 20210308005049145
38154 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/el/el6x/Makefile' (36,647) at 20210308005002956
38155 2025-10-05 03:01:03.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.4.rst' (36,648) at 20230114040015514
38156 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/get_mbox_info_v2.c' (36,649) at 20210308005100993
38157 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/probe-gdb-support.py' (36,650) at 20241211090212458
38158 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/mock_action.hpp' (36,651) at 20210308005405938
38159 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/subprojects/phosphor-dbus-interfaces.wrap' (36,652) at 20220326030015450
38160 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gunnarsbo' (36,653) at 20210307205553782
38161 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rand.c' (36,654) at 20210308005003712
38162 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/subprojects/libhei.wrap' (36,655) at 20210308005346774
38163 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/CLI11.wrap' (36,656) at 20230602080024184
38164 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/mrc.c' (36,657) at 20210308005002856
38165 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/suckless/st_0.9.2.bb' (36,658) at 20241206090014258
38166 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/filter.h' (36,659) at 20240906080037344
38167 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/report_mock.hpp' (36,660) at 20220412175720090
38168 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/writeonly.hpp' (36,661) at 20230511080034627
38169 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/hppa-softmmu/default.mak' (36,662) at 20240906080037160
38170 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/0001-Undefine-REGEX-for-musl-based-systems.patch' (36,663) at 20230706080014757
38171 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/AndesTech/ax25-ae350/Kconfig' (36,664) at 20210308005002900
38172 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8544ds/law.c' (36,665) at 20210308005002980
38173 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/channel.hpp' (36,666) at 20240815080037243
38174 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/periph.h' (36,667) at 20210308005002664
38175 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python-async-test.inc' (36,668) at 20240301090012447
38176 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/023.out' (36,669) at 20210308005046433
38177 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/imgtec/ci20/MAINTAINERS' (36,670) at 20210308005003008
38178 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_w.c' (36,671) at 20210308005046517
38179 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/admin.py' (36,672) at 20210307205554262
38180 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/268' (36,673) at 20210927100127501
38181 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/cpu.c' (36,674) at 20210308005002856
38182 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat8_C-166.0E' (36,675) at 20210307205553762
38183 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sandbox/MAINTAINERS' (36,676) at 20210308005003044
38184 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-academics' (36,677) at 20221215040039070
38185 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.json' (36,678) at 20220429100100882
38186 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/common_deb_ipk.py' (36,679) at 20241206090014306
38187 2025-10-05 03:01:03.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Svanstein' (36,680) at 20210307205553790
38188 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/pfc-sh73a0.c' (36,681) at 20210308005002772
38189 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xxhash/run-ptest' (36,682) at 20240301090012435
38190 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sandbox_spl.h' (36,683) at 20210308005003612
38191 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sh4/sh.h' (36,684) at 20241211090212362
38192 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/i8042.c' (36,685) at 20210308005003384
38193 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/run-ptest' (36,686) at 20220910030013433
38194 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/024_sorted.dts' (36,687) at 20210308005003752
38195 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/mboxd_flash.cpp' (36,688) at 20210308005108645
38196 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm-extra_1.3.2.bb' (36,689) at 20241221090017696
38197 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop' (36,690) at 20210307205554050
38198 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/dram.c' (36,691) at 20210308005002776
38199 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/config_fallbacks.h' (36,692) at 20210308005003572
38200 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/sunxi_gpio.c' (36,693) at 20210308005003380
38201 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/meson_i2c.c' (36,694) at 20210308005003384
38202 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_validate.h' (36,695) at 20210308005003652
38203 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/systemd-bootchart.cfg' (36,696) at 20230608080014886
38204 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_link64_defconfig' (36,697) at 20210308005003252
38205 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ebtables.common' (36,698) at 20210307205553826
38206 2025-10-05 03:01:03.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_resource.h' (36,699) at 20220429100100614
38207 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6sll_pins.h' (36,700) at 20210308005002648
38208 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/mx6sabreauto.c' (36,701) at 20210308005002984
38209 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/div64.h' (36,702) at 20210308005003628
38210 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/events-policy.bb' (36,703) at 20241206090014234
38211 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/tunctl/makefile-add-ldflags.patch' (36,704) at 20210307205553850
38212 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/at91sam9n12_devices.c' (36,705) at 20210308005002712
38213 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-isns/open-isns_0.102.bb' (36,706) at 20221003030013265
38214 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/ebisu/Kconfig' (36,707) at 20210308005003032
38215 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/pcie.c' (36,708) at 20210308005002828
38216 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ristijarvi' (36,709) at 20210307205553774
38217 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/law.c' (36,710) at 20210308005002988
38218 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx7ulp_evk_defconfig' (36,711) at 20210308005003272
38219 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/stddef.h' (36,712) at 20210308005003668
38220 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AML-glslang' (36,713) at 20241221090017612
38221 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/working-projects.rst' (36,714) at 20240413080012683
38222 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi0-wifi.conf' (36,715) at 20210307205554098
38223 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing.json' (36,716) at 20210308005046405
38224 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/pci.c' (36,717) at 20210308005002992
38225 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/cru_rk3328.h' (36,718) at 20210308005002660
38226 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tb-jmp-cache.h' (36,719) at 20240906080037136
38227 2025-10-05 03:01:03.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (36,720) at 20241206090014230
38228 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-include-needed-c-header.patch' (36,721) at 20210316000012673
38229 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/selftest.yml' (36,722) at 20241206090014206
38230 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mscc_bb_spi.c' (36,723) at 20210308005003492
38231 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_bitmap.c' (36,724) at 20210308005003552
38232 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-inventory-upload/setup.cfg' (36,725) at 20210308005048369
38233 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ipl/qipl.h' (36,726) at 20241211090212362
38234 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/eCos-2.0.txt' (36,727) at 20210308005002540
38235 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/requirements.txt' (36,728) at 20241206090014306
38236 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/serial/serial/Findcatkin.cmake' (36,729) at 20230520080014480
38237 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-secondary-emmc.inc' (36,730) at 20221007030014979
38238 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (36,731) at 20220302040015788
38239 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.5-service.patch' (36,732) at 20230706080014749
38240 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/layers.example.json' (36,733) at 20220910030013393
38241 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mc.S' (36,734) at 20230925080040101
38242 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Sydney_Kings_Cross' (36,735) at 20210307205553766
38243 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils/0001-include-missing-kernel-header.patch' (36,736) at 20220204040022452
38244 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pca9698.h' (36,737) at 20210308005003676
38245 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv6m/tune-cortexm0plus.inc' (36,738) at 20210905000020581
38246 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/board/gazerbeam.c' (36,739) at 20210308005003340
38247 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/subprojects/nlohmann_json.wrap' (36,740) at 20231209090021965
38248 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/am33xx/prcm-regs.c' (36,741) at 20210308005002756
38249 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spring_defconfig' (36,742) at 20210308005003280
38250 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/act8846.c' (36,743) at 20210308005003472
38251 2025-10-05 03:01:03.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/android-gadget-start' (36,744) at 20230114040015478
38252 2025-10-05 03:01:03.770-0500 FINEST t466 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' (36,745) at 20230317080013789
38253 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/core-isa.h' (36,746) at 20210308005046365
38254 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gxl.c' (36,747) at 20210308005003456
38255 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/ulpi/omap-ulpi-viewport.c' (36,748) at 20210308005003520
38256 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/mmap-smack-test/mmap.c' (36,749) at 20210307205554122
38257 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/phosphor-state-manager-init' (36,750) at 20240105090012010
38258 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/test.cpp' (36,751) at 20210307205554438
38259 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-5.c' (36,752) at 20210927100127517
38260 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/dsdt.asl' (36,753) at 20210308005002948
38261 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/work_92105_spl.c' (36,754) at 20210308005003168
38262 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/lib/libgcc2.h' (36,755) at 20210308005002544
38263 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/u-boot/u-boot-common-gxp_2020.10.inc' (36,756) at 20230920080013648
38264 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm_i2c.cfg' (36,757) at 20210307205554118
38265 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/libmctp/files/mctp' (36,758) at 20240712080022837
38266 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/0006-configure-Disable-incompatible-function-pointer-type.patch' (36,759) at 20240413080012639
38267 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-keymap.c' (36,760) at 20210308005046549
38268 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/reopen-file.out' (36,761) at 20221215040039366
38269 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mqmaker/miqi_rk3288/Kconfig' (36,762) at 20210308005003020
38270 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/090_hash.dts' (36,763) at 20210308005003752
38271 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/syscallhdr.sh' (36,764) at 20241211090212378
38272 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/hwmon' (36,765) at 20220408100032173
38273 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-x86/chassis/x86-power-control/chassis-system-reset.service' (36,766) at 20210421100042653
38274 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/at91sam9_rtt.c' (36,767) at 20210308005003480
38275 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/dbus_zone.hpp' (36,768) at 20230201040022463
38276 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m52277evb/Makefile' (36,769) at 20210308005002972
38277 2025-10-05 03:01:03.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/motherboard' (36,770) at 20230817080015056
38278 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Glide' (36,771) at 20211006000025238
38279 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt_ro.c' (36,772) at 20210308005003728
38280 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h' (36,773) at 20210308005002876
38281 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xics_spapr.h' (36,774) at 20210927100127241
38282 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__continue_on.hpp' (36,775) at 20241219090033964
38283 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/firmware/ti_sci.h' (36,776) at 20210308005003372
38284 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/e1000-test.c' (36,777) at 20221215040039370
38285 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-socksio_1.0.0.bb' (36,778) at 20240301090012435
38286 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/usbredir_0.14.0.bb' (36,779) at 20241206090014242
38287 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t104xrdb/t1042d4_spi_rcw.cfg' (36,780) at 20210308005002992
38288 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/package_parser.hpp' (36,781) at 20240819080030255
38289 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/audio_codec.h' (36,782) at 20210308005003560
38290 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb' (36,783) at 20241206090014334
38291 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_sigtramp.h' (36,784) at 20240906080037156
38292 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2400-palmetto.dts' (36,785) at 20220624030046577
38293 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2500-evb.dts' (36,786) at 20220617030036053
38294 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/mpc85xx_sleep.c' (36,787) at 20210308005002960
38295 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/spl.c' (36,788) at 20210308005002964
38296 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ibm-logging/interfaces.hpp' (36,789) at 20220726030013070
38297 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-off.svg' (36,790) at 20210308005107069
38298 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/cpld-ver-check/files/cpld_version.sh' (36,791) at 20230418080015344
38299 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/yank.h' (36,792) at 20240906080037344
38300 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/unistd.h' (36,793) at 20210308005046065
38301 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/dfi-bt700.dtsi' (36,794) at 20210308005002860
38302 2025-10-05 03:01:03.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/.shellcheck-ignore' (36,795) at 20230627080024910
38303 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/getConfig.cpp' (36,796) at 20240817080005771
38304 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/utils/testpathtree.py' (36,797) at 20210308005048033
38305 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/028_pack_4gb_outside.dts' (36,798) at 20210308005003752
38306 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-canberra' (36,799) at 20210307205553766
38307 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_22.0.0.bb' (36,800) at 20240106090017237
38308 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/debug.yml' (36,801) at 20241221090017464
38309 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm28155_w1d/MAINTAINERS' (36,802) at 20210308005002940
38310 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/tzpc.h' (36,803) at 20210308005002668
38311 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/authz/base.h' (36,804) at 20210308005045993
38312 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/org.open_power.Software.Host.Updater.service' (36,805) at 20241206090018458
38313 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/atmel_mpddrc.h' (36,806) at 20210308005002716
38314 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-core/systemd/systemd-conf/coredump.conf' (36,807) at 20210714100019424
38315 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/kvm-consts.h' (36,808) at 20240906080037456
38316 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/bblayers.conf.sample' (36,809) at 20240323080013545
38317 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/Attention_Handler.md' (36,810) at 20240809080017263
38318 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/de-Hamburg' (36,811) at 20210307205553766
38319 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/mboxd/mboxd_%.bbappend' (36,812) at 20210307205554222
38320 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h' (36,813) at 20210308005002636
38321 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kuhmoinen' (36,814) at 20210307205553770
38322 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/pel/section_header.hpp' (36,815) at 20240830080017491
38323 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ua-Lozovaya' (36,816) at 20210307205553794
38324 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/1066mhz_4x256mx16.cfg' (36,817) at 20210308005002924
38325 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/callout.hpp' (36,818) at 20230516080019602
38326 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p5020_ids.c' (36,819) at 20210308005002832
38327 2025-10-05 03:01:03.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-compare/test_msa_ceq_h.c' (36,820) at 20210308005046513
38328 2025-10-05 03:01:03.772-0500 FINEST t466 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' (36,821) at 20240413080012627
38329 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/ipmi_intf.c' (36,822) at 20210308004938832
38330 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_project_builds_page.py' (36,823) at 20240106090017249
38331 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ie-Dungarvan' (36,824) at 20210307205553774
38332 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pro4-ace.dts' (36,825) at 20210308005002632
38333 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (36,826) at 20240613080018351
38334 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-evm.dts' (36,827) at 20210308005002560
38335 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_imx7_defconfig' (36,828) at 20210308005003252
38336 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/hplip-3.19.6-fix-return.patch' (36,829) at 20230706080014749
38337 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer/0001-meson.build-use-python3-directly-for-python.patch' (36,830) at 20241221090017684
38338 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pcl063/pcl063.c' (36,831) at 20210308005003028
38339 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/pcf2127.c' (36,832) at 20210308005003480
38340 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/0001-tests-add-a-target-for-building-tests-without-runnin.patch' (36,833) at 20210307205554506
38341 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/omap_common.h' (36,834) at 20210308005002680
38342 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/ehci-vct.c' (36,835) at 20210308005003512
38343 2025-10-05 03:01:03.773-0500 FINEST t466 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' (36,836) at 20230706080014733
38344 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/k+p/kp_imx53/Kconfig' (36,837) at 20210308005003012
38345 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hudiksvall_Forsa' (36,838) at 20210307205553782
38346 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/imx8/Makefile' (36,839) at 20210308005003400
38347 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-dummy/COPYING.GPL' (36,840) at 20210307205554598
38348 2025-10-05 03:01:03.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/hashserv/Dockerfile' (36,841) at 20241221090017584
38349 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/UserManagementStore.js' (36,842) at 20241004080035963
38350 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/system.hpp' (36,843) at 20240817080031296
38351 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_overlap.cpp' (36,844) at 20210308005108645
38352 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf_1.0.bb' (36,845) at 20241221090017504
38353 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/hash.h' (36,846) at 20241211090212354
38354 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/nz-Hamilton' (36,847) at 20210307205553778
38355 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/rsa_mod_exp/Kconfig' (36,848) at 20210308005003356
38356 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx5/imx-regs.h' (36,849) at 20210308005002648
38357 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/phosphor-host-ipmid.wrap' (36,850) at 20220805030037283
38358 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/rsync/rsync_%.bbappend' (36,851) at 20220921030015982
38359 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/templates/default/local.conf.sample' (36,852) at 20241221090017480
38360 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/compr_lzo.c' (36,853) at 20210308005003548
38361 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/__init__.py' (36,854) at 20240302090018246
38362 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98090.h' (36,855) at 20210308005003488
38363 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/cmsdk-apb-dualtimer.h' (36,856) at 20210927100127245
38364 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.json' (36,857) at 20210308005046405
38365 2025-10-05 03:01:03.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/aspeed/Kconfig' (36,858) at 20230302090047762
38366 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/README.md' (36,859) at 20241206090014206
38367 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_ca5x2_defconfig' (36,860) at 20210308005003284
38368 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/sbsa-ref.yml' (36,861) at 20241206090014206
38369 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_net.c' (36,862) at 20210308005003700
38370 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/remove.ldconfig.call.patch' (36,863) at 20241221090017656
38371 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg-crates.inc' (36,864) at 20241221090017680
38372 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (36,865) at 20241206090014230
38373 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/flow.h' (36,866) at 20210308005002672
38374 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx27/clock.h' (36,867) at 20210308005002644
38375 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/eth0.4004.netdev' (36,868) at 20210307205554222
38376 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb' (36,869) at 20210812000025170
38377 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aristainetos/aristainetos.cfg' (36,870) at 20210308005002912
38378 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bredbyn_Vasterfannbyn' (36,871) at 20210307205553778
38379 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am65-mcu.dtsi' (36,872) at 20210308005002592
38380 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/tpci200.c' (36,873) at 20221215040039374
38381 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/conf/include/non-repro-meta-perl.inc' (36,874) at 20241206090014266
38382 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/EventLogs/index.js' (36,875) at 20220105012522995
38383 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashrsi3.S' (36,876) at 20210308005002852
38384 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/seaboard_defconfig' (36,877) at 20210308005003280
38385 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/network-controller.js' (36,878) at 20210308005107073
38386 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb' (36,879) at 20241221090017528
38387 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7794.dtsi' (36,880) at 20210308005002600
38388 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pinctrl/rockchip,pinctrl.txt' (36,881) at 20210308005003308
38389 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d4ek/Kconfig' (36,882) at 20210308005002920
38390 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.sh7752evb' (36,883) at 20210308005003296
38391 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/components/alert-banner.scss' (36,884) at 20210308005107073
38392 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-common/recipes-phosphor/network/usb-network/usb-network.service' (36,885) at 20230412080023456
38393 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/contributing.md' (36,886) at 20221209040032879
38394 2025-10-05 03:01:03.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6838.h' (36,887) at 20210308005003588
38395 2025-10-05 03:01:03.776-0500 FINEST t466 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' (36,888) at 20240413080012627
38396 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_muleu_s_ph_qbr.c' (36,889) at 20210308005046505
38397 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/at91sam9x5ek.h' (36,890) at 20210308005003584
38398 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/pmc.h' (36,891) at 20210308005002668
38399 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Edsbyn' (36,892) at 20210307205553778
38400 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi_altera.txt' (36,893) at 20210308005003324
38401 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/difrnce_dit4350_defconfig' (36,894) at 20210308005003256
38402 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-git-archive' (36,895) at 20210307205554638
38403 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hexedit/hexedit_1.6.bb' (36,896) at 20220502030010108
38404 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/svc/pm/api.h' (36,897) at 20210308005002640
38405 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/cortina.c' (36,898) at 20210308005003440
38406 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_NAND_SECBOOT_defconfig' (36,899) at 20210308005003240
38407 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rsk7203.h' (36,900) at 20210308005003612
38408 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_path_append.cpp' (36,901) at 20220610100046048
38409 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/oss-fuzz/build.sh' (36,902) at 20240906080037444
38410 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ts4800.h' (36,903) at 20210308005003620
38411 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_ovec.h' (36,904) at 20220429100100566
38412 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046ardb_qspi_defconfig' (36,905) at 20210308005003264
38413 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.generic_usb_ohci' (36,906) at 20210308005003292
38414 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-hextile-template.h' (36,907) at 20240326080039754
38415 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fdtdec.h' (36,908) at 20210308005003648
38416 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_preceu_ph_qbl.c' (36,909) at 20210308005046505
38417 2025-10-05 03:01:03.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_empty_plugin.wks' (36,910) at 20210307205554390
38418 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/feature-removal-schedule.txt' (36,911) at 20210308005003328
38419 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/Partition.interface.yaml' (36,912) at 20210610000035134
38420 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/ashiftrt.S' (36,913) at 20210308005002852
38421 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012a2g5rdb_tfa_defconfig' (36,914) at 20210308005003264
38422 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/relocate.S' (36,915) at 20210308005002548
38423 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/pll-ld20.c' (36,916) at 20210308005002792
38424 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/gettext.patch' (36,917) at 20210817100021790
38425 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.md.mako' (36,918) at 20210308005049765
38426 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/imx/Kconfig' (36,919) at 20210308005003348
38427 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/network/phosphor-network/config.json' (36,920) at 20210307205554222
38428 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-singlehost/ttyS2.conf' (36,921) at 20240310080021376
38429 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/cpupower/cpupower.bb' (36,922) at 20241221090017528
38430 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/186' (36,923) at 20230426080043944
38431 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Stugun' (36,924) at 20210307205553790
38432 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/adc.c' (36,925) at 20210308005003204
38433 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-riscv/Makefile' (36,926) at 20210308005002956
38434 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-4a/tune-neoverse512tvb.inc' (36,927) at 20240301090012451
38435 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lumsheden_Trekanten' (36,928) at 20210307205553786
38436 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/fan53555.c' (36,929) at 20210308005003472
38437 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/utils.hpp' (36,930) at 20210308005049141
38438 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpdump/tcpslice_1.8.bb' (36,931) at 20241221090017500
38439 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a77995.dtsi' (36,932) at 20210308005002604
38440 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/dropbear/migrate-key-location' (36,933) at 20230510080014491
38441 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/nowhere.c' (36,934) at 20210308005003540
38442 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/gpioplus/chip.hpp' (36,935) at 20230511080009359
38443 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/qconf.h' (36,936) at 20210308005003732
38444 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.json' (36,937) at 20210308005046409
38445 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lksctp-tools/lksctp-tools/v6test.sh' (36,938) at 20210307205553842
38446 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-koelsch-u-boot.dts' (36,939) at 20210308005002600
38447 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/LICENSE' (36,940) at 20210307205554218
38448 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp6-server' (36,941) at 20210307205554462
38449 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_u_w.c' (36,942) at 20210308005046521
38450 2025-10-05 03:01:03.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/efi/efi-x86_app/MAINTAINERS' (36,943) at 20210308005002952
38451 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Barix/ipam390/ipam390-ais-uart.cfg' (36,944) at 20210308005002900
38452 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/faultlog_dump_entry.hpp' (36,945) at 20241129090023561
38453 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/memory/tegra124-mc.h' (36,946) at 20210308005003636
38454 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dateutil_2.9.0.bb' (36,947) at 20241206090014266
38455 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-de212/xtensa-modules.c.inc' (36,948) at 20210308005046349
38456 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/LICENSE' (36,949) at 20210307205553674
38457 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/lx2160a/eth_lx2160ardb.c' (36,950) at 20210308005002972
38458 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/tools/fan_rpm_loop_test.sh' (36,951) at 20230421080035752
38459 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/mxc_nand.h' (36,952) at 20210308005003412
38460 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_h6.c' (36,953) at 20210308005003352
38461 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/MIGRATION.txt' (36,954) at 20210308005003328
38462 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/syscall.tbl' (36,955) at 20241211090212378
38463 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/pacbti.py' (36,956) at 20231207090015258
38464 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/schema/RootOfTrust_v1.xml' (36,957) at 20220520030007180
38465 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/logicpd-torpedo-35xx-devkit-u-boot.dtsi' (36,958) at 20210308005002596
38466 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/phal-import-devtree@.service.in' (36,959) at 20220222110024722
38467 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_types.h' (36,960) at 20210308005046053
38468 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/socfpga.c' (36,961) at 20210308005003052
38469 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-gpio-presence@.service' (36,962) at 20230412080023460
38470 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/ivybridge/sdram_nop.c' (36,963) at 20210308005002856
38471 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_crctable.c' (36,964) at 20210308005003696
38472 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/yosemite4-common/host-poweroff' (36,965) at 20240727080014102
38473 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/warp/MAINTAINERS' (36,966) at 20210308005003168
38474 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_lsr.S' (36,967) at 20230426080043952
38475 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-PendleForest' (36,968) at 20210307205553798
38476 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kobol/helios4/README' (36,969) at 20210308005003012
38477 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/video.c' (36,970) at 20210308005002728
38478 2025-10-05 03:01:03.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/store/ibm.js' (36,971) at 20240925080040915
38479 2025-10-05 03:01:03.778-0500 FINEST t466 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' (36,972) at 20240904080027738
38480 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/machine.py' (36,973) at 20240906080037428
38481 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_cpu_hotplug.rst' (36,974) at 20220429100100422
38482 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/dm9000x.h' (36,975) at 20210308005003428
38483 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/tlb.c' (36,976) at 20210308005002996
38484 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Libpng' (36,977) at 20210307205554422
38485 2025-10-05 03:01:03.779-0500 FINEST t466 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' (36,978) at 20240413080012643
38486 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-1.0' (36,979) at 20210307205554418
38487 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/gitarchivetests.py' (36,980) at 20230919080013982
38488 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sagem/f@st1704/Makefile' (36,981) at 20210308005003040
38489 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/Search.spec.js.snap' (36,982) at 20220105012523003
38490 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/astro/mcf5373l/Makefile' (36,983) at 20210308005002916
38491 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/coreboot/coreboot/Makefile' (36,984) at 20210308005002948
38492 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mvebu/comphy.h' (36,985) at 20210308005003676
38493 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-3.0-with-autoconf-exception' (36,986) at 20210307205554422
38494 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzicbo.c.inc' (36,987) at 20240906080037524
38495 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h' (36,988) at 20210308005002880
38496 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/rk8xx_pmic.h' (36,989) at 20210308005003680
38497 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/sme-outprod1.c' (36,990) at 20230925080040097
38498 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/aspeed/Kconfig' (36,991) at 20210308005003476
38499 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/dms-ba16_defconfig' (36,992) at 20210308005003256
38500 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_a_h.c' (36,993) at 20210308005046517
38501 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/consolation/consolation_0.0.9.bb' (36,994) at 20230401080011939
38502 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/manager.hpp' (36,995) at 20240409080029603
38503 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_byte_action.hpp' (36,996) at 20240817080031292
38504 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/tricore/Makefile.softmmu-target' (36,997) at 20240326080039746
38505 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/phosphor-logging.wrap' (36,998) at 20220625030026172
38506 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/afsplit.c' (36,999) at 20241211090212226
38507 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/Kconfig' (37,000) at 20240906080037212
38508 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/flea3_defconfig' (37,001) at 20210308005003260
38509 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qdist.c' (37,002) at 20210927100127645
38510 2025-10-05 03:01:03.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8040.dtsi' (37,003) at 20210308005002568
38511 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/zutil.h' (37,004) at 20210308005003716
38512 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra72-evm-revc.dts' (37,005) at 20210308005002576
38513 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0006-Implement-timer-for-arm-v6.patch' (37,006) at 20240413080012651
38514 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_index.scss' (37,007) at 20220105012522983
38515 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/load_align.c' (37,008) at 20230925080040097
38516 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/qxl.h' (37,009) at 20240906080037216
38517 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/run-ptest' (37,010) at 20210307205554610
38518 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_ram.c' (37,011) at 20210308005003232
38519 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/create_pnor_partition_table.cpp' (37,012) at 20210308005108645
38520 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_structs.h' (37,013) at 20210308005046085
38521 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/include/host/aarch64/host-signal.h' (37,014) at 20220429100100638
38522 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3288-tinker.dts' (37,015) at 20210308005002604
38523 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/machine.c' (37,016) at 20240906080037472
38524 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/037.out' (37,017) at 20210308005046437
38525 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/Kconfig' (37,018) at 20210308005003420
38526 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/OWNERS' (37,019) at 20231222090004823
38527 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-type-list.err' (37,020) at 20210308005046409
38528 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/exchange-bmc-os-info.sysconf' (37,021) at 20210308004938816
38529 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-3720-uDPU.dts' (37,022) at 20210308005002564
38530 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0006-libtool-Fix-tools-path-issues.patch' (37,023) at 20241221090017664
38531 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/sbe_ffdc_handler.hpp' (37,024) at 20240320080024493
38532 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb' (37,025) at 20241221090017504
38533 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/utils.h' (37,026) at 20210308005002708
38534 2025-10-05 03:01:03.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/omap3-beagle-u-boot.dtsi' (37,027) at 20210308005002596
38535 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vme8349.h' (37,028) at 20210308005003624
38536 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/signal.c' (37,029) at 20230426080043652
38537 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-networking/glib-networking/run-ptest' (37,030) at 20210307205554478
38538 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-presence.json' (37,031) at 20231223090011731
38539 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/remoteproc.h' (37,032) at 20210308005003684
38540 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/build_utils.hpp' (37,033) at 20210308005116217
38541 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch' (37,034) at 20230706080014753
38542 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/db8500_gpio.c' (37,035) at 20210308005003376
38543 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/target_proc.h' (37,036) at 20240326080039558
38544 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-parsec.yml' (37,037) at 20210420000021570
38545 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/prcm.c' (37,038) at 20210308005002784
38546 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_subuh_r_qb.c' (37,039) at 20210308005046509
38547 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-list.err' (37,040) at 20210927100127469
38548 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/0007-kexec.c-add-guard-around-ENOTSUP.patch' (37,041) at 20210307205553750
38549 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/xbzrle.c' (37,042) at 20230925080039957
38550 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/spi.h' (37,043) at 20210308005002848
38551 2025-10-05 03:01:03.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7-colibri.dtsi' (37,044) at 20210308005002588
38552 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_t20.h' (37,045) at 20210308005003588
38553 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_u_b.c' (37,046) at 20210308005046517
38554 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon/gpio_defs.json' (37,047) at 20210307205553718
38555 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/server-health/directives/remote-logging-server.js' (37,048) at 20210308005107077
38556 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/json-c/json-c/run-ptest' (37,049) at 20241221090017664
38557 2025-10-05 03:01:03.782-0500 FINEST t466 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' (37,050) at 20220823030015951
38558 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/armeb-linux' (37,051) at 20230317080013829
38559 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme_%.bbappend' (37,052) at 20241206090014218
38560 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb' (37,053) at 20241221090017684
38561 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/example/xyz/openbmc_project/Example/Foo.errors.yaml' (37,054) at 20210308005049145
38562 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/widgets.py' (37,055) at 20210307205554258
38563 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gengetopt/gengetopt_2.23.bb' (37,056) at 20241221090017536
38564 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot/uefi-capsule-update.cfg' (37,057) at 20241221090017472
38565 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/universal_c210/Makefile' (37,058) at 20210308005003044
38566 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.9.1/get_fru_record_by_option_check.yaml' (37,059) at 20240908080010098
38567 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-snapdragon.h' (37,060) at 20210308005002776
38568 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ap-device.h' (37,061) at 20210308005046029
38569 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_13.3.rel1.bb' (37,062) at 20241221090017468
38570 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/179.out' (37,063) at 20240326080039730
38571 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/git-submodule.sh' (37,064) at 20230925080039989
38572 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/Makefile' (37,065) at 20210308005003456
38573 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libnl/libnl_3.11.0.bb' (37,066) at 20241221090017696
38574 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/plugin-event.h' (37,067) at 20230426080043772
38575 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/func_args.py' (37,068) at 20221209040018567
38576 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/cpld.h' (37,069) at 20210308005002968
38577 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.err' (37,070) at 20220429100100882
38578 2025-10-05 03:01:03.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDomain.v1_2_2.json' (37,071) at 20240619080002952
38579 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/super.c' (37,072) at 20210308005003552
38580 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4210-trats.dts' (37,073) at 20210308005002576
38581 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/ssi.h' (37,074) at 20210308005002800
38582 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/smb.conf' (37,075) at 20210729000029096
38583 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog-config.bb' (37,076) at 20241206090014338
38584 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/main.cpp' (37,077) at 20220728030016926
38585 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_mv.c' (37,078) at 20210308005003332
38586 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/conf_file.c.patch' (37,079) at 20230706080014737
38587 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Nuorgam_raja' (37,080) at 20210307205553770
38588 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ModalUploadCertificate.vue' (37,081) at 20241004080035971
38589 2025-10-05 03:01:03.783-0500 FINEST t466 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' (37,082) at 20240904080027730
38590 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci-spapr.c' (37,083) at 20221215040039374
38591 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/u-boot-mips.h' (37,084) at 20210308005002816
38592 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_pick_ph.c' (37,085) at 20210308005046505
38593 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sra_h.c' (37,086) at 20210308005046525
38594 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6q.cfg' (37,087) at 20210308005002924
38595 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/.clang-format' (37,088) at 20220308040005508
38596 2025-10-05 03:01:03.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_resets.robot' (37,089) at 20240628080017117
38597 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/Kconfig' (37,090) at 20210308005002544
38598 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/hxtool' (37,091) at 20210308005046241
38599 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS8.conf' (37,092) at 20230606080013598
38600 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a77995-cpg-mssr.c' (37,093) at 20210308005003352
38601 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/breakpoint.h' (37,094) at 20240906080037324
38602 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/string.h' (37,095) at 20210308005003688
38603 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br-cn-redirect.rules' (37,096) at 20230622080014098
38604 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/COPYING.apache-2.0' (37,097) at 20240712080022833
38605 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/evb-npcm845-ipmi-fru.yaml' (37,098) at 20240110090012776
38606 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/fix-security-format.patch' (37,099) at 20220618030015190
38607 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_ifc_spl.c' (37,100) at 20210308005003412
38608 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stv0991/Kconfig' (37,101) at 20210308005003056
38609 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sil.c' (37,102) at 20210308005003336
38610 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/gpio.h' (37,103) at 20210308005002656
38611 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds109/ds109.c' (37,104) at 20210308005002908
38612 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/rockchip/clk_rk3288.c' (37,105) at 20210308005003352
38613 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-list.err' (37,106) at 20210308005046413
38614 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/0001-cmake-Use-idirafter-instead-of-isystem.patch' (37,107) at 20230131040012035
38615 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/hello-mips.c' (37,108) at 20240326080039746
38616 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/pm8916.txt' (37,109) at 20210308005003308
38617 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DSSSL' (37,110) at 20210307205554418
38618 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/openssl.wrap' (37,111) at 20231209090002888
38619 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_asub_s_b.c' (37,112) at 20210308005046521
38620 2025-10-05 03:01:03.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/net_config.cpp' (37,113) at 20241204090006579
38621 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-sample_controller/core-isa.h' (37,114) at 20210308005046361
38622 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch' (37,115) at 20230520080014488
38623 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Host/Boot.errors.yaml' (37,116) at 20230902080024081
38624 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/Kconfig' (37,117) at 20210308005002920
38625 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/configurations/witherspoon/psu_config.json' (37,118) at 20221213040033297
38626 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/tmio-common.c' (37,119) at 20210308005003408
38627 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t43/cm_t43.c' (37,120) at 20210308005002948
38628 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/amlogic,meson-axg-reset.h' (37,121) at 20210308005003640
38629 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/lib/oeqa/runtime/cases/parselogs_rpi.py' (37,122) at 20220204040022560
38630 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/googletest.wrap' (37,123) at 20220516100042300
38631 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/console/obmc-console/client.2201.conf' (37,124) at 20230606080013598
38632 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/dont.call.git.rev-parse.on.parent.dir.patch' (37,125) at 20230706080014741
38633 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/subprojects/phosphor-logging.wrap' (37,126) at 20220525020433159
38634 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp_r5/Makefile' (37,127) at 20210308005003200
38635 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7629/Kconfig' (37,128) at 20210308005003016
38636 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/dc.h' (37,129) at 20210308005002668
38637 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ull-colibri.dts' (37,130) at 20210308005002588
38638 2025-10-05 03:01:03.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/tbs_a711_defconfig' (37,131) at 20210308005003280
38639 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-file.h' (37,132) at 20240906080037156
38640 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ag7xxx.c' (37,133) at 20210308005003424
38641 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_max_s_w.c' (37,134) at 20210308005046517
38642 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/handle.cpp' (37,135) at 20230511080009359
38643 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg' (37,136) at 20231026080018427
38644 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/multiboot/aout_kludge.S' (37,137) at 20210308005046397
38645 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/devices.c' (37,138) at 20210308005002544
38646 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/030-replace_unsafe_memcpy_with_memmove.patch' (37,139) at 20230706080014749
38647 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ethsw.c' (37,140) at 20210308005003208
38648 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-swtpm-test.c' (37,141) at 20230426080043948
38649 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/startMonitoring1.sh' (37,142) at 20230627080016966
38650 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/closebutton/xfce4-closebutton-plugin_git.bb' (37,143) at 20220402030016039
38651 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/netconsole' (37,144) at 20210308005003772
38652 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_overtemp@.service' (37,145) at 20231223090011731
38653 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/is1/qts/sdram_config.h' (37,146) at 20210308005003008
38654 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/checkmk' (37,147) at 20241221090017620
38655 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/i386-32bit-linux.xml' (37,148) at 20241211090212242
38656 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Utansjo' (37,149) at 20210307205553794
38657 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qgraph_internal.h' (37,150) at 20240326080039738
38658 2025-10-05 03:01:03.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_signal.hpp' (37,151) at 20240820080031614
38659 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_powersubsystem_settings.robot' (37,152) at 20240627080021052
38660 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/fix-memory-leaks.patch' (37,153) at 20240413080012643
38661 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/atftp/atftp_0.8.0.bb' (37,154) at 20241206090014238
38662 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-2.0' (37,155) at 20210307205554418
38663 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/Makefile' (37,156) at 20210308005003544
38664 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/.vuepress/components/colors/reds.vue' (37,157) at 20220105012522959
38665 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/chrp_nvram.h' (37,158) at 20210308005046021
38666 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/robot_standards' (37,159) at 20221213040017977
38667 2025-10-05 03:01:03.787-0500 FINEST t466 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' (37,160) at 20210307205553738
38668 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/pmbus_driver_device_tests.cpp' (37,161) at 20240817080031288
38669 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/a1d58ae1be99571a88b8439b027abe6349b74658.patch' (37,162) at 20240302090018202
38670 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/virtio_pci_modern.c' (37,163) at 20210308005003536
38671 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.github/ISSUE_TEMPLATE/feature_request.md' (37,164) at 20221215040043182
38672 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ifmetric.c_netlink-invalid-arg.patch' (37,165) at 20230706080014741
38673 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_36BIT_NOR_defconfig' (37,166) at 20210308005003240
38674 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/syscall.tbl' (37,167) at 20241211090212378
38675 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon-max31785/max31785.conf' (37,168) at 20210307205553714
38676 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/flash.c' (37,169) at 20210308005003212
38677 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/fix-xft.diff' (37,170) at 20241221090017516
38678 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/get_maintainer.pl' (37,171) at 20210308005003732
38679 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-05' (37,172) at 20210908000010395
38680 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/openfsi/scan.cpp' (37,173) at 20211007100035655
38681 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm283x-rpi-smsc9514.dtsi' (37,174) at 20210308005002576
38682 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bergshamra_Vaxtuna' (37,175) at 20210307205553778
38683 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0001-configs-ast-Add-redundnant-env.patch' (37,176) at 20241206090014274
38684 2025-10-05 03:01:03.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-xstatic/remove-pip-requires.patch' (37,177) at 20241221090017552
38685 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/timer.c' (37,178) at 20210308005002548
38686 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/ubi/kapi.c' (37,179) at 20210308005003420
38687 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/process_plug_in_packages.py' (37,180) at 20221209040018559
38688 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL/Entry.interface.yaml' (37,181) at 20230503080027160
38689 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/mtd/backend.h' (37,182) at 20210308005100993
38690 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hppa/Makefile.target' (37,183) at 20240906080037576
38691 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9131RDB_SPIFLASH_defconfig' (37,184) at 20210308005003236
38692 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon/ibm-ac-server/70-hwmon.rules' (37,185) at 20210307205553710
38693 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/cpld.cpp' (37,186) at 20240618080024509
38694 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/microblaze_timer.h' (37,187) at 20210308005002808
38695 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7790-stout-u-boot.dts' (37,188) at 20210308005002600
38696 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcmstb/include/mach/hardware.h' (37,189) at 20210308005002716
38697 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc-read-eeprom@.service' (37,190) at 20210307205554070
38698 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tesseract/tesseract-lang_4.1.0.bb' (37,191) at 20220721030015845
38699 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/safec/safec/0001-strpbrk_s-Remove-unused-variable-len.patch' (37,192) at 20220910030013353
38700 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-initramfs.bb' (37,193) at 20220921030015986
38701 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp.hpp' (37,194) at 20210308005118485
38702 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Horken' (37,195) at 20210307205553782
38703 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-0000/Kconfig' (37,196) at 20210308005003024
38704 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/signal.c' (37,197) at 20240906080037360
38705 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-predefined.json' (37,198) at 20210927100127469
38706 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl' (37,199) at 20210308005002876
38707 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/unfs3' (37,200) at 20210307205554430
38708 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ethstats_git.bb' (37,201) at 20241219090012976
38709 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/tc/sp_layout.json' (37,202) at 20220804030014679
38710 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/enable-iwd.conf' (37,203) at 20220402030015903
38711 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/schema/ras-data-schema-v02.json' (37,204) at 20230329080017824
38712 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/leds/ncplite-led-manager-config/led.yaml' (37,205) at 20230412080023460
38713 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-gr8.dtsi' (37,206) at 20210308005002620
38714 2025-10-05 03:01:03.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-lpddr3-samsung-4GB-1866.dtsi' (37,207) at 20210308005002608
38715 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/fru.c' (37,208) at 20241009080011081
38716 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service' (37,209) at 20220604030027629
38717 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/global_data.h' (37,210) at 20210308005002848
38718 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/cm_t54_defconfig' (37,211) at 20210308005003252
38719 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/subprojects/sdbusplus.wrap' (37,212) at 20221204040030281
38720 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ba10_tv_box_defconfig' (37,213) at 20210308005003248
38721 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/README.md' (37,214) at 20221209040033247
38722 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.arm64' (37,215) at 20210308005003292
38723 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/pylibfdt/.gitignore' (37,216) at 20210308005003728
38724 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/ebpf.h' (37,217) at 20240906080037180
38725 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb' (37,218) at 20230401080011959
38726 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mt7621_spi.c' (37,219) at 20210308005003492
38727 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-intel.dts' (37,220) at 20220617030036053
38728 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/Kconfig' (37,221) at 20210308005003736
38729 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/get_power_state.hpp' (37,222) at 20210512000037560
38730 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_signal.h' (37,223) at 20240906080037160
38731 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/syscall_nr.h' (37,224) at 20210308005046085
38732 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/packagegroups/packagegroup-ampere-apps.bb' (37,225) at 20231201090013914
38733 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/setjmp_aarch64.S' (37,226) at 20210308005002708
38734 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdkc100/lowlevel_init.S' (37,227) at 20210308005003044
38735 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/board-0-fan-0.yaml' (37,228) at 20241219090012972
38736 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch' (37,229) at 20230811080018326
38737 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/030_x86-rom-me-no-desc.dts' (37,230) at 20210308005003752
38738 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/bitrev.h' (37,231) at 20210308005003656
38739 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-atl-sbx81lifxcat.dts' (37,232) at 20210308005002592
38740 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/sh7785lcr.c' (37,233) at 20210308005003040
38741 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/endian.hpp' (37,234) at 20210308005055037
38742 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.8.bb' (37,235) at 20241206090014258
38743 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__intrusive_mpsc_queue.hpp' (37,236) at 20241219090033964
38744 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/et' (37,237) at 20210308005046145
38745 2025-10-05 03:01:03.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srl_h.c' (37,238) at 20210308005046525
38746 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/files/static-passwd-meta-filesystems' (37,239) at 20231014080011723
38747 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/rcS' (37,240) at 20210307205553890
38748 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/sdbusplus.wrap' (37,241) at 20230921080009745
38749 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-no-invariants-only' (37,242) at 20211006000025234
38750 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/common/fsl-dt-fixup.c' (37,243) at 20210308005003500
38751 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/0002-Makefile-for-cross-compile-TestFloat.patch' (37,244) at 20230706080014761
38752 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/net_types.h' (37,245) at 20230629131804623
38753 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/utils.cpp' (37,246) at 20241211090206666
38754 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xinetd' (37,247) at 20211006000025246
38755 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/dbus/led-policy-mori/boot_status_led_on.service' (37,248) at 20240119090013779
38756 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_hashtree_descriptor.h' (37,249) at 20210308005003704
38757 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ch-Geneva' (37,250) at 20210307205553766
38758 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0002-linux-syslinux-implement-open_ext2_fs.patch' (37,251) at 20220910030013425
38759 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/juce/projucer/0001-StandardHeader-Include-utility-for-GCC-12-compatibil.patch' (37,252) at 20231126090012781
38760 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/power64-core.xml' (37,253) at 20210308005045817
38761 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/colibri_imx6.h' (37,254) at 20210308005003588
38762 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/search.py' (37,255) at 20210905000020601
38763 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/import_core.sh' (37,256) at 20230426080043928
38764 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/adc/sandbox.c' (37,257) at 20210308005003332
38765 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/da8xxevm/da850evm.c' (37,258) at 20210308005002952
38766 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8315erdb/Kconfig' (37,259) at 20210308005002976
38767 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/state_hook' (37,260) at 20230217040015233
38768 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/timer.c' (37,261) at 20210308005002552
38769 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tuxx1.h' (37,262) at 20210308005003624
38770 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/270' (37,263) at 20240906080037564
38771 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_spl_loaders.c' (37,264) at 20210308005003416
38772 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq/run-ptest' (37,265) at 20221104030017433
38773 2025-10-05 03:01:03.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce300c3.inc' (37,266) at 20220612030016755
38774 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/pipe3-phy.h' (37,267) at 20210308005002764
38775 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch' (37,268) at 20230706080014749
38776 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb' (37,269) at 20240413080012635
38777 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.4/index.html' (37,270) at 20210307205554246
38778 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_signal.h' (37,271) at 20240906080037156
38779 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Hummingbird_A31_defconfig' (37,272) at 20210308005003236
38780 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/csr.h' (37,273) at 20210308005002844
38781 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/distcc-config.bb' (37,274) at 20241206090014326
38782 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/configure.ac' (37,275) at 20210308005108641
38783 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/mmu-access-type.h' (37,276) at 20240906080037328
38784 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/entity-manager/blacklist.json' (37,277) at 20230412080023456
38785 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/kdump' (37,278) at 20210307205554598
38786 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_s_d.c' (37,279) at 20210308005046517
38787 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/rpmtests.py' (37,280) at 20220910030013405
38788 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb' (37,281) at 20241221090017516
38789 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/part_amiga.c' (37,282) at 20210308005003288
38790 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/meson.build' (37,283) at 20230925080039921
38791 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/styles/base/foundation.scss' (37,284) at 20210308005107073
38792 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/corstone1000-esp-image.bb' (37,285) at 20241206090014210
38793 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/files/rcS' (37,286) at 20210307205554470
38794 2025-10-05 03:01:03.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/configurations/softoff/softoff_config.json' (37,287) at 20240415080031487
38795 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/spdx-licenses.json' (37,288) at 20241221090017620
38796 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/Kconfig' (37,289) at 20210308005003008
38797 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/stdplus.wrap' (37,290) at 20220418100039709
38798 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nokia/rx51/rx51.c' (37,291) at 20210308005003024
38799 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/serdevtry' (37,292) at 20210307205554630
38800 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d2_xplained/MAINTAINERS' (37,293) at 20210308005002920
38801 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/null_check_for_ipv4_config.patch' (37,294) at 20210307205554462
38802 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/conf/multiconfig/mc_2.conf' (37,295) at 20210316000012685
38803 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/overview/styles/system-overview.scss' (37,296) at 20210308005107077
38804 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch' (37,297) at 20240413080012643
38805 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/omap5/hwinit.c' (37,298) at 20210308005002760
38806 2025-10-05 03:01:03.793-0500 FINEST t466 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' (37,299) at 20220618030015190
38807 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Malvern' (37,300) at 20210307205553798
38808 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/stm32.h' (37,301) at 20210308005002664
38809 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fuse/fuse3/fuse3.conf' (37,302) at 20241206090014258
38810 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/x600_defconfig' (37,303) at 20210308005003284
38811 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.bus_vcxk' (37,304) at 20210308005003292
38812 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/057.out' (37,305) at 20210308005046441
38813 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/cpu.c' (37,306) at 20210308005002812
38814 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (37,307) at 20210307205553730
38815 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-reset-button.service' (37,308) at 20240105090012010
38816 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/slt_ast2600/Makefile' (37,309) at 20210308005002916
38817 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91rm9200ek/at91rm9200ek.c' (37,310) at 20210308005002916
38818 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/openrd_client_defconfig' (37,311) at 20210308005003272
38819 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/schema/RootOfTrustCollection_v1.xml' (37,312) at 20220520030007180
38820 2025-10-05 03:01:03.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra/xusb-padctl.h' (37,313) at 20210308005002668
38821 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverage/compare_gcov_json.py' (37,314) at 20230426080043844
38822 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/watchdog/wdt_imx2.h' (37,315) at 20221215040039190
38823 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/host_notifier.cpp' (37,316) at 20240820080027370
38824 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/desc-msos.c' (37,317) at 20220429100100534
38825 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/mpspec.h' (37,318) at 20210308005002880
38826 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-zynq-qspi.txt' (37,319) at 20210308005003324
38827 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/main.c' (37,320) at 20241211090212442
38828 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_fwum.c' (37,321) at 20210308004938824
38829 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9xeek_nandflash_defconfig' (37,322) at 20210308005003248
38830 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linker_lists.h' (37,323) at 20210308005003656
38831 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/phosphor-logging.wrap' (37,324) at 20220603030022985
38832 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/Makefile' (37,325) at 20210308005002552
38833 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/process_tree.py' (37,326) at 20210307205554642
38834 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/eagle/eagle.c' (37,327) at 20210308005003032
38835 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/keystone-k2l-netcp.dtsi' (37,328) at 20210308005002592
38836 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_syscall.h' (37,329) at 20220429100100642
38837 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32h743-eval/MAINTAINERS' (37,330) at 20210308005003056
38838 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/leds/sbp1-led-manager-config-native.bb' (37,331) at 20241206090014230
38839 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ptest.py' (37,332) at 20231011080016602
38840 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-covdefaults/run-ptest' (37,333) at 20240301090012431
38841 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch' (37,334) at 20240309090012820
38842 2025-10-05 03:01:03.794-0500 FINEST t466 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' (37,335) at 20231011080016574
38843 2025-10-05 03:01:03.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/global_data.h' (37,336) at 20210308005002816
38844 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/core.h' (37,337) at 20210308005002884
38845 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/TestMbox.test_commit_message_user_tags.pass' (37,338) at 20241221090017632
38846 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_hsub_s_h.c' (37,339) at 20210308005046521
38847 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/lkrg/lkrg-module_0.9.7.bb' (37,340) at 20241221090017576
38848 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/289.out' (37,341) at 20210308005046469
38849 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/0001-Add-correct-printf-qualifier-for-off_t.patch' (37,342) at 20230706080014761
38850 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/allwinner-rtc.h' (37,343) at 20210308005046029
38851 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10/0001-CMakeLists.txt-Remove-mthumb-interwork.patch' (37,344) at 20230706080014757
38852 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/vfio-user-obj.h' (37,345) at 20221215040039186
38853 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-kernel/linux/files/gbmc.cfg' (37,346) at 20230429080018629
38854 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/temporary-source-code.rst' (37,347) at 20230114040015514
38855 2025-10-05 03:01:03.795-0500 FINEST t466 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' (37,348) at 20240904080027738
38856 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/277.out' (37,349) at 20210308005046465
38857 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ge/mx53ppd/Kconfig' (37,350) at 20210308005003004
38858 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/inode.c' (37,351) at 20210308005003544
38859 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Bilbao' (37,352) at 20210307205553766
38860 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/at-Kabelsignal' (37,353) at 20210307205553758
38861 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/Makefile' (37,354) at 20210308004922932
38862 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/meson.build' (37,355) at 20210308005053409
38863 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/json/drive_oem.json' (37,356) at 20230202040011970
38864 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Angus' (37,357) at 20210307205553794
38865 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-keystone/cmd_clock.c' (37,358) at 20210308005002732
38866 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/md4c/md4c_0.5.2.bb' (37,359) at 20240301090012431
38867 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/files/static-passwd-meta-perl' (37,360) at 20231014080011723
38868 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_action.hpp' (37,361) at 20210308005405930
38869 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvr_w.c' (37,362) at 20210308005046521
38870 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-codeweavers' (37,363) at 20210308005045769
38871 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/README' (37,364) at 20210308005003016
38872 2025-10-05 03:01:03.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/main.cpp' (37,365) at 20210308005109241
38873 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/boinc-client/0001-Do-not-undefine-_FILE_OFFSET_BITS.patch' (37,366) at 20230114040015478
38874 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fru/Motherboard_VSYS.json' (37,367) at 20221213040036921
38875 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_cert.cpp' (37,368) at 20240903080027143
38876 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-pinctrl.dtsi' (37,369) at 20210308005002632
38877 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-vm86.S' (37,370) at 20210308005046501
38878 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/kvm/kvm_flightrecorder' (37,371) at 20210308005046241
38879 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0016-pass-correct-parameters-to-getdents64.patch' (37,372) at 20240413080012651
38880 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml' (37,373) at 20221207040023627
38881 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6s_defconfig' (37,374) at 20210308005003272
38882 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/trace.h' (37,375) at 20210308005046113
38883 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Nasteln' (37,376) at 20210307205553786
38884 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/0001-script.c-avoid-use-of-chroot.patch' (37,377) at 20241221090017656
38885 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic/0001-Fix-musl-compatibility.patch' (37,378) at 20210307205553798
38886 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0001-Avoid-bashisms-in-init-scripts.patch' (37,379) at 20241206090014262
38887 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/dms-ba16/dms-ba16_2g.cfg' (37,380) at 20210308005002908
38888 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/SensorPaths.cpp' (37,381) at 20241026080003050
38889 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/aspeed_fsi.h' (37,382) at 20210308005003560
38890 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-systemd-target-monitor.service' (37,383) at 20230127040028244
38891 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/Kconfig' (37,384) at 20210308005003500
38892 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb' (37,385) at 20240309090012804
38893 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley-early-sys-init' (37,386) at 20220623030014779
38894 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmp_lt_ph.c' (37,387) at 20210308005046501
38895 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_rng-test.c' (37,388) at 20221215040039378
38896 2025-10-05 03:01:03.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/layerindexlib/__init__.py' (37,389) at 20240302090018218
38897 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/smc91111.h' (37,390) at 20210308005003444
38898 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-multiply/test_msa_msubv_h.c' (37,391) at 20210308005046521
38899 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_mman.h' (37,392) at 20230925080039945
38900 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/intc.h' (37,393) at 20240906080037332
38901 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-xattr.h' (37,394) at 20210308005045821
38902 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2201.conf' (37,395) at 20230606080013598
38903 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv7a/tune-cortexa9.inc' (37,396) at 20210905000020581
38904 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-litesom.dtsi' (37,397) at 20210308005002588
38905 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/qad_git.bb' (37,398) at 20241221090017520
38906 2025-10-05 03:01:03.797-0500 FINEST t466 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' (37,399) at 20241221090017532
38907 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/tcp_server.c' (37,400) at 20241221090017576
38908 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_fp_cpenable.S' (37,401) at 20210308005046533
38909 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/vc-graphics/files/vchiq.sh' (37,402) at 20210307205554106
38910 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/export-incoming-iothread.out' (37,403) at 20221215040039366
38911 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/atf.c' (37,404) at 20210308005002944
38912 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/python3-guessing-game-crates.inc' (37,405) at 20241206090014294
38913 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/utest.cpp' (37,406) at 20240828080025979
38914 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_vr3032u.h' (37,407) at 20210308005003592
38915 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_vclk.c' (37,408) at 20210308005003532
38916 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Virrat_Lappavuori' (37,409) at 20210307205553774
38917 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/rsk7269_defconfig' (37,410) at 20210308005003276
38918 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/safec/safec_3.7.1.bb' (37,411) at 20220910030013353
38919 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/MAINTAINERS' (37,412) at 20210308005002920
38920 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-modulo/test_msa_mod_u_d.c' (37,413) at 20210308005046517
38921 2025-10-05 03:01:03.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/lpc32xx_ssp.c' (37,414) at 20210308005003492
38922 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/pinmux.h' (37,415) at 20210308005002672
38923 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/convert_ip_to_dummy' (37,416) at 20221209040018571
38924 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/files/conntrackd.service' (37,417) at 20230811080018298
38925 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/0001-fbida-Include-missing-sys-types.h.patch' (37,418) at 20230811080018302
38926 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/lxt.c' (37,419) at 20210308005003440
38927 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/src/nemora.hpp' (37,420) at 20230629131804627
38928 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/at91/atmel_logo_8bpp.h' (37,421) at 20210308005003696
38929 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/argparse_oe.py' (37,422) at 20220910030013437
38930 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/README' (37,423) at 20210308005002944
38931 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/trace.h' (37,424) at 20210308005045885
38932 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx28evk_nand_defconfig' (37,425) at 20210308005003268
38933 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/arndale.h' (37,426) at 20210308005003584
38934 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/124' (37,427) at 20240326080039730
38935 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.env.ibm' (37,428) at 20240308090039431
38936 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mxc_ocotp.c' (37,429) at 20210308005003400
38937 2025-10-05 03:01:03.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/sdbus-asio.cpp' (37,430) at 20230513080027502
38938 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/display5_factory_defconfig' (37,431) at 20210308005003256
38939 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/virt_ctrl.h' (37,432) at 20230426080043764
38940 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/MigoR/Kconfig' (37,433) at 20210308005003032
38941 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/mp.h' (37,434) at 20210308005002640
38942 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/syscall_32.tbl' (37,435) at 20241211090212378
38943 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-predefined.err' (37,436) at 20210927100127469
38944 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/jump2ipl.c' (37,437) at 20241211090212442
38945 2025-10-05 03:01:03.799-0500 FINEST t466 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' (37,438) at 20210307205553754
38946 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/install_db.service' (37,439) at 20210307205553890
38947 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/juno.md' (37,440) at 20220804030014667
38948 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/i2c_interface.hpp' (37,441) at 20241025080030538
38949 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Styrsjobo' (37,442) at 20210307205553790
38950 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/10_usagi-ipv6.patch' (37,443) at 20241221090017680
38951 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sys_proto.h' (37,444) at 20210308005002664
38952 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend' (37,445) at 20210812000025266
38953 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c' (37,446) at 20210308005002832
38954 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.6.bb' (37,447) at 20240302090018206
38955 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/option.h' (37,448) at 20240906080037344
38956 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aiot/README' (37,449) at 20210308005002964
38957 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/OpenBMCComputerSystem.v1_0_0.json' (37,450) at 20240724080002903
38958 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/Kconfig' (37,451) at 20210308005002788
38959 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/block-coroutine-wrapper.py' (37,452) at 20240906080037440
38960 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-base.err' (37,453) at 20220429100100882
38961 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_h.c' (37,454) at 20210308005046517
38962 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uthash/uthash_2.3.0.bb' (37,455) at 20220204040022532
38963 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/global_nvs.h' (37,456) at 20210308005002876
38964 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/synopsys/iot_devkit/config.mk' (37,457) at 20210308005003056
38965 2025-10-05 03:01:03.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/lua/lua_5.4.7.bb' (37,458) at 20241221090017664
38966 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AFL-1.2' (37,459) at 20210307205554414
38967 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3128/Makefile' (37,460) at 20210308005002772
38968 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2600_spl.h' (37,461) at 20230302090047762
38969 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/files/run-ptest' (37,462) at 20210307205553886
38970 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/am35x_def.h' (37,463) at 20210308005002656
38971 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/__init__.py' (37,464) at 20210307205554238
38972 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M5282EVB.h' (37,465) at 20210308005003576
38973 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager_git.bb' (37,466) at 20250924080332180
38974 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/entity_manager/entity_manager.cpp' (37,467) at 20250924080008635 to deleted uid set
38975 2025-10-05 03:01:03.800-0500 FINEST t466 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' (37,483) at 20250213090022256
38976 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-baremetal.inc' (37,484) at 20250213090022292
38977 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdate/rdate_1.5.bb' (37,485) at 20250213090022240
38978 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/fix-arm-atomic.patch' (37,486) at 20250213090022248
38979 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markupsafe_3.0.2.bb' (37,487) at 20250213090022316
38980 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-six_1.17.0.bb' (37,488) at 20250213090022316
38981 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub-bootconf_1.00.bb' (37,489) at 20250213090022296
38982 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify_git.bb' (37,490) at 20250213090022264
38983 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit_20250104-3.1.bb' (37,491) at 20250213090022316
38984 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rfc3986-validator_0.1.1.bb' (37,492) at 20250213090022268
38985 2025-10-05 03:01:03.800-0500 FINEST t466 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' (37,493) at 20250213090022252
38986 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/edid-decode/edid-decode_git.bb' (37,494) at 20250213090022256
38987 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-luma-core_2.4.2.bb' (37,495) at 20250213090022264
38988 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/conf/distro/harden.conf' (37,496) at 20250213090022272
38989 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb' (37,497) at 20250213090022264
38990 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_3.1.1.bb' (37,498) at 20250213090022260
38991 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/layer.conf' (37,499) at 20250213090022232
38992 2025-10-05 03:01:03.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2.bb' (37,500) at 20250213090022256
38993 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/0004-Do-not-specify-PIE-flag-explicitly.patch' (37,501) at 20250213090022240
38994 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/kas-security-alt.yml' (37,502) at 20250213090022272
38995 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyscaffold_4.6.bb' (37,503) at 20250213090022264
38996 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/poison/poison.bb' (37,504) at 20250213090022288
38997 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-iso3166_2.1.1.bb' (37,505) at 20250213090022264
38998 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0004-nss-disable-Wvarargs-with-clang.patch' (37,506) at 20250213090022256
38999 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-freezegun_1.5.1.bb' (37,507) at 20250213090022264
39000 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/conf/distro/include/maintainers-meta-tpm.inc' (37,508) at 20250213090022272
39001 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/efi-disk-no-swap.wks.in' (37,509) at 20250213090022232
39002 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/bash-completion/bash-completion_2.16.0.bb' (37,510) at 20250213090022328
39003 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.3.bb' (37,511) at 20250213090022324
39004 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb' (37,512) at 20250213090022240
39005 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-can_4.4.2.bb' (37,513) at 20250213090022260
39006 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit-group-rule.inc' (37,514) at 20250213090022252
39007 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb' (37,515) at 20250213090022268
39008 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/machine/mtjade.conf' (37,516) at 20250213090022228
39009 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/utils.py' (37,517) at 20250213090022276
39010 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0002-nss-no-rpath-for-cross-compiling.patch' (37,518) at 20250213090022256
39011 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httptools_0.6.4.bb' (37,519) at 20250213090022264
39012 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/lib/oeqa/runtime/cases/arm_systemready_debian_unattended.py' (37,520) at 20250213090022232
39013 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez_0.23.bb' (37,521) at 20250213090022264
39014 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cxxopts/cxxopts_3.2.1.bb' (37,522) at 20250213090022256
39015 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb' (37,523) at 20250213090022268
39016 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-booleanpy_4.0.bb' (37,524) at 20250213090022316
39017 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/CVE-2018-19518.patch' (37,525) at 20250213090022252
39018 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.6.bb' (37,526) at 20250213090022324
39019 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/os-release/os-release.bb' (37,527) at 20250213090022308
39020 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-multimedia/kmsxx/kmsxx_git.bb' (37,528) at 20250213090022244
39021 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflection_0.5.1.bb' (37,529) at 20250213090022264
39022 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch' (37,530) at 20250213090022312
39023 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-schematic-init.service' (37,531) at 20250213090022236
39024 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/go-vendor.bbclass' (37,532) at 20250213090022292
39025 2025-10-05 03:01:03.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/conf/multilib-example.conf' (37,533) at 20250213090022288
39026 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-urllib3_2.3.0.bb' (37,534) at 20250213090022316
39027 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbcsa/libdvbcsa_1.1.0.bb' (37,535) at 20250213090022240
39028 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-strenum_0.4.15.bb' (37,536) at 20250213090022268
39029 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configargparse_1.7.bb' (37,537) at 20250213090022260
39030 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/l3afpad/l3afpad_git.bb' (37,538) at 20250213090022328
39031 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch' (37,539) at 20250213090022308
39032 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/systemd/systemd_%.bbappend' (37,540) at 20250213090022272
39033 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-sources.inc' (37,541) at 20250213090022300
39034 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/qa-checks.rst' (37,542) at 20250213090022284
39035 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/ima.py' (37,543) at 20250213090022272
39036 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-setup-build' (37,544) at 20250213090022332
39037 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/use-pkgconfig.patch' (37,545) at 20250213090022300
39038 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dirty-equals_0.9.0.bb' (37,546) at 20250213090022260
39039 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/recipe-style-guide.rst' (37,547) at 20250213090022276
39040 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-runtime_0.4.9.1.bb' (37,548) at 20250213090022244
39041 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.82.bb' (37,549) at 20250213090022260
39042 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-util.configure-fix-one-occasionally-reproduced-confi.patch' (37,550) at 20250213090022252
39043 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0007-Actually-fail-when-error-occurs-in-parseFormat.patch' (37,551) at 20250213090022256
39044 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb' (37,552) at 20250213090022236
39045 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/lldpd_1.0.19.bb' (37,553) at 20250213090022240
39046 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastjsonschema_2.21.1.bb' (37,554) at 20250213090022260
39047 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/classextend.py' (37,555) at 20250213090022292
39048 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm64-musl.yml' (37,556) at 20250213090022272
39049 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.4.8.bb' (37,557) at 20250213090022268
39050 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch' (37,558) at 20250213090022328
39051 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-xmltodict_0.14.2.bb' (37,559) at 20250213090022316
39052 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/emlog.initd' (37,560) at 20250213090022248
39053 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch' (37,561) at 20250213090022308
39054 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb' (37,562) at 20250213090022268
39055 2025-10-05 03:01:03.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk_ext.bbclass' (37,563) at 20250213090022288
39056 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary_46.0.bb' (37,564) at 20250213090022236
39057 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/lynis/lynis_3.1.4.bb' (37,565) at 20250213090022272
39058 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb' (37,566) at 20250213090022324
39059 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch' (37,567) at 20250213090022308
39060 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf-shell-image.bb' (37,568) at 20250213090022308
39061 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0002-Fix-build-failure-on-x86_64.patch' (37,569) at 20250213090022256
39062 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgit2/libgit2_1.9.0.bb' (37,570) at 20250213090022328
39063 2025-10-05 03:01:03.803-0500 FINEST t466 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' (37,571) at 20250213090022240
39064 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/arm-systemready-linux-distros-debian.yml' (37,572) at 20250213090022232
39065 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/procps/procps_4.0.5.bb' (37,573) at 20250213090022324
39066 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest-python-pytest.bbclass' (37,574) at 20250213090022288
39067 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libplist_2.6.0.bb' (37,575) at 20250213090022252
39068 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/power_button.cpp' (37,576) at 20250213090028576
39069 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_2.0.0.bb' (37,577) at 20250213090022316
39070 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/rust.py' (37,578) at 20250213090022296
39071 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/tumbler/tumbler_4.20.0.bb' (37,579) at 20250213090022268
39072 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0001-Set-RPM_PLUGINDIR-in-top-level-CMakeLists.txt.patch' (37,580) at 20250213090022320
39073 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomlkit_0.13.2.bb' (37,581) at 20250213090022268
39074 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan_%.bbappend' (37,582) at 20250213090022236
39075 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/audiofile_0.3.6.bb' (37,583) at 20250213090022256
39076 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb' (37,584) at 20250213090022316
39077 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-rouge-score/python3-rouge-score_0.1.2.bb' (37,585) at 20250213090022268
39078 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0024-undef-stdin-for-references-using-stdin-as-a-struct-m.patch' (37,586) at 20250213090022308
39079 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/CVE-2023-34194.patch' (37,587) at 20250213090022256
39080 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/send2trash/python3-send2trash_1.8.3.bb' (37,588) at 20250213090022268
39081 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/oem_event_manager.cpp' (37,589) at 20250213090040057
39082 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/bbconfigbuild/configfragments.py' (37,590) at 20250213090022292
39083 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.4.1.bb' (37,591) at 20250213090022272
39084 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0007-Use-uintmax_t-for-handling-rlim_t.patch' (37,592) at 20250213090022308
39085 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb' (37,593) at 20250213090022260
39086 2025-10-05 03:01:03.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pcodedmp_1.2.6.bb' (37,594) at 20250213090022264
39087 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxt_1.3.1.bb' (37,595) at 20250213090022324
39088 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-brotli_1.1.0.bb' (37,596) at 20250213090022260
39089 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-arch-Define-NO_NEED_ALIGN-on-ppc64.patch' (37,597) at 20250213090022260
39090 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-a2wsgi_1.10.8.bb' (37,598) at 20250213090022260
39091 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiosignal_1.3.2.bb' (37,599) at 20250213090022260
39092 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/rsync_3.4.1.bb' (37,600) at 20250213090022320
39093 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/cross-compiling.patch' (37,601) at 20250213090022248
39094 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/packagegroup/packagegroup-security-vtpm.bb' (37,602) at 20250213090022272
39095 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0023-include-signal.h-to-avoid-the-undeclared-error.patch' (37,603) at 20250213090022308
39096 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apply-defaults_0.1.6.bb' (37,604) at 20250213090022260
39097 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/spdlog/spdlog_1.15.0.bb' (37,605) at 20250213090022260
39098 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.7.bb' (37,606) at 20250213090022272
39099 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyrad/208.patch' (37,607) at 20250213090022264
39100 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/snapper/snapper_0.11.2.bb' (37,608) at 20250213090022260
39101 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-git_3.1.43.bb' (37,609) at 20250213090022316
39102 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-login_0.6.3.bb' (37,610) at 20250213090022260
39103 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xstatic_1.0.3.bb' (37,611) at 20250213090022268
39104 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas/disable-lgi-check.patch' (37,612) at 20250213090022240
39105 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg_2.5.3.bb' (37,613) at 20250213090022256
39106 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylyrics_1.1.0.bb' (37,614) at 20250213090022264
39107 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libgee/libgee_0.20.8.bb' (37,615) at 20250213090022248
39108 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/cve_check.py' (37,616) at 20250213090022296
39109 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bleak_0.22.3.bb' (37,617) at 20250213090022260
39110 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb' (37,618) at 20250213090022260
39111 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent.inc' (37,619) at 20250213090022252
39112 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hpack/python3-hpack_4.1.0.bb' (37,620) at 20250213090022260
39113 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.20.0.bb' (37,621) at 20250213090022268
39114 2025-10-05 03:01:03.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0004-Always-check-the-number-of-coefficients.patch' (37,622) at 20250213090022256
39115 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-odyssey-10.json' (37,623) at 20250213090025476
39116 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb' (37,624) at 20250213090022324
39117 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cloudpickle_3.1.1.bb' (37,625) at 20250213090022260
39118 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-types-setuptools_75.5.0.20241120.bb' (37,626) at 20250213090022268
39119 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb' (37,627) at 20250213090022308
39120 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/bbclasses/systemd-only.bb' (37,628) at 20250213090022288
39121 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/CVE-2021-42260.patch' (37,629) at 20250213090022256
39122 2025-10-05 03:01:03.805-0500 FINEST t466 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' (37,630) at 20250213090022248
39123 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/go-examples/go-helloworld_0.1.bb' (37,631) at 20250213090022324
39124 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppc7400.inc' (37,632) at 20250213090022292
39125 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/run-ptest' (37,633) at 20250213090022320
39126 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb' (37,634) at 20250213090022264
39127 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0006-config-nspr-config.in-don-t-pass-LDFLAGS.patch' (37,635) at 20250213090022256
39128 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-path_17.1.0.bb' (37,636) at 20250213090022264
39129 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb' (37,637) at 20250213090022316
39130 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyasn1_0.6.1.bb' (37,638) at 20250213090022316
39131 2025-10-05 03:01:03.805-0500 FINEST t466 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' (37,639) at 20250213090022320
39132 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pocketsphinx_5.0.4.bb' (37,640) at 20250213090022264
39133 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/Drop-use-of-error-h.patch' (37,641) at 20250213090022248
39134 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.30.bb' (37,642) at 20250213090022324
39135 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unoconv_0.9.0.bb' (37,643) at 20250213090022268
39136 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pastedeploy_3.1.0.bb' (37,644) at 20250213090022264
39137 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch' (37,645) at 20250213090022320
39138 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb' (37,646) at 20250213090022260
39139 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb' (37,647) at 20250213090022260
39140 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/CVE-2014-3618.patch' (37,648) at 20250213090022260
39141 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/bcreategroup.bb' (37,649) at 20250213090022288
39142 2025-10-05 03:01:03.805-0500 FINEST t466 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' (37,650) at 20250213090022256
39143 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inflate64_1.0.1.bb' (37,651) at 20250213090022264
39144 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0004-add-fallback-parse_printf_format-implementation.patch' (37,652) at 20250213090022308
39145 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb' (37,653) at 20250213090022260
39146 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django-south_1.0.2.bb' (37,654) at 20250213090022260
39147 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gedit/gedit_46.2.bb' (37,655) at 20250213090022236
39148 2025-10-05 03:01:03.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0004-tcl-update-the-header-location.patch' (37,656) at 20250213090022320
39149 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/0001-tests-autopoint-3-unset-MAKEFLAGS.patch' (37,657) at 20250213090022300
39150 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip.inc' (37,658) at 20250213090022324
39151 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/apparmor_4.0.3.bb' (37,659) at 20250213090022272
39152 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch' (37,660) at 20250213090022320
39153 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/znc/znc_1.8.2.bb' (37,661) at 20250213090022240
39154 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0003-Add-nios2-support.patch' (37,662) at 20250213090022256
39155 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/serial-tests-config.patch' (37,663) at 20250213090022300
39156 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-next_0.2.3.bb' (37,664) at 20250213090022260
39157 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/CVE-2023-43361.patch' (37,665) at 20250213090022240
39158 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0005-do-not-build-manual.patch' (37,666) at 20250213090022256
39159 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-gitdb_4.0.12.bb' (37,667) at 20250213090022316
39160 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-x86-64-v3.inc' (37,668) at 20250213090022292
39161 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cassandra-driver_3.29.2.bb' (37,669) at 20250213090022260
39162 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0019-errno-util-Make-STRERROR-portable-for-musl.patch' (37,670) at 20250213090022308
39163 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/libmemcached_1.0.18.bb' (37,671) at 20250213090022244
39164 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb' (37,672) at 20250213090022316
39165 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_6.2.1.1.bb' (37,673) at 20250213090022268
39166 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-deps-disable-io_uring-support-in-libuv.patch' (37,674) at 20250213090022248
39167 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python3native.bbclass' (37,675) at 20250213090022292
39168 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch' (37,676) at 20250213090022328
39169 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httpx_0.28.1.bb' (37,677) at 20250213090022264
39170 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/acreategroup.bb' (37,678) at 20250213090022288
39171 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-et-xmlfile_2.0.0.bb' (37,679) at 20250213090022260
39172 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uftrace/uftrace_0.17.bb' (37,680) at 20250213090022252
39173 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexparser_0.4.bb' (37,681) at 20250213090022264
39174 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-keyfile_0.8.0.bb' (37,682) at 20250213090022260
39175 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb' (37,683) at 20250213090022324
39176 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lgi/lua-lgi_0.9.2.bb' (37,684) at 20250213090022256
39177 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gnupg_0.5.4.bb' (37,685) at 20250213090022264
39178 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-minimal-initramfs.bb' (37,686) at 20250213090022304
39179 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.6.0.bb' (37,687) at 20250213090022236
39180 2025-10-05 03:01:03.806-0500 FINEST t466 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' (37,688) at 20250213090022248
39181 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/.gitlab-ci.yml' (37,689) at 20250213090022272
39182 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf_1.1.bb' (37,690) at 20250213090022308
39183 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0005-Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch' (37,691) at 20250213090022256
39184 2025-10-05 03:01:03.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/buildoptions.py' (37,692) at 20250213090022296
39185 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/user-guide.rst' (37,693) at 20250213090022232
39186 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb' (37,694) at 20250213090022260
39187 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb' (37,695) at 20250213090022256
39188 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo_7.2.bb' (37,696) at 20250213090022324
39189 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-migrate_4.0.7.bb' (37,697) at 20250213090022260
39190 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb' (37,698) at 20250213090022260
39191 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-sanitizers.inc' (37,699) at 20250213090022312
39192 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb' (37,700) at 20250213090022264
39193 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/spdx30.py' (37,701) at 20250213090022296
39194 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-testsuite.inc' (37,702) at 20250213090022312
39195 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/0001-fail.py-handle-missing-cgitb.patch' (37,703) at 20250213090022272
39196 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/logrotate/logrotate_3.22.0.bb' (37,704) at 20250213090022324
39197 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/doxygen/doxygen_1.13.2.bb' (37,705) at 20250213090022248
39198 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wtforms_3.2.1.bb' (37,706) at 20250213090022268
39199 2025-10-05 03:01:03.807-0500 FINEST t466 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' (37,707) at 20250213090022248
39200 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston_14.0.1.bb' (37,708) at 20250213090022324
39201 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.20.0.bb' (37,709) at 20250213090022268
39202 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipy_1.01.bb' (37,710) at 20250213090022264
39203 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb' (37,711) at 20250213090022324
39204 2025-10-05 03:01:03.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/rootkits/chkrootkit_0.58b.bb' (37,712) at 20250213090022272
39205 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb' (37,713) at 20250213090022256
39206 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rfc3339-validator_0.1.4.bb' (37,714) at 20250213090022316
39207 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/report-error.bbclass' (37,715) at 20250213090022292
39208 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/ndpi_4.2.bb' (37,716) at 20250213090022244
39209 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb' (37,717) at 20250213090022324
39210 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11-compose-data_1.8.4.bb' (37,718) at 20250213090022324
39211 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeevent_5.0.bb' (37,719) at 20250213090022268
39212 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext-minimal-native_0.23.1.bb' (37,720) at 20250213090022300
39213 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-fedora.bb' (37,721) at 20250213090022232
39214 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0008-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch' (37,722) at 20250213090022256
39215 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-polyline_2.0.2.bb' (37,723) at 20250213090022264
39216 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libssp-nonshared.bb' (37,724) at 20250213090022308
39217 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/npmsw.py' (37,725) at 20250213090022276
39218 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb' (37,726) at 20250213090022288
39219 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.20.0.bb' (37,727) at 20250213090022268
39220 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/files/0001-Ignore-Compiler-Warnings.patch' (37,728) at 20250213090022248
39221 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-freezer_0.4.9.bb' (37,729) at 20250213090022264
39222 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/exo/exo_4.20.0.bb' (37,730) at 20250213090022268
39223 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc-initial.inc' (37,731) at 20250213090022312
39224 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/openSUSE/autoinst.xml' (37,732) at 20250213090022232
39225 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/utils.bbclass' (37,733) at 20250213090022288
39226 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch' (37,734) at 20250213090022248
39227 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wpan-tools/wpan-tools_0.10.bb' (37,735) at 20250213090022244
39228 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/rt-tests_git.bb' (37,736) at 20250213090022328
39229 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-haversine_2.9.0.bb' (37,737) at 20250213090022264
39230 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce6500.inc' (37,738) at 20250213090022292
39231 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-input-tslib_1.1.1.bb' (37,739) at 20250213090022256
39232 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-core/systemd/systemd-boot_%.bbappend' (37,740) at 20250213090022272
39233 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0021-shared-Do-not-use-malloc_info-on-musl.patch' (37,741) at 20250213090022308
39234 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cytoolz_1.0.1.bb' (37,742) at 20250213090022260
39235 2025-10-05 03:01:03.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb' (37,743) at 20250213090022316
39236 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/0002-ncftp-3.2.7-fix-clang.patch' (37,744) at 20250213090022240
39237 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/fiptool-native_2.10.9.bb' (37,745) at 20250213090022232
39238 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc_20241231.bb' (37,746) at 20250213090022252
39239 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0013-Handle-__cpu_mask-usage.patch' (37,747) at 20250213090022308
39240 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-pymongo_2.3.0.bb' (37,748) at 20250213090022260
39241 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-mark-count-with-unused-attribute.patch' (37,749) at 20250213090022260
39242 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/preseed.cfg' (37,750) at 20250213090022232
39243 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/build_sdk.py' (37,751) at 20250213090022328
39244 2025-10-05 03:01:03.809-0500 FINEST t466 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' (37,752) at 20250213090022268
39245 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb' (37,753) at 20250213090022252
39246 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-blinker_1.9.0.bb' (37,754) at 20250213090022260
39247 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch' (37,755) at 20250213090022320
39248 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4windowing/libxfce4windowing_4.20.0.bb' (37,756) at 20250213090022268
39249 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (37,757) at 20250213090022228
39250 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/libtpm/libtpms_0.10.0.bb' (37,758) at 20250213090022272
39251 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-bsp/u-boot/u-boot_%.bbappend' (37,759) at 20250213090022272
39252 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/0001-Makefile.am-do-not-build-manpages.patch' (37,760) at 20250213090022324
39253 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/contrib.patch' (37,761) at 20250213090022240
39254 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-benchmark_5.1.0.bb' (37,762) at 20250213090022264
39255 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs_1.0.bb' (37,763) at 20250213090022248
39256 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant_0.2.bb' (37,764) at 20250213090022268
39257 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb-generator_0.4.9.1.bb' (37,765) at 20250213090022244
39258 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.20.0.bb' (37,766) at 20250213090022268
39259 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/file/files/0001-Use-4-in-default-reset-previous-negative-offset-in-m.patch' (37,767) at 20250213090022312
39260 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb' (37,768) at 20250213090022316
39261 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/0001-sched_attr-Do-not-define-for-glibc-2.41.patch' (37,769) at 20250213090022328
39262 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/understand-autobuilder.rst' (37,770) at 20250213090022288
39263 2025-10-05 03:01:03.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-cov_6.0.0.bb' (37,771) at 20250213090022264
39264 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/rt-tests.inc' (37,772) at 20250213090022328
39265 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-txws/python3-txws_0.9.1.bb' (37,773) at 20250213090022260
39266 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_11.1.0.bb' (37,774) at 20250213090022264
39267 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tclap/tclap_1.4.0.bb' (37,775) at 20250213090022252
39268 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.12.bb' (37,776) at 20250213090022324
39269 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/release-process.rst' (37,777) at 20250213090022284
39270 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/riscv32.patch' (37,778) at 20250213090022252
39271 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0012-do-not-disable-buffer-in-writing-files.patch' (37,779) at 20250213090022308
39272 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-msgpack_1.1.0.bb' (37,780) at 20250213090022264
39273 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/help.py' (37,781) at 20250213090022332
39274 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch' (37,782) at 20250213090022328
39275 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.6.0.bb' (37,783) at 20250213090022260
39276 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500v2.inc' (37,784) at 20250213090022292
39277 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb' (37,785) at 20250213090022288
39278 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libao/libao_1.2.0.bb' (37,786) at 20250213090022240
39279 2025-10-05 03:01:03.810-0500 FINEST t466 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' (37,787) at 20250213090022260
39280 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips-74k.inc' (37,788) at 20250213090022292
39281 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-janus_2.0.0.bb' (37,789) at 20250213090022264
39282 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-httpauth_4.8.0.bb' (37,790) at 20250213090022260
39283 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb' (37,791) at 20250213090022316
39284 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig_6.9.10.bb' (37,792) at 20250213090022256
39285 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/cheese_44.1.bb' (37,793) at 20250213090022236
39286 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-Cargo.toml-do-not-abort-on-panic.patch' (37,794) at 20250213090022252
39287 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-tools.inc' (37,795) at 20250213090022296
39288 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Fix-library-LZ4-lookup.patch' (37,796) at 20250213090022248
39289 2025-10-05 03:01:03.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0022-avoid-missing-LOCK_EX-declaration.patch' (37,797) at 20250213090022308
39290 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxau_1.0.12.bb' (37,798) at 20250213090022324
39291 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rapidjson_1.19.bb' (37,799) at 20250213090022268
39292 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/ecryptfs-utils_111.bb' (37,800) at 20250213090022272
39293 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-geojson_3.2.0.bb' (37,801) at 20250213090022264
39294 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opusfile/opusfile_0.12.bb' (37,802) at 20250213090022240
39295 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0025-adjust-header-inclusion-order-to-avoid-redeclaration.patch' (37,803) at 20250213090022308
39296 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-babel_4.0.0.bb' (37,804) at 20250213090022260
39297 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/zchunk/zchunk_1.5.1.bb' (37,805) at 20250213090022260
39298 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/ptest.rst' (37,806) at 20250213090022284
39299 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jsonpify_1.5.0.bb' (37,807) at 20250213090022260
39300 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/canokey.h' (37,808) at 20250213090041345
39301 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/riscv.patch' (37,809) at 20250213090022252
39302 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/conf/fragments/test-fragment.conf' (37,810) at 20250213090022288
39303 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/sshcontrol.py' (37,811) at 20250213090022296
39304 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/crucible-go-mods.inc' (37,812) at 20250213090022256
39305 2025-10-05 03:01:03.811-0500 FINEST t466 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' (37,813) at 20250213090022320
39306 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-common.inc' (37,814) at 20250213090022312
39307 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_pyo3.bbclass' (37,815) at 20250213090022292
39308 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/0001-random-util.c-sync-dev_urandom-implementation-to-sys.patch' (37,816) at 20250213090022308
39309 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/0001-ncftp-3.2.7-fix-gcc14.patch' (37,817) at 20250213090022240
39310 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/test-process.rst' (37,818) at 20250213090022288
39311 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-click_8.1.8.bb' (37,819) at 20250213090022316
39312 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip_3.5.3.bb' (37,820) at 20250213090022240
39313 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.5.rst' (37,821) at 20250213090022280
39314 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_2.0.0.bb' (37,822) at 20250213090022316
39315 2025-10-05 03:01:03.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb' (37,823) at 20250213090022252
39316 2025-10-05 03:01:03.811-0500 FINEST t466 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' (37,824) at 20250213090022252
39317 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpp-netlib/cpp-netlib_git.bb' (37,825) at 20250213090022256
39318 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.67.bb' (37,826) at 20250213090022248
39319 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch' (37,827) at 20250213090022320
39320 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/nvmetcli_0.8.bb' (37,828) at 20250213090022244
39321 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_2.0.0.bb' (37,829) at 20250213090022316
39322 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips64r2.inc' (37,830) at 20250213090022292
39323 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/webp/libwebp_1.5.0.bb' (37,831) at 20250213090022328
39324 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytest-subtests_0.14.1.bb' (37,832) at 20250213090022316
39325 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb' (37,833) at 20250213090022264
39326 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pugixml/pugixml_1.15.bb' (37,834) at 20250213090022248
39327 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb' (37,835) at 20250213090022264
39328 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/websocket.hpp' (37,836) at 20250213090002824
39329 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/packagegroup/packagegroup-core-security.bb' (37,837) at 20250213090022272
39330 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/ide_sdk.py' (37,838) at 20250213090022328
39331 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0001-Fix-typecast-warning-with-clang.patch' (37,839) at 20250213090022300
39332 2025-10-05 03:01:03.812-0500 FINEST t466 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' (37,840) at 20250213090022248
39333 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb' (37,841) at 20250213090022256
39334 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-kernel/linux/linux-yocto_security.inc' (37,842) at 20250213090022272
39335 2025-10-05 03:01:03.812-0500 FINEST t466 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' (37,843) at 20250213090022252
39336 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject_2.1.5.bb' (37,844) at 20250213090022256
39337 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon_2.18.10.bb' (37,845) at 20250213090022252
39338 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rust-common.bbclass' (37,846) at 20250213090022292
39339 2025-10-05 03:01:03.812-0500 FINEST t466 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' (37,847) at 20250213090022324
39340 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/armv5.patch' (37,848) at 20250213090022252
39341 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb' (37,849) at 20250213090022268
39342 2025-10-05 03:01:03.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/grub-efi-cfg.bbclass' (37,850) at 20250213090022288
39343 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/README.md' (37,851) at 20250213090022232
39344 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stack-data_0.6.3.bb' (37,852) at 20250213090022268
39345 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Fedora/ks.cfg' (37,853) at 20250213090022232
39346 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/uihelper.py' (37,854) at 20250213090022276
39347 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdparm/sdparm_1.12.bb' (37,855) at 20250213090022260
39348 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pistache/pistache_0.4.26.bb' (37,856) at 20250213090022248
39349 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/juno/juno-i2c.cfg' (37,857) at 20250213090022232
39350 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-croniter_6.0.0.bb' (37,858) at 20250213090022260
39351 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb' (37,859) at 20250213090022268
39352 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0001-Do-not-create-var-log-README.patch' (37,860) at 20250213090022308
39353 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/0001-init-env.in-do-not-add-C-CXX-parameters.patch' (37,861) at 20250213090022300
39354 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool_2.5.4.bb' (37,862) at 20250213090022316
39355 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fping/fping_5.3.bb' (37,863) at 20250213090022244
39356 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/composefs/composefs_1.0.8.bb' (37,864) at 20250213090022256
39357 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/machine/mtmitchell-dcscm.conf' (37,865) at 20250213090022232
39358 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/websocket_test.py' (37,866) at 20250213090002828
39359 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice-gtk_0.42.bb' (37,867) at 20250213090022244
39360 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/meson.build' (37,868) at 20250213090041349
39361 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.24.0.bb' (37,869) at 20250213090022264
39362 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yamlloader_1.5.1.bb' (37,870) at 20250213090022268
39363 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-idna_3.10.bb' (37,871) at 20250213090022316
39364 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luaposix/luaposix_36.2.1.bb' (37,872) at 20250213090022248
39365 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch' (37,873) at 20250213090022308
39366 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb' (37,874) at 20250213090022324
39367 2025-10-05 03:01:03.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-annotated-types_0.7.0.bb' (37,875) at 20250213090022260
39368 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent.bb' (37,876) at 20250213090022252
39369 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.readthedocs.yaml' (37,877) at 20250213090022272
39370 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8_8.6.16.bb' (37,878) at 20250213090022320
39371 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/0001-Remove-modules_clean-from-clean-target.patch' (37,879) at 20250213090022248
39372 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/devtool' (37,880) at 20250213090022328
39373 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-debian.bb' (37,881) at 20250213090022232
39374 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0003-nss-fix-incorrect-shebang-of-perl.patch' (37,882) at 20250213090022256
39375 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opensc/opensc_0.26.1.bb' (37,883) at 20250213090022256
39376 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb' (37,884) at 20250213090022260
39377 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb_2.8.1.bb' (37,885) at 20250213090022244
39378 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/sys_futex.patch' (37,886) at 20250213090022248
39379 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uswid_0.5.1.bb' (37,887) at 20250213090022268
39380 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wsproto_1.2.0.bb' (37,888) at 20250213090022268
39381 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatchling_1.27.0.bb' (37,889) at 20250213090022316
39382 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools/0001-protobuf-Disable-musttail-attribute-on-mips.patch' (37,890) at 20250213090022264
39383 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfconf/xfconf_4.20.0.bb' (37,891) at 20250213090022268
39384 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/kas-poky-rpi.yml' (37,892) at 20250213090022272
39385 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel_5.74.bb' (37,893) at 20250213090022244
39386 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pulsectl_24.12.0.bb' (37,894) at 20250213090022264
39387 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/pypi.bbclass' (37,895) at 20250213090022292
39388 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.4.21.bb' (37,896) at 20250213090022268
39389 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0004-use-asm-sgidefs.h.patch' (37,897) at 20250213090022252
39390 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-restful_0.3.10.bb' (37,898) at 20250213090022260
39391 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb' (37,899) at 20250213090022264
39392 2025-10-05 03:01:03.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb' (37,900) at 20250213090022268
39393 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-corei7.inc' (37,901) at 20250213090022292
39394 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch' (37,902) at 20250213090022264
39395 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/cache.py' (37,903) at 20250213090022272
39396 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-abi_5.2.0.bb' (37,904) at 20250213090022260
39397 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/kas-security-base.yml' (37,905) at 20250213090022272
39398 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/run-ptest' (37,906) at 20250213090022320
39399 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/xxhash/xxhash_0.8.3.bb' (37,907) at 20250213090022328
39400 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/build_fixup.patch' (37,908) at 20250213090022240
39401 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-rewrite-cargo-host-linker-in-python3.patch' (37,909) at 20250213090022252
39402 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/usage.rst' (37,910) at 20250213090022280
39403 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libserialport/libserialport_0.1.2.bb' (37,911) at 20250213090022252
39404 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/recipetool.py' (37,912) at 20250213090022296
39405 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libheif/libheif_1.19.5.bb' (37,913) at 20250213090022240
39406 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cached-property_2.0.1.bb' (37,914) at 20250213090022260
39407 2025-10-05 03:01:03.815-0500 FINEST t466 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' (37,915) at 20250213090022252
39408 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/subversion/subversion_1.14.5.bb' (37,916) at 20250213090022320
39409 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/x86/tune-core2.inc' (37,917) at 20250213090022292
39410 2025-10-05 03:01:03.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-create-dirs.service.in' (37,918) at 20250213090022292
39411 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/files/CVE-2022-40320.patch' (37,919) at 20250213090022256
39412 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/file/files/0001-PR-579-net147-Fix-stack-overrun.patch' (37,920) at 20250213090022312
39413 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vte/vte_0.78.2.bb' (37,921) at 20250213090022328
39414 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinx-rtd-theme_3.0.2.bb' (37,922) at 20250213090022316
39415 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/mmio.h' (37,923) at 20230426080043760
39416 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-Clear' (37,924) at 20210307205554418
39417 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-bletchley.dts' (37,925) at 20220617030036053
39418 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.err' (37,926) at 20210927100127469
39419 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__read_env.hpp' (37,927) at 20241217090453707
39420 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/pci.rst' (37,928) at 20240326080039402
39421 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb' (37,929) at 20240301090012423
39422 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/clocks.cfg' (37,930) at 20210308005003088
39423 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-4-Clause-UC' (37,931) at 20211006000025230
39424 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/Makefile' (37,932) at 20210308005002908
39425 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_40.0.bb' (37,933) at 20231126090012781
39426 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/boston32r6el_defconfig' (37,934) at 20210308005003252
39427 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/Makefile' (37,935) at 20210308005003036
39428 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml' (37,936) at 20230622080026174
39429 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/machine/f0b.conf' (37,937) at 20230927080013510
39430 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/extended_cpdo.c' (37,938) at 20210308005046069
39431 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/cpu/sh2/watchdog.c' (37,939) at 20210308005002848
39432 2025-10-05 03:01:03.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vf610twr.h' (37,940) at 20210308005003624
39433 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/menu.c' (37,941) at 20210308005003732
39434 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/0004-Fix-invalid-memory-de-reference-issue.patch' (37,942) at 20241221090017540
39435 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/cpu.c' (37,943) at 20210308005002732
39436 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-gr8-chip-pro.dts' (37,944) at 20210308005002620
39437 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/soc/Makefile' (37,945) at 20210308005003488
39438 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/machine/ahe50dc.conf' (37,946) at 20230927080013510
39439 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_max.S' (37,947) at 20210308005046533
39440 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/piix4.h' (37,948) at 20230426080043756
39441 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/lpcsnoop.service.in' (37,949) at 20210309110056279
39442 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/files/CVE-2024-38535_pre.patch' (37,950) at 20241221090017576
39443 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/vhost-user-server.h' (37,951) at 20240326080039550
39444 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/power_fsl.c' (37,952) at 20210308005003472
39445 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/libgpiod.wrap' (37,953) at 20230602080024184
39446 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/dimm_train_fail_log.sh' (37,954) at 20241226090016123
39447 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/bblayers.conf.sample' (37,955) at 20240720080012609
39448 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/097' (37,956) at 20220429100100890
39449 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zfs_acl.h' (37,957) at 20210308005003696
39450 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria5_socdk-u-boot.dtsi' (37,958) at 20210308005002612
39451 2025-10-05 03:01:03.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-fs.h' (37,959) at 20221215040039186
39452 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/sockbits.h' (37,960) at 20210927100127269
39453 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/imap-2007e-shared.patch' (37,961) at 20210307205553906
39454 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootstage.c' (37,962) at 20210308005003208
39455 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/configuration/evb-npcm845-yaml-config/evb-npcm845-ipmi-sensors.yaml' (37,963) at 20240110090012776
39456 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/jsrender.min.js' (37,964) at 20210307205554278
39457 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid_2.0.34.bb' (37,965) at 20221104030017453
39458 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/audio/pcspk.h' (37,966) at 20240326080039534
39459 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/config.h' (37,967) at 20210308005002732
39460 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/ipmi_sdr.c' (37,968) at 20210308004938828
39461 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_nand.c' (37,969) at 20210308005003232
39462 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/ncplite-host-force-reset@.service' (37,970) at 20230412080023460
39463 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/erase.hpp' (37,971) at 20230511080008003
39464 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Junsele_Vallen' (37,972) at 20210307205553786
39465 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-power-mx28.h' (37,973) at 20210308005002656
39466 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_elf.h' (37,974) at 20210308005046085
39467 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/memfd.h' (37,975) at 20230925080039941
39468 2025-10-05 03:01:03.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb' (37,976) at 20230114040015542
39469 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/lib/time.c' (37,977) at 20210308005002844
39470 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_no_end.cpp' (37,978) at 20210308005100997
39471 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Rovaniemi_Marasenkallio' (37,979) at 20210307205553774
39472 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc' (37,980) at 20241221090017528
39473 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/org.freedesktop.hostname1_no_polkit.conf' (37,981) at 20210307205554494
39474 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/zynq_minized_defconfig' (37,982) at 20210308005003288
39475 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_video.cpp' (37,983) at 20230330080015889
39476 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/command_syntax_extensions.txt' (37,984) at 20210308005003332
39477 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_tfa_SECURE_BOOT_defconfig' (37,985) at 20210308005003264
39478 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/fpgardu.sh' (37,986) at 20240308090017911
39479 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS2-ssh-bic@.service' (37,987) at 20230203040020726
39480 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_commit_unittest.cpp' (37,988) at 20210308005134001
39481 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/fifo8.c' (37,989) at 20241211090212558
39482 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/warp7_bl33_defconfig' (37,990) at 20210308005003284
39483 2025-10-05 03:01:03.819-0500 FINEST t466 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' (37,991) at 20240301090012439
39484 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/util.h' (37,992) at 20240712080021641
39485 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/manager_write_unittest.cpp' (37,993) at 20210308005134001
39486 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/tripwire/tripwire_2.4.3.7.bb' (37,994) at 20241221090017576
39487 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/recipes-kernel/linux/linux/audit.cfg' (37,995) at 20240301090012439
39488 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/qemuarm/pointercal' (37,996) at 20210307205553874
39489 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control-config-mrw-native.bb' (37,997) at 20210812000025258
39490 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-Define-in_-structs-for-non-glibc-system-libs.patch' (37,998) at 20230706080014733
39491 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/108' (37,999) at 20221215040039362
39492 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Bananapi_m2m_defconfig' (38,000) at 20210308005003236
39493 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/arptables-arpt-get-target-fix.patch' (38,001) at 20210307205553834
39494 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Rosson' (38,002) at 20210307205553790
39495 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_open_unittest.cpp' (38,003) at 20240817080027252
39496 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_cpu.h' (38,004) at 20210308005046085
39497 2025-10-05 03:01:03.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/094_fmap_x86.dts' (38,005) at 20210308005003752
39498 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zybo.dts' (38,006) at 20210308005002632
39499 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager/blocklist.json' (38,007) at 20210307205554062
39500 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/pmbus_read_sensor_action_tests.cpp' (38,008) at 20210511000104226
39501 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c' (38,009) at 20210308005003360
39502 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-11' (38,010) at 20210908000010395
39503 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/libspatialite_geos.patch' (38,011) at 20230706080014753
39504 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/stats64.c' (38,012) at 20230925080040113
39505 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7740.h' (38,013) at 20210308005002768
39506 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/wic/qemu-efi-disk.wks.in' (38,014) at 20241221090017472
39507 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig' (38,015) at 20210308005003244
39508 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/requester.h' (38,016) at 20220429100100746
39509 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/libata.h' (38,017) at 20210308005003656
39510 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p2041rdb/p2041rdb.c' (38,018) at 20210308005002988
39511 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am3517_evm_defconfig' (38,019) at 20210308005003248
39512 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-ra.service' (38,020) at 20240913080015313
39513 2025-10-05 03:01:03.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-bridge/pci_expander_bridge.h' (38,021) at 20221215040039182
39514 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/signal.c' (38,022) at 20230426080043656
39515 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti814x/Makefile' (38,023) at 20210308005003080
39516 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ptest-runner/ptest-runner_2.4.5.1.bb' (38,024) at 20241221090017700
39517 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/fuel_gauge/Makefile' (38,025) at 20210308005003468
39518 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/rarpd.service' (38,026) at 20210307205553930
39519 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/usb_mass_storage.c' (38,027) at 20210308005003220
39520 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/integratorap_cm946es_defconfig' (38,028) at 20210308005003260
39521 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compal/paz00/Kconfig' (38,029) at 20210308005002944
39522 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/hex-loader/test.hex' (38,030) at 20210308005046389
39523 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gosu/gosu_1.17.bb' (38,031) at 20241206090014258
39524 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-fsp2/COPYING.apache-2.0' (38,032) at 20210307205553690
39525 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan/witherspoon/obmc/phosphor-fan/phosphor-cooling-type-0.conf' (38,033) at 20210307205553702
39526 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/aspeed_spi.c' (38,034) at 20230720080043543
39527 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/target_prctl.h' (38,035) at 20220429100100646
39528 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross.inc' (38,036) at 20220402030016175
39529 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bottnaryd_Ryd' (38,037) at 20210307205553778
39530 2025-10-05 03:01:03.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-average/test_msa_ave_u_h.c' (38,038) at 20210308005046513
39531 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/dns_updater.hpp' (38,039) at 20210527000130809
39532 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/aio.py' (38,040) at 20210308005046245
39533 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_wap5813n.h' (38,041) at 20210308005003592
39534 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.8.2.bb' (38,042) at 20240309090012808
39535 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/0001-adjust-for-64bit-time_t.patch' (38,043) at 20230131040012027
39536 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/kc705.dts' (38,044) at 20210308005002884
39537 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sama5d2_ptc_ek_mmc_defconfig' (38,045) at 20210308005003276
39538 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libfdt/fdt_sw.c' (38,046) at 20210308005003708
39539 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/propertywatch.hpp' (38,047) at 20240904080034451
39540 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/vamrs/rock960_rk3399/rock960-rk3399.c' (38,048) at 20210308005003088
39541 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1012afrdm/MAINTAINERS' (38,049) at 20210308005002964
39542 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/p212/README.p212' (38,050) at 20210308005002912
39543 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-puma-ddr1866.dts' (38,051) at 20210308005002608
39544 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/tiff_4.7.0.bb' (38,052) at 20241221090017692
39545 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lxdialog/textbox.c' (38,053) at 20210308005003732
39546 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release_1.4.bb' (38,054) at 20241221090017676
39547 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t1024_pbi.cfg' (38,055) at 20210308005002992
39548 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/fbyv35_nic_mellanox.json' (38,056) at 20241213090004409
39549 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/lldpd/files/lldpd.init.d' (38,057) at 20210307205553818
39550 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb' (38,058) at 20241221090017528
39551 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1088ardb_tfa_defconfig' (38,059) at 20210308005003268
39552 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/Makefile' (38,060) at 20210308005003728
39553 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/0001-always-use-bfd-linker.patch' (38,061) at 20230706080014733
39554 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mailbox/sandbox-mbox.c' (38,062) at 20210308005003388
39555 2025-10-05 03:01:03.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/message_iterator.hpp' (38,063) at 20210308005114857
39556 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/k3-am654-ddrss.h' (38,064) at 20210308005003476
39557 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/commandutils.hpp' (38,065) at 20240829080009326
39558 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hallastrom' (38,066) at 20210307205553782
39559 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vining_2000_defconfig' (38,067) at 20210308005003284
39560 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-non-file.json' (38,068) at 20210308005046409
39561 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/serial/Makefile.am' (38,069) at 20210308004938836
39562 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/test_inputs_128.h' (38,070) at 20210308005046501
39563 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/yosemitev2/dimm_type.json' (38,071) at 20221207040007843
39564 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/create_write_window_v2.c' (38,072) at 20230809080010799
39565 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/OWNERS' (38,073) at 20241206090008294
39566 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ks8851_mll.c' (38,074) at 20210308005003432
39567 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (38,075) at 20240308090017907
39568 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ethernut5.h' (38,076) at 20210308005003596
39569 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-type.err' (38,077) at 20210927100127469
39570 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/uuid.h' (38,078) at 20210308005003692
39571 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/__init__.py' (38,079) at 20210307205554286
39572 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/share/dot.profile' (38,080) at 20210307205554470
39573 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r40.dtsi' (38,081) at 20210308005002628
39574 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx7dsabresd/imximage.cfg' (38,082) at 20210308005002988
39575 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m547xevb/Kconfig' (38,083) at 20210308005002976
39576 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/mte-3.c' (38,084) at 20210927100127513
39577 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/host_contam_fix.patch' (38,085) at 20220618030015174
39578 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/nas220/Kconfig' (38,086) at 20210308005002908
39579 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service' (38,087) at 20210307205554070
39580 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/JPL-image' (38,088) at 20241221090017616
39581 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/dts/e6500_power_isa.dtsi' (38,089) at 20210308005002836
39582 2025-10-05 03:01:03.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/050.out' (38,090) at 20210308005046437
39583 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/mv_ddr_common.h' (38,091) at 20210308005003368
39584 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils_018.bb' (38,092) at 20241221090017504
39585 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Salo' (38,093) at 20210307205553770
39586 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/templates/default/bblayers.conf.sample' (38,094) at 20220910030013373
39587 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385.dtsi' (38,095) at 20210308005002568
39588 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/yp-tools_4.2.3.bb' (38,096) at 20241206090014242
39589 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/overlayfs_etc.wks.in' (38,097) at 20240413080012683
39590 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/xpp' (38,098) at 20211006000025246
39591 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/slirp.wrap' (38,099) at 20240326080039630
39592 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vaxbo' (38,100) at 20210307205553794
39593 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-protocols/net-snmp/net-snmp_%.bbappend' (38,101) at 20210307205554074
39594 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/_templates/footer.html' (38,102) at 20230114040015502
39595 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/initfs/obmc-phosphor-initfs.bbappend' (38,103) at 20210812000025258
39596 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/i440fx-test.c' (38,104) at 20221215040039374
39597 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/cache.h' (38,105) at 20210308005002800
39598 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/SecurityAndAccess/PoliciesStore.js' (38,106) at 20241004080035963
39599 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/common/gpio_hog.h' (38,107) at 20210308005002908
39600 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/meson.options' (38,108) at 20240106090017253
39601 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/288' (38,109) at 20210927100127501
39602 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LPL-1.0' (38,110) at 20211006000025238
39603 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/testrpm/files/testfile.txt' (38,111) at 20220910030013381
39604 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console-ssh@.service.d/use-socket.conf.in' (38,112) at 20240418080015058
39605 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/119' (38,113) at 20220429100100890
39606 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk3368_common.h' (38,114) at 20210308005003612
39607 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/include/mach/misc.h' (38,115) at 20210308005002776
39608 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/ibex_spi_host.h' (38,116) at 20230426080043768
39609 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/aspeed/Makefile' (38,117) at 20210308005003456
39610 2025-10-05 03:01:03.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/handoff.h' (38,118) at 20210308005002848
39611 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/hwmon_ffdc.cpp' (38,119) at 20240301090025955
39612 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/09-cve-2014-8139-crc-overflow.patch' (38,120) at 20210307205554574
39613 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/rtc-test.c' (38,121) at 20221215040039382
39614 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_attribute_test.cpp' (38,122) at 20240611080032889
39615 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/r5900/Makefile' (38,123) at 20210308005046525
39616 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-gnome-terminal-phonehome' (38,124) at 20220910030013437
39617 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/04-fix-FTBFS-clang.patch' (38,125) at 20230520080014488
39618 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls2080a/ls2080a.c' (38,126) at 20210308005002968
39619 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities.interface.yaml' (38,127) at 20221207040023631
39620 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9x35ek.dts' (38,128) at 20210308005002572
39621 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fdt.c' (38,129) at 20210308005003212
39622 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-base.err' (38,130) at 20220429100100882
39623 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4c/log4c/fix_configure_with-expat.patch' (38,131) at 20230131040012035
39624 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/glm.pc.in' (38,132) at 20210307205553942
39625 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Insat4B_C-93.5E' (38,133) at 20210307205553762
39626 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/s2mps11.txt' (38,134) at 20210308005003308
39627 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/fill_scrapyard.py' (38,135) at 20210308005003732
39628 2025-10-05 03:01:03.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/aide.py' (38,136) at 20220721030015849
39629 2025-10-05 03:01:03.825-0500 FINEST t466 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' (38,137) at 20210307205554086
39630 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/devboards/dbm-soc1/socfpga.c' (38,138) at 20210308005002952
39631 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/watchdog.h' (38,139) at 20210308005003692
39632 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Newsletr' (38,140) at 20211006000025238
39633 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-change-copy-mode' (38,141) at 20240326080039734
39634 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/event_parser.hpp' (38,142) at 20240618080043041
39635 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/templates/default/local.conf.sample' (38,143) at 20241221090017568
39636 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/network-controller.html' (38,144) at 20210308005107073
39637 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-member.err' (38,145) at 20210308005046405
39638 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Norrahammar' (38,146) at 20210307205553786
39639 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/sensor_yaml_config/LICENSE' (38,147) at 20210308005111465
39640 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch' (38,148) at 20241221090017656
39641 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Create.interface.yaml' (38,149) at 20240618080025497
39642 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/bcm2836_control.h' (38,150) at 20210308005046017
39643 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/eco5pk.h' (38,151) at 20210308005003592
39644 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Reservoir.v1_0_2.json' (38,152) at 20240619080002952
39645 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subv_h.c' (38,153) at 20210308005046521
39646 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/ucd90160_device_tests.cpp' (38,154) at 20240817080031292
39647 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.github/ISSUE_TEMPLATE/question.md' (38,155) at 20220907030013285
39648 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/interrupts.c' (38,156) at 20210308005002800
39649 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/0005-ethernet.c-remove-it.patch' (38,157) at 20230706080014749
39650 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/iscsi-opts.c' (38,158) at 20210927100127033
39651 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/pvpanic.rst' (38,159) at 20240906080037176
39652 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/test-1648.c' (38,160) at 20240906080037580
39653 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_tftp_upload_image.robot' (38,161) at 20240628080017121
39654 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/channel.h' (38,162) at 20230426080043788
39655 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/postinst-intercepts/update_gio_module_cache' (38,163) at 20210307205554642
39656 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gordalen' (38,164) at 20210307205553782
39657 2025-10-05 03:01:03.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/directdisk-gpt.wks' (38,165) at 20210817100021814
39658 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/mc9sdz60.c' (38,166) at 20210308005003400
39659 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stv0991/Makefile' (38,167) at 20210308005003056
39660 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb' (38,168) at 20240106090017253
39661 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ir35221-on-bind@.service' (38,169) at 20210307205553698
39662 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/logger.hpp' (38,170) at 20230624080030539
39663 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/guid.hpp' (38,171) at 20230808080039221
39664 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/RebootPolicy.interface.yaml' (38,172) at 20210610000035114
39665 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/run-ci.sh' (38,173) at 20230317080026221
39666 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/clk/clk-ld20.c' (38,174) at 20210308005002792
39667 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/silk_defconfig' (38,175) at 20210308005003280
39668 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ftgmac100.c' (38,176) at 20230302090047762
39669 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/procedures/common/collect_sbe_hb_data.cpp' (38,177) at 20231025080026958
39670 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/base-files/base-files_%.bbappend' (38,178) at 20240302090018226
39671 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-lx2160a-rdb.dts' (38,179) at 20210308005002580
39672 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/mrw/mrw-native_%.bbappend' (38,180) at 20210812000025162
39673 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ap_sh4a_4a_defconfig' (38,181) at 20210308005003248
39674 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/system.hpp' (38,182) at 20220909030021547
39675 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc837xemds/MAINTAINERS' (38,183) at 20210308005002976
39676 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/generic-loader.h' (38,184) at 20210308005046009
39677 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-Systemics' (38,185) at 20241221090017612
39678 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/304' (38,186) at 20210927100127505
39679 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/README' (38,187) at 20210308005002984
39680 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/r8a7791-u-boot.dtsi' (38,188) at 20210308005002600
39681 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/virtio_scsi_fuzz.c' (38,189) at 20230426080043948
39682 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-psa-iat-api-test_%.bbappend' (38,190) at 20230114040015466
39683 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53evk_defconfig' (38,191) at 20210308005003268
39684 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/recipes-kernel/linux/linux-aspeed_%.bbappend' (38,192) at 20211013000033044
39685 2025-10-05 03:01:03.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcm281xx/gpio.h' (38,193) at 20210308005002640
39686 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc-r8a7794.c' (38,194) at 20210308005003464
39687 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/meson.build' (38,195) at 20241211090212378
39688 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm011.dts' (38,196) at 20210308005002632
39689 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/281' (38,197) at 20240326080039734
39690 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/syscall_64.tbl' (38,198) at 20241211090212374
39691 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb' (38,199) at 20241206090014314
39692 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pcie-presence/LICENSE' (38,200) at 20210308005101821
39693 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SISSL-1.2' (38,201) at 20211006000025242
39694 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/m5271.h' (38,202) at 20210308005002804
39695 2025-10-05 03:01:03.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/syscallhdr.sh' (38,203) at 20241211090212378
39696 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/wrapper.py' (38,204) at 20220910030013405
39697 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml' (38,205) at 20221109040027959
39698 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/spear310_nand_defconfig' (38,206) at 20210308005003280
39699 2025-10-05 03:01:03.829-0500 FINEST t466 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' (38,207) at 20220910030013349
39700 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.29/index.html' (38,208) at 20210307205554246
39701 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/094' (38,209) at 20220429100100890
39702 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-mediatek/cpu.c' (38,210) at 20210308005002732
39703 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2/0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch' (38,211) at 20210307205554566
39704 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-vf610/clock.h' (38,212) at 20210308005002672
39705 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/boost.wrap' (38,213) at 20240330080006130
39706 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap3_pandora_defconfig' (38,214) at 20210308005003272
39707 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/static/google/v1/schema/ServiceRoot_v1.xml' (38,215) at 20220520030007180
39708 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sgpio/sgpio/0001-makefile-Add-LDFLAGS-to-linking-rule.patch' (38,216) at 20230706080014749
39709 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_w.c' (38,217) at 20210308005046513
39710 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/phosphor-logging.wrap' (38,218) at 20220322030004944
39711 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/dts/ag101p.dts' (38,219) at 20210308005002824
39712 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb' (38,220) at 20241206090014342
39713 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/242.out' (38,221) at 20220429100100914
39714 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91sam9263.h' (38,222) at 20210308005002716
39715 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/rsyslog/rsyslog_%.bbappend' (38,223) at 20241206090014202
39716 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/trats2/Kconfig' (38,224) at 20210308005003044
39717 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/storagecommands.hpp' (38,225) at 20240228090006748
39718 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1176/Makefile' (38,226) at 20210308005002544
39719 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/u-boot-riscv.h' (38,227) at 20210308005002844
39720 2025-10-05 03:01:03.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/updater.hpp' (38,228) at 20210910100042484
39721 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock.c' (38,229) at 20210308005002784
39722 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/nlohmann_json.wrap' (38,230) at 20231208090022708
39723 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_maddr_q_h.c' (38,231) at 20210308005046513
39724 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc' (38,232) at 20241221090017692
39725 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/mt7629-power.h' (38,233) at 20210308005003640
39726 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_precequ_ph_qbl.c' (38,234) at 20210308005046505
39727 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Karkkila' (38,235) at 20210307205553766
39728 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/localextra.rules' (38,236) at 20210307205554494
39729 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/__init__.py' (38,237) at 20210307205554290
39730 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/ipmi/phosphor-ipmi-net_%.bbappend' (38,238) at 20210808000019687
39731 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/trace.h' (38,239) at 20210927100127169
39732 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/xlnx-usb-subsystem.h' (38,240) at 20230426080043768
39733 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/072_gbb_too_small.dts' (38,241) at 20210308005003752
39734 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/test_landing_page.py' (38,242) at 20241221090017592
39735 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/bmc_event_ack_v2.c' (38,243) at 20210308005100993
39736 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/zynq-cc108/ps7_init_gpl.c' (38,244) at 20210308005003172
39737 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/macb.h' (38,245) at 20210308005003436
39738 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/venice2.c' (38,246) at 20210308005003024
39739 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/rootfs.py' (38,247) at 20230811080018314
39740 2025-10-05 03:01:03.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1088a/ddr.c' (38,248) at 20210308005002968
39741 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/iopin_8xx.h' (38,249) at 20210308005002840
39742 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/rapl-msr.rst' (38,250) at 20241211090212238
39743 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/282' (38,251) at 20210927100127501
39744 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/vsftpd.user_list' (38,252) at 20210307205553822
39745 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/gxp-obmc-init.sh' (38,253) at 20230524080016081
39746 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/netbsd/target_os_elf.h' (38,254) at 20240906080037156
39747 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_elf.h' (38,255) at 20240906080037360
39748 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector/coretemp.conf' (38,256) at 20210307205554062
39749 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-error.v1_0_2.json' (38,257) at 20240619080002956
39750 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/winpr-makecert-Build-with-install-RPATH.patch' (38,258) at 20230706080014757
39751 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_compare_bit_action.cpp' (38,259) at 20210308005405930
39752 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gast_0.6.0.bb' (38,260) at 20241221090017552
39753 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/032' (38,261) at 20210927100127473
39754 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/ioctl.h' (38,262) at 20210308005002880
39755 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/__init__.py' (38,263) at 20220804030014687
39756 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/gtkdoc.patch' (38,264) at 20240124090012254
39757 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/atmel_sfr.c' (38,265) at 20210308005002712
39758 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/licenses/Xdebug' (38,266) at 20210307205554034
39759 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/COPYING.MIT' (38,267) at 20210307205553730
39760 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SHL-0.5' (38,268) at 20211006000025242
39761 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040QDS_defconfig' (38,269) at 20210308005003244
39762 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/p10bmc/virtual_sensor_config.json' (38,270) at 20241108090014316
39763 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/ikvm_input.cpp' (38,271) at 20240904080027106
39764 2025-10-05 03:01:03.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/fru_jsons/good/Cpu_General.json' (38,272) at 20221213040036917
39765 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/lcd_console.c' (38,273) at 20210308005003228
39766 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/subprojects/sdeventplus.wrap' (38,274) at 20240815080028259
39767 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32mp1/spl.c' (38,275) at 20210308005003056
39768 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/README.md' (38,276) at 20230706080014733
39769 2025-10-05 03:01:03.832-0500 FINEST t466 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' (38,277) at 20240904080027730
39770 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/inventory' (38,278) at 20221213040024897
39771 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/031_x86-rom-me.dts' (38,279) at 20210308005003752
39772 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/org.openbmc.HostIpmi.conf' (38,280) at 20210308004939864
39773 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/chromebook_minnie_defconfig' (38,281) at 20210308005003252
39774 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw.h' (38,282) at 20241211090212330
39775 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/Mode.interface.yaml' (38,283) at 20240625080020036
39776 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/backing-file-invalidation.out' (38,284) at 20221215040039366
39777 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9263ek/Makefile' (38,285) at 20210308005002916
39778 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/zones.json' (38,286) at 20240406080025612
39779 2025-10-05 03:01:03.832-0500 FINEST t466 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' (38,287) at 20240106090017233
39780 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-lx2160a.dtsi' (38,288) at 20210308005002580
39781 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/eeprom_device.hpp' (38,289) at 20240820080023694
39782 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/PEL.interface.yaml' (38,290) at 20240618080025497
39783 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/bepo' (38,291) at 20210308005046145
39784 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx6sxsabresd_spl_defconfig' (38,292) at 20210308005003272
39785 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/lircd.conf' (38,293) at 20210307205553850
39786 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/130-mips.patch' (38,294) at 20230706080014745
39787 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-base64.c' (38,295) at 20210927100127641
39788 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/LaCie/netspace_v2/MAINTAINERS' (38,296) at 20210308005002904
39789 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/error/error.bb' (38,297) at 20210307205554386
39790 2025-10-05 03:01:03.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/meson_options.txt' (38,298) at 20210616125333493
39791 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-client.c' (38,299) at 20240710080015177
39792 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/acpi/mainboard.asl' (38,300) at 20210308005002908
39793 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/k3-am654-ddr.dtsi' (38,301) at 20210308005002592
39794 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/0001-meson.build-install-fbgs-shell-script.patch' (38,302) at 20230919080013958
39795 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-bcmnsp/configs.h' (38,303) at 20210308005002640
39796 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/spl.c' (38,304) at 20210308005002948
39797 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AMD-newlib' (38,305) at 20241221090017612
39798 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/quark/dram.c' (38,306) at 20210308005002856
39799 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/fs/fs-test.sh' (38,307) at 20210308005003740
39800 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/toastertable-filter.html' (38,308) at 20210307205554286
39801 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_valid.py' (38,309) at 20221209040018571
39802 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/crc16.c' (38,310) at 20210308005003696
39803 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/cadence-ttc.c' (38,311) at 20210308005003500
39804 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart.h' (38,312) at 20210308005002792
39805 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/BSC9132QDS_NAND_DDRCLK133_defconfig' (38,313) at 20210308005003236
39806 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/da850evm.h' (38,314) at 20210308005003592
39807 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Navekvarn' (38,315) at 20210307205553786
39808 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/091.out' (38,316) at 20210308005046445
39809 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvdial/typo_pon.wvdial.1.patch' (38,317) at 20230706080014741
39810 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/machine/daytonax.conf' (38,318) at 20240307090019084
39811 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1023rdb/Kconfig' (38,319) at 20210308005002988
39812 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/phosphor-logging.wrap' (38,320) at 20220819030023853
39813 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/test_vcmpw.S' (38,321) at 20230426080043952
39814 2025-10-05 03:01:03.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ubifs_uboot.h' (38,322) at 20210308005003688
39815 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg/0001-meson.build-do-not-force-disable-introspection-and-v.patch' (38,323) at 20241221090017680
39816 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/pylibfdt/Makefile' (38,324) at 20210308005003728
39817 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/Orangepi_mini_defconfig' (38,325) at 20210308005003240
39818 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/pam-volatiles.conf' (38,326) at 20220402030016191
39819 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/fix-symlink-install-error-in-cmdlang.patch' (38,327) at 20240113090014536
39820 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Laukaa' (38,328) at 20210307205553770
39821 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/nvdimm-utils.c' (38,329) at 20210927100127661
39822 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/distro/include/openpower-distrovars.inc' (38,330) at 20210307205554046
39823 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/setup.py' (38,331) at 20220728030041559
39824 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/virtio.c' (38,332) at 20210308005003740
39825 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/hostlogger/phosphor-hostlogger/fb-compute-multihost/ttyS5.conf' (38,333) at 20240310080021376
39826 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/test_sensors_sub_menu.robot' (38,334) at 20240628080017113
39827 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/ls102xa_devdis.h' (38,335) at 20210308005002644
39828 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ivshmem-test.c' (38,336) at 20240906080037568
39829 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/kwbimage_128M16_1.cfg' (38,337) at 20210308005003012
39830 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_aspeed.cpp' (38,338) at 20240817080027652
39831 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/phosphor-ipmi-fru/obmc/eeproms/system/chassis/bmc' (38,339) at 20210307205554094
39832 2025-10-05 03:01:03.834-0500 FINEST t466 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' (38,340) at 20210307205554222
39833 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/exynos5-dt-common.h' (38,341) at 20210308005003596
39834 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nitrogen6q2g_defconfig' (38,342) at 20210308005003272
39835 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_shc_sdboot_defconfig' (38,343) at 20210308005003248
39836 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-bingo-native_0.0.6.bb' (38,344) at 20231211090017115
39837 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/bcm2838_gpio.h' (38,345) at 20240906080037332
39838 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/images/core-image-x11.bb' (38,346) at 20210307205554582
39839 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/jasper/jasper_4.2.4.bb' (38,347) at 20241221090017528
39840 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/beaver.h' (38,348) at 20210308005003588
39841 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/mux.c' (38,349) at 20210308005002944
39842 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/console/obmc-console_%.bbappend' (38,350) at 20241226090016127
39843 2025-10-05 03:01:03.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/vbe.h' (38,351) at 20210308005003692
39844 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_proc.h' (38,352) at 20240326080039562
39845 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/usbstring.c' (38,353) at 20210308005003512
39846 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sllevk/MAINTAINERS' (38,354) at 20210308005002984
39847 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/044' (38,355) at 20220429100100886
39848 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-atcspi200.txt' (38,356) at 20210308005003324
39849 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/nand/nvidia,tegra20-nand.txt' (38,357) at 20210308005003304
39850 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/0001-cmake-Use-alternate-way-to-detect-libm.patch' (38,358) at 20230114040015478
39851 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2' (38,359) at 20210308005002556
39852 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/smdkc100_defconfig' (38,360) at 20210308005003280
39853 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1046ardb/ls1046ardb.c' (38,361) at 20210308005002968
39854 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53smd/mx53smd.c' (38,362) at 20210308005002984
39855 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/Kconfig' (38,363) at 20210308005003372
39856 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/soft-spi.txt' (38,364) at 20210308005003324
39857 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/mboxd/mboxd_%.bbappend' (38,365) at 20241206090014230
39858 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/gen-lockedsig-cache' (38,366) at 20220910030013437
39859 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/trace.h' (38,367) at 20210308005045945
39860 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/read_fru_data.hpp' (38,368) at 20230513080027502
39861 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/device.md' (38,369) at 20240809080033023
39862 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/certificate.html' (38,370) at 20210308005107069
39863 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/019.out' (38,371) at 20210308005046433
39864 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-dumpsig' (38,372) at 20241221090017580
39865 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/rng.h' (38,373) at 20210308005002800
39866 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/core-internal.h' (38,374) at 20241219090010500
39867 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/ext4_write.c' (38,375) at 20210308005003544
39868 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/e1000e.c' (38,376) at 20230426080043948
39869 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/bitops.h' (38,377) at 20210308005002800
39870 2025-10-05 03:01:03.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/entity.h' (38,378) at 20240503080010086
39871 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/rsa-sign.c' (38,379) at 20210308005003712
39872 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/LICENSE' (38,380) at 20220801133228670
39873 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/sdram_common.c' (38,381) at 20210308005002776
39874 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx-pinfunc.h' (38,382) at 20210308005002588
39875 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_interface.cpp' (38,383) at 20230825080027865
39876 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/se-comhem' (38,384) at 20210307205553758
39877 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/devel-config/nfs-export-root.bb' (38,385) at 20241206090014326
39878 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh7706.h' (38,386) at 20210308005002848
39879 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/0006-Do-not-hardcode-path-for-pkg.m4.patch' (38,387) at 20241221090017496
39880 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/esmtp/esmtp_1.2.bb' (38,388) at 20220402030015907
39881 2025-10-05 03:01:03.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libnice/libnice_0.1.22.bb' (38,389) at 20241221090017540
39882 2025-10-05 03:01:03.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/termbits.h' (38,390) at 20210308005046097
39883 2025-10-05 03:01:03.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/whitelist.dev' (38,391) at 20210616000042094
39884 2025-10-05 03:01:03.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace/ptest-spacesave.patch' (38,392) at 20241206090014334
39885 2025-10-05 03:01:03.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-scp-update.bb' (38,393) at 20241206090014226
39886 2025-10-05 03:01:03.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/init/starscream-init.bb' (38,394) at 20241206090014234
39887 2025-10-05 03:01:03.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/be-IN.DI-Integan' (38,395) at 20210307205553758
39888 2025-10-05 03:01:03.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/freebsd/os-stat.h' (38,396) at 20240326080039390
39889 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ata/sata_sil3114.c' (38,397) at 20210308005003336
39890 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/lowlevel_init.S' (38,398) at 20210308005002824
39891 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/sensorutils.hpp' (38,399) at 20240817080006183
39892 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/fanmondump' (38,400) at 20221213040024897
39893 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/buildman.py' (38,401) at 20210308005003756
39894 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imgtec_xilfpga_defconfig' (38,402) at 20210308005003260
39895 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6ul_pins.h' (38,403) at 20210308005002652
39896 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/pfla02/README' (38,404) at 20210308005003028
39897 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Krangede' (38,405) at 20210307205553786
39898 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Linux-man-pages-copyleft-2-para' (38,406) at 20241221090017616
39899 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Osmo_Bjorsta' (38,407) at 20210307205553790
39900 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/elf.c' (38,408) at 20210308005003208
39901 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/include/mach/gpio.h' (38,409) at 20210308005002716
39902 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/power-util' (38,410) at 20231224090010777
39903 2025-10-05 03:01:03.840-0500 FINEST t466 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' (38,411) at 20231011080016574
39904 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/logging' (38,412) at 20240113090014532
39905 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/state/phosphor-state-manager/resetreason.conf' (38,413) at 20210307205554222
39906 2025-10-05 03:01:03.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/recipes.txt' (38,414) at 20220819030014797
39907 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/reset_manager_s10.c' (38,415) at 20210308005002780
39908 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna_1.3.3.bb' (38,416) at 20241221090017488
39909 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/witherspoon/skip_oob_ipmi' (38,417) at 20230908080016530
39910 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/115' (38,418) at 20220429100100890
39911 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/242' (38,419) at 20221215040039366
39912 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xrdb/README' (38,420) at 20210308005002992
39913 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/pci-ids.rst' (38,421) at 20241211090212238
39914 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_mulq_rs_w.c' (38,422) at 20210308005046509
39915 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-x86.h' (38,423) at 20210308005046037
39916 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/bus/exception.cpp' (38,424) at 20230510080035027
39917 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/membuff.h' (38,425) at 20210308005003672
39918 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/OWNERS' (38,426) at 20230120040019882
39919 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/configuration.cpp' (38,427) at 20210402000054753
39920 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/dtoc/.gitignore' (38,428) at 20210308005003760
39921 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/user_header_test.cpp' (38,429) at 20241212090025215
39922 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0002-boost-Backport-clang-support.patch' (38,430) at 20230706080014761
39923 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_t335/u-boot.lds' (38,431) at 20210308005002948
39924 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/usb.c' (38,432) at 20221215040039374
39925 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dpio/qbman_private.h' (38,433) at 20210308005003432
39926 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_dpa_w_ph.c' (38,434) at 20210308005046505
39927 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf' (38,435) at 20210307205554106
39928 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/grail_3.1.1.bb' (38,436) at 20241221090017532
39929 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/Synchronization.interface.yaml' (38,437) at 20220315030032671
39930 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/TWR-P1025_defconfig' (38,438) at 20210308005003244
39931 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/endianness-test.c' (38,439) at 20221215040039370
39932 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/jetson-tk1.h' (38,440) at 20210308005003596
39933 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/byteorder.h' (38,441) at 20210308005002672
39934 2025-10-05 03:01:03.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-build-Fix-Savannah-64681-webpage.ps-deps.patch' (38,442) at 20231011080016614
39935 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/qemu-file-types.h' (38,443) at 20240906080037344
39936 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-sheevaplug-common.dtsi' (38,444) at 20210308005002596
39937 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (38,445) at 20240924080011379
39938 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/argument.cpp' (38,446) at 20220923030021425
39939 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/project_specific.html' (38,447) at 20220402030016107
39940 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/usb_hub.c' (38,448) at 20210308005003232
39941 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/solidrun/clearfog/clearfog.c' (38,449) at 20210308005003052
39942 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-clear-sys-dump-active@.service.in' (38,450) at 20230808080024857
39943 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/templates/default/conf-notes.txt' (38,451) at 20230412080023456
39944 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9n12ek/Makefile' (38,452) at 20210308005002916
39945 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sf.c' (38,453) at 20230720080043539
39946 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/Cargo.toml' (38,454) at 20240106090017261
39947 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-qemu/Kconfig' (38,455) at 20210308005002768
39948 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/recipes-kernel/linux/linux-aspeed_%.bbappend' (38,456) at 20220302040015788
39949 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/float_convs.ref' (38,457) at 20221215040039390
39950 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/u2f.h' (38,458) at 20230426080043744
39951 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/user_layer.hpp' (38,459) at 20231024080024813
39952 2025-10-05 03:01:03.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d2-pinfunc.h' (38,460) at 20210308005002612
39953 2025-10-05 03:01:03.842-0500 FINEST t466 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' (38,461) at 20240904080027734
39954 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/fixes.patch' (38,462) at 20210729000029104
39955 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/pic32mzda.dtsi' (38,463) at 20210308005002816
39956 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/leds/gen3-led-manager-config-native.bb' (38,464) at 20241206090014230
39957 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-cfi-if.c' (38,465) at 20240326080039462
39958 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h' (38,466) at 20210308005002640
39959 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/recipes-extended/sudo/sudo_%.bbappend' (38,467) at 20220402030016075
39960 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/Kconfig' (38,468) at 20210308005003456
39961 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/pirq_routing.c' (38,469) at 20210308005002884
39962 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pbr/0001-change-shebang-to-python3.patch' (38,470) at 20241221090017668
39963 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/144.out' (38,471) at 20240326080039730
39964 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/esdk-tools/devtool' (38,472) at 20240301090012483
39965 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zlog/zlog_1.2.16.bb' (38,473) at 20220910030013361
39966 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/utils.cpp' (38,474) at 20241220090029607
39967 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/get_managed_objects.cpp' (38,475) at 20240820080023686
39968 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/aspeed-lpc-ctrl_git.bb' (38,476) at 20230418080015344
39969 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Bispfors' (38,477) at 20210307205553778
39970 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment.h' (38,478) at 20210308005003644
39971 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/softmmu.ld' (38,479) at 20240326080039746
39972 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_bootrom.c' (38,480) at 20210308005003228
39973 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/010_pack_align_power2.dts' (38,481) at 20210308005003752
39974 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/as3722_gpio.c' (38,482) at 20210308005003468
39975 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/live-block-operations.rst' (38,483) at 20240906080037176
39976 2025-10-05 03:01:03.843-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct/etc-openct.udev.in-disablePROGRAM.patch' (38,484) at 20230131040012035
39977 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/renesas/r8a77990-cpg-mssr.c' (38,485) at 20210308005003352
39978 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/OWNERS' (38,486) at 20210421000030234
39979 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/cache_v7_asm.S' (38,487) at 20210308005002552
39980 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/util.h' (38,488) at 20210308005003728
39981 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/Makefile' (38,489) at 20210308005003048
39982 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit/0001-Fix-function-prototype-errors.patch' (38,490) at 20221003030013285
39983 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gnosjo_Marieholm' (38,491) at 20210307205553782
39984 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-pogo_e02.dts' (38,492) at 20210308005002596
39985 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/add-pkgconfig.patch' (38,493) at 20210307205553958
39986 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/OWNERS' (38,494) at 20220805030049772
39987 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/data/phosphor-service-monitor-default.json' (38,495) at 20241213090050862
39988 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/i8254.h' (38,496) at 20230426080043768
39989 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/pci_nuvoton_handler.cpp' (38,497) at 20210918000044923
39990 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-socket-write' (38,498) at 20240809080013506
39991 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sun8i_a23_evb_defconfig' (38,499) at 20210308005003280
39992 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9g20ek_nandflash_defconfig' (38,500) at 20210308005003248
39993 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/SECURITY.md' (38,501) at 20241206090014206
39994 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/dreamplug.h' (38,502) at 20210308005002904
39995 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91sam9261ek.dts' (38,503) at 20210308005002572
39996 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/inplace-gbmc-version.service' (38,504) at 20210803000022008
39997 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/pch.h' (38,505) at 20210308005002876
39998 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/fbif.h' (38,506) at 20240326080039546
39999 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/_exports.h' (38,507) at 20210308005003560
40000 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tclibc-picolibc.inc' (38,508) at 20241221090017612
40001 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/venice2/pinmux-config-venice2.h' (38,509) at 20210308005003024
40002 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/uniphier/clk-uniphier-sys.c' (38,510) at 20210308005003356
40003 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.err' (38,511) at 20210927100127469
40004 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/COIL-1.0' (38,512) at 20241221090017616
40005 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_phys_mem.S' (38,513) at 20221215040039390
40006 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria10-socdk/Makefile' (38,514) at 20210308005002908
40007 2025-10-05 03:01:03.844-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/pt-All' (38,515) at 20210307205553778
40008 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/.gitignore' (38,516) at 20210308005113633
40009 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-6.conf' (38,517) at 20230412080023460
40010 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/0004-include-limits.h.patch' (38,518) at 20230706080014761
40011 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/func_timer.py' (38,519) at 20221209040018567
40012 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6318.dtsi' (38,520) at 20210308005002812
40013 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/README.md' (38,521) at 20240807080008514
40014 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_signal.h' (38,522) at 20220429100100614
40015 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/check_sparse.py' (38,523) at 20210308005046237
40016 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (38,524) at 20210702100031190
40017 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-opos6ul.dtsi' (38,525) at 20210308005002588
40018 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb' (38,526) at 20241221090017496
40019 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/bcm2835_sdhost.h' (38,527) at 20210308005046029
40020 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/microblaze-stack-protect.xml' (38,528) at 20230426080043664
40021 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Arjang' (38,529) at 20210307205553778
40022 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-a64-amarula-relic.dts' (38,530) at 20210308005002616
40023 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ddr.h' (38,531) at 20210308005002964
40024 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fsl-mc/dprc.c' (38,532) at 20210308005003432
40025 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/trace.h' (38,533) at 20220429100100498
40026 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MSI_Primo81_defconfig' (38,534) at 20210308005003240
40027 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/recipes-phosphor/console/obmc-console/obmc-console.conf' (38,535) at 20230512080018777
40028 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Apstar6_C-134.0E' (38,536) at 20210307205553758
40029 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/files/dwarfsrcfiles.c' (38,537) at 20210729000029132
40030 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c' (38,538) at 20210308005002920
40031 2025-10-05 03:01:03.845-0500 FINEST t466 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' (38,539) at 20230919080013990
40032 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t102xqds/t1024_spi_rcw.cfg' (38,540) at 20210308005002992
40033 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/supervisor.service' (38,541) at 20210307205554030
40034 2025-10-05 03:01:03.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/silica/pengwyn/MAINTAINERS' (38,542) at 20210308005003052
40035 2025-10-05 03:01:03.845-0500 FINEST t466 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' (38,543) at 20210307205553826
40036 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/spl.c' (38,544) at 20210308005002988
40037 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ts4600_defconfig' (38,545) at 20210308005003284
40038 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/exports.c' (38,546) at 20210308005003224
40039 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kallered' (38,547) at 20210307205553786
40040 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.err' (38,548) at 20230925080040089
40041 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libdnet/libdnet_1.18.0.bb' (38,549) at 20240413080012643
40042 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/evdev.wrap' (38,550) at 20230721080022734
40043 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/133' (38,551) at 20210927100127485
40044 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/clk_zynq.c' (38,552) at 20210308005003348
40045 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__on.hpp' (38,553) at 20241219090033964
40046 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/progressbar/LICENSE.txt' (38,554) at 20210307205554258
40047 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_shll_s_w.c' (38,555) at 20210308005046505
40048 2025-10-05 03:01:03.846-0500 FINEST t466 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' (38,556) at 20230609080014391
40049 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server.hpp' (38,557) at 20210716000108010
40050 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-reset-host-check@.service.in' (38,558) at 20230513080022442
40051 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/microcode/m12306a5_00000007.dtsi' (38,559) at 20210308005002872
40052 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mdio/Makefile' (38,560) at 20210308005003436
40053 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/event.cpp' (38,561) at 20240822080031261
40054 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-ap806-quad.dtsi' (38,562) at 20210308005002568
40055 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/sha512.c' (38,563) at 20230925080040101
40056 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/controllers/user-accounts-modal-user.html' (38,564) at 20210308005107065
40057 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/NEWS' (38,565) at 20210307205554642
40058 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3399/Kconfig' (38,566) at 20210308005003040
40059 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/controller.cpp' (38,567) at 20240719080031533
40060 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.1.rst' (38,568) at 20241221090017600
40061 2025-10-05 03:01:03.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bclr_b.c' (38,569) at 20210308005046509
40062 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vcth/reg_ebi.h' (38,570) at 20210308005003020
40063 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/Makefile' (38,571) at 20210308005003540
40064 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-evaluation/Kconfig' (38,572) at 20210308005003052
40065 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/extensions/phal/fw_update_watch.cpp' (38,573) at 20230915080021805
40066 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra20/cpu.c' (38,574) at 20210308005002788
40067 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/lager/lager.c' (38,575) at 20210308005003036
40068 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r7780mp/Makefile' (38,576) at 20210308005003036
40069 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/draco.h' (38,577) at 20210308005003592
40070 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SugarCRM-1.1.3' (38,578) at 20210307205554426
40071 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/theadorable-x86-dfi-bt700.h' (38,579) at 20210308005003620
40072 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ex-relative-long.c' (38,580) at 20230426080043952
40073 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2371-2180/Kconfig' (38,581) at 20210308005003024
40074 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysstat/sysstat/99_sysstat' (38,582) at 20210307205554570
40075 2025-10-05 03:01:03.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite550x/xpedite550x.c' (38,583) at 20210308005003172
40076 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/entity-manager/daytonax-baseboard.json' (38,584) at 20230209040014209
40077 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8qxp_mek/MAINTAINERS' (38,585) at 20210308005002964
40078 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/vexpress_ca5x2.h' (38,586) at 20210308005003624
40079 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (38,587) at 20240904080027730
40080 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json' (38,588) at 20241107090014377
40081 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/msl_verify_main.cpp' (38,589) at 20210308005102829
40082 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci.c' (38,590) at 20210308005003516
40083 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/u-boot.lds' (38,591) at 20210308005002836
40084 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/flash/phosphor-software-manager/obmc-flash-host-bios@.service' (38,592) at 20240828080010887
40085 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/lshrsi3.S' (38,593) at 20210308005002852
40086 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/makefile-strip.patch' (38,594) at 20210905000020557
40087 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/openl2tpd-enable-tests.patch' (38,595) at 20230706080014737
40088 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/form-input-error.js' (38,596) at 20210308005107069
40089 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/environment/ti/boot.h' (38,597) at 20210308005003644
40090 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-util-filemonitor.c' (38,598) at 20240906080037584
40091 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/sshguard/sshguard_2.4.3.bb' (38,599) at 20230813080012860
40092 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Forsed' (38,600) at 20210307205553782
40093 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Jarvso' (38,601) at 20210307205553782
40094 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/svg/bitbake_tasks_map.svg' (38,602) at 20231126090012821
40095 2025-10-05 03:01:03.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/remove_duplicate_install.patch' (38,603) at 20230317080013793
40096 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/UCP1020_defconfig' (38,604) at 20210308005003244
40097 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/test/test_instance_id.hpp' (38,605) at 20240903080027143
40098 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/trace-events' (38,606) at 20210927100127025
40099 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6dl2g.cfg' (38,607) at 20210308005002924
40100 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.clang' (38,608) at 20210308005003292
40101 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager/service-override.conf' (38,609) at 20210617100024963
40102 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/valkey.service' (38,610) at 20241221090017524
40103 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/gru/MAINTAINERS' (38,611) at 20210308005003004
40104 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/mmvec/macros.def' (38,612) at 20220429100100786
40105 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/spl.c' (38,613) at 20210308005002996
40106 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.err' (38,614) at 20230925080040089
40107 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/fan-watchdog/witherspoon/obmc/fan-watchdog/fan-watchdog.conf' (38,615) at 20210307205553702
40108 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_ssl.robot' (38,616) at 20240910080016938
40109 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/ar933x/Makefile' (38,617) at 20210308005002816
40110 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Goulburn-Rocky_Hill' (38,618) at 20210307205553762
40111 2025-10-05 03:01:03.849-0500 FINEST t466 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' (38,619) at 20230706080014757
40112 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/spr600_mt47h128m8_3_266_cl5_async.c' (38,620) at 20210308005002548
40113 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_getcount_unittest.cpp' (38,621) at 20220824030029051
40114 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/misc_arria10.c' (38,622) at 20210308005002780
40115 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (38,623) at 20231012080014468
40116 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts_%.bbappend' (38,624) at 20221017030012214
40117 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6358.dtsi' (38,625) at 20210308005002812
40118 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb' (38,626) at 20241206090014258
40119 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/subprojects/phosphor-dbus-interfaces.wrap' (38,627) at 20240329080027212
40120 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_structs.h' (38,628) at 20210308005046089
40121 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/plug_ins/Auto_reboot/parm_def' (38,629) at 20210308005007100
40122 2025-10-05 03:01:03.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/model_206ax.h' (38,630) at 20210308005002876
40123 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/buildhistory_analysis.py' (38,631) at 20240106090017257
40124 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.gitignore' (38,632) at 20240307090019084
40125 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb' (38,633) at 20241206090014234
40126 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/036' (38,634) at 20220429100100886
40127 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/0001-expect-install-scripts-without-using-the-fixline1-tc.patch' (38,635) at 20210307205554506
40128 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/phosphor-logging.wrap' (38,636) at 20230921080009745
40129 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_bist.c' (38,637) at 20210308005003364
40130 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram.h' (38,638) at 20210308005002664
40131 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/tftp-hpa-0.49-fortify-strcpy-crash.patch' (38,639) at 20210307205553822
40132 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ui-bootstrap-tpls-0.11.0.min.js' (38,640) at 20210307205554282
40133 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_forms.scss' (38,641) at 20220105012522983
40134 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ptpd/ptpd/0001-ptpd-Solve-memory-leak-for-function-NTPDCrequest.patch' (38,642) at 20210307205553822
40135 2025-10-05 03:01:03.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-zc770-xm013.dts' (38,643) at 20210308005002632
40136 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sbc8641d/sbc8641d.c' (38,644) at 20210308005003048
40137 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb' (38,645) at 20231126090012781
40138 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpsub_u_w.c' (38,646) at 20210308005046517
40139 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/Kconfig' (38,647) at 20210308005002796
40140 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/tw-All' (38,648) at 20210307205553794
40141 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/hsdk_defconfig' (38,649) at 20210308005003260
40142 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/debug-uart/debug-uart-pro5.c' (38,650) at 20210308005002792
40143 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/Makefile' (38,651) at 20210308005003548
40144 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell_dev_callouts.json' (38,652) at 20240117090012269
40145 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (38,653) at 20210819000021018
40146 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/altera_uart.c' (38,654) at 20210308005003484
40147 2025-10-05 03:01:03.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_36BIT_SPIFLASH_defconfig' (38,655) at 20210308005003240
40148 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-clone-visitor.c' (38,656) at 20221215040039390
40149 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/allidefs.def' (38,657) at 20220429100100786
40150 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config.cpp' (38,658) at 20240822080027617
40151 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service' (38,659) at 20240308090017907
40152 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Risback' (38,660) at 20210307205553790
40153 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb' (38,661) at 20241206090014266
40154 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tqc/tqma6/Makefile' (38,662) at 20210308005003088
40155 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.eslintignore' (38,663) at 20211106000023633
40156 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/chsh' (38,664) at 20210307205554570
40157 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/target_resource.h' (38,665) at 20220429100100618
40158 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/barco/titanium/Makefile' (38,666) at 20210308005002920
40159 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr3_training_ip_def.h' (38,667) at 20210308005003364
40160 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/image_types_phosphor_nuvoton.bbclass' (38,668) at 20240616080011243
40161 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-add-DESTDIR.patch' (38,669) at 20230401080011935
40162 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-omap2/hwinit-common.c' (38,670) at 20210308005002756
40163 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv-xthead.h' (38,671) at 20230925080039841
40164 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/0004-libtool.m4-Change-libtool-to-handle-sysroots-by-defa.patch' (38,672) at 20241221090017664
40165 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mux_am43xx.h' (38,673) at 20210308005002636
40166 2025-10-05 03:01:03.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/smi.conf' (38,674) at 20210307205553982
40167 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1751-xm016-dc2/psu_init_gpl.c' (38,675) at 20210308005003200
40168 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/conga-qeval20-qa3-e3845_defconfig' (38,676) at 20210308005003256
40169 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/onewire1.conf' (38,677) at 20210307205553722
40170 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/renesas/pfc.c' (38,678) at 20210308005003464
40171 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/global_data.h' (38,679) at 20210308005002804
40172 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p2571.h' (38,680) at 20210308005003608
40173 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/Makefile.build' (38,681) at 20230302090047762
40174 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/clock.h' (38,682) at 20210308005002672
40175 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.gitignore' (38,683) at 20220330030018050
40176 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/max98090.c' (38,684) at 20210308005003488
40177 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/__init__.py' (38,685) at 20210307205554434
40178 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/templates/default/conf-notes.txt' (38,686) at 20220913030020496
40179 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/README.md' (38,687) at 20231126090012785
40180 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/entrypoint-build.sh' (38,688) at 20230919080013962
40181 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-segno_1.5.2.bb' (38,689) at 20241221090017576
40182 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SwitchMetrics.v1_0_2.json' (38,690) at 20240619080002956
40183 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch' (38,691) at 20241221090017536
40184 2025-10-05 03:01:03.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb' (38,692) at 20241221090017548
40185 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/include/asm/state.h' (38,693) at 20210308005002848
40186 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_ecc.h' (38,694) at 20210308005003552
40187 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/settings/phosphor-settings-defaults-native/bletchley-host-acpi-power-state.yaml' (38,695) at 20221025030015189
40188 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/vmcoreinfo.rst' (38,696) at 20240326080039406
40189 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-greatlakes.dts' (38,697) at 20230530080039372
40190 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/properties-cpp/properties-cpp_git.bb' (38,698) at 20241221090017520
40191 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Saivomuotka' (38,699) at 20210307205553790
40192 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/monitor.rst' (38,700) at 20210308005045809
40193 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/acpi-bits/bits-tests/testacpi.py2' (38,701) at 20241211090212538
40194 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/loongarch-base64.xml' (38,702) at 20221215040039086
40195 2025-10-05 03:01:03.854-0500 FINEST t466 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' (38,703) at 20240904080027738
40196 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_errno_defs.h' (38,704) at 20210927100127265
40197 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dbench/files/destdir.patch' (38,705) at 20210307205553870
40198 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/OWNERS' (38,706) at 20230502080017612
40199 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/cadmus.c' (38,707) at 20210308005002960
40200 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemux86/machconfig' (38,708) at 20210307205554454
40201 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml' (38,709) at 20221207040023627
40202 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/templates/default/conf-notes.txt' (38,710) at 20220913030020492
40203 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/scu_ast2500.h' (38,711) at 20220509100030598
40204 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cherryhill/cherryhill.c' (38,712) at 20210308005003008
40205 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/rsb.c' (38,713) at 20210308005002784
40206 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/gurnard/MAINTAINERS' (38,714) at 20210308005002924
40207 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/Makefile' (38,715) at 20210308005002824
40208 2025-10-05 03:01:03.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Shutdown/Power.errors.yaml' (38,716) at 20210729000040160
40209 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Valencia' (38,717) at 20210307205553766
40210 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/test.c' (38,718) at 20210308005003220
40211 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/types.hpp' (38,719) at 20220923030023309
40212 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/Kconfig' (38,720) at 20210308005002860
40213 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_power_util.sh' (38,721) at 20240619080012644
40214 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cl-som-imx7/Kconfig' (38,722) at 20210308005002944
40215 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/rsa/rsa-checksum.c' (38,723) at 20210308005003712
40216 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/coreaudio.m' (38,724) at 20240906080037140
40217 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/nbdServerService.js' (38,725) at 20210308005107073
40218 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/ips.json' (38,726) at 20230921080014641
40219 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/157.out' (38,727) at 20210308005046453
40220 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/write_verification_error_tests.cpp' (38,728) at 20210318000037904
40221 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/fakedbusdoc.py' (38,729) at 20230925080039845
40222 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1022DS_36BIT_defconfig' (38,730) at 20210308005003240
40223 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml' (38,731) at 20221207040023631
40224 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1042RDB_PI_NAND_defconfig' (38,732) at 20210308005003244
40225 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/recipes-hpe/host/host-boot-enable/host-boot-enable.sh' (38,733) at 20230920080013648
40226 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sagem/f@st1704/f@st1704.c' (38,734) at 20210308005003040
40227 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/re2/re2_2024.03.01.bb' (38,735) at 20241206090014262
40228 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/pmic/Makefile' (38,736) at 20210308005003468
40229 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/tiny-init.bb' (38,737) at 20241206090014294
40230 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/files/test.rs' (38,738) at 20230114040015530
40231 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/epeg/epeg/0001-configure-Fix-checks-for-libjpeg-and-libexif.patch' (38,739) at 20221003030013285
40232 2025-10-05 03:01:03.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb' (38,740) at 20241221090017548
40233 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/directives/click-outside.js' (38,741) at 20210308005107069
40234 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/subprojects/sdbusplus.wrap' (38,742) at 20220322030048836
40235 2025-10-05 03:01:03.856-0500 FINEST t466 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' (38,743) at 20231011080016574
40236 2025-10-05 03:01:03.856-0500 FINEST t466 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' (38,744) at 20230706080014769
40237 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdparm/files/make-sysroot-work.patch' (38,745) at 20210307205553994
40238 2025-10-05 03:01:03.856-0500 FINEST t466 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' (38,746) at 20210307205554598
40239 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmark-techno/armadillo-800eva/armadillo-800eva.c' (38,747) at 20210308005002916
40240 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am3517_crane_defconfig' (38,748) at 20210308005003248
40241 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/ptrace.h' (38,749) at 20210308005002840
40242 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/dtimg.c' (38,750) at 20210308005003208
40243 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/contrib/bmc-snmp-proxy.sysconf' (38,751) at 20210308004938816
40244 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvev_d.c' (38,752) at 20210308005046521
40245 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spi.h' (38,753) at 20230720080043543
40246 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/default/default.cpp' (38,754) at 20210308005059705
40247 2025-10-05 03:01:03.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/uki.py' (38,755) at 20241221090017628
40248 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-refcount.c' (38,756) at 20240326080039382
40249 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ublimage' (38,757) at 20210308005003300
40250 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-zynqmp/psu_spl_init.c' (38,758) at 20210308005002796
40251 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx35/crm_regs.h' (38,759) at 20210308005002644
40252 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/ch-Rega-Sense' (38,760) at 20210307205553758
40253 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/conditions.hpp' (38,761) at 20210308005059169
40254 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/openbmc_intf.xml' (38,762) at 20210308004922940
40255 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mx53loco_defconfig' (38,763) at 20210308005003268
40256 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/src/plugins/imb/imbapi.c' (38,764) at 20210308004938832
40257 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl_2.1.0.bb' (38,765) at 20241206090014250
40258 2025-10-05 03:01:03.857-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/power-supplies-monitoring/files/psu1up.service' (38,766) at 20230627080016966
40259 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/classes/xfce-git.bbclass' (38,767) at 20210812000025254
40260 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/CP00.interface.yaml' (38,768) at 20221207040023627
40261 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-sunxi/clock_sun4i.c' (38,769) at 20210308005002784
40262 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/298.out' (38,770) at 20210927100127501
40263 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/msl/max31785-msl' (38,771) at 20221209040033703
40264 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/common-session' (38,772) at 20210307205554062
40265 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra76-evm-u-boot.dtsi' (38,773) at 20210308005002576
40266 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp_r5/MAINTAINERS' (38,774) at 20210308005003200
40267 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/index.rst' (38,775) at 20230919080013970
40268 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-conf/main.conf' (38,776) at 20230919080013982
40269 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/kea-dhcp4.service' (38,777) at 20210307205554462
40270 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/create_write_window_ro_partition.cpp' (38,778) at 20210308005100997
40271 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/Makefile' (38,779) at 20210308005003376
40272 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/recipes-kernel/linux/linux-aspeed/s8036.cfg' (38,780) at 20220302040015788
40273 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/bt.hpp' (38,781) at 20240817080027656
40274 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/speed.c' (38,782) at 20210308005002548
40275 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/soc.c' (38,783) at 20210308005002560
40276 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso.S' (38,784) at 20240326080039562
40277 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/README.md' (38,785) at 20220526030017599
40278 2025-10-05 03:01:03.858-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/orion_wdt.c' (38,786) at 20210308005003540
40279 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-screeninfo_0.8.1.bb' (38,787) at 20241221090017560
40280 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/0002-Do-not-use-rcmd-on-build-with-musl.patch' (38,788) at 20230706080014753
40281 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_history.hpp' (38,789) at 20210901000109343
40282 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/0003-ripstream-fix-compilation.patch' (38,790) at 20210307205553802
40283 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/regs-clkctrl-mx23.h' (38,791) at 20210308005002656
40284 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/subprojects/phosphor-logging.wrap' (38,792) at 20220323030041559
40285 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/0001-sntp-Fix-types-in-check-for-pthread_detach.patch' (38,793) at 20221003030013265
40286 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/common/board.h' (38,794) at 20210308005002956
40287 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/argument.hpp' (38,795) at 20240719080031533
40288 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/zlib.h' (38,796) at 20210308005003716
40289 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Chesterfield' (38,797) at 20210307205553794
40290 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/phosphor-dbus-interfaces.wrap' (38,798) at 20230602080024184
40291 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-r40-bananapi-m2-ultra.dts' (38,799) at 20210308005002628
40292 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_proc.h' (38,800) at 20240326080039558
40293 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/phosphor-ipmi-flash-bios-prepare.target.in' (38,801) at 20210308005120349
40294 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/apalis_imx6_nospl_it_defconfig' (38,802) at 20210308005003248
40295 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/qemu-spice-module.h' (38,803) at 20210308005046057
40296 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/hisilicon/hikey/MAINTAINERS' (38,804) at 20210308005003004
40297 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb' (38,805) at 20240302090018214
40298 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/immap.c' (38,806) at 20210308005002836
40299 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynq/board.c' (38,807) at 20210308005003172
40300 2025-10-05 03:01:03.859-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gumstix/pepper/Makefile' (38,808) at 20210308005003004
40301 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/stm32f746-pinfunc.h' (38,809) at 20210308005003640
40302 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c' (38,810) at 20210308005002556
40303 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-core/systemd/systemd-conf/00-bmc-eth0.1.network' (38,811) at 20210307205554222
40304 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-Olimex-SOM204-EVB_defconfig' (38,812) at 20210308005003232
40305 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ebpf/trace.h' (38,813) at 20210927100127085
40306 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/OWNERS' (38,814) at 20240627080033352
40307 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr/0004-Fix-packet-discards-HTTP-redirect.patch' (38,815) at 20210307205554610
40308 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/console/obmc-console_%.bbappend' (38,816) at 20210812000025162
40309 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/libperfetto/0001-meson-add-pc-file-for-lib_perfetto.patch' (38,817) at 20241221090017512
40310 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/goflexhome/MAINTAINERS' (38,818) at 20210308005002908
40311 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/trace-events' (38,819) at 20240906080037220
40312 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_lpc_reset.c' (38,820) at 20210308005108641
40313 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/serial.c' (38,821) at 20210308005003740
40314 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/guruplug/Makefile' (38,822) at 20210308005002904
40315 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Synology/ds414/Makefile' (38,823) at 20210308005002908
40316 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/MAINTAINERS' (38,824) at 20210308005003008
40317 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput' (38,825) at 20210307205554590
40318 2025-10-05 03:01:03.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pci/Makefile' (38,826) at 20220418100043789
40319 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch' (38,827) at 20241206090014314
40320 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/tipcutils.conf' (38,828) at 20241221090017524
40321 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm920t/cpu.c' (38,829) at 20210308005002712
40322 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/evb-ast2600-spl-ecc_defconfig' (38,830) at 20230720080043539
40323 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/gpio/bcm2835_gpio.c' (38,831) at 20210308005003376
40324 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.ti-secure' (38,832) at 20210308005003300
40325 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-muldiv.h' (38,833) at 20210308005046497
40326 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/service_files/chassis-system-reset.target' (38,834) at 20211112040111279
40327 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml' (38,835) at 20240618080025501
40328 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/tplink/wdr4300/MAINTAINERS' (38,836) at 20210308005003088
40329 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ampere_flash_bios.sh' (38,837) at 20241031080012179
40330 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/schulercontrol/sc_sps_1/Kconfig' (38,838) at 20210308005003048
40331 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/efidebug.c' (38,839) at 20210308005003208
40332 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/msa.decode' (38,840) at 20240326080039678
40333 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/subprojects/stdplus.wrap' (38,841) at 20231209090007705
40334 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.14/index.html' (38,842) at 20210307205554246
40335 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/control.h' (38,843) at 20240326080039750
40336 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mpc8308_p1m_defconfig' (38,844) at 20210308005003268
40337 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb' (38,845) at 20240127090011892
40338 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/ptrace.h' (38,846) at 20210308005002816
40339 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff' (38,847) at 20241016080017182
40340 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/main.py.in' (38,848) at 20210307205554642
40341 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-isiot.dtsi' (38,849) at 20210308005002588
40342 2025-10-05 03:01:03.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/MAINTAINERS' (38,850) at 20220525020526733
40343 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020RDB-PC_NAND_defconfig' (38,851) at 20210308005003240
40344 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am335x/board.h' (38,852) at 20210308005003072
40345 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/files/0001-adduser-set-default-shell-with-sbin-nologin.patch' (38,853) at 20210307205554002
40346 2025-10-05 03:01:03.862-0500 FINEST t466 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' (38,854) at 20210307205553758
40347 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/subprojects/phosphor-dbus-interfaces.wrap' (38,855) at 20220625030026172
40348 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo/run-ptest' (38,856) at 20210307205554622
40349 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/gdsys_fpga.h' (38,857) at 20210308005003652
40350 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/socfpga_is1_defconfig' (38,858) at 20210308005003280
40351 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/vf610/Kconfig' (38,859) at 20210308005002556
40352 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/Makefile' (38,860) at 20210308005002944
40353 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/bcm2835_cprman_internals.h' (38,861) at 20221215040039182
40354 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/subprojects/phosphor-logging.wrap' (38,862) at 20220805030037283
40355 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/colibri_imx6_defconfig' (38,863) at 20210308005003252
40356 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/0001-kexecboot-Use-new-reboot-API-with-klibc.patch' (38,864) at 20210307205553750
40357 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1046aqds_nand_defconfig' (38,865) at 20210308005003264
40358 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/ipmi_sol.h' (38,866) at 20210308004938820
40359 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/phosphor-set-chassis-transition-to-off@.service' (38,867) at 20241010080031029
40360 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3229/MAINTAINERS' (38,868) at 20210308005003040
40361 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-rpi-test.bbappend' (38,869) at 20210812000025262
40362 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_sfgeu.c' (38,870) at 20210308005046529
40363 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmin_a_d.c' (38,871) at 20210308005046513
40364 2025-10-05 03:01:03.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/0001-examples-Use-proper-function-prototype-for-main.patch' (38,872) at 20220910030013361
40365 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Licenses/isc.txt' (38,873) at 20210308005002540
40366 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GFDL-1.3-invariants-only' (38,874) at 20211006000025234
40367 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pcnet.c' (38,875) at 20210308005003440
40368 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mk802_defconfig' (38,876) at 20210308005003268
40369 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/ddr.c' (38,877) at 20210308005002996
40370 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/T4240QDS.h' (38,878) at 20210308005003580
40371 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-tis-i2c-test.c' (38,879) at 20240326080039738
40372 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/release.S' (38,880) at 20210308005002832
40373 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/remote_logging_tests.hpp' (38,881) at 20221005030030506
40374 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vdpau/vdpauinfo_1.5.bb' (38,882) at 20241221090017528
40375 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/check-i3c-hub@.service' (38,883) at 20241123090010951
40376 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.unaligned-memory-access.txt' (38,884) at 20210308005003300
40377 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/sign-configs.its' (38,885) at 20210308005003332
40378 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/sound.c' (38,886) at 20210308005003220
40379 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/open_power_utils.robot' (38,887) at 20240627080021048
40380 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/tmpd.hpp' (38,888) at 20210308005108645
40381 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/api/README' (38,889) at 20210308005002540
40382 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mos6522.h' (38,890) at 20241121090029260
40383 2025-10-05 03:01:03.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/vct.h' (38,891) at 20210308005003020
40384 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-invalid.json' (38,892) at 20210308005046401
40385 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/Makefile' (38,893) at 20210308005046501
40386 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8548cds/Makefile' (38,894) at 20210308005002980
40387 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_SPIFLASH_defconfig' (38,895) at 20210308005003244
40388 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/pfuze100.c' (38,896) at 20210308005003472
40389 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overrissjo' (38,897) at 20210307205553790
40390 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/faraday/ftsdmc021.h' (38,898) at 20210308005003648
40391 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/arm_pl180_mmci.h' (38,899) at 20210308005003400
40392 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/jquery.dataTables-1.13.8.min.css' (38,900) at 20240106090017249
40393 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/static_library_as_option.patch' (38,901) at 20241221090017508
40394 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/apalis_t30.h' (38,902) at 20210308005003584
40395 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-davinci/da850_pinmux.c' (38,903) at 20210308005002720
40396 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/runner.py' (38,904) at 20241221090017628
40397 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/int-multiply/test_mips64r6_dmulu.c' (38,905) at 20210308005046525
40398 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_d.c' (38,906) at 20210308005046513
40399 2025-10-05 03:01:03.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/0002-config-ast-common-hack-bootopts.patch' (38,907) at 20241206090014274
40400 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/at91-sama5d3_xplained.dts' (38,908) at 20210308005002568
40401 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/linkage.h' (38,909) at 20210308005002888
40402 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-blk.c' (38,910) at 20221215040039374
40403 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/BSD-3-Clause-HP' (38,911) at 20241221090017612
40404 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3288-cru.h' (38,912) at 20210308005003632
40405 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor/clean-up-filesystem' (38,913) at 20240613080018351
40406 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/configuration/s6q-yaml-config/ipmi-inventory-sensors.yaml' (38,914) at 20220311040028843
40407 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/M54451EVB.h' (38,915) at 20210308005003576
40408 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/.templateconf' (38,916) at 20220910030013373
40409 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/log-for-trace.h' (38,917) at 20221215040039190
40410 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-board.cfg' (38,918) at 20230131040012019
40411 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/string-output-visitor.h' (38,919) at 20240906080037344
40412 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cobra5272/Makefile' (38,920) at 20210308005002944
40413 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/kudo_bmc.json' (38,921) at 20230109040006960
40414 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/xts.h' (38,922) at 20210308005045997
40415 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/not.md' (38,923) at 20240809080033023
40416 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/nvedit_efi.c' (38,924) at 20210308005003216
40417 2025-10-05 03:01:03.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/run-ptest' (38,925) at 20231014080011723
40418 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080QDS_defconfig' (38,926) at 20210308005003244
40419 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/video/tegra20-dc.txt' (38,927) at 20210308005003328
40420 2025-10-05 03:01:03.866-0500 FINEST t466 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' (38,928) at 20240413080012663
40421 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/makefile-fix-parallel.patch' (38,929) at 20210307205554558
40422 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ficus-rk3399_defconfig' (38,930) at 20210308005003260
40423 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/cxl_type3_stubs.c' (38,931) at 20240906080037248
40424 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2020-10' (38,932) at 20210908000010395
40425 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/spl.c' (38,933) at 20210308005003016
40426 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-bcm283x/Kconfig' (38,934) at 20210308005002716
40427 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/avr_power.h' (38,935) at 20210927100127237
40428 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/fixed-multiply/test_msa_msubr_q_h.c' (38,936) at 20210308005046513
40429 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/nvidia/p2771-0000/Kconfig' (38,937) at 20210308005003024
40430 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_replv_ph.c' (38,938) at 20210308005046505
40431 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8313ERDB_NAND_66_defconfig' (38,939) at 20210308005003236
40432 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/p1022/Kconfig' (38,940) at 20210308005003000
40433 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_miniapp_exit.c' (38,941) at 20210308005003704
40434 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_boolean.S' (38,942) at 20210308005046529
40435 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/LGPLLR' (38,943) at 20211006000025238
40436 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/tpm2.py' (38,944) at 20220721030015853
40437 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/KeyClear/index.js' (38,945) at 20220205040041231
40438 2025-10-05 03:01:03.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/usbtty.c' (38,946) at 20210308005003488
40439 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-arm.h' (38,947) at 20240326080039542
40440 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/qts/pinmux_config.h' (38,948) at 20210308005003072
40441 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/version.h' (38,949) at 20230302090047762
40442 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1022ds/Makefile' (38,950) at 20210308005002988
40443 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_h.c' (38,951) at 20210308005046521
40444 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/arm-systemready-acs.bbclass' (38,952) at 20241221090017468
40445 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-petact_0.1.2.bb' (38,953) at 20241221090017556
40446 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/Makefile' (38,954) at 20210308005002912
40447 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/rsakey-builtin.c.inc' (38,955) at 20241211090212230
40448 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/vsc9953.c' (38,956) at 20210308005003448
40449 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/dammit.py' (38,957) at 20241206090014290
40450 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-StocklandHill' (38,958) at 20210307205553798
40451 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/grinn/liteboard/MAINTAINERS' (38,959) at 20210308005003004
40452 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/include/npcm7xx.inc' (38,960) at 20210307205553734
40453 2025-10-05 03:01:03.867-0500 FINEST t466 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' (38,961) at 20210307205554094
40454 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/extent-io.c' (38,962) at 20210308005003544
40455 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-all-overlays.service.in' (38,963) at 20220204040022600
40456 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/event_serialize.cpp' (38,964) at 20220707100020387
40457 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/alliedtelesis/SBx81LIFKW/MAINTAINERS' (38,965) at 20210308005002908
40458 2025-10-05 03:01:03.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/sockit/qts/pinmux_config.h' (38,966) at 20210308005003072
40459 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/mv_i2c.c' (38,967) at 20210308005003384
40460 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/syslinux.bbclass' (38,968) at 20220910030013389
40461 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf530x/cpu.c' (38,969) at 20210308005002800
40462 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/.gitignore' (38,970) at 20210308005003732
40463 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/pch-standby.service' (38,971) at 20241106090019922
40464 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/logging/openpower-esel-parser_git.bb' (38,972) at 20220126040017547
40465 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/x600.h' (38,973) at 20210308005003624
40466 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/conf/layer.conf' (38,974) at 20241221090017468
40467 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/loader.py' (38,975) at 20210307205554442
40468 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/Makefile' (38,976) at 20210308005002544
40469 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/bsc9131rdb/README' (38,977) at 20210308005002956
40470 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/liboe.py' (38,978) at 20240301090012455
40471 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rk322x_common.h' (38,979) at 20210308005003612
40472 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_pci_hotplug.rst' (38,980) at 20220429100100422
40473 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/xpedite520x.c' (38,981) at 20210308005003172
40474 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/LICENSE' (38,982) at 20210308005052041
40475 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/msf2-sysreg.h' (38,983) at 20210308005046021
40476 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/access-control/styles/index.scss' (38,984) at 20210308005107065
40477 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (38,985) at 20230909080012747
40478 2025-10-05 03:01:03.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/0002-setup.py-switch-to-setuptools.patch' (38,986) at 20220402030016019
40479 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeFunction.v1_6_0.json' (38,987) at 20240619080002952
40480 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HaskellReport' (38,988) at 20211006000025238
40481 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srlr_w.c' (38,989) at 20210308005046525
40482 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cpu/a15mpcore.h' (38,990) at 20210308005046009
40483 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tpm/tpm2_tis_core.c' (38,991) at 20220520100030268
40484 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/check-plugin-output.sh' (38,992) at 20241211090212550
40485 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-brppt1-mmc.dts' (38,993) at 20210308005002560
40486 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/fcntl.h' (38,994) at 20210927100127269
40487 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/stm32-pinfunc.h' (38,995) at 20210308005003640
40488 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/recipes-phosphor/configuration/genesis3-yaml-config/genesis3-ipmi-fru-properties.yaml' (38,996) at 20230804080018095
40489 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/broadwell/sdram.c' (38,997) at 20210308005002852
40490 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/Experimental/Tunnel.interface.yaml' (38,998) at 20221207040023631
40491 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib_compress.c' (38,999) at 20210308005003696
40492 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions.cpp' (39,000) at 20240920080022619
40493 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kungshamn' (39,001) at 20210307205553786
40494 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/witherspoon-debug/debug' (39,002) at 20221209040019095
40495 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/subprojects/phosphor-logging.wrap' (39,003) at 20220322030034432
40496 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/docs.rst' (39,004) at 20240906080037172
40497 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/scg.c' (39,005) at 20210308005002728
40498 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sunxi-common-regulators.dtsi' (39,006) at 20210308005002628
40499 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/files/0001-Makefile.am-no-examples.patch' (39,007) at 20210307205553898
40500 2025-10-05 03:01:03.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/ossec/files/0001-Makefile-drop-running-scrips-install.patch' (39,008) at 20210528000029703
40501 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Seagate/dockstar/dockstar.h' (39,009) at 20210308005002908
40502 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020UTM-PC_SDCARD_defconfig' (39,010) at 20210308005003240
40503 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/bcm63xx_spi.c' (39,011) at 20210308005003488
40504 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb' (39,012) at 20230211040012635
40505 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet-bridged.m' (39,013) at 20240906080037380
40506 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7785lcr/MAINTAINERS' (39,014) at 20210308005003036
40507 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/files/testmakefile' (39,015) at 20210307205554442
40508 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__debug.hpp' (39,016) at 20240817080036816
40509 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/244' (39,017) at 20240906080037564
40510 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb' (39,018) at 20230114040015546
40511 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/strace/strace_6.12.bb' (39,019) at 20241221090017676
40512 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image-postinst-intercepts.bbclass' (39,020) at 20220910030013385
40513 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/connection.py' (39,021) at 20231126090012809
40514 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/macros.inc' (39,022) at 20210308005046529
40515 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8569mds/Makefile' (39,023) at 20210308005002980
40516 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-reset-running@.target' (39,024) at 20220301040040077
40517 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/jr.h' (39,025) at 20210308005003356
40518 2025-10-05 03:01:03.870-0500 FINEST t466 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' (39,026) at 20240413080012651
40519 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/Kconfig' (39,027) at 20210308005003036
40520 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-s32v234/lpddr2.h' (39,028) at 20210308005002664
40521 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/sama5d2_xplained.h' (39,029) at 20210308005003612
40522 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/settings.hpp' (39,030) at 20240131090034276
40523 2025-10-05 03:01:03.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rockchip/rk3188-board-spl.c' (39,031) at 20210308005002772
40524 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CertificateLocations.v1_0_4.json' (39,032) at 20240619080002944
40525 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/kmsugp1_defconfig' (39,033) at 20210308005003264
40526 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am57xx-sbc-am57x.dts' (39,034) at 20210308005002564
40527 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-util-data-file.cpp' (39,035) at 20220329030016327
40528 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-385-amc.dts' (39,036) at 20210308005002568
40529 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bcm2836.h' (39,037) at 20240906080037328
40530 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_overlap4.decode' (39,038) at 20210308005046389
40531 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mscc/luton/Kconfig' (39,039) at 20210308005003020
40532 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/fsl/fsl_hash.c' (39,040) at 20210308005003356
40533 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Apache-2.0' (39,041) at 20210307205554414
40534 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/relocate.S' (39,042) at 20210308005002544
40535 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/config.vga-vmware' (39,043) at 20210308005046237
40536 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb' (39,044) at 20231207090015262
40537 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-run-native' (39,045) at 20210307205554638
40538 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/axp209.h' (39,046) at 20210308005003560
40539 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/gpu.c' (39,047) at 20210308005002788
40540 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4qds/eth.c' (39,048) at 20210308005002996
40541 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/early_uart.c' (39,049) at 20210308005002852
40542 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/r2dplus.h' (39,050) at 20210308005003612
40543 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/Makefile' (39,051) at 20210308005002852
40544 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/fsl/arm_ddr_gen3.c' (39,052) at 20210308005003360
40545 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/comtrend_ar5387un.h' (39,053) at 20210308005003588
40546 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6sx.dtsi' (39,054) at 20210308005002588
40547 2025-10-05 03:01:03.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/dump/phosphor-debug-errors-native.bbappend' (39,055) at 20210812000025258
40548 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/mscc,luton.dtsi' (39,056) at 20210308005002812
40549 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm6858.dtsi' (39,057) at 20210308005002576
40550 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/i386/host/bufferiszero.c.inc' (39,058) at 20240906080037184
40551 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/first-boot-set-mac.sh' (39,059) at 20230421080020940
40552 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/lib/zimageboot.c' (39,060) at 20210308005002852
40553 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/dm163-test.c' (39,061) at 20241211090212546
40554 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/es-Malaga' (39,062) at 20210307205553766
40555 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message/native_types.hpp' (39,063) at 20241219090033968
40556 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/isee/igep003x/board.c' (39,064) at 20210308005003012
40557 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-only' (39,065) at 20210316000012713
40558 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/sdram_common.h' (39,066) at 20210308005002664
40559 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/custom_serial.json' (39,067) at 20210307205553850
40560 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-armv7/systimer.h' (39,068) at 20210308005002636
40561 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/xyz.openbmc_project.EntityManager.conf' (39,069) at 20240615080011909
40562 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/python3-fuse/python3-fuse_1.0.9.bb' (39,070) at 20241221090017484
40563 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/xyz.openbmc_project.Hwmon@.service' (39,071) at 20220412030021182
40564 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/Kconfig' (39,072) at 20210308005002824
40565 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pic32_eth.c' (39,073) at 20210308005003444
40566 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/profile-settings/index.js' (39,074) at 20210308005107077
40567 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/pinctrl_stm32.c' (39,075) at 20210308005003460
40568 2025-10-05 03:01:03.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-pycups_2.0.4.bb' (39,076) at 20241206090014250
40569 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/syteco/zmx25/MAINTAINERS' (39,077) at 20210308005003068
40570 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-1.4' (39,078) at 20211006000025242
40571 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/riscv64-linux-gcc.rul' (39,079) at 20231126090012857
40572 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_ns16550.c' (39,080) at 20210308005003484
40573 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/makefile-remove-ldflags.patch' (39,081) at 20210307205553986
40574 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb' (39,082) at 20241206090014342
40575 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/023_blob.dts' (39,083) at 20210308005003752
40576 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/slre.h' (39,084) at 20210308005003684
40577 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Sodertalje_Ragnhildsborg' (39,085) at 20210307205553790
40578 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.shellcheckrc' (39,086) at 20220830030552937
40579 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/driver-model/fs_firmware_loader.txt' (39,087) at 20210308005003328
40580 2025-10-05 03:01:03.873-0500 FINEST t466 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' (39,088) at 20230131040012027
40581 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/initscript' (39,089) at 20210307205553998
40582 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/common/dfu_sample_env.txt' (39,090) at 20210308005003044
40583 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kaxholmen_Vistakulle' (39,091) at 20210307205553786
40584 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_platform_cmd.hpp' (39,092) at 20230721080038150
40585 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/slp_server.hpp' (39,093) at 20240822080032141
40586 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-mscc/include/mach/ocelot/ocelot_devcpu_gcb.h' (39,094) at 20210308005002820
40587 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/atsc/us-ATSC-center-frequencies-8VSB' (39,095) at 20210307205553754
40588 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Cornell-Lossless-JPEG' (39,096) at 20241221090017616
40589 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mtd/cfi_flash.h' (39,097) at 20210308005003676
40590 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/profile-settings/controllers/profile-settings-controller.js' (39,098) at 20210308005107077
40591 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/parselogs-ignores-x86.txt' (39,099) at 20240106090017261
40592 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/sha1.c' (39,100) at 20210308005003712
40593 2025-10-05 03:01:03.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-configure-Recognise-linux-musl-as-a-host-OS.patch' (39,101) at 20230706080014745
40594 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/leds/yosemite4-led-manager-config/led.yaml' (39,102) at 20241228090012931
40595 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/test/toc_flags.cpp' (39,103) at 20210308005100997
40596 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Storfjaten' (39,104) at 20210307205553790
40597 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml' (39,105) at 20221207040023627
40598 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/obmc-console/obmc-console.conf' (39,106) at 20230512080018777
40599 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/CVE-2023-38472.patch' (39,107) at 20240106090017265
40600 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/Arphic-Public-License' (39,108) at 20210812000025194
40601 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/sntp' (39,109) at 20210307205553846
40602 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rcar-gen3-common.h' (39,110) at 20210308005003612
40603 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/img2brec.sh' (39,111) at 20210308005003764
40604 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/am3517evm/am3517evm.h' (39,112) at 20210308005003016
40605 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv9a/tune-cortexa715.inc' (39,113) at 20240301090012451
40606 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sbc8641d_defconfig' (39,114) at 20210308005003280
40607 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/xinetd.service' (39,115) at 20210307205554574
40608 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/etcd-existing.conf' (39,116) at 20230520080014480
40609 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-time-dd-test.sh' (39,117) at 20220910030013437
40610 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_syscall.h' (39,118) at 20220429100100650
40611 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/org/open_power/OCC/Metrics.metadata.yaml' (39,119) at 20221209040020395
40612 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/syscall.tbl' (39,120) at 20241211090212378
40613 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/cm_fx6/cm_fx6.c' (39,121) at 20210308005002948
40614 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/cros_ec.c' (39,122) at 20210308005003396
40615 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/regulator/st,stm32-vrefbuf.txt' (39,123) at 20210308005003308
40616 2025-10-05 03:01:03.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/selftest.py' (39,124) at 20220910030013405
40617 2025-10-05 03:01:03.875-0500 FINEST t466 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' (39,125) at 20231011080016574
40618 2025-10-05 03:01:03.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/async/fdio.cpp' (39,126) at 20241217090453707
40619 2025-10-05 03:01:03.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/can-isotp_git.bb' (39,127) at 20241221090017524
40620 2025-10-05 03:01:03.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/logicore_dp_tx_regif.h' (39,128) at 20210308005003528
40621 2025-10-05 03:01:03.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/chilisom.h' (39,129) at 20210308005002636
40622 2025-10-05 03:01:03.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/meson_registers.h' (39,130) at 20210308005003528
40623 2025-10-05 03:01:03.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/rndis.h' (39,131) at 20210308005003508
40624 2025-10-05 03:01:03.875-0500 FINEST t466 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' (39,132) at 20220910030013353
40625 2025-10-05 03:01:03.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/subprojects/sdeventplus.wrap' (39,133) at 20230630080020271
40626 2025-10-05 03:01:03.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/host-poweroff-watchdog.service' (39,134) at 20210810100021256
40627 2025-10-05 03:01:03.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/smc_eeprom.c' (39,135) at 20210308005003020
40628 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/inputattach.service' (39,136) at 20210307205553918
40629 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx_ccm.c' (39,137) at 20210927100127153
40630 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/machine/s2600wf.conf' (39,138) at 20230927080013510
40631 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/memory-device-stubs.c' (39,139) at 20240906080037248
40632 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km83xx/km83xx_i2c.c' (39,140) at 20210308005003012
40633 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch' (39,141) at 20220910030013425
40634 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/templates/default/conf-notes.txt' (39,142) at 20220913030020496
40635 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/IPS_P10BMCAspeedSBPubKey_3.pem' (39,143) at 20220810030014017
40636 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra124/pinmux.c' (39,144) at 20210308005002788
40637 2025-10-05 03:01:03.876-0500 FINEST t466 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' (39,145) at 20210307205553938
40638 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/geekbuying/geekbox/Kconfig' (39,146) at 20210308005003004
40639 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/console_buffer.hpp' (39,147) at 20210308005051513
40640 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-distlib_0.3.9.bb' (39,148) at 20241221090017552
40641 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/thordown.c' (39,149) at 20210308005003220
40642 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/obmc-flash-bios-ubipatch.service' (39,150) at 20210308005102829
40643 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/ti-common/omap_wdt.h' (39,151) at 20210308005002708
40644 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx6qdl_icore_rqs_defconfig' (39,152) at 20210308005003260
40645 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/Makefile.am-do-not-ship-version.h.patch' (39,153) at 20210307205554466
40646 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/u-boot-spl.lds' (39,154) at 20210308005002556
40647 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/aliasesdb' (39,155) at 20220204040022432
40648 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan/events.json' (39,156) at 20240918080013376
40649 2025-10-05 03:01:03.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/cancel-redundant-workflows.yml' (39,157) at 20220823030015959
40650 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/w1/w1-gpio.txt' (39,158) at 20210308005003328
40651 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/noexec.c' (39,159) at 20221215040039390
40652 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6.dtsi' (39,160) at 20210308005002620
40653 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.hardware.md' (39,161) at 20241221090017604
40654 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/meson/pinctrl-meson-gx-pmx.c' (39,162) at 20210308005003456
40655 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/env_mock.hpp' (39,163) at 20210308004940468
40656 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/dram_init.c' (39,164) at 20210308005002796
40657 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P2020RDB-PC_36BIT_SDCARD_defconfig' (39,165) at 20210308005003240
40658 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__execute.hpp' (39,166) at 20240731080033662
40659 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/Fraunhofer_FDK_AAC_Codec_Library_for_Android' (39,167) at 20210307205553754
40660 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/subprojects/sdeventplus.wrap' (39,168) at 20230324080026170
40661 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/configuration/controllers/snmp-controller.js' (39,169) at 20210308005107073
40662 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/check_build_completeness.py' (39,170) at 20210307205554546
40663 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/whitelist-filter.cpp' (39,171) at 20240829080022546
40664 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ehci.h' (39,172) at 20210308005002656
40665 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cpan-base.bbclass' (39,173) at 20220910030013385
40666 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/net/arp.c' (39,174) at 20210308005003716
40667 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/SBx81LIFXCAT_defconfig' (39,175) at 20210308005003244
40668 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/fw_cfg.h' (39,176) at 20240906080037248
40669 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-zone-config/zones.yaml' (39,177) at 20210307205553694
40670 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/README' (39,178) at 20210308005003736
40671 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/bayleybay/bayleybay.c' (39,179) at 20210308005003008
40672 2025-10-05 03:01:03.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/sysinfo.h' (39,180) at 20210308005002876
40673 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/buildman/.gitignore' (39,181) at 20210308005003756
40674 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/session/closesession_unittest.cpp' (39,182) at 20210308004925452
40675 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/tricore-softmmu/default.mak' (39,183) at 20240906080037160
40676 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de0-nano-soc/MAINTAINERS' (39,184) at 20210308005003072
40677 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb' (39,185) at 20221003030013261
40678 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/monitor.hpp' (39,186) at 20240817080025332
40679 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am437x-idk-evm.dts' (39,187) at 20210308005002564
40680 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ru-Volgodonsk' (39,188) at 20210307205553778
40681 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pfe_eth/pfe_hw.c' (39,189) at 20210308005003440
40682 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru-merge-config-native.bb' (39,190) at 20230720080015094
40683 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb' (39,191) at 20241221090017504
40684 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/designware.h' (39,192) at 20210308005003428
40685 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/0001-lss-Match-syscalls-to-match-musl.patch' (39,193) at 20230811080018298
40686 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/024' (39,194) at 20240906080037564
40687 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/python3-picamera/python3-picamera_git.bb' (39,195) at 20220402030016075
40688 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/obmc-ikvm.cpp' (39,196) at 20210308005131905
40689 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/power/as3722.h' (39,197) at 20210308005003680
40690 2025-10-05 03:01:03.878-0500 FINEST t466 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' (39,198) at 20241221090017508
40691 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-test' (39,199) at 20210307205554638
40692 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-empty.json' (39,200) at 20220429100100882
40693 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/perf/block/qcow2/convert-blockstatus' (39,201) at 20210308005046397
40694 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/x86_64/interrupts.c' (39,202) at 20210308005002860
40695 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-xilinx-zynq-a9-machine.c' (39,203) at 20221215040039374
40696 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/softfloat.h' (39,204) at 20210308005046297
40697 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/swift/monitor.yaml' (39,205) at 20210307205553702
40698 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Python-2.0' (39,206) at 20210307205554426
40699 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/imx8mq_evk/Makefile' (39,207) at 20210308005002964
40700 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.8/index.html' (39,208) at 20210307205554246
40701 2025-10-05 03:01:03.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch' (39,209) at 20241221090017532
40702 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d33ek.dts' (39,210) at 20210308005002612
40703 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Simo_Viantie' (39,211) at 20210307205553774
40704 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb' (39,212) at 20241221090017544
40705 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/Network/ModalIpv6.vue' (39,213) at 20241004080035971
40706 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcmstb/MAINTAINERS' (39,214) at 20210308005002940
40707 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r2_shrav_qb.c' (39,215) at 20210308005046509
40708 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/bloblist.c' (39,216) at 20210308005003736
40709 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tcg-plugins.rst' (39,217) at 20240906080037172
40710 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/crypto/rsa_mod_exp/Makefile' (39,218) at 20210308005003356
40711 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/mtd/bbm.h' (39,219) at 20210308005003668
40712 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/mock_hyp_sys_config.hpp' (39,220) at 20240822080023973
40713 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9x5ek/Makefile' (39,221) at 20210308005002916
40714 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/linkage.h' (39,222) at 20210308005002840
40715 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/.oe-layers.json' (39,223) at 20240301090012479
40716 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/fuzz.h' (39,224) at 20240326080039738
40717 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/files/waf-cross-answers/cross-answers-arm.txt' (39,225) at 20240113090014532
40718 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Intelsat-905-24.5W' (39,226) at 20210307205553762
40719 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/gpt.c' (39,227) at 20210308005003212
40720 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/signal.h' (39,228) at 20210308005002840
40721 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_wrong_command_code.cpp' (39,229) at 20231110090010623
40722 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/eventreplay.py' (39,230) at 20240106090017245
40723 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/111.out' (39,231) at 20210308005046445
40724 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cargo-update-recipe-crates.bbclass' (39,232) at 20241221090017608
40725 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd/run-ptest' (39,233) at 20220204040022460
40726 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes.txt' (39,234) at 20210307205554626
40727 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0006-zero-out-wl-buffers-in-egl_surface_free.patch' (39,235) at 20230706080014765
40728 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/rkmux.py' (39,236) at 20210308005003772
40729 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableDateFilter.vue' (39,237) at 20241004080035963
40730 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/templates/default/local.conf.sample' (39,238) at 20241221090017476
40731 2025-10-05 03:01:03.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-meson/sd_emmc.h' (39,239) at 20210308005002644
40732 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ne2000.c' (39,240) at 20210308005003440
40733 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/test/sanity.c' (39,241) at 20210308005100993
40734 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/032.out' (39,242) at 20210308005046437
40735 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatcc/flatcc/0001-Check-for-C-standard-version-23-for-__fallthrough__.patch' (39,243) at 20240301090012423
40736 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/remove-startup-option.patch' (39,244) at 20230503080014591
40737 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (39,245) at 20241206090014234
40738 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/cavium/thunderx/Kconfig' (39,246) at 20210308005002944
40739 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (39,247) at 20230721080014366
40740 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/mmc.h' (39,248) at 20210308005002852
40741 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/ds164x.c' (39,249) at 20210308005003480
40742 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1021aqds/ddr.c' (39,250) at 20210308005002964
40743 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/gSOAP-1.3b' (39,251) at 20210307205554430
40744 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/treesource.c' (39,252) at 20210308005003728
40745 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/find-hidden-exec.sh' (39,253) at 20210307205554130
40746 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb' (39,254) at 20241221090017512
40747 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-Belmont' (39,255) at 20210307205553794
40748 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo-c-crates.inc' (39,256) at 20241221090017672
40749 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/A20-OLinuXino-Lime2-eMMC_defconfig' (39,257) at 20210308005003232
40750 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (39,258) at 20221103030030172
40751 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_r40.c' (39,259) at 20210308005003352
40752 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7/kona-common/s_init.c' (39,260) at 20210308005002552
40753 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/Certificates.vue' (39,261) at 20241004080035971
40754 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/c++11.patch' (39,262) at 20210307205553818
40755 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mscc/pinctrl-serval.c' (39,263) at 20210308005003456
40756 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/fixedpoint-impl.c.inc' (39,264) at 20240906080037520
40757 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/debian-suppress-usr-lib-in-krb5-config.patch' (39,265) at 20210307205553878
40758 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/libmime-charset-perl_1.013.1.bb' (39,266) at 20241221090017548
40759 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/ubispl.h' (39,267) at 20210308005003688
40760 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/davinci/ea20/ea20.c' (39,268) at 20210308005002952
40761 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/rootkits/files/musl_fix.patch' (39,269) at 20220618030015174
40762 2025-10-05 03:01:03.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_world.c' (39,270) at 20210308005045921
40763 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/cpu-qom.h' (39,271) at 20240326080039654
40764 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/pxm2/Makefile' (39,272) at 20210308005003048
40765 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/mmc_private.h' (39,273) at 20210308005003404
40766 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-apt_2.5.3.bb' (39,274) at 20230401080011935
40767 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/backlight_gpio.c' (39,275) at 20210308005003524
40768 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/cpu/mcf5445x/speed.c' (39,276) at 20210308005002800
40769 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-screenshot/gnome-screenshot/0001-meson-remove-extraneous-positional-argument.patch' (39,277) at 20220204040022424
40770 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/mach-generic/ioremap.h' (39,278) at 20210308005002816
40771 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/teejet/mt_ventoux/Makefile' (39,279) at 20210308005003072
40772 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/system.h' (39,280) at 20210308005108645
40773 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/wrap_pll_config.c' (39,281) at 20210308005002780
40774 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/ext-sdk-prepare.py' (39,282) at 20230919080013978
40775 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/0006-mmal_chain.patch' (39,283) at 20230114040015494
40776 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/fsl-ls1012a.dtsi' (39,284) at 20210308005002580
40777 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/elog_errorwrap_test.cpp' (39,285) at 20210422000032838
40778 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb' (39,286) at 20230610080017603
40779 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_sll_d.c' (39,287) at 20210308005046521
40780 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_selftest/efi_selftest_rtc.c' (39,288) at 20210308005003704
40781 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/README' (39,289) at 20210308005002924
40782 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/gxbb-aoclkc.h' (39,290) at 20210308005003632
40783 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/write_flash.c' (39,291) at 20210308005108645
40784 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/clock-snapdragon.h' (39,292) at 20210308005002776
40785 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynq-cse-nand.dts' (39,293) at 20210308005002632
40786 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/800mhz_2x128mx16.cfg' (39,294) at 20210308005002924
40787 2025-10-05 03:01:03.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/volatiles.03_clamav' (39,295) at 20210307205554126
40788 2025-10-05 03:01:03.881-0500 FINEST t466 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' (39,296) at 20230114040015490
40789 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/tee/optee/optee_msg.h' (39,297) at 20210308005003496
40790 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap3/cpu.h' (39,298) at 20210308005002656
40791 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1020UTM-PC_36BIT_defconfig' (39,299) at 20210308005003240
40792 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/vgic_common.h' (39,300) at 20210308005045893
40793 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/smem/smem-uclass.c' (39,301) at 20210308005003488
40794 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/fscryptctl/fscryptctl_1.1.0.bb' (39,302) at 20241221090017580
40795 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0001-Fix-build-with-vc4-driver.patch' (39,303) at 20230706080014765
40796 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/fitupd.c' (39,304) at 20210308005003212
40797 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/__init__.py' (39,305) at 20230523080016046
40798 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/engicam/imx6q/Kconfig' (39,306) at 20210308005002956
40799 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-1.x/0001-bindings-cxx-disable-tests.patch' (39,307) at 20241206090014262
40800 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/checkstop-monitor/obmc/gpio/checkstop' (39,308) at 20210307205553718
40801 2025-10-05 03:01:03.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/dra76x-mmc-iodelay.dtsi' (39,309) at 20210308005002576
40802 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/kernel-module-emlog_git.bb' (39,310) at 20210307205553886
40803 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/OLDAP-2.3' (39,311) at 20211006000025242
40804 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-dot-product/test_msa_dpadd_s_w.c' (39,312) at 20210308005046517
40805 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-arm/qemu-arm.c' (39,313) at 20210308005002956
40806 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/gpio.h' (39,314) at 20210308005002640
40807 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/exo/exo/exo-no-tests-0.8.patch' (39,315) at 20230114040015490
40808 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/0001-Fix-Translations-containing-invalid-directives-hs.patch' (39,316) at 20230919080013958
40809 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_badge.scss' (39,317) at 20220105012522983
40810 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/zfs/zap_impl.h' (39,318) at 20210308005003696
40811 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/core/fdtaddr.c' (39,319) at 20210308005003356
40812 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xes/xpedite520x/Makefile' (39,320) at 20210308005003172
40813 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-ecosystem.inc' (39,321) at 20220804030014691
40814 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/Authority.interface.yaml' (39,322) at 20221207040023627
40815 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t4rdb/spl.c' (39,323) at 20210308005002996
40816 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/soc/imx_rsrc.h' (39,324) at 20210308005003644
40817 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/fvp-base.yml' (39,325) at 20241221090017464
40818 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/kzm9g.h' (39,326) at 20210308005003600
40819 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/pack/test_msa_pckod_b.c' (39,327) at 20210308005046521
40820 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/p1022_serdes.c' (39,328) at 20210308005002832
40821 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/led.c' (39,329) at 20210308005003740
40822 2025-10-05 03:01:03.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/at91sam9261ek/MAINTAINERS' (39,330) at 20210308005002916
40823 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_pattern_group_nest4.decode' (39,331) at 20210308005046389
40824 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/rockchip/pinctrl-rk3188.c' (39,332) at 20210308005003464
40825 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/poky-altcfg.conf' (39,333) at 20240413080012683
40826 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0012-implement-buffer-wrapping-interface-for-dispmanx.patch' (39,334) at 20230706080014765
40827 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-dbus-interfaces/configure.ac' (39,335) at 20210308005057105
40828 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/suricata.inc' (39,336) at 20220409030017491
40829 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-add/test_msa_adds_s_h.c' (39,337) at 20210308005046513
40830 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/rtas.h' (39,338) at 20221215040039374
40831 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/evb_rk3128/Makefile' (39,339) at 20210308005003040
40832 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/dbusdomain.py' (39,340) at 20230925080039845
40833 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/0003-configure-Further-defang-the-Werror-check.patch' (39,341) at 20241206090014254
40834 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-hpe/power-supplies-monitoring/files/psu2up.service' (39,342) at 20230920080013648
40835 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r0p7734/r0p7734.c' (39,343) at 20210308005003036
40836 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/baytrail/valleyview.c' (39,344) at 20210308005002852
40837 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/dockstar.h' (39,345) at 20210308005003592
40838 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig' (39,346) at 20210308005003264
40839 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/relocate.h' (39,347) at 20210308005003684
40840 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/0013-elflink.c-include-libgen.h-for-basename.patch' (39,348) at 20241221090017504
40841 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/release-notes.rst' (39,349) at 20241221090017464
40842 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2021-02' (39,350) at 20210908000010395
40843 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm963158/Kconfig' (39,351) at 20210308005002940
40844 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ve8313/Makefile' (39,352) at 20210308005003168
40845 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xkbprint_1.0.7.bb' (39,353) at 20241221090017528
40846 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/fsl_secure_boot.h' (39,354) at 20210308005002676
40847 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/LICENSE' (39,355) at 20210308005048029
40848 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/linux-aio.c' (39,356) at 20210308005046257
40849 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/arch-armv9a.inc' (39,357) at 20240106090017257
40850 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/vala.bbclass' (39,358) at 20220910030013389
40851 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmiutil/ipmiutil_3.1.9.bb' (39,359) at 20230609080014391
40852 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/float-max-min/test_msa_fmax_a_d.c' (39,360) at 20210308005046513
40853 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/atomic.h' (39,361) at 20210308005002672
40854 2025-10-05 03:01:03.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/classes/poky-sanity.bbclass' (39,362) at 20241221090017604
40855 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tca642x.h' (39,363) at 20210308005003688
40856 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-core/images/initramfs-debug-image.bb' (39,364) at 20230211040012635
40857 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/templates/default/local.conf.sample' (39,365) at 20241221090017564
40858 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/pong-clock-no-flicker.c' (39,366) at 20210307205554586
40859 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-firefly.dts' (39,367) at 20210308005002608
40860 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ax88796.c' (39,368) at 20210308005003424
40861 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console-priv.h' (39,369) at 20240906080037584
40862 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-alternate.err' (39,370) at 20210308005046409
40863 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/patman/.gitignore' (39,371) at 20210308005003772
40864 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/copyleft_compliance.bbclass' (39,372) at 20220910030013389
40865 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/README.txt' (39,373) at 20210308005004696
40866 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/target_resource.h' (39,374) at 20230426080043784
40867 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-xmlpatch.bbclass' (39,375) at 20210307205554058
40868 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/uniphier-sld8.dtsi' (39,376) at 20210308005002632
40869 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/tegra-car-reset.c' (39,377) at 20210308005003480
40870 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/subprojects/sdbusplus.wrap' (39,378) at 20220324030016375
40871 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/MinimumShipLevel.interface.yaml' (39,379) at 20221207040023627
40872 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Nurmijarvi' (39,380) at 20210307205553770
40873 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/0001-build-AC_USE_SYSTEM_EXTENSIONS-in-configure.ac.patch' (39,381) at 20210307205554506
40874 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-net/libtool2.patch' (39,382) at 20230706080014753
40875 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/aide/aide_0.18.8.bb' (39,383) at 20241221090017576
40876 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8/clock.h' (39,384) at 20210308005002640
40877 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-bitmaps-test.out' (39,385) at 20210927100127505
40878 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/lib/dimm_spd.c' (39,386) at 20210308004938820
40879 2025-10-05 03:01:03.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/mxs/Kconfig' (39,387) at 20210308005002728
40880 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryDomain.v1_5_1.json' (39,388) at 20240619080002948
40881 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm6358.h' (39,389) at 20210308005003588
40882 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pinctrl/mvebu/Kconfig' (39,390) at 20210308005003456
40883 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.2.bb' (39,391) at 20230813080012840
40884 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-type.err' (39,392) at 20220429100100882
40885 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-mmio.h' (39,393) at 20230426080043768
40886 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3/parallelism.patch' (39,394) at 20210729000029100
40887 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/etype/vblock.py' (39,395) at 20210308005003748
40888 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__basic_sender.hpp' (39,396) at 20241219090033964
40889 2025-10-05 03:01:03.886-0500 FINEST t466 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' (39,397) at 20241206090014210
40890 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/machine/evb-npcm845.conf' (39,398) at 20240628080015597
40891 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hppa/stby.c' (39,399) at 20220429100100942
40892 2025-10-05 03:01:03.886-0500 FINEST t466 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' (39,400) at 20231011080016574
40893 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/main.cpp' (39,401) at 20220108040030440
40894 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/access_control/test_obmc_gui_certificate.robot' (39,402) at 20210308005007104
40895 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/271.out' (39,403) at 20240326080039734
40896 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce-polkit/xfce-polkit_0.3.bb' (39,404) at 20220402030016023
40897 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/process.cpp' (39,405) at 20230511080029875
40898 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/optrom.h' (39,406) at 20210308005046177
40899 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-idn-encode_2.500.bb' (39,407) at 20231126090012801
40900 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/README.md' (39,408) at 20240807080021830
40901 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/sh7753evb/Kconfig' (39,409) at 20210308005003036
40902 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/bss_data' (39,410) at 20210308005003752
40903 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-dict.err' (39,411) at 20230925080040089
40904 2025-10-05 03:01:03.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-uniphier/board_late_init.c' (39,412) at 20210308005002792
40905 2025-10-05 03:01:03.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mx7/crm_regs.h' (39,413) at 20210308005002652
40906 2025-10-05 03:01:03.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sysreset/sysreset_microblaze.c' (39,414) at 20210308005003496
40907 2025-10-05 03:01:03.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/ppc-softmmu/default.mak' (39,415) at 20240906080037160
40908 2025-10-05 03:01:03.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/host/checkstop-monitor.bbappend' (39,416) at 20210812000025166
40909 2025-10-05 03:01:03.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/channel-posix.c' (39,417) at 20240326080039622
40910 2025-10-05 03:01:03.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-arm/Kconfig' (39,418) at 20210308005002956
40911 2025-10-05 03:01:03.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Emmaboda_Balshult' (39,419) at 20210307205553778
40912 2025-10-05 03:01:03.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/debug-trigger/systemd/system/debug-trigger@.service' (39,420) at 20220121040006587
40913 2025-10-05 03:01:03.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4412-odroid.dts' (39,421) at 20210308005002576
40914 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/console_normal.c' (39,422) at 20210308005003524
40915 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ManishSingh' (39,423) at 20210307205553866
40916 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/mtk_eth.h' (39,424) at 20210308005003436
40917 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/qemuarmv5.conf' (39,425) at 20231126090012841
40918 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/syscall_nr.h' (39,426) at 20210308005046097
40919 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/syscallhdr.sh' (39,427) at 20241211090212378
40920 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/bcm2835.c' (39,428) at 20210308005003524
40921 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/lib/Makefile' (39,429) at 20210308005002880
40922 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/ydirectenv.h' (39,430) at 20210308005003556
40923 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/jz4780-cgu.h' (39,431) at 20210308005003632
40924 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Hobart' (39,432) at 20210307205553762
40925 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/README' (39,433) at 20241221090017592
40926 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/av7110_loadkeys/hauppauge2.rc5' (39,434) at 20210307205553754
40927 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx51evk/mx51evk.c' (39,435) at 20210308005002984
40928 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/sol_cmds.hpp' (39,436) at 20231024080029049
40929 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_emac.dtsi' (39,437) at 20210308005002612
40930 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/tee/optee.h' (39,438) at 20210308005003688
40931 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb' (39,439) at 20210812000025194
40932 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/argument.cpp' (39,440) at 20210308005109241
40933 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/OWNERS' (39,441) at 20220723030030441
40934 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-NC-SA-3.0-IGO' (39,442) at 20211006000025230
40935 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-spm-test1_%.bbappend' (39,443) at 20241206090014214
40936 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gnarp' (39,444) at 20210307205553782
40937 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/fpga/cyclon2.c' (39,445) at 20210308005003372
40938 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/monitor/deviation.md' (39,446) at 20240807080019546
40939 2025-10-05 03:01:03.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/HPND-merchantability-variant' (39,447) at 20241221090017616
40940 2025-10-05 03:01:03.888-0500 FINEST t466 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' (39,448) at 20210307205553738
40941 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-tiogapass/fb-powerctrl/files/LICENSE' (39,449) at 20231224090010777
40942 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_write_bit_action.cpp' (39,450) at 20210308005405934
40943 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Kangasniemi_Turkinmaki' (39,451) at 20210307205553770
40944 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/sh4/test-macl.c' (39,452) at 20240906080037580
40945 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/android-tools-adbd.service' (39,453) at 20241221090017504
40946 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parallax_1.0.6.bb' (39,454) at 20241221090017556
40947 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ExpressAM1-40.0E' (39,455) at 20210307205553762
40948 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/tzpc.h' (39,456) at 20210308005002724
40949 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/google-bios-key/google-bios-key/platforms_bringup.pem' (39,457) at 20210930100034490
40950 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-subtract/test_msa_subs_s_d.c' (39,458) at 20210308005046521
40951 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-ikvm/LICENSE' (39,459) at 20210308005131905
40952 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/nginx.init' (39,460) at 20210307205554034
40953 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/rut/MAINTAINERS' (39,461) at 20210308005003048
40954 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/disassemle-aml.sh' (39,462) at 20241121090029296
40955 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/15_match_clarify.patch' (39,463) at 20241221090017680
40956 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_rules.cpp' (39,464) at 20230512080037097
40957 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.54.0.bb' (39,465) at 20241221090017488
40958 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/sockbits.h' (39,466) at 20210308005046081
40959 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-proc-control-systemd-links.bb' (39,467) at 20230808080019600
40960 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/skeleton/obmc-libobmc-intf/gpio_defs.json' (39,468) at 20210307205554222
40961 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/0001-support-usrmerge.patch' (39,469) at 20210307205553738
40962 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vindelgransele' (39,470) at 20210307205553794
40963 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/write_flush_v2.c' (39,471) at 20210308005108645
40964 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ls1021aqds.h' (39,472) at 20210308005003600
40965 2025-10-05 03:01:03.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_syscall.h' (39,473) at 20210308005046097
40966 2025-10-05 03:01:03.890-0500 FINEST t466 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' (39,474) at 20210307205553750
40967 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DOC' (39,475) at 20211006000025234
40968 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/MAINTAINERS' (39,476) at 20210308005003044
40969 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/geekbox_defconfig' (39,477) at 20210308005003260
40970 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-ula.sh' (39,478) at 20240913080015313
40971 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig' (39,479) at 20210308005003280
40972 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/bzip2/bzlib.c' (39,480) at 20210308005003696
40973 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pyphosphor/obmc/wsgi/__init__.py' (39,481) at 20210308005048033
40974 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/console.c' (39,482) at 20210308005003224
40975 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/timer.h' (39,483) at 20210308005002780
40976 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (39,484) at 20240120090012778
40977 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/socklen_t.patch' (39,485) at 20241221090017680
40978 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/colo-stubs.c' (39,486) at 20240906080037368
40979 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/event.hpp' (39,487) at 20230407080041895
40980 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/0002-Do-not-install-tools-a-CMake-targets.patch' (39,488) at 20240127090011884
40981 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/conf_example_x86.yml' (39,489) at 20210308005046541
40982 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/no-HOME-includes.patch' (39,490) at 20230317080013785
40983 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-7572.patch' (39,491) at 20210307205553942
40984 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/power-saving-policy/nic-1.yaml' (39,492) at 20240504080013861
40985 2025-10-05 03:01:03.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv7m/cache.c' (39,493) at 20210308005002556
40986 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/image-fit.c' (39,494) at 20230720080043539
40987 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/nrf51_gpio.h' (39,495) at 20240326080039534
40988 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/EPL-2.0' (39,496) at 20210307205554422
40989 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pci-test.c' (39,497) at 20221215040039378
40990 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/timer/stm32_timer.c' (39,498) at 20210308005003500
40991 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/inter_choice/expected_config' (39,499) at 20210308005003736
40992 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/tangier/pinmux.c' (39,500) at 20210308005002860
40993 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/video/rk3288.h' (39,501) at 20210308005003644
40994 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/secomx6quq7_defconfig' (39,502) at 20210308005003280
40995 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/power/regulator/regulator-uclass.c' (39,503) at 20210308005003472
40996 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/pathgentest.cpp' (39,504) at 20220708100018559
40997 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/emulation/qemu-arm/Makefile' (39,505) at 20210308005002956
40998 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/gpio_json.c' (39,506) at 20241010080036049
40999 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/include/asm/sections.h' (39,507) at 20210308005002544
41000 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/GPL-2.0-with-classpath-exception' (39,508) at 20210307205554422
41001 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_resource.h' (39,509) at 20220429100100642
41002 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5.h' (39,510) at 20241211090212546
41003 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/sunxi/clk_a23.c' (39,511) at 20210308005003352
41004 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_vpd.cpp' (39,512) at 20240903080027143
41005 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.server.cpp.mako' (39,513) at 20241002080038083
41006 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/8dtech/eco5pk/Kconfig' (39,514) at 20210308005002900
41007 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/mediatek/mt7629/Makefile' (39,515) at 20210308005003016
41008 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/pvh_main.c' (39,516) at 20210308005046177
41009 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/subprojects/nlohmann_json.wrap' (39,517) at 20231208090007028
41010 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi.conf' (39,518) at 20221003030013293
41011 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/bin_package.bbclass' (39,519) at 20231126090012833
41012 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow/30-0-liberation-sans-narrow.conf' (39,520) at 20210307205553950
41013 2025-10-05 03:01:03.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/imported/alu.idef' (39,521) at 20240326080039658
41014 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/obmc-flash-bios' (39,522) at 20221210040020210
41015 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test/run-ptest' (39,523) at 20231011080016606
41016 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (39,524) at 20241206090014234
41017 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/t2080_spi_rcw.cfg' (39,525) at 20210308005002996
41018 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/input/cros-ec-keyb.txt' (39,526) at 20210308005003304
41019 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/phy/davicom.c' (39,527) at 20210308005003440
41020 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/subprojects/cereal.wrap' (39,528) at 20230721080022734
41021 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-64-dm-verify.yml' (39,529) at 20210307205554110
41022 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/armltd/integrator/pci.c' (39,530) at 20210308005002916
41023 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemuarm-parsec.yml' (39,531) at 20210420000021570
41024 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/syscallhdr.sh' (39,532) at 20241211090212386
41025 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf_2.1.bb' (39,533) at 20230813080012852
41026 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/broadcom/bcm11130_nand/MAINTAINERS' (39,534) at 20210308005002924
41027 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/dbus-perms.bb' (39,535) at 20241206090014274
41028 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/host_then_chassis_poweroff.hpp' (39,536) at 20241209090018856
41029 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb' (39,537) at 20230919080013954
41030 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/presence_detection.md' (39,538) at 20240809080033023
41031 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/dbus/xyz.openbmc_project.ObjectMapper.conf' (39,539) at 20230215040032675
41032 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Lucida-Bitmap-Fonts' (39,540) at 20241221090017616
41033 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a23.h' (39,541) at 20210308005002668
41034 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/Makefile' (39,542) at 20210308005002836
41035 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/subprojects/nlohmann_json.wrap' (39,543) at 20231208090023476
41036 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/cpu_sh4.h' (39,544) at 20210308005002848
41037 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Insat3A_C-93.5E' (39,545) at 20210307205553762
41038 2025-10-05 03:01:03.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/toc_lookup_found.cpp' (39,546) at 20210308005108645
41039 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/hexagon/scatter_gather.c' (39,547) at 20230426080043952
41040 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/trace.h' (39,548) at 20210308005045877
41041 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/075.out' (39,549) at 20210308005046441
41042 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmiutil/ipmiutil/fix_systemd_path.patch' (39,550) at 20230609080014391
41043 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx6sabreauto/Makefile' (39,551) at 20210308005002984
41044 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/am335x_evm_defconfig' (39,552) at 20210308005003244
41045 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-live-install-testfs_1.0.bb' (39,553) at 20241206090014314
41046 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/average.hpp' (39,554) at 20220727030028317
41047 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/docs/snmp-configuration.md' (39,555) at 20230625080034211
41048 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PortCollection.json' (39,556) at 20240619080002952
41049 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (39,557) at 20231214090023737
41050 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/tlb.c' (39,558) at 20210308005002988
41051 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Manserud' (39,559) at 20210307205553786
41052 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nas220_defconfig' (39,560) at 20210308005003272
41053 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-dns-sec-perl_1.10.bb' (39,561) at 20241221090017548
41054 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/fi-vaasa-oncable' (39,562) at 20210307205553758
41055 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/platform_oem_ibm.hpp' (39,563) at 20231019080039959
41056 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm6338.dtsi' (39,564) at 20210308005002812
41057 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/mypy.ini' (39,565) at 20221215040039366
41058 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/linkage.h' (39,566) at 20210308005002852
41059 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/linux/linux.inc' (39,567) at 20241206090014258
41060 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/env/crc32.c' (39,568) at 20210308005003760
41061 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/siemens/common/factoryset.c' (39,569) at 20210308005003048
41062 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/range.c' (39,570) at 20240326080039758
41063 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-graphviz_0.20.3.bb' (39,571) at 20240413080012663
41064 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/dtc/libfdt/fdt.h' (39,572) at 20210308005003728
41065 2025-10-05 03:01:03.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/os-release/os-release.bbappend' (39,573) at 20220921030015982
41066 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/nlohmann_json.wrap' (39,574) at 20231228090030528
41067 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/configuration/entity-manager/blacklist.json' (39,575) at 20241105090013647
41068 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/adc/st,stm32-adc.txt' (39,576) at 20210308005003300
41069 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbear.socket' (39,577) at 20210307205554474
41070 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/gpio/phosphor-gpio-monitor/obmc/gpio/gpio-0.conf' (39,578) at 20230412080023460
41071 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libutempter/libutempter/0002-Proper-macro-path-generation.patch' (39,579) at 20230706080014757
41072 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/.gitignore' (39,580) at 20240511080038862
41073 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/edison.h' (39,581) at 20210308005003592
41074 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/0001-replace-__pure__-with-compiler-attribute-pure.patch' (39,582) at 20230317080013789
41075 2025-10-05 03:01:03.894-0500 FINEST t466 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' (39,583) at 20210307205553930
41076 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/hostlogger/phosphor-hostlogger/ttyS0.conf' (39,584) at 20231114090012542
41077 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/uuid.c' (39,585) at 20240326080039758
41078 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/err_field10.decode' (39,586) at 20230925080040085
41079 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_main.cpp' (39,587) at 20230911080019358
41080 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0050-fwu-Use-metadata-v2.patch' (39,588) at 20241221090017468
41081 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/common-glibc' (39,589) at 20241206090014350
41082 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7-colibri-rawnand.dts' (39,590) at 20210308005002588
41083 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/lacie_kw.h' (39,591) at 20210308005003600
41084 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/builddelete.py' (39,592) at 20210307205554290
41085 2025-10-05 03:01:03.894-0500 FINEST t466 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' (39,593) at 20240904080027738
41086 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/galileo/.gitignore' (39,594) at 20210308005003008
41087 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-essiv.h' (39,595) at 20210308005045777
41088 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/flash/phosphor-software-manager/bios-update' (39,596) at 20240326080016518
41089 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bmips_bcm3380.h' (39,597) at 20210308005003588
41090 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/change-finding-path-of-nss.patch' (39,598) at 20241221090017544
41091 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MK808C_defconfig' (39,599) at 20210308005003236
41092 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch' (39,600) at 20230706080014757
41093 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/mvebu_mcbin-88f8040_defconfig' (39,601) at 20210308005003268
41094 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/network/phosphor-network_%.bbappend' (39,602) at 20241206090014206
41095 2025-10-05 03:01:03.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_command.hpp' (39,603) at 20241106090023550
41096 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/.gitignore' (39,604) at 20210308005109241
41097 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_dcu_fb.h' (39,605) at 20210308005003648
41098 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/Kconfig' (39,606) at 20241211090212262
41099 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/fpga_manager.h' (39,607) at 20210308005002780
41100 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/LICENSE' (39,608) at 20210308005109809
41101 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/MPC8641HPCN.h' (39,609) at 20210308005003580
41102 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/xyz.openbmc_project.Network.conf.in' (39,610) at 20210525000058464
41103 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/bt.cpp' (39,611) at 20211012000047554
41104 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Korstrask' (39,612) at 20210307205553786
41105 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9rlek_mmc_defconfig' (39,613) at 20210308005003248
41106 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/if_action.cpp' (39,614) at 20210308005405934
41107 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/work-microwave/work_92105/README' (39,615) at 20210308005003168
41108 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/console/obmc-console_%.bbappend' (39,616) at 20210823100016972
41109 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/efi_loader/efi_runtime.c' (39,617) at 20210308005003700
41110 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/tune-arm1176jzf-s.inc' (39,618) at 20210812000025262
41111 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/run-ptest' (39,619) at 20230919080013990
41112 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/error.py' (39,620) at 20221215040039254
41113 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/aspeed_mdio.h' (39,621) at 20210308005003424
41114 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-bsp/u-boot/u-boot-aspeed-sdk/ampere.cfg' (39,622) at 20220905100012499
41115 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/Adobe-2006' (39,623) at 20211006000025226
41116 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-tegra/tegra186/nvtboot_ll.S' (39,624) at 20210308005002788
41117 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libexif/libexif/run-ptest' (39,625) at 20230813080012904
41118 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/OWNERS' (39,626) at 20220106040022653
41119 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-core/dropbear/dropbear_%.bbappend' (39,627) at 20220621030012960
41120 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/a9gtimer.h' (39,628) at 20210308005046033
41121 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-tegra186/tegra.h' (39,629) at 20210308005002672
41122 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/braswell/Makefile' (39,630) at 20210308005002852
41123 2025-10-05 03:01:03.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/bios' (39,631) at 20221110040028914
41124 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/r8a7794-clock.h' (39,632) at 20210308005003632
41125 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ds414.h' (39,633) at 20210308005003592
41126 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager/time-sync-method.override.yml' (39,634) at 20210307205554222
41127 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/ivgen-plain64.h' (39,635) at 20210308005045777
41128 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7796-sysc.h' (39,636) at 20210308005003640
41129 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/openrisc/test_addc.c' (39,637) at 20210308005046529
41130 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-extended/imsettings/imsettings/imsettings-gcc10.patch' (39,638) at 20220204040022544
41131 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/p5040.c' (39,639) at 20210308005003432
41132 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/subprojects/cereal.wrap' (39,640) at 20220603030022985
41133 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend' (39,641) at 20230602080015084
41134 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-cycle.service' (39,642) at 20241015080012039
41135 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-kernel/linux/linux-aspeed_%.bbappend' (39,643) at 20240711080013279
41136 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/runme.sh' (39,644) at 20210308005003760
41137 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/0001-meson.build-correct-check-for-existence-of-two-prepr.patch' (39,645) at 20241221090017676
41138 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lsof/lsof_4.99.4.bb' (39,646) at 20241221090017676
41139 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5420/MAINTAINERS' (39,647) at 20210308005003044
41140 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb' (39,648) at 20220402030016003
41141 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/pinctrl/omap.h' (39,649) at 20210308005003640
41142 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.h' (39,650) at 20210308005002832
41143 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch' (39,651) at 20230706080014745
41144 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_nvdimm.rst' (39,652) at 20220429100100422
41145 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-mxs/sys_proto.h' (39,653) at 20210308005002656
41146 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/util.cpp' (39,654) at 20240120090017294
41147 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xrdb/cpld.h' (39,655) at 20210308005002996
41148 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Application.v1_0_1.json' (39,656) at 20240619080002940
41149 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_elf.h' (39,657) at 20240906080037360
41150 2025-10-05 03:01:03.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Thaicom1A_C-120.0E' (39,658) at 20210307205553762
41151 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/tulip.h' (39,659) at 20210308005045925
41152 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/meson.options' (39,660) at 20231101080036786
41153 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sysdig/sysdig/0001-Add-cstdint-for-uintXX_t-types.patch' (39,661) at 20230211040012639
41154 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/noexec.c' (39,662) at 20221215040039390
41155 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/112' (39,663) at 20220429100100890
41156 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-hostctrl/obmc-host-already-on@.target' (39,664) at 20221006030129547
41157 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/var_stack.py' (39,665) at 20221209040018571
41158 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDLA-Permissive-2.0' (39,666) at 20211006000025234
41159 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pogo_e02.h' (39,667) at 20210308005003612
41160 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h6-pine-h64.dts' (39,668) at 20210308005002620
41161 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/reptyr/reptyr_0.10.0.bb' (39,669) at 20241221090017544
41162 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/AGPL-3.0-or-later' (39,670) at 20210316000012693
41163 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2081QDS_NAND_defconfig' (39,671) at 20210308005003244
41164 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/debug/8250.S' (39,672) at 20210308005002708
41165 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/watchdog/phosphor-watchdog/phosphor-watchdog-host-reset.service' (39,673) at 20230412080023460
41166 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/bk4r1.h' (39,674) at 20210308005003588
41167 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun5i-a13.dtsi' (39,675) at 20210308005002620
41168 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/discrete_threshold.hpp' (39,676) at 20240904080048943
41169 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_lpc.h' (39,677) at 20210308005108641
41170 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/crosscompile_perl_bindings.patch' (39,678) at 20230706080014769
41171 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/input/Makefile' (39,679) at 20210308005003384
41172 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec/0001-Enhance-reproducibility.patch' (39,680) at 20210307205553914
41173 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/omap35_logic_somlv_defconfig' (39,681) at 20210308005003272
41174 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arc/dts/skeleton.dtsi' (39,682) at 20210308005002544
41175 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/025' (39,683) at 20220429100100886
41176 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb' (39,684) at 20241221090017532
41177 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/newcustomimage_modal.js' (39,685) at 20210307205554282
41178 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/udev/rules.d/70-leds.rules' (39,686) at 20240719080031533
41179 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-8040-clearfog-gt-8k.dts' (39,687) at 20210308005002568
41180 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/man-db/files/99_mandb' (39,688) at 20210307205554566
41181 2025-10-05 03:01:03.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/vugbm.c' (39,689) at 20221215040039070
41182 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/date.c' (39,690) at 20210308005003480
41183 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/nas220.h' (39,691) at 20210308005003608
41184 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/cpu-qom.h' (39,692) at 20240326080039658
41185 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/COPYING.apache-2.0' (39,693) at 20210307205553678
41186 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/a38x/ddr_training_ip_db.h' (39,694) at 20210308005003368
41187 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libc-bench/libc-bench_git.bb' (39,695) at 20241221090017504
41188 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-graphics/libvncserver/libvncserver_%.bbappend' (39,696) at 20210827000015284
41189 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/syscallhdr.sh' (39,697) at 20241211090212378
41190 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/0001-search-for-log-help-in-build-dir.patch' (39,698) at 20230706080014737
41191 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/pandora/Makefile' (39,699) at 20210308005003028
41192 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/libxpm/libxpm_3.5.6.bb' (39,700) at 20231011080016594
41193 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/reset_button.hpp' (39,701) at 20241209090018856
41194 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/qe/uccf.h' (39,702) at 20210308005003472
41195 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bootchart2/bootchart2/0001-collector-Allocate-space-on-heap-for-chunks.patch' (39,703) at 20210307205554502
41196 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (39,704) at 20241206090014278
41197 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyfirmata_1.1.0.bb' (39,705) at 20250213090022264
41198 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb' (39,706) at 20250213090022260
41199 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0005-tcl-fix-race-in-interp.test.patch' (39,707) at 20250213090022320
41200 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/meta-environment.bb' (39,708) at 20250213090022308
41201 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0015-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch' (39,709) at 20250213090022308
41202 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cracklib/cracklib_2.10.3.bb' (39,710) at 20250213090022324
41203 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0001-remove-rpath-from-tests.patch' (39,711) at 20250213090022256
41204 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/runtime-testing.rst' (39,712) at 20250213090022284
41205 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/swtpm_0.10.0.bb' (39,713) at 20250213090022272
41206 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-socketio_5.3.6.bb' (39,714) at 20250213090022260
41207 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/code_update_utils.robot' (39,715) at 20250214090017368
41208 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3_0.15.4.bb' (39,716) at 20250213090022252
41209 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/external-scm.rst' (39,717) at 20250213090022280
41210 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/skeleton-rev.bbclass' (39,718) at 20250218090014481
41211 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.cpp' (39,719) at 20250218090032313
41212 2025-10-05 03:01:03.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ostree_2024.10.bb' (39,720) at 20250213090022252
41213 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyrad_2.4.bb' (39,721) at 20250213090022264
41214 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/logging.bbclass' (39,722) at 20250213090022288
41215 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0017-Adjust-for-musl-headers.patch' (39,723) at 20250213090022308
41216 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/musl-disable-stackwalk.patch' (39,724) at 20250213090022252
41217 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/lfs64.patch' (39,725) at 20250213090022248
41218 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/configure.cmake-fix-valgrind.patch' (39,726) at 20250213090022248
41219 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors_4.0.0.bb' (39,727) at 20250213090022260
41220 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-portalocker/python3-portalocker_3.1.1.bb' (39,728) at 20250213090022268
41221 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/7z_wrapper.sh' (39,729) at 20250213090022252
41222 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bridge-utils/bridge-utils_1.7.1.bb' (39,730) at 20250213090022244
41223 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-python-client_2.136.0.bb' (39,731) at 20250213090022264
41224 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxt/libxt_fix_for_x32.patch' (39,732) at 20250213090022324
41225 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-socket_0.7.0.bb' (39,733) at 20250213090022268
41226 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0002-Do-not-build-qt-tests.patch' (39,734) at 20250213090022328
41227 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0011-avoid-redefinition-of-prctl_mm_map-structure.patch' (39,735) at 20250213090022308
41228 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.7.bb' (39,736) at 20250213090022264
41229 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-networkx_3.4.2.bb' (39,737) at 20250213090022264
41230 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs_6.0.2.bb' (39,738) at 20250213090022244
41231 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb' (39,739) at 20250213090022268
41232 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/multilib_global.bbclass' (39,740) at 20250213090022292
41233 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb' (39,741) at 20250213090022316
41234 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/build-quality.rst' (39,742) at 20250213090022280
41235 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0008-Define-glibc-compatible-basename-for-non-glibc-syste.patch' (39,743) at 20250213090022308
41236 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/.clang-format' (39,744) at 20250213090028572
41237 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb' (39,745) at 20250213090022244
41238 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pure-eval_0.2.3.bb' (39,746) at 20250213090022264
41239 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/dcreategroup.bb' (39,747) at 20250213090022288
41240 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuriscv64/machconfig' (39,748) at 20250213090022296
41241 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/0001-nss-fix-support-cross-compiling.patch' (39,749) at 20250213090022256
41242 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/releases.rst' (39,750) at 20250213090022272
41243 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb' (39,751) at 20250213090022308
41244 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyusb_1.3.1.bb' (39,752) at 20250213090022268
41245 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox_0.8.12.bb' (39,753) at 20250213090022248
41246 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached/memcached-add-hugetlbfs-check.patch' (39,754) at 20250213090022244
41247 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dynamic-dispatch_1.0.3.bb' (39,755) at 20250213090022260
41248 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyhamcrest_2.1.0.bb' (39,756) at 20250213090022264
41249 2025-10-05 03:01:03.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/0001-Do-not-use-glob-in-deps.patch' (39,757) at 20250213090022248
41250 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-email-validator_2.2.0.bb' (39,758) at 20250213090022260
41251 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-service/files/0002-Fix-unnecessary-qualifications-error.patch' (39,759) at 20250213090022272
41252 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/ast.py' (39,760) at 20250213090022276
41253 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb' (39,761) at 20250213090022316
41254 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/pbkdf.c' (39,762) at 20250213090041341
41255 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxv_1.0.13.bb' (39,763) at 20250213090022324
41256 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb' (39,764) at 20250213090022316
41257 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gtk-icon-cache.bbclass' (39,765) at 20250213090022288
41258 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb' (39,766) at 20250213090022264
41259 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-versioned_0.9.4-20101221.bb' (39,767) at 20250213090022260
41260 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb' (39,768) at 20250213090022240
41261 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce500mc.inc' (39,769) at 20250213090022292
41262 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.18.2.bb' (39,770) at 20250213090022268
41263 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/securing-images.rst' (39,771) at 20250213090022280
41264 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch' (39,772) at 20250213090022320
41265 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icecream_2.1.4.bb' (39,773) at 20250213090022264
41266 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb' (39,774) at 20250213090022264
41267 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ctre/ctre_3.9.0.bb' (39,775) at 20250213090022256
41268 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproject-api_1.8.0.bb' (39,776) at 20250213090022264
41269 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asgiref_3.8.1.bb' (39,777) at 20250213090022260
41270 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb' (39,778) at 20250213090022252
41271 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross-canadian.inc' (39,779) at 20250213090022312
41272 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/machine/mtjefferson.conf' (39,780) at 20250213090022232
41273 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package_rpm.bbclass' (39,781) at 20250213090022288
41274 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb' (39,782) at 20250213090022252
41275 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb' (39,783) at 20250213090022268
41276 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb' (39,784) at 20250213090022324
41277 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo_9.0.0.bb' (39,785) at 20250213090022264
41278 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb' (39,786) at 20250213090022268
41279 2025-10-05 03:01:03.900-0500 FINEST t466 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' (39,787) at 20250213090022320
41280 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/efivar/efivar_39.bb' (39,788) at 20250213090022296
41281 2025-10-05 03:01:03.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb' (39,789) at 20250213090022324
41282 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/0001-support-yocto-cross-compiling.patch' (39,790) at 20250213090022252
41283 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/timezone/tzcode-native.bb' (39,791) at 20250213090022324
41284 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0018-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch' (39,792) at 20250213090022308
41285 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/cookerdata.py' (39,793) at 20250213090022276
41286 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-custom-inherit_2.4.1.bb' (39,794) at 20250213090022260
41287 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch' (39,795) at 20250213090022328
41288 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0016-pass-correct-parameters-to-getdents64.patch' (39,796) at 20250213090022308
41289 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libice_1.1.2.bb' (39,797) at 20250213090022324
41290 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.1.1.rst' (39,798) at 20250213090022280
41291 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/0002-tcl-fix-a-build-issue.patch' (39,799) at 20250213090022320
41292 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0003-missing_type.h-add-comparison_fn_t.patch' (39,800) at 20250213090022308
41293 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/rootfs' (39,801) at 20250213090022304
41294 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/alter-includedir.patch' (39,802) at 20250213090022320
41295 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/synergy/synergy/CVE-2020-15117.patch' (39,803) at 20250213090022260
41296 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas-1_1.36.0.bb' (39,804) at 20250213090022240
41297 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-luma-oled_3.14.0.bb' (39,805) at 20250213090022264
41298 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wand_0.6.13.bb' (39,806) at 20250213090022268
41299 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora-1.1.1/autoreconf.patch' (39,807) at 20250213090022324
41300 2025-10-05 03:01:03.901-0500 FINEST t466 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' (39,808) at 20250213090022320
41301 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb' (39,809) at 20250213090022236
41302 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross-canadian.inc' (39,810) at 20250213090022308
41303 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-users/ccreategroup.bb' (39,811) at 20250213090022288
41304 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi_1.6.10.bb' (39,812) at 20250213090022268
41305 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-wtf_1.2.2.bb' (39,813) at 20250213090022260
41306 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ac01-boot-progress/ampere_boot_progress.sh' (39,814) at 20250213090022228
41307 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.20.0.bb' (39,815) at 20250213090022268
41308 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/conf.py' (39,816) at 20250213090022232
41309 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb' (39,817) at 20250213090022260
41310 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/fix_non_native_build_issue.patch' (39,818) at 20250213090022320
41311 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.20.0.bb' (39,819) at 20250213090022268
41312 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hyperframe/python3-hyperframe_6.1.0.bb' (39,820) at 20250213090022260
41313 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb' (39,821) at 20250213090022308
41314 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod_1.6.5.bb' (39,822) at 20250213090022256
41315 2025-10-05 03:01:03.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arpeggio_2.0.2.bb' (39,823) at 20250213090022260
41316 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-uritools_4.0.3.bb' (39,824) at 20250213090022316
41317 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/determism.patch' (39,825) at 20250213090022320
41318 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0014-Handle-missing-gshadow.patch' (39,826) at 20250213090022308
41319 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flexcache_0.3.bb' (39,827) at 20250213090022264
41320 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/base.bbclass' (39,828) at 20250213090022276
41321 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/mdio-netlink_1.3.1.bb' (39,829) at 20250213090022244
41322 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch' (39,830) at 20250213090022256
41323 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/0006-Check-for-multiplication-overflow-in-sfconvert.patch' (39,831) at 20250213090022256
41324 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth_24.004.60.bb' (39,832) at 20250213090022248
41325 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/README.md' (39,833) at 20250213090022272
41326 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/0004-md-Fix-build-with-musl.patch' (39,834) at 20250213090022256
41327 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-temp-internal.h' (39,835) at 20250213090041345
41328 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb' (39,836) at 20250213090022324
41329 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_2.0.0.bb' (39,837) at 20250213090022316
41330 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zopeinterface_7.1.1.bb' (39,838) at 20250213090022268
41331 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-keras-preprocessing_1.1.2.bb' (39,839) at 20250213090022264
41332 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch' (39,840) at 20250213090022252
41333 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc_git.bb' (39,841) at 20250213090022308
41334 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/mount.sh' (39,842) at 20250213090022308
41335 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/makefile-no-rebuild.patch' (39,843) at 20250213090022320
41336 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0009-Do-not-disable-buffering-when-writing-to-oom_score_a.patch' (39,844) at 20250213090022308
41337 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sijax_0.3.2.bb' (39,845) at 20250213090022268
41338 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-execnet_2.1.1.bb' (39,846) at 20250213090022260
41339 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trustme_1.2.1.bb' (39,847) at 20250213090022268
41340 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch' (39,848) at 20250213090022244
41341 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch' (39,849) at 20250213090022320
41342 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool-2.5.4.inc' (39,850) at 20250213090022316
41343 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp/0001-Fix-the-compile-error.patch' (39,851) at 20250213090022260
41344 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb' (39,852) at 20250213090022264
41345 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-serpent_1.41.bb' (39,853) at 20250213090022268
41346 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/include/genericx86-common.inc' (39,854) at 20250213090022288
41347 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.1.0.bb' (39,855) at 20250213090022316
41348 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libp11/libp11_0.4.13.bb' (39,856) at 20250213090022256
41349 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb' (39,857) at 20250213090022316
41350 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xrdp/xrdp_0.9.20.bb' (39,858) at 20250213090022260
41351 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-1.6.rst' (39,859) at 20250213090022280
41352 2025-10-05 03:01:03.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-six.inc' (39,860) at 20250213090022316
41353 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/0001-add-arm-to-list-of-mozinline.patch' (39,861) at 20250213090022252
41354 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb' (39,862) at 20250213090022260
41355 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross.inc' (39,863) at 20250213090022308
41356 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kiwisolver_1.4.8.bb' (39,864) at 20250213090022264
41357 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-imageio_2.37.0.bb' (39,865) at 20250213090022264
41358 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libimobiledevice/libusbmuxd_2.1.0.bb' (39,866) at 20250213090022252
41359 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/emlog.inc' (39,867) at 20250213090022244
41360 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-riscv64.json' (39,868) at 20250213090041349
41361 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/cheese/0001-libcheese-Add-GtkWidget-cast-to-avoid-an-incompatibl.patch' (39,869) at 20250213090022236
41362 2025-10-05 03:01:03.903-0500 FINEST t466 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' (39,870) at 20250213090022308
41363 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash.inc' (39,871) at 20250213090022324
41364 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/malcontent/malcontent-ui.bb' (39,872) at 20250213090022252
41365 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb' (39,873) at 20250213090022264
41366 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/crucible/crucible-licenses.inc' (39,874) at 20250213090022256
41367 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/bmaptool.rst' (39,875) at 20250213090022280
41368 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/clamav.py' (39,876) at 20250213090022272
41369 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/defaultsetup.conf' (39,877) at 20250213090022292
41370 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.20.0.bb' (39,878) at 20250213090022268
41371 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb' (39,879) at 20250213090022316
41372 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgit2/libgit2/0001-src-libgit2-CMakeLists.txt-install-cmake-files-into-.patch' (39,880) at 20250213090022328
41373 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/sys_futex.patch' (39,881) at 20250213090022328
41374 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/ndctl/ndctl_v79.bb' (39,882) at 20250213090022248
41375 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rarfile_4.2.bb' (39,883) at 20250213090022268
41376 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/file/file_5.46.bb' (39,884) at 20250213090022312
41377 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0003-dt-bindings-remoteproc-Add-Arm-remoteproc.patch' (39,885) at 20250213090022232
41378 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynacl_1.5.0.bb' (39,886) at 20250213090022264
41379 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf_0.2.13.bb' (39,887) at 20250213090022252
41380 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-test.yml' (39,888) at 20250213090022272
41381 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-crosssdk.inc' (39,889) at 20250213090022316
41382 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0026-build-path.c-avoid-boot-time-segfault-for-musl.patch' (39,890) at 20250213090022308
41383 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-simpleeval_1.0.3.bb' (39,891) at 20250213090022268
41384 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr_4.36.bb' (39,892) at 20250213090022256
41385 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc.inc' (39,893) at 20250213090022308
41386 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/libconfuse_3.3.bb' (39,894) at 20250213090022256
41387 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto.inc' (39,895) at 20250213090022324
41388 2025-10-05 03:01:03.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/tune-ppce5500.inc' (39,896) at 20250213090022292
41389 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.inc' (39,897) at 20250213090022244
41390 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb' (39,898) at 20250213090022264
41391 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/wic.rst' (39,899) at 20250213090022280
41392 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/wic-tools.bb' (39,900) at 20250213090022308
41393 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb' (39,901) at 20250213090022320
41394 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/support-files-CMakeLists.txt-fix-do_populate_sysroot.patch' (39,902) at 20250213090022248
41395 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/tune-mips-24k.inc' (39,903) at 20250213090022292
41396 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/thunar/thunar_4.20.0.bb' (39,904) at 20250213090022268
41397 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb' (39,905) at 20250213090022324
41398 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-crosssdk.inc' (39,906) at 20250213090022312
41399 2025-10-05 03:01:03.904-0500 FINEST t466 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' (39,907) at 20250213090022256
41400 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.10.0.bb' (39,908) at 20250213090022324
41401 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/init-system-helpers_1.68.bb' (39,909) at 20250213090022304
41402 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pint_0.24.4.bb' (39,910) at 20250213090022264
41403 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/qemuriscv32/machconfig' (39,911) at 20250213090022296
41404 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan_git.bb' (39,912) at 20250213090022272
41405 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/client.py' (39,913) at 20250213090022272
41406 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/git-make-shallow' (39,914) at 20250213090022272
41407 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/commonio.c-fix-unexpected-open-failure-in-chroot-env.patch' (39,915) at 20250213090022324
41408 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/0006-add-missing-FTW_-macros-for-musl.patch' (39,916) at 20250213090022308
41409 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb' (39,917) at 20250213090022304
41410 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-cross-canadian.inc' (39,918) at 20250213090022320
41411 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl_9.0.1.bb' (39,919) at 20250213090022320
41412 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-jwt_0.3.2.bb' (39,920) at 20250213090022260
41413 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/arch-powerpc64.inc' (39,921) at 20250213090022292
41414 2025-10-05 03:01:03.904-0500 FINEST t466 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' (39,922) at 20250213090022232
41415 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/kas/qemux86-musl.yml' (39,923) at 20250213090022272
41416 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opusfile/opusfile/CVE-2022-47021.patch' (39,924) at 20250213090022240
41417 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch' (39,925) at 20250213090022320
41418 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-python-multipart_0.0.20.bb' (39,926) at 20250213090022268
41419 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.6.rst' (39,927) at 20250213090022280
41420 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pefile_2024.8.26.bb' (39,928) at 20250213090022316
41421 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc.inc' (39,929) at 20250213090022304
41422 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools_1.4.2.bb' (39,930) at 20250213090022240
41423 2025-10-05 03:01:03.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/src_uri.inc' (39,931) at 20250213090022252
41424 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/websocketrule.cpp' (39,932) at 20250213090002824
41425 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp_0.8.2.bb' (39,933) at 20250213090022260
41426 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gerbera/gerbera_2.4.1.bb' (39,934) at 20250213090022240
41427 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-smpplib_2.2.4.bb' (39,935) at 20250213090022268
41428 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/runner.py' (39,936) at 20250213090022232
41429 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0004-tweak-MODPROBE_CMD-for-cross-compile.patch' (39,937) at 20250213090022256
41430 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/layers.rst' (39,938) at 20250213090022280
41431 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-semantic-version_2.10.0.bb' (39,939) at 20250213090022316
41432 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/CVE-2017-16844.patch' (39,940) at 20250213090022260
41433 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/intro.rst' (39,941) at 20250213090022280
41434 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/uboot-extlinux-config.bbclass' (39,942) at 20250213090022292
41435 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb' (39,943) at 20250213090022288
41436 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.50.bb' (39,944) at 20250213090022260
41437 2025-10-05 03:01:03.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-init-tray-sgpio-status.service' (39,945) at 20250213090022236
41438 2025-10-05 03:01:03.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hatch-requirements-txt_0.4.1.bb' (39,946) at 20250213090022264
41439 2025-10-05 03:01:03.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch' (39,947) at 20250213090022244
41440 2025-10-05 03:01:03.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc.inc' (39,948) at 20250213090022312
41441 2025-10-05 03:01:03.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/eog/eog_47.0.bb' (39,949) at 20250213090022236
41442 2025-10-05 03:01:03.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/synergy/synergy_git.bb' (39,950) at 20250213090022260
41443 2025-10-05 03:01:03.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bblayers/query.py' (39,951) at 20250213090022276
41444 2025-10-05 03:01:03.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb' (39,952) at 20250213090022260
41445 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf' (40,355) at 20250213090022288
41446 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lz4c' (40,356) at 20250213090022332
41447 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/requirements.txt' (40,357) at 20250213090022232
41448 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/index.rst' (40,358) at 20250213090022284
41449 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb' (40,359) at 20250213090022260
41450 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.0.bb' (40,360) at 20250213090022268
41451 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb' (40,361) at 20250213090022252
41452 2025-10-05 03:01:03.910-0500 FINEST t466 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' (40,362) at 20250213090022268
41453 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-localserver_0.8.1.bb' (40,363) at 20250213090022268
41454 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb' (40,364) at 20250213090022264
41455 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/features_check.bbclass' (40,365) at 20250213090022288
41456 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/arm-systemready-linux-distros-opensuse.bb' (40,366) at 20250213090022232
41457 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/0002-use-lxdm-to-replace-dm-tool.patch' (40,367) at 20250213090022268
41458 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_fanctrl.sh' (40,368) at 20250219090013212
41459 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_hightemp_start@.service' (40,369) at 20250219090013212
41460 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan_%.bbappend' (40,370) at 20250219090013212
41461 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pldm.hpp' (40,371) at 20250219090016080
41462 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan/phosphor-fan-presence-tach@.service' (40,372) at 20250219090013208
41463 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ampere_fanctrl.sh' (40,373) at 20250219090013212
41464 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/monitor.json' (40,374) at 20250219090013212
41465 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/fans/phosphor-fan_%.bbappend' (40,397) at 20250219090013212
41466 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/groups.json' (40,398) at 20250219090013212
41467 2025-10-05 03:01:03.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/mtmitchell_platform_gpios_init.sh' (40,399) at 20250219090013212
41468 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pldm.cpp' (40,400) at 20250219090016080
41469 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (40,401) at 20250219090013216
41470 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/pldm_package_util.hpp' (40,402) at 20250219090018876
41471 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan/phosphor-fan-monitor@.service' (40,403) at 20250219090013208
41472 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control.conf' (40,404) at 20250219090013212
41473 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/software_config.hpp' (40,405) at 20250219090018876
41474 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/meson.options' (40,406) at 20250219090016080
41475 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor/ampere_hightemp_stop@.service' (40,407) at 20250219090013212
41476 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/zones.json' (40,408) at 20250219090013212
41477 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan_%.bbappend' (40,409) at 20250219090013208
41478 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/license.rst' (40,410) at 20230925080039841
41479 2025-10-05 03:01:03.911-0500 FINEST t466 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' (40,411) at 20230706080014733
41480 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/evb_ast2500.h' (40,412) at 20210308005003596
41481 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bachmann/ot1200/Makefile' (40,413) at 20210308005002920
41482 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/devicetree/bindings/ram/fsl,mpc83xx-mem-controller.txt' (40,414) at 20210308005002536
41483 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy17-91.0W' (40,415) at 20210307205553762
41484 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.dns' (40,416) at 20210308005003292
41485 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CDLA-Permissive-1.0' (40,417) at 20211006000025234
41486 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/0001-Specify-cc-cxx-and-ld-variables-from-environment.patch' (40,418) at 20230706080014765
41487 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-SA-2.1-JP' (40,419) at 20211006000025230
41488 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/99-default.preset' (40,420) at 20210307205554490
41489 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.8.rst' (40,421) at 20241221090017596
41490 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/subprojects/sdbusplus.wrap' (40,422) at 20230428080030950
41491 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ti816x/Kconfig' (40,423) at 20210308005003080
41492 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun50i-h5-nanopi-neo2.dts' (40,424) at 20210308005002620
41493 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/async_scope.hpp' (40,425) at 20241219090033968
41494 2025-10-05 03:01:03.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/lib/longlong.h' (40,426) at 20210308005002828
41495 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/ppc4xx_i2c.h' (40,427) at 20210308005046013
41496 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/am335x-draco.dts' (40,428) at 20210308005002560
41497 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-softpoweroff' (40,429) at 20230412080023460
41498 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/0001-make-Add-compiler-includes-in-cflags.patch' (40,430) at 20230706080014733
41499 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/bootmenu.c' (40,431) at 20210308005003208
41500 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/zlib/inftrees.h' (40,432) at 20210308005003716
41501 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/include/asm/sigcontext.h' (40,433) at 20210308005002840
41502 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_fcntl.h' (40,434) at 20210308005046089
41503 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1024QDS_DDR4_SECURE_BOOT_defconfig' (40,435) at 20210308005003244
41504 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/lkc.h' (40,436) at 20210308005003732
41505 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bios_emulator/atibios.c' (40,437) at 20210308005003336
41506 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/raidsonic/ib62x0/kwbimage.cfg' (40,438) at 20210308005003032
41507 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/conf/machine/include/asrock.inc' (40,439) at 20240413080012631
41508 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0017-Adjust-for-musl-headers.patch' (40,440) at 20240413080012651
41509 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati_regs.h' (40,441) at 20240326080039434
41510 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/toaster-eventreplay' (40,442) at 20240106090017245
41511 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/signal.c' (40,443) at 20240906080037356
41512 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-links.patch' (40,444) at 20210307205553810
41513 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/shmin/shmin.c' (40,445) at 20210308005003048
41514 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/xtensa/test_dfp0_arith.S' (40,446) at 20210308005046529
41515 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/yaffs_nandemul2k.h' (40,447) at 20210308005003556
41516 2025-10-05 03:01:03.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.mpc85xxcds' (40,448) at 20210308005003296
41517 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/lighttpd' (40,449) at 20231126090012861
41518 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/netgear_dgnd3700v2.h' (40,450) at 20210308005003608
41519 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/gptfdisk_1.0.10.bb' (40,451) at 20240413080012691
41520 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/usb/fotg210.h' (40,452) at 20210308005003692
41521 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/gettime.c' (40,453) at 20210308005003212
41522 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/dma/bcm6318-dma.h' (40,454) at 20210308005003636
41523 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/127' (40,455) at 20220429100100890
41524 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-keras-applications_1.0.8.bb' (40,456) at 20240413080012663
41525 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/tests/base.py' (40,457) at 20241221090017632
41526 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/s400/Makefile' (40,458) at 20210308005002912
41527 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/engine.py' (40,459) at 20241221090017704
41528 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/run-ptest' (40,460) at 20230503080014587
41529 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/OWNERS' (40,461) at 20210307205553674
41530 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/rk3128-cru.h' (40,462) at 20210308005003632
41531 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/elog_quiesce_test.cpp' (40,463) at 20241212090025211
41532 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mx53evk/mx53evk.c' (40,464) at 20210308005002984
41533 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MessageRegistryCollection.json' (40,465) at 20240619080002948
41534 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ModalUser.vue' (40,466) at 20241004080035971
41535 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/acx22-ipmi-inventory-sensors.yaml' (40,467) at 20210307205553698
41536 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/intel_common/mrc.c' (40,468) at 20210308005002856
41537 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/r8a7794.h' (40,469) at 20210308005002768
41538 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/packagegroup-obmc-ipmid-providers.bbappend' (40,470) at 20210812000025258
41539 2025-10-05 03:01:03.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/remove-CXX_FOR_BUILD-stuff.patch' (40,471) at 20210307205553886
41540 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/armada-370-xp.dtsi' (40,472) at 20210308005002564
41541 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ingatorp' (40,473) at 20210307205553782
41542 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/files/static-passwd' (40,474) at 20231126090012825
41543 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm-sf2-eth-gmac.c' (40,475) at 20210308005003424
41544 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CC-BY-ND-1.0' (40,476) at 20210307205554418
41545 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/ust.py' (40,477) at 20210308005046245
41546 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os-tadevkit_4.3.0.bb' (40,478) at 20241221090017472
41547 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_table.hpp' (40,479) at 20240903080027143
41548 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/qemu-x509.h' (40,480) at 20210308005046549
41549 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/circbuf.h' (40,481) at 20210308005003572
41550 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/u_boot_binman_syms' (40,482) at 20210308005003756
41551 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/disas/capstone.h' (40,483) at 20241211090212354
41552 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/scheduled_host_transition.cpp' (40,484) at 20240823080031161
41553 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/flash.c' (40,485) at 20210308005003540
41554 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9263ek_dataflash_cs0_defconfig' (40,486) at 20210308005003248
41555 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_signal.h' (40,487) at 20240906080037156
41556 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_dump.cpp' (40,488) at 20240614080016246
41557 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/qemu_arm64_defconfig' (40,489) at 20210308005003276
41558 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/imx8qxp_mek_defconfig' (40,490) at 20210308005003260
41559 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/include/npcm8xx.inc' (40,491) at 20240628080015597
41560 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/silk/silk_spl.c' (40,492) at 20210308005003040
41561 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_structs.h' (40,493) at 20210308005046089
41562 2025-10-05 03:01:03.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-bsp/u-boot/u-boot/measured-boot.cfg' (40,494) at 20241221090017576
41563 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/include/manager.hpp' (40,495) at 20241115090002317
41564 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Settings.interface.yaml' (40,496) at 20221207040023631
41565 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0010-invoking-mkfs-with-infinite-timeout.patch' (40,497) at 20240413080012663
41566 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/start.S' (40,498) at 20210308005002552
41567 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Hedemora' (40,499) at 20210307205553782
41568 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-git-proxy' (40,500) at 20210307205554638
41569 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qmp/qmp' (40,501) at 20210308005046245
41570 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ide_code.py' (40,502) at 20240302090018246
41571 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvl_d.c' (40,503) at 20210308005046521
41572 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gallivare' (40,504) at 20210307205553782
41573 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/serial_uart_mux.cpp' (40,505) at 20241209090018856
41574 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_util.h' (40,506) at 20210308005003708
41575 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/auto_status_file.py' (40,507) at 20221209040018555
41576 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pytools/setup.cfg' (40,508) at 20210308004922940
41577 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jedi_0.19.2.bb' (40,509) at 20241221090017556
41578 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/CATOSL-1.1' (40,510) at 20210307205554418
41579 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-3.4.1.rst' (40,511) at 20241221090017592
41580 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/vf.dtsi' (40,512) at 20210308005002632
41581 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/lsupdates.py' (40,513) at 20230131040012043
41582 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/helpers/_variables.scss' (40,514) at 20220105012522983
41583 2025-10-05 03:01:03.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu-export-rootfs' (40,515) at 20230114040015554
41584 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/associations_test.cpp' (40,516) at 20230511080029431
41585 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (40,517) at 20230128040012698
41586 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/buildgalculator.py' (40,518) at 20220910030013397
41587 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ipmi/ipmi_kcs.h' (40,519) at 20210308005046017
41588 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/makefile.patch' (40,520) at 20230706080014757
41589 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ram/rockchip/sdram_rk3288.c' (40,521) at 20210308005003476
41590 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/pci_msc01.h' (40,522) at 20210308005003680
41591 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/cpu.c' (40,523) at 20210308005002548
41592 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/config.mk' (40,524) at 20210308005002556
41593 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/test/sanity.c' (40,525) at 20210308005108641
41594 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/server.ttyS7.conf' (40,526) at 20230606080013598
41595 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Kiruna_Kirunavaara' (40,527) at 20210307205553786
41596 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/gpio.h' (40,528) at 20210308005002664
41597 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/ipm.c' (40,529) at 20210308005046529
41598 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/xbzrle.h' (40,530) at 20230925080039957
41599 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-64.ld' (40,531) at 20240326080039562
41600 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/obmc/gpio/port_owner_udc0' (40,532) at 20230209040014209
41601 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Salla_Naruska' (40,533) at 20210307205553774
41602 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/de-Primacom' (40,534) at 20210307205553758
41603 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/Pipfile' (40,535) at 20210307205554290
41604 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/timer.hpp' (40,536) at 20240817080036820
41605 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/tune-cortexa78.inc' (40,537) at 20240301090012451
41606 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-sysconfig.py-use-platlibdir-also-for-purelib.patch' (40,538) at 20241221090017668
41607 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/cpu_x86.c' (40,539) at 20210308005002856
41608 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/WXwindows' (40,540) at 20210307205554426
41609 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/impl/filter.ipp' (40,541) at 20210308005114857
41610 2025-10-05 03:01:03.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/fdt_test.py' (40,542) at 20210308005003752
41611 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pfla02.h' (40,543) at 20210308005003608
41612 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb' (40,544) at 20220402030015899
41613 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/decode.h' (40,545) at 20240906080037476
41614 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/method.server.vtable.cpp.mako' (40,546) at 20230516080040262
41615 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx6sabreauto.h' (40,547) at 20210308005003604
41616 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/linux_compat.c' (40,548) at 20210308005003708
41617 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/subprojects/boost.wrap' (40,549) at 20241008080001891
41618 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/mdbus2/mdbus2/0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch' (40,550) at 20210307205553886
41619 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/028' (40,551) at 20220429100100886
41620 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/buffalo/lsxl/kwbimage-lsxhl.cfg' (40,552) at 20210308005002944
41621 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/syscallhdr.sh' (40,553) at 20241211090212378
41622 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager/ClearHostSecurityKeys-default-zero.override.yml' (40,554) at 20210307205553718
41623 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/conf/obmc-console-ssh@.service.in' (40,555) at 20240418080015058
41624 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/Kconfig' (40,556) at 20210308005003544
41625 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_imx6/MAINTAINERS' (40,557) at 20210308005003080
41626 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/images/core-image-testcontroller-initramfs.bb' (40,558) at 20240106090017277
41627 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/veyron/Makefile' (40,559) at 20210308005003004
41628 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0023-corstone1000-add-boot-index.patch' (40,560) at 20240413080012627
41629 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/test_snmp_util.cpp' (40,561) at 20210308005118485
41630 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmitool/include/ipmitool/log.h' (40,562) at 20210308004938820
41631 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ccv/xpress/Kconfig' (40,563) at 20210308005002944
41632 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb' (40,564) at 20241221090017512
41633 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/asm-generic/signal.h' (40,565) at 20210308005003560
41634 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vde.c' (40,566) at 20221215040039222
41635 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/reiserfs.c' (40,567) at 20210308005003548
41636 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dm/ofnode.h' (40,568) at 20210308005003628
41637 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout-native.bb' (40,569) at 20241206090014274
41638 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/microblaze/include/asm/processor.h' (40,570) at 20210308005002808
41639 2025-10-05 03:01:03.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gusemu_mixer.c' (40,571) at 20210308005045841
41640 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/drm.c' (40,572) at 20210308005046557
41641 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend' (40,573) at 20220402030016075
41642 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-cond.h' (40,574) at 20240906080037352
41643 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-nocaselist_2.0.3.bb' (40,575) at 20241221090017556
41644 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tcg.rst' (40,576) at 20230925080039845
41645 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/optionrom/multiboot_dma.S' (40,577) at 20220429100100706
41646 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/utils.cpp' (40,578) at 20240904080029670
41647 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T2080RDB_NAND_defconfig' (40,579) at 20210308005003244
41648 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/ti/Kconfig' (40,580) at 20210308005003220
41649 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/0008-Fix-perl-install-directory-to-usr-bin.patch' (40,581) at 20241221090017564
41650 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power-systemd-links-regulators.bb' (40,582) at 20230517080016929
41651 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/s400/s400.c' (40,583) at 20210308005002912
41652 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/libpeci.wrap' (40,584) at 20231019080004338
41653 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/meson-example/run-ptest' (40,585) at 20240106090017253
41654 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/waylandpp/0001-include-missing-cstdint.patch' (40,586) at 20230131040012031
41655 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/cpu-qom.h' (40,587) at 20240326080039706
41656 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_1.0.bb' (40,588) at 20241206090014310
41657 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/iftop-1.0-gcc10.patch' (40,589) at 20210307205553838
41658 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch' (40,590) at 20230706080014757
41659 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/powerpc32-linux' (40,591) at 20241206090014350
41660 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/077_vblock_bad_entry.dts' (40,592) at 20210308005003752
41661 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/liebherr/display5/common.h' (40,593) at 20210308005003016
41662 2025-10-05 03:01:03.918-0500 FINEST t466 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' (40,594) at 20241221090017464
41663 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bitmain/antminer_s9/bitmain-antminer-s9/ps7_init_gpl.c' (40,595) at 20210308005002924
41664 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/exports-lib.pl.patch' (40,596) at 20210307205554038
41665 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Message.v1_3_0.json' (40,597) at 20240918080002720
41666 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/boot-qemu-test.exp' (40,598) at 20210308004942720
41667 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/qemux86-directdisk.wks' (40,599) at 20231014080011739
41668 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/include/asm/gpio.h' (40,600) at 20210308005002816
41669 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-mul64.c' (40,601) at 20210927100127645
41670 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/obmc-evb-common.inc' (40,602) at 20211111010015492
41671 2025-10-05 03:01:03.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/i386-64bit-linux.xml' (40,603) at 20241211090212242
41672 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/keymile/km_arm/MAINTAINERS' (40,604) at 20210308005003012
41673 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/arch.h' (40,605) at 20210927100127381
41674 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/userfaultfd.patch' (40,606) at 20230706080014753
41675 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/xlnx-versal-efuse.h' (40,607) at 20241211090212362
41676 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-snapdragon/pinctrl-apq8016.c' (40,608) at 20210308005002776
41677 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/nand_spl_load.c' (40,609) at 20210308005003416
41678 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/u-boot/u-boot-uefi-http-boot.inc' (40,610) at 20241221090017472
41679 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/dreamplug/MAINTAINERS' (40,611) at 20210308005002904
41680 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/gupnp/gssdp_1.6.3.bb' (40,612) at 20241206090014238
41681 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/meson.build' (40,613) at 20241211090212274
41682 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/docs/Network-Configuration.md' (40,614) at 20240813080035106
41683 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-h3-orangepi-pc.dts' (40,615) at 20210308005002624
41684 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch_git.bb' (40,616) at 20210307205553954
41685 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-v7.inc' (40,617) at 20221003030013297
41686 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/vmstate-if.c' (40,618) at 20210308005045853
41687 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/README.falcon' (40,619) at 20210308005002556
41688 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend' (40,620) at 20210812000025166
41689 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/spi/mpc8xxx_spi.c' (40,621) at 20210308005003492
41690 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/host/op-proc-control_git.bbappend' (40,622) at 20230719080015371
41691 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Falkenberg_Ringsegard' (40,623) at 20210307205553782
41692 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_port.h' (40,624) at 20241211090212362
41693 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch' (40,625) at 20230706080014765
41694 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory/config.yaml' (40,626) at 20210307205554070
41695 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-kernel/linux/linux-yocto/tpm2.scc' (40,627) at 20210307205554118
41696 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/accounting.h' (40,628) at 20230925080039921
41697 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spi/spi-bus.txt' (40,629) at 20210308005003324
41698 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Pudasjarvi' (40,630) at 20210307205553774
41699 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/ppc64/test-aes.c' (40,631) at 20230925080040101
41700 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Klingsta' (40,632) at 20210307205553786
41701 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/block/Kconfig' (40,633) at 20210308005003340
41702 2025-10-05 03:01:03.919-0500 FINEST t466 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' (40,634) at 20241221090017496
41703 2025-10-05 03:01:03.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/iclass.h' (40,635) at 20210927100127385
41704 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/reset/amlogic,meson-axg-audio-arb.h' (40,636) at 20210308005003640
41705 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-core/udev/udev-aspeed-vuart/61-aspeed-vuart.rules' (40,637) at 20210307205553674
41706 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IBM-pibs' (40,638) at 20211006000025238
41707 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/sshpass/sshpass_1.10.bb' (40,639) at 20230317080013785
41708 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile_1.4.0.bb' (40,640) at 20241206090014258
41709 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ocelot_pcb123.dts' (40,641) at 20210308005002816
41710 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/microAptiv.dtsi' (40,642) at 20210308005002812
41711 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/vpnor/test/write_prsv.cpp' (40,643) at 20210308005108645
41712 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/xilinx/zynqmp/zynqmp-zc1232-revA/psu_init_gpl.c' (40,644) at 20210308005003180
41713 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/yaffs2/Kconfig' (40,645) at 20210308005003552
41714 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/rtc/xlnx-zynqmp-rtc.h' (40,646) at 20221215040039186
41715 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/skip_action.cpp' (40,647) at 20230511080030371
41716 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8349itx/Kconfig' (40,648) at 20210308005002976
41717 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/Marvell/openrd/openrd.c' (40,649) at 20210308005002908
41718 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/serial_stm32.c' (40,650) at 20210308005003484
41719 2025-10-05 03:01:03.920-0500 FINEST t466 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' (40,651) at 20220204040022544
41720 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/mpc85xx.h' (40,652) at 20210308005003672
41721 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ubifs/crc16.c' (40,653) at 20210308005003548
41722 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-mmio.c' (40,654) at 20221215040039374
41723 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_elf.h' (40,655) at 20210308005046093
41724 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (40,656) at 20221015030011580
41725 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/arria10-socdk/Kconfig' (40,657) at 20210308005002908
41726 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/obmc-host-timeout@.target' (40,658) at 20220301040040081
41727 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/cpu/u-boot-64.lds' (40,659) at 20210308005002860
41728 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/console/obmc-console/client.2200.conf' (40,660) at 20230606080013598
41729 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.err' (40,661) at 20230925080040089
41730 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/fsl_upm.c' (40,662) at 20210308005003412
41731 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/ivshmem-server/meson.build' (40,663) at 20240906080037160
41732 2025-10-05 03:01:03.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/redhat-security/redhat-security_1.0.bb' (40,664) at 20241206090014286
41733 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config.bb' (40,665) at 20241206090014206
41734 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/Makefile' (40,666) at 20210307205554098
41735 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-ipmid-providers.bb' (40,667) at 20220921030015986
41736 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.57.bb' (40,668) at 20241221090017548
41737 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/timll/devkit3250/Makefile' (40,669) at 20210308005003080
41738 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openipmi/files/ipmi-init-fix-the-arguments.patch' (40,670) at 20240113090014536
41739 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/power-good-assert@.service' (40,671) at 20241029080011439
41740 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/control.c' (40,672) at 20241219090010500
41741 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-socfpga/misc_gen5.c' (40,673) at 20210308005002780
41742 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.err' (40,674) at 20240906080037564
41743 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/sysfs.sh' (40,675) at 20220405030025645
41744 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/FTL' (40,676) at 20211006000025234
41745 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/meson/simplefb_common.c' (40,677) at 20210308005003532
41746 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/MPC8349ITX_LOWBOOT_defconfig' (40,678) at 20210308005003236
41747 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComponentIntegrityCollection.json' (40,679) at 20240619080002944
41748 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/recipes.txt' (40,680) at 20230209040014209
41749 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/tkprivate.diff' (40,681) at 20241221090017516
41750 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/p10bmc/gpio_defs.json' (40,682) at 20210409000019721
41751 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-parsec/recipes-core/images/security-parsec-image.bb' (40,683) at 20220612030016735
41752 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/gdbstub.c' (40,684) at 20240906080037512
41753 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/recipes-phosphor/console/obmc-console/obmc-console.conf' (40,685) at 20240113090014528
41754 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Saarijarvi_Kalmari' (40,686) at 20210307205553774
41755 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/common/services/toastService.js' (40,687) at 20210308005107073
41756 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/serial/usbtty.h' (40,688) at 20210308005003488
41757 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/IJG' (40,689) at 20211006000025238
41758 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/logicpd/omap3som/Kconfig' (40,690) at 20210308005003016
41759 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-aspeed.inc' (40,691) at 20241221090017472
41760 2025-10-05 03:01:03.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_common.cpp' (40,692) at 20240830080017491
41761 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/295' (40,693) at 20240326080039734
41762 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-core/initrdscripts/initramfs-framework_1.0.bbappend' (40,694) at 20210729000029112
41763 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/generic-pcihost.h' (40,695) at 20221215040039374
41764 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/krill/krill-crates.inc' (40,696) at 20230503080014591
41765 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/bcm2835-rpi-zero-w.dts' (40,697) at 20210308005002572
41766 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/scripts/kconfig/tests/choice/oldask1_expected_stdout' (40,698) at 20210308005003736
41767 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/test_lsupdates.py' (40,699) at 20240106090017249
41768 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/mboxd_dbus.h' (40,700) at 20210308005108641
41769 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz-lsi53c895a-test.c' (40,701) at 20230925080040093
41770 2025-10-05 03:01:03.922-0500 FINEST t466 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' (40,702) at 20231207090015282
41771 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (40,703) at 20220629030020274
41772 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/wandboard.h' (40,704) at 20210308005003624
41773 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/rdist-6.1.5-bb-build.patch' (40,705) at 20210307205553810
41774 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx7ulp-uboot.dtsi' (40,706) at 20210308005002592
41775 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/efi.rst' (40,707) at 20210308005002536
41776 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/cpu/Makefile' (40,708) at 20210308005002884
41777 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/natsemi.c' (40,709) at 20210308005003440
41778 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/SunPro' (40,710) at 20241221090017616
41779 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/sandbox/Makefile' (40,711) at 20210308005003548
41780 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/bit-set/test_msa_bset_w.c' (40,712) at 20210308005046509
41781 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/input/pl050.h' (40,713) at 20230426080043760
41782 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Ethernet.interface.yaml' (40,714) at 20210610000035126
41783 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_registry/__init__.py' (40,715) at 20220805030036227
41784 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/__init__.py' (40,716) at 20210307205554434
41785 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/google/chromebook_link/Kconfig' (40,717) at 20210308005003004
41786 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra20-u-boot.dtsi' (40,718) at 20210308005002628
41787 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/xyz.openbmc_project.Control.Host.NMI.service.in' (40,719) at 20230513080022442
41788 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/lx2160ardb_tfa_defconfig' (40,720) at 20210308005003268
41789 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/admin.py' (40,721) at 20210307205554262
41790 2025-10-05 03:01:03.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/boundary/nitrogen6x/nitrogen6dl.cfg' (40,722) at 20210308005002924
41791 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/Makefile' (40,723) at 20210308005002828
41792 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_control.cpp' (40,724) at 20240817080031288
41793 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/testenv.py' (40,725) at 20241211090212542
41794 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-omap5/spl.h' (40,726) at 20210308005002660
41795 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-board-efuse-fault' (40,727) at 20240822080012460
41796 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/monitor.c' (40,728) at 20230925080040069
41797 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/at91sam9x5ek_dataflash_defconfig' (40,729) at 20210308005003248
41798 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/articia.h' (40,730) at 20240326080039538
41799 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/smdk5420/smdk5420_spl.c' (40,731) at 20210308005003044
41800 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/sdeventplus/source/time.hpp' (40,732) at 20230511080043139
41801 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/altera/stratix10-socdk/MAINTAINERS' (40,733) at 20210308005002912
41802 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mmc/bcmstb_sdhci.c' (40,734) at 20210308005003400
41803 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb' (40,735) at 20241221090017692
41804 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/IPMI.interface.yaml' (40,736) at 20240703080031423
41805 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/intel/cougarcanyon2/start.S' (40,737) at 20210308005003008
41806 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-div128.c' (40,738) at 20220429100100946
41807 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Mixins/TableFilterMixin.js' (40,739) at 20240305090033462
41808 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-its-api-test_git.bb' (40,740) at 20220910030013341
41809 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/MAINTAINERS' (40,741) at 20210308005003076
41810 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/qemu_fw_cfg.h' (40,742) at 20210308005046053
41811 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/acx22-ipmi-hwmon-sensors.yaml' (40,743) at 20210307205553698
41812 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/t208xqds/ddr.h' (40,744) at 20210308005002996
41813 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/CHIP_pro_defconfig' (40,745) at 20210308005003236
41814 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/power/r8a7793-sysc.h' (40,746) at 20210308005003640
41815 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/recipes-core/os-release/os-release.bbappend' (40,747) at 20220429030013160
41816 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-lpc-timeout.cpp' (40,748) at 20220121040033015
41817 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/misc.h' (40,749) at 20210308005003672
41818 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/LICENSE' (40,750) at 20210307205553686
41819 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/sound/i2s-uclass.c' (40,751) at 20210308005003488
41820 2025-10-05 03:01:03.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/001' (40,752) at 20210927100127473
41821 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/generate_metadata.py' (40,753) at 20220804030014667
41822 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch' (40,754) at 20241221090017688
41823 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/birdland/bav335x/README' (40,755) at 20210308005002920
41824 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/import_lzmasdk.sh' (40,756) at 20210308005003708
41825 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/spmi/spmi-msm.txt' (40,757) at 20210308005003324
41826 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_delete_unittest.cpp' (40,758) at 20220824030029051
41827 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/ap121_defconfig' (40,759) at 20210308005003248
41828 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/intel-hda-defs.h' (40,760) at 20240326080039426
41829 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/nanopi_neo_air_defconfig' (40,761) at 20210308005003272
41830 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/theobroma-systems/puma_rk3399/fit_spl_atf.its' (40,762) at 20210308005003072
41831 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/aspeed/clk_ast2400.c' (40,763) at 20210308005003340
41832 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/baseprojectbuildspage.html' (40,764) at 20210307205554282
41833 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/exynos4x12.dtsi' (40,765) at 20210308005002580
41834 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/templates/propertygentest.mako.hpp' (40,766) at 20210308005108057
41835 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/vhost-user-input.rst' (40,767) at 20240906080037180
41836 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/virtio/Makefile' (40,768) at 20210308005003536
41837 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/extra_imagedepends_only.bbclass' (40,769) at 20241221090017468
41838 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricReportDefinitionCollection.json' (40,770) at 20240619080002948
41839 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Ljugarn' (40,771) at 20210307205553786
41840 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/errors.hpp' (40,772) at 20230520080006628
41841 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/check' (40,773) at 20240906080037564
41842 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-compute-multihost/obmc-console-ttyS7-ssh-bic@.service' (40,774) at 20231025080019870
41843 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/rk3399-sdram-lpddr3-4GB-1600.dtsi' (40,775) at 20210308005002608
41844 2025-10-05 03:01:03.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/entity-manager_%.bbappend' (40,776) at 20241206090014286
41845 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/duplicate-key.json' (40,777) at 20210308005046405
41846 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/davinci_nand.c' (40,778) at 20210308005003412
41847 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/pattern_test.cpp' (40,779) at 20240817080005771
41848 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips64/target_prctl.h' (40,780) at 20220429100100642
41849 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts' (40,781) at 20210308005002612
41850 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl_usb.h' (40,782) at 20210308005003652
41851 2025-10-05 03:01:03.925-0500 FINEST t466 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' (40,783) at 20241221090017464
41852 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/propertywatchimpl.hpp' (40,784) at 20240904080034455
41853 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/stm32h743-pinctrl.dtsi' (40,785) at 20210308005002616
41854 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/el6x_common.h' (40,786) at 20210308005003592
41855 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8555cds/Makefile' (40,787) at 20210308005002980
41856 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/kmscube/kmscube_%.bbappend' (40,788) at 20210812000025266
41857 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpdecc/vpdecc.c' (40,789) at 20220331100017376
41858 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/Location.interface.yaml' (40,790) at 20221207040023627
41859 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/P2041RDB.h' (40,791) at 20210308005003580
41860 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/csdl-to-json-converter/openbmc-config.json' (40,792) at 20240724080002903
41861 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/exynos.rst' (40,793) at 20241211090212238
41862 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-exynos/include/mach/xhci-exynos.h' (40,794) at 20210308005002724
41863 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/062_entry_args.dts' (40,795) at 20210308005003752
41864 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/0001-optimize-boot.patch' (40,796) at 20210528000029695
41865 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/sdp4430/MAINTAINERS' (40,797) at 20210308005003080
41866 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/interleave/test_msa_ilvod_w.c' (40,798) at 20210308005046521
41867 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/h2200/Kconfig' (40,799) at 20210308005003004
41868 2025-10-05 03:01:03.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/cve.yml' (40,800) at 20241206090014206
41869 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/spl/spl_dfu.c' (40,801) at 20210308005003228
41870 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/src/utils.cpp' (40,802) at 20220525020433159
41871 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.err' (40,803) at 20210927100127469
41872 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Hyrynsalmi_Kyparavaara' (40,804) at 20210307205553770
41873 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb' (40,805) at 20241206090014266
41874 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/include/asm/regs.h' (40,806) at 20210308005002888
41875 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/aufs-util-don-t-strip-executables.patch' (40,807) at 20210307205553738
41876 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/lcsr_translate.c' (40,808) at 20240326080039678
41877 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.9-fix-sfcbinst2mof.patch' (40,809) at 20210307205553934
41878 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-tsan' (40,810) at 20230426080043944
41879 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/st/stm32f429-evaluation/Makefile' (40,811) at 20210308005003052
41880 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/cros_ec_message.h' (40,812) at 20210308005003628
41881 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/0002-Support-asynchronous-calls-58.patch' (40,813) at 20240413080012663
41882 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/riscv/include/asm/config.h' (40,814) at 20210308005002844
41883 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/resettable.h' (40,815) at 20241211090212362
41884 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/device-tree-bindings/pmic/rn5t567.txt' (40,816) at 20210308005003308
41885 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/test-qga-config' (40,817) at 20221215040039358
41886 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/qixis.h' (40,818) at 20210308005002960
41887 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d34ek.dts' (40,819) at 20210308005002612
41888 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/029_x86-rom.dts' (40,820) at 20210308005003752
41889 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/boost-dbus/include/dbus/endpoint.hpp' (40,821) at 20210308005114857
41890 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init.bb' (40,822) at 20241226090016123
41891 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/remoteproc/ti_power_proc.c' (40,823) at 20210308005003476
41892 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/.clang-tidy' (40,824) at 20210908000006243
41893 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/meson.build' (40,825) at 20240823080032949
41894 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/ar934x.dtsi' (40,826) at 20210308005002812
41895 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/gdsys/a38x/hydra.h' (40,827) at 20210308005003000
41896 2025-10-05 03:01:03.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/bit-count/test_mips64r6_clz.c' (40,828) at 20210308005046525
41897 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-absl_2.1.0.bb' (40,829) at 20240301090012431
41898 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/irq.c' (40,830) at 20210308005003212
41899 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/rut.h' (40,831) at 20210308005003612
41900 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/tegra210-common.h' (40,832) at 20210308005003620
41901 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mrw-tools/gen_occ_map.pl' (40,833) at 20220719030037089
41902 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Gullbrandstorp' (40,834) at 20210307205553782
41903 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/sdimage-bootpart.wks' (40,835) at 20210307205554638
41904 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-inventory-mrw-native.bb' (40,836) at 20241206090014274
41905 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/riscv-iommu-test.c' (40,837) at 20241211090212546
41906 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/SSPL-1' (40,838) at 20210307205553866
41907 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-escape.json' (40,839) at 20210308005046413
41908 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/os_utils_install.robot' (40,840) at 20231216090016812
41909 2025-10-05 03:01:03.927-0500 FINEST t466 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' (40,841) at 20241221090017488
41910 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/fix_pid_keactrl.patch' (40,842) at 20241221090017636
41911 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wtmpdb/wtmpdb/0001-include-libgen.h-for-basename.patch' (40,843) at 20240413080012655
41912 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-imx/sip.c' (40,844) at 20210308005002728
41913 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-libhei_git.bb' (40,845) at 20220119040023124
41914 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/actions/compare_vpd_action_tests.cpp' (40,846) at 20240817080031296
41915 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/eth/smsc95xx.c' (40,847) at 20210308005003504
41916 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/kirkwood-km_common.dtsi' (40,848) at 20210308005002592
41917 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/004_invalid_entry.dts' (40,849) at 20210308005003752
41918 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gdbm/files/ptest.patch' (40,850) at 20241221090017696
41919 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/amlogic/q200/Makefile' (40,851) at 20210308005002912
41920 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb' (40,852) at 20241206090014342
41921 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/at91_common.h' (40,853) at 20210308005002712
41922 2025-10-05 03:01:03.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/reqlist.c' (40,854) at 20241022080032776
41923 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/008.out' (40,855) at 20210308005046413
41924 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/subprojects/cereal.wrap' (40,856) at 20240912080033299
41925 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/lib/memcpy.S' (40,857) at 20210308005002708
41926 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/files/v3.7/index.html' (40,858) at 20210307205554246
41927 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Overklinten' (40,859) at 20210307205553790
41928 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-objmgr_%.bbappend' (40,860) at 20230215040018435
41929 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/km/km_arm.h' (40,861) at 20210308005003600
41930 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/porter/porter_spl.c' (40,862) at 20210308005003036
41931 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sama5d3_uart.dtsi' (40,863) at 20210308005002612
41932 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/configs/harma/cri_sensors.json' (40,864) at 20240111090005998
41933 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bb' (40,865) at 20241206090014278
41934 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/button_handler.hpp' (40,866) at 20241209090018856
41935 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/gadget/f_thor.h' (40,867) at 20210308005003508
41936 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/report_params_helpers.hpp' (40,868) at 20240711080036139
41937 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VSYS.interface.yaml' (40,869) at 20240618080025497
41938 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_pci.h' (40,870) at 20240906080037332
41939 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/svg/git-workflow.svg' (40,871) at 20220125040024455
41940 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/bcm-sf2-eth.h' (40,872) at 20210308005003424
41941 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/fw_cfg-acpi.c' (40,873) at 20241211090212314
41942 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/dt-bindings/clock/bcm3380-clock.h' (40,874) at 20210308005003632
41943 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/recipetool/create_buildsys.py' (40,875) at 20240301090012483
41944 2025-10-05 03:01:03.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/multipath.conf.example' (40,876) at 20210307205553986
41945 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/jffs2/summary.h' (40,877) at 20210308005003548
41946 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/Kconfig' (40,878) at 20240906080037296
41947 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/conf/machine/include/fitimage-sign.inc' (40,879) at 20210908000029103
41948 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/u-boot/u-boot.lds.h' (40,880) at 20210308005003688
41949 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/iomux.c' (40,881) at 20210308005003228
41950 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/imx/mkimage/imximage.txt' (40,882) at 20210308005003328
41951 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/taskset_nondeterministic_tests' (40,883) at 20210629000017508
41952 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-host-pci-device.c' (40,884) at 20240906080037320
41953 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/sensors_tests.cpp' (40,885) at 20210416000100099
41954 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (40,886) at 20220603100015803
41955 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/libavb/avb_chain_partition_descriptor.c' (40,887) at 20210308005003704
41956 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/MAINTAINERS' (40,888) at 20210308005002940
41957 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/include/mach/sama5d2_smc.h' (40,889) at 20210308005002716
41958 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vhost-user-gpu/virgl.c' (40,890) at 20240326080039398
41959 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/dts/brcm,bcm63268.dtsi' (40,891) at 20210308005002812
41960 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/technexion/tao3530/tao3530.c' (40,892) at 20210308005003072
41961 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/fsl-mc/fsl_dpio.h' (40,893) at 20210308005003648
41962 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Lillogda' (40,894) at 20210307205553786
41963 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (40,895) at 20240326080016518
41964 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (40,896) at 20240424080012220
41965 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-operations.c' (40,897) at 20230925080039921
41966 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/int-max-min/test_msa_min_s_b.c' (40,898) at 20210308005046517
41967 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/avionic-design/common/pinmux-config-tamonten-ng.h' (40,899) at 20210308005002920
41968 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/syslog.cfg' (40,900) at 20210307205554470
41969 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ThermalMode.interface.yaml' (40,901) at 20240618080025501
41970 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/README' (40,902) at 20210308005116213
41971 2025-10-05 03:01:03.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/chronyd' (40,903) at 20210307205553838
41972 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch' (40,904) at 20230706080014733
41973 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.err' (40,905) at 20220429100100882
41974 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/dts/efi-x86_payload.dts' (40,906) at 20210308005002860
41975 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/ext4/Makefile' (40,907) at 20210308005003544
41976 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/bm_instance_unittest.cpp' (40,908) at 20240521080010464
41977 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char-fe.h' (40,909) at 20241211090212354
41978 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/mori-fw-ver.service' (40,910) at 20230701080013908
41979 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sh7785lcr_32bit_defconfig' (40,911) at 20210308005003280
41980 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sh/include/asm/string.h' (40,912) at 20210308005002852
41981 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/image/obmc-phosphor-image.bbappend' (40,913) at 20240405080013746
41982 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/pic32_mdio.c' (40,914) at 20210308005003444
41983 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmware_utils.h' (40,915) at 20210308005045925
41984 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_proc.h' (40,916) at 20240326080039562
41985 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/systemd_target_parser.cpp' (40,917) at 20240820080031614
41986 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/arch-tangier/acpi/platform.asl' (40,918) at 20210308005002876
41987 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/gitdm/group-map-facebook' (40,919) at 20230426080043656
41988 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/msa/shift/test_msa_srar_d.c' (40,920) at 20210308005046525
41989 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/site/sparc-linux' (40,921) at 20230317080013833
41990 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb' (40,922) at 20240413080012691
41991 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/imximage.h' (40,923) at 20210308005003652
41992 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Astra-19.2E' (40,924) at 20210307205553758
41993 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/i2c_mux_pca954x.h' (40,925) at 20221215040039182
41994 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/setxkbmap_1.3.4.bb' (40,926) at 20230609080014391
41995 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/pci.h' (40,927) at 20240906080037332
41996 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/0001-Fix-asneeded.patch' (40,928) at 20210307205553754
41997 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vitsand_Vagsjofors' (40,929) at 20210307205553794
41998 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fdt.c' (40,930) at 20210308005002836
41999 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/terasic/de1-soc/qts/iocsr_config.h' (40,931) at 20210308005003072
42000 2025-10-05 03:01:03.930-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cortex-regs.c' (40,932) at 20230925080039997
42001 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/lcdc.h' (40,933) at 20210308005002668
42002 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/templates/default/bblayers.conf.sample' (40,934) at 20240507080014346
42003 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-object.json' (40,935) at 20210308005046409
42004 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/linux/usb/dwc3.h' (40,936) at 20210308005003672
42005 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (40,937) at 20241206090014218
42006 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/COPYING.MIT' (40,938) at 20210307205553738
42007 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/au-Ballarat' (40,939) at 20210307205553762
42008 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/hashtable.c' (40,940) at 20210308005003704
42009 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/glmConfig.cmake.in' (40,941) at 20210307205553942
42010 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nds32/cpu/n1213/u-boot.lds' (40,942) at 20210308005002824
42011 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/subprojects/googletest.wrap' (40,943) at 20210308005123349
42012 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-control-zone-conditions-config.bb' (40,944) at 20241206090014274
42013 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bticino/mamoj/Kconfig' (40,945) at 20210308005002940
42014 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/setup' (40,946) at 20241204090019715
42015 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/vexpress_aemv8a_dram_defconfig' (40,947) at 20210308005003284
42016 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/regsctl/utility.hpp' (40,948) at 20240817080031296
42017 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/126.out' (40,949) at 20210308005046449
42018 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Transtrand_Bolheden' (40,950) at 20210307205553794
42019 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/beckhoff/mx53cx9020/mx53cx9020.c' (40,951) at 20210308005002920
42020 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/strncpy-truncation.patch' (40,952) at 20210307205553818
42021 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/0001-nmea_gps-Link-with-latomic.patch' (40,953) at 20210307205553934
42022 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_sol.scss' (40,954) at 20220105012522983
42023 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/renesas/r2dplus/MAINTAINERS' (40,955) at 20210308005003036
42024 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/libdata-hexdump-perl_0.02.bb' (40,956) at 20241221090017544
42025 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/pepper.h' (40,957) at 20210308005003608
42026 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/common/iotrace.c' (40,958) at 20210308005003228
42027 2025-10-05 03:01:03.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb' (40,959) at 20230813080012852
42028 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/README.md' (40,960) at 20240618080025497
42029 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/altfwprintenv' (40,961) at 20221111040028490
42030 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Chassis.metadata.yaml' (40,962) at 20220430030026016
42031 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/imx6ul-geam-u-boot.dtsi' (40,963) at 20210308005002588
42032 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/vr54xx_translate.c' (40,964) at 20240326080039682
42033 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/machine/rl300-g11.conf' (40,965) at 20230706080014733
42034 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/ldpaa_eth/Makefile' (40,966) at 20210308005003436
42035 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/032_intel-vga.dts' (40,967) at 20210308005003752
42036 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/m68k/include/asm/coldfire/lcd.h' (40,968) at 20210308005002800
42037 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/axi/axi-uclass.c' (40,969) at 20210308005003336
42038 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/advantech/som-db5800-som-6867/.gitignore' (40,970) at 20210308005002908
42039 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/mips-defs.h' (40,971) at 20241211090212494
42040 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/python_pep517.bbclass' (40,972) at 20241221090017608
42041 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-coroutine.c' (40,973) at 20241211090212562
42042 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/p2771-0000-500_defconfig' (40,974) at 20210308005003272
42043 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/grub-module-explicitly-keeps-symbole-.module_license.patch' (40,975) at 20241206090014310
42044 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PB_NAND_defconfig' (40,976) at 20210308005003240
42045 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/zynqmp-mini-qspi.dts' (40,977) at 20210308005002636
42046 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/P1010RDB-PA_36BIT_NAND_defconfig' (40,978) at 20210308005003240
42047 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/nanopb.bb' (40,979) at 20240413080012647
42048 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/reset/Kconfig' (40,980) at 20210308005003476
42049 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/lib/lzma/LzmaTools.c' (40,981) at 20210308005003708
42050 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/m5208evbe/Kconfig' (40,982) at 20210308005002972
42051 2025-10-05 03:01:03.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/s35392a.c' (40,983) at 20210308005003480
42052 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samsung/odroid/odroid.c' (48,229) at 20210308005003044
42053 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland-utils_1.2.0.bb' (48,230) at 20241206090014342
42054 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb' (48,231) at 20220402030016127
42055 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/micronas/vct/ebi_onenand.c' (48,232) at 20210308005003020
42056 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/arch-x86/xen.h' (48,233) at 20240326080039542
42057 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/nand/raw/tegra_nand.h' (48,234) at 20210308005003416
42058 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/watchdog.h' (48,235) at 20210308005002776
42059 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/Galaxy3C-95.0W' (48,236) at 20210307205553762
42060 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/ls1043aqds/eth.c' (48,237) at 20210308005002968
42061 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-Ikaalinen' (48,238) at 20210307205553770
42062 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/run-ptest' (48,239) at 20231011080016578
42063 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/c29xpcie/tlb.c' (48,240) at 20210308005002960
42064 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/152.out' (48,241) at 20210308005046453
42065 2025-10-05 03:01:03.988-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/aspeed/evb_ast2600/Kconfig' (48,242) at 20210421100236114
42066 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/usb/host/xhci.h' (48,243) at 20210308005003516
42067 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/cpu/interrupts.c' (48,244) at 20210308005002812
42068 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/watchdog/imx_watchdog.c' (48,245) at 20210308005003540
42069 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/uImage.FIT/kernel_fdt.its' (48,246) at 20210308005003332
42070 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/disk/Kconfig' (48,247) at 20210308005003288
42071 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/amend.c' (48,248) at 20230925080039817
42072 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/include/asm/arch-imx8m/imx-regs.h' (48,249) at 20210308005002644
42073 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/recipedetails.html' (48,250) at 20210307205554286
42074 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/README.t1040-l2switch' (48,251) at 20210308005003300
42075 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/uk-TunbridgeWells' (48,252) at 20210307205553798
42076 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/076.out' (48,253) at 20210308005046441
42077 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-local/file1' (48,254) at 20210307205554386
42078 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/fi-DNA-Lappeenranta' (48,255) at 20210307205553770
42079 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/phy/phy-stm32-usbphyc.c' (48,256) at 20210308005003456
42080 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/chassis-control' (48,257) at 20230412080023460
42081 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/xtensa/dts/xtfpga-flash-16m.dtsi' (48,258) at 20210308005002884
42082 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/apalis_imx6/do_fuse.c' (48,259) at 20210308005003080
42083 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/files/0001-fix-pythondir-for-multilib-when-cross-compiling.patch' (48,260) at 20231014080011723
42084 2025-10-05 03:01:03.989-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/q71l-ipmi-inventory-map/config.yaml' (48,261) at 20210307205554094
42085 2025-10-05 03:01:03.990-0500 FINEST t466 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' (48,262) at 20220502030010096
42086 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/clk/at91/Makefile' (48,263) at 20210308005003348
42087 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-clash-member.json' (48,264) at 20220429100100882
42088 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/templates/default/local.conf.sample' (48,265) at 20241221090017484
42089 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/p1_twr.h' (48,266) at 20210308005003608
42090 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/timer.c' (48,267) at 20210308005002712
42091 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/socfpga_arria5_socdk.dts' (48,268) at 20210308005002612
42092 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/T1040RDB_SECURE_BOOT_defconfig' (48,269) at 20210308005003244
42093 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/venice2.h' (48,270) at 20210308005003624
42094 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec_string_helper.c' (48,271) at 20230925080040069
42095 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bidict_0.23.1.bb' (48,272) at 20241206090014266
42096 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mx7dsabresd.h' (48,273) at 20210308005003608
42097 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/0001-fix-bzip2-version-tmp-aaa-will-hang.patch' (48,274) at 20241221090017676
42098 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/io.cpp' (48,275) at 20240817080027656
42099 2025-10-05 03:01:03.990-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/nios2/include/asm/nios2.h' (48,276) at 20210308005002828
42100 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/selftest/selftest' (48,277) at 20241221090017632
42101 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/Witherspoon.py' (48,278) at 20250106090014227
42102 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/first-boot-set-hostname.sh' (48,280) at 20250103145915252
42103 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/http-redirect@.service' (48,281) at 20250103145915256
42104 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc@.service.in' (48,282) at 20250114090137300
42105 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/download_manager.hpp' (48,283) at 20250114090137292
42106 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_verify.hpp' (48,284) at 20250114090137296
42107 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/download_manager_main.cpp' (48,285) at 20250114090137296
42108 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-remove@.service.in' (48,286) at 20250114090137300
42109 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/watch.cpp' (48,287) at 20250114090137316
42110 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubiro@.service.in' (48,288) at 20250114090137312
42111 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/serialize.hpp' (48,289) at 20250114090137304
42112 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/msl_verify.hpp' (48,290) at 20250114090137300
42113 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-umount.service.in' (48,291) at 20250114090137300
42114 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/obmc-flash-bmc-static-mount-alt.service.in' (48,292) at 20250114090137308
42115 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubirw.service.in' (48,293) at 20250114090137312
42116 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/utils.hpp' (48,294) at 20250114090137316
42117 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-updateubootvars@.service.in' (48,295) at 20250114090137312
42118 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-mirroruboot.service.in' (48,296) at 20250114090137300
42119 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/70-bmc-usb.rules' (48,297) at 20250114090137312
42120 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/dbus_log_watcher_test.cpp' (48,298) at 20250114090005946
42121 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/msl_verify.cpp' (48,299) at 20250114090137300
42122 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_watch.cpp' (48,300) at 20250114090137308
42123 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/flash.hpp' (48,301) at 20250114090137296
42124 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-setprimary@.service.in' (48,302) at 20250114090137300
42125 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_manager.cpp' (48,303) at 20250114090137296
42126 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/item_updater_helper.cpp' (48,304) at 20250114090137312
42127 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_manager.hpp' (48,305) at 20250114090137308
42128 2025-10-05 03:01:03.991-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usr-local.mount.in' (48,306) at 20250114090137316
42129 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/openssl_alloc.hpp' (48,307) at 20250114090137304
42130 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/utils.cpp' (48,308) at 20250114090137316
42131 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_watch.hpp' (48,309) at 20250114090137308
42132 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-cleanup.service.in' (48,310) at 20250114090137312
42133 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_manager.hpp' (48,311) at 20250114090137296
42134 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/obmc-flash-bmc' (48,312) at 20250114090137304
42135 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/item_updater.hpp' (48,313) at 20250114090137300
42136 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/test/utest.cpp' (48,314) at 20250114090137312
42137 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/flash.cpp' (48,315) at 20250114090137312
42138 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/images.hpp' (48,316) at 20250114090137296
42139 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/images.cpp' (48,317) at 20250114090137296
42140 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/usb_manager_main.cpp' (48,318) at 20250114090137316
42141 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-mirroruboot.service.in' (48,319) at 20250114090137312
42142 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/serialize.cpp' (48,320) at 20250114090137304
42143 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/download_manager.cpp' (48,321) at 20250114090137292
42144 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/reboot-guard-enable.service.in' (48,322) at 20250114090137304
42145 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/force-reboot.service.in' (48,323) at 20250114090137296
42146 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/software.conf' (48,324) at 20250114090137304
42147 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubirw-remove.service.in' (48,325) at 20250114090137312
42148 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/detect-slot-aspeed' (48,326) at 20250114090137292
42149 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/obmc-flash-bmc-setenv@.service.in' (48,335) at 20250114090137304
42150 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_manager_main.cpp' (48,336) at 20250114090137296
42151 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/gen-bios-tar' (48,337) at 20250114090137296
42152 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubiremount.service.in' (48,338) at 20250114090137312
42153 2025-10-05 03:01:03.992-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_manager_main.cpp' (48,339) at 20250114090137308
42154 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/item_updater_helper.cpp' (48,340) at 20250114090137300
42155 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/openssl_alloc.cpp' (48,341) at 20250114090137304
42156 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/reboot-guard-disable.service.in' (48,342) at 20250114090137304
42157 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/item_updater_helper.cpp' (48,343) at 20250114090137308
42158 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/obmc-flash-bmc-ubiro-remove@.service.in' (48,344) at 20250114090137312
42159 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync_manager.cpp' (48,345) at 20250114090137308
42160 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/side-switch/side_switch.hpp' (48,346) at 20250114090137304
42161 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/usb_manager.hpp' (48,347) at 20250114090137316
42162 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/version.cpp' (48,348) at 20250114090137316
42163 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/synclist' (48,349) at 20250114090137308
42164 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/obmc-flash-bmc-alt@.service.in' (48,350) at 20250114090137308
42165 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/software_manager.cpp' (48,351) at 20250114090137304
42166 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/reset-cs0-aspeed' (48,352) at 20250114090137304
42167 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/flash.cpp' (48,353) at 20250114090137300
42168 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/obmc-flash-mmc-mount.service.in' (48,354) at 20250114090137300
42169 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/obmc-flash-host-bios@.service.in' (48,355) at 20250114090137304
42170 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/bios-version.bb' (48,356) at 20250115090012678
42171 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/item_updater_main.cpp' (48,357) at 20250114090137300
42172 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/watch.hpp' (48,358) at 20250114090137316
42173 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/side-switch/side_switch.cpp' (48,359) at 20250114090137304
42174 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/obmc-flash-bmc-prepare-for-sync.service.in' (48,360) at 20250114090137308
42175 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/image_verify.cpp' (48,361) at 20250114090137296
42176 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/boost.wrap' (48,363) at 20250115090032303
42177 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/scripts/parse_led.py' (48,364) at 20250115090022262
42178 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (48,365) at 20250116090025999
42179 2025-10-05 03:01:03.993-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (48,366) at 20250116090025999
42180 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (48,367) at 20250116090025999
42181 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/meson.build' (48,368) at 20250116090011971
42182 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_base.robot' (48,369) at 20250116090027091
42183 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/test_item_updater.cpp' (48,370) at 20250116090045608
42184 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/firmware_device/fd-internal.h' (48,371) at 20250116090011971
42185 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (48,372) at 20250116090025999
42186 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fuzz-build.py' (48,373) at 20250116090011971
42187 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/firmware_device/meson.build' (48,374) at 20250116090011971
42188 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/control.h' (48,375) at 20250116090011971
42189 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/pldm_variables.py' (48,376) at 20250116090027091
42190 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/firmware_fd.h' (48,377) at 20250116090011971
42191 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/test_utils.cpp' (48,381) at 20250116090045608
42192 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fuzz-coverage.py' (48,382) at 20250116090011971
42193 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/test_activation.cpp' (48,383) at 20250116090045608
42194 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/sizes.h.in' (48,384) at 20250116090011971
42195 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fd.dict' (48,385) at 20250116090011971
42196 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/github_issues_to_csv' (48,386) at 20250117090013212
42197 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_errors.hpp' (48,387) at 20250117090015792
42198 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/pcie_cards.json' (48,388) at 20250117090019680
42199 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/boot_test.md' (48,390) at 20250117090013208
42200 2025-10-05 03:01:03.994-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/pcie_cards.json' (48,391) at 20250117090019680
42201 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/pcie_cards.json' (48,392) at 20250117090019680
42202 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/event.hpp' (48,393) at 20250117090030872
42203 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_ffdc.cpp' (48,394) at 20250117090015792
42204 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/oem_ampere.hpp' (48,395) at 20250118090046161
42205 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/manager.cpp' (48,396) at 20250118090046165
42206 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/entity-map.json' (48,397) at 20250118090025001
42207 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/vpnor/obmc-vpnor-util' (48,398) at 20250118090033673
42208 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/dbus_impl_fru.cpp' (48,399) at 20250118090046161
42209 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sd_event_loop.cpp' (48,401) at 20250120090024197
42210 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/code_update.md' (48,402) at 20250120090012936
42211 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/dbus_impl_fru.hpp' (48,405) at 20250120090029645
42212 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (48,406) at 20250120090011952
42213 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/leds/phosphor-led-manager/LED-GroupManager-override.conf' (48,407) at 20250120090011952
42214 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gsound/gsound_1.0.3.bb' (48,410) at 20231126090012781
42215 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/py/tests/test_unknown_cmd.py' (48,411) at 20210308005003744
42216 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/x86/include/asm/acpi/global_nvs.h' (48,412) at 20210308005002872
42217 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyipmitest/setup.py' (48,413) at 20220728030041559
42218 2025-10-05 03:01:03.995-0500 FINEST t466 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' (48,414) at 20230401080011931
42219 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/mips/mach-ath79/dram.c' (48,415) at 20210308005002820
42220 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/0001-mips-Use-hardcodes-values-for-ABI-syscall-bases.patch' (48,416) at 20210729000029100
42221 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/subprojects/phosphor-logging.wrap' (48,417) at 20230425080033147
42222 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/ipmi_close_unittest.cpp' (48,418) at 20220824030029051
42223 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/gbs-ipmi-fru.yaml' (48,419) at 20210307205554082
42224 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/icons/icon-health.svg' (48,420) at 20210308005107069
42225 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ronetix/pm9g45/pm9g45.c' (48,421) at 20210308005003040
42226 2025-10-05 03:01:03.995-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/air-cooled.yaml' (48,422) at 20210307205553698
42227 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/Romulus.py' (48,423) at 20250106090014227
42228 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_condition_gpio/meson.build' (48,424) at 20250203090031489
42229 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/str_utility.hpp' (48,425) at 20250203090002616 to deleted uid set
42230 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/fuzz/fuzz-coverage.py' (48,426) at 20250203090011012
42231 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/verb.hpp' (48,427) at 20250203090002612
42232 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test-utils.c' (48,428) at 20250203090011012
42233 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/ruleparametertraits.hpp' (48,429) at 20250203090002612
42234 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/meson.build' (48,430) at 20250203090010212
42235 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/meson.build' (48,431) at 20250203090026160
42236 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filter_expr_printer.hpp' (48,432) at 20250203090002620
42237 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/time_utils.hpp' (48,433) at 20250203090002620
42238 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/webroutes.hpp' (48,434) at 20250203090002616
42239 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/.clang-format' (48,435) at 20250203090036417
42240 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/meson.build' (48,436) at 20250203090026160
42241 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/dbus_event_log_entry.hpp' (48,437) at 20250203090002620
42242 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/meson.build' (48,438) at 20250203090010212
42243 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filter_expr_parser_ast.hpp' (48,439) at 20250203090002616
42244 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/ossl_random.hpp' (48,440) at 20250203090002616
42245 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/external/ExternalSensor.hpp' (48,441) at 20250203090003736
42246 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/meson.build' (48,442) at 20250203090026160
42247 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/odata.hpp' (48,443) at 20250203090002628
42248 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/cleanup/test/meson.build' (48,444) at 20250203090026160
42249 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/serial.c' (48,445) at 20250203090011008
42250 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/libmctp.h' (48,446) at 20250203090011008
42251 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_bridge.c' (48,447) at 20250203090011012
42252 2025-10-05 03:01:03.996-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/security_headers.hpp' (48,448) at 20250203090002616
42253 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_i2c.c' (48,449) at 20250203090011012
42254 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/meson.build' (48,450) at 20250203090025784
42255 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPDeviceRepository.hpp' (48,451) at 20250203090003736
42256 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/dbus_utils.hpp' (48,452) at 20250203090002620
42257 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/meson.build' (48,453) at 20250203090026160
42258 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/example/meson.build' (48,454) at 20250203090025784
42259 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/.clang-format' (48,455) at 20250203090018444
42260 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/.clang-format' (48,456) at 20250203090003732
42261 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/test_cmds.c' (48,457) at 20250203090011012
42262 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/stl_utils.hpp' (48,458) at 20250203090002620
42263 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/boost.wrap' (48,459) at 20250205090021468
42264 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/subprojects/packagefiles/iniparser/meson.build' (48,460) at 20250205090014063
42265 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/meson.build' (48,461) at 20250205090014063
42266 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/sensor.cpp' (48,462) at 20250205090037740
42267 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_report_manager.cpp' (48,463) at 20250205090037744
42268 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_logging.hpp' (48,464) at 20250205090030296
42269 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-poweroff@.service' (48,465) at 20250205090015099
42270 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_trigger_manager.cpp' (48,466) at 20250205090037744
42271 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/ucd90160.hpp' (48,467) at 20250205090039000
42272 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/temporary_subdirectory.cpp' (48,468) at 20250205090030300
42273 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_string_attribute.hpp' (48,469) at 20250205090033740
42274 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/meson.options' (48,470) at 20250205090030668
42275 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/services/meson.build' (48,471) at 20250205090030668
42276 2025-10-05 03:01:03.997-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_table.hpp' (48,472) at 20250205090033740
42277 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/persistent_json_storage.cpp' (48,473) at 20250205090037740
42278 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/test/meson.build' (48,474) at 20250205090030296
42279 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser.cpp' (48,475) at 20250205090030292
42280 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/pcie_util.hpp' (48,476) at 20250205090003095
42281 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/meson.build' (48,477) at 20250205090030292
42282 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/presence_detection_tests.cpp' (48,478) at 20250205090030296
42283 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/labeled_tuple.hpp' (48,479) at 20250205090037740
42284 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/roles.hpp' (48,480) at 20250205090003099
42285 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/meson.build' (48,481) at 20250205090027352
42286 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report.cpp' (48,482) at 20250205090037740
42287 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_table.cpp' (48,483) at 20250205090033740
42288 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/manager_diagnostic_data.hpp' (48,484) at 20250205090003099
42289 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/operation_type.hpp' (48,485) at 20250205090037740
42290 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report_manager.hpp' (48,486) at 20250205090037740
42291 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/.clang-format' (48,487) at 20250205090037736
42292 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/mock_services.hpp' (48,488) at 20250205090030296
42293 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_factory.cpp' (48,489) at 20250205090037740
42294 2025-10-05 03:01:03.998-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/numeric_threshold.cpp' (48,490) at 20250205090037740
42295 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser.cpp' (48,491) at 20250205090030296
42296 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report_factory.cpp' (48,492) at 20250205090037740
42297 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_attribute.hpp' (48,493) at 20250205090033740
42298 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/helpers/labeled_tuple_helpers.hpp' (48,494) at 20250205090037744
42299 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/error_logging.cpp' (48,495) at 20250205090030296
42300 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/dbus_path_utils.hpp' (48,496) at 20250205090037740
42301 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/lldpd.inc' (48,497) at 20250205090015099
42302 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/utils/time_utils.cpp' (48,498) at 20250205090003103
42303 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/collect_slot_vpd.hpp' (48,499) at 20250205090033740
42304 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/config_file_parser.hpp' (48,500) at 20250205090030292
42305 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metric.hpp' (48,501) at 20250205090037740
42306 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/platform_variables.py' (48,502) at 20250205090016243
42307 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/ssl_key_handler.hpp' (48,503) at 20250205090003095
42308 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/thermal_metrics.hpp' (48,504) at 20250205090003103
42309 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/pmbus.hpp' (48,505) at 20250205090030296
42310 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/pmbus_driver_device.cpp' (48,506) at 20250205090030292
42311 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metrics/collection_function.cpp' (48,507) at 20250205090037740
42312 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_sequencer_device.hpp' (48,508) at 20250205090030296
42313 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/test/meson.build' (48,509) at 20250205090030296
42314 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/hypervisor_system.hpp' (48,510) at 20250205090003099
42315 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/.clang-format' (48,511) at 20250205090022844
42316 2025-10-05 03:01:03.999-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-poweron@.service' (48,512) at 20250205090015099
42317 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/test/mocked_i2c_interface.cpp' (48,513) at 20250205090030300
42318 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/report_types.hpp' (48,514) at 20250205090037740
42319 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/meson.build' (48,515) at 20250205090030296
42320 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/meson.build' (48,516) at 20250205090030300
42321 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/meson.build' (48,517) at 20250205090030668
42322 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.clang-format' (48,518) at 20250205090033736
42323 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-support/lldpd/lldpd_%.bbappend' (48,519) at 20250205090015099
42324 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/meson.build' (48,520) at 20250205090030292
42325 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/collect_slot_vpd.cpp' (48,521) at 20250205090033740
42326 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/Internal/Manager/meson.build' (48,558) at 20250205090027352
42327 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/base.hpp' (48,559) at 20250205090033740
42328 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/metadata.hpp' (48,560) at 20250205090003099
42329 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_on_change_threshold.cpp' (48,561) at 20250205090037744
42330 2025-10-05 03:01:04.000-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/dbus_log_watcher.hpp' (48,562) at 20250205090003095
42331 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/sensor.hpp' (48,563) at 20250205090037736
42332 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/privileges.hpp' (48,564) at 20250205090003095
42333 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/test/meson.build' (48,565) at 20250205090030296
42334 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report.hpp' (48,566) at 20250205090037740
42335 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/standard_device.hpp' (48,567) at 20250205090030296
42336 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/main.cpp' (48,568) at 20250205090037740
42337 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_utils.cpp' (48,569) at 20250205090033740
42338 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/meson.build' (48,570) at 20250205090030296
42339 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-power' (48,571) at 20250205090015099
42340 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/test/meson.build' (48,572) at 20250205090024460
42341 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.clang-format' (48,573) at 20250205090003091
42342 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/collection_time_scope.hpp' (48,574) at 20250205090037740
42343 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/.clang-format' (48,575) at 20250205090032436
42344 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/conversion_trigger.cpp' (48,576) at 20250205090037740
42345 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_metric.cpp' (48,577) at 20250205090037744
42346 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/metric.hpp' (48,578) at 20250205090037736
42347 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/trigger_types.hpp' (48,579) at 20250205090037740
42348 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/report_action.hpp' (48,580) at 20250205090037740
42349 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/trigger_factory.hpp' (48,581) at 20250205090037736
42350 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_actions.cpp' (48,582) at 20250205090037740
42351 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report_manager.cpp' (48,583) at 20250205090037740
42352 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/meson.build' (48,584) at 20250205090033740
42353 2025-10-05 03:01:04.001-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensor.hpp' (48,585) at 20250205090030296
42354 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_factory.hpp' (48,586) at 20250205090037740
42355 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-post-end' (48,587) at 20250205090015099
42356 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/test/meson.build' (48,588) at 20250205090030300
42357 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/pam_authenticate.hpp' (48,589) at 20250205090003095
42358 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/.clang-format' (48,590) at 20250205090030292
42359 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/reporting_type.hpp' (48,591) at 20250205090037740
42360 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/org/open_power/Witherspoon/Fault/meson.build' (48,592) at 20250205090030292
42361 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_utils.hpp' (48,593) at 20250205090033740
42362 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/report_types.cpp' (48,594) at 20250205090037740
42363 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/xyz/openbmc_project/Logging/Internal/meson.build' (48,595) at 20250205090027352
42364 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/sensor_cache.cpp' (48,596) at 20250205090037740
42365 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_sensor.cpp' (48,597) at 20250205090037744
42366 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/subprojects/packagefiles/boost/meson.build' (48,598) at 20250205090030300
42367 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/meson.build' (48,599) at 20250205090030300
42368 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/discrete_threshold.cpp' (48,600) at 20250205090037736
42369 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/propertywatchtest.hpp' (48,601) at 20250205090022844
42370 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_manager.hpp' (48,602) at 20250205090037740
42371 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_sensor_cache.cpp' (48,603) at 20250205090037744
42372 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/threshold_mock.hpp' (48,604) at 20250205090037744
42373 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/meson.build' (48,605) at 20250205090010219
42374 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/fanctl.cpp' (48,606) at 20250124090021773
42375 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.client.hpp.mako' (48,607) at 20250124090033445
42376 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/odata-v4.json' (48,608) at 20250123090003207
42377 2025-10-05 03:01:04.002-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/pump.hpp' (48,609) at 20250123090003191
42378 2025-10-05 03:01:04.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-schema.v1_10_1.json' (48,610) at 20250123090003207
42379 2025-10-05 03:01:04.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_keyword_parser.cpp' (48,611) at 20250122090018961
42380 2025-10-05 03:01:04.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pldm_utils.py' (48,612) at 20250122090014949
42381 2025-10-05 03:01:04.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/keyword_vpd_parser.cpp' (48,613) at 20250122090018965
42382 2025-10-05 03:01:04.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/vpd_parser_main.cpp' (48,614) at 20250122090018965
42383 2025-10-05 03:01:04.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/configuration.hpp' (48,615) at 20250122090018957
42384 2025-10-05 03:01:04.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Settings/DateTime/DateTime.vue' (48,616) at 20250122090042322
42385 2025-10-05 03:01:04.003-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Drive.v1_21_0.json' (48,631) at 20250123090003203
42386 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Volume.v1_10_1.json' (48,632) at 20250123090003207
42387 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/service_files/vpd-manager.service' (48,633) at 20250122090018961
42388 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpdecc/vpdecc.h' (48,634) at 20250122090018965
42389 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/keyword_vpd_parser.hpp' (48,635) at 20250122090018961
42390 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SessionService.v1_2_0.json' (48,636) at 20250123090003203
42391 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSubsystem.v1_1_3.json' (48,637) at 20250123090003203
42392 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Session.v1_8_0.json' (48,638) at 20250123090003203
42393 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HostInterface.v1_3_3.json' (48,639) at 20250123090003203
42394 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_utils.cpp' (48,640) at 20250122090018961
42395 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/service_files/system-vpd.service' (48,641) at 20250122090018961
42396 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_ipz_parser.cpp' (48,642) at 20250122090018961
42397 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/witherspoon.cfg' (48,643) at 20250128090014946
42398 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/sandbox/dts/test.dts' (48,644) at 20250128090037826
42399 2025-10-05 03:01:04.004-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/env/eeprom.c' (48,645) at 20250128090037830
42400 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/test/dm/bootcount.c' (48,646) at 20250128090037830
42401 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/license_static.bbclass' (48,647) at 20250128090014946
42402 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/eeprom.h' (48,648) at 20250128090037830
42403 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/sandbox_defconfig' (48,649) at 20250128090037830
42404 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SessionService.v1_2_0.json' (48,650) at 20250123090003203
42405 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/common.h' (48,651) at 20250128090037830
42406 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventDestination.v1_15_1.json' (48,652) at 20250123090003203
42407 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/mpc8323erdb/mpc8323erdb.c' (48,653) at 20250128090037826
42408 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-kernel/linux/linux-aspeed/palmetto.cfg' (48,654) at 20250128090014946
42409 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/mtd/mw_eeprom.c' (48,655) at 20250128090037830
42410 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/compulab/common/eeprom.c' (48,656) at 20250128090037826
42411 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/misc/i2c_eeprom.c' (48,657) at 20250128090037830
42412 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/config.c' (48,658) at 20250128090013362
42413 2025-10-05 03:01:04.005-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/i2c_eeprom.h' (48,659) at 20250128090037830
42414 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/am43xx/board.c' (48,660) at 20250128090037826
42415 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/test/test-console-client-no-args' (48,661) at 20250128090013362
42416 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/rtc/rv3029.c' (48,662) at 20250128090037830
42417 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/vpd_utils.py' (48,663) at 20250128090016174
42418 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/dhelectronics/dh_imx6/dh_imx6.c' (48,664) at 20250128090037826
42419 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Purpose.interface.yaml' (48,665) at 20250128090022990
42420 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/kosagi/novena/novena.c' (48,666) at 20250128090037826
42421 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/i2c.h' (48,667) at 20250128090037830
42422 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/samtec/vining_fpga/socfpga.c' (48,668) at 20250128090037826
42423 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Role.v1_3_3.json' (48,669) at 20250123090003203
42424 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/rockchip/tinker_rk3288/tinker-rk3288.c' (48,670) at 20250128090037826
42425 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/GPIODeviceDetect.interface.yaml' (48,671) at 20250128090022990
42426 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/redfish-schema.v1_10_1.json' (48,672) at 20250123090003207
42427 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PowerSubsystem.v1_1_3.json' (48,673) at 20250123090003203
42428 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Redundancy.v1_5_0.json' (48,674) at 20250123090003203
42429 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/TOTPState.interface.yaml' (48,675) at 20250128090022990
42430 2025-10-05 03:01:04.006-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/corscience/tricorder/tricorder-eeprom.c' (48,676) at 20250128090037826
42431 2025-10-05 03:01:04.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Drive.v1_21_0.json' (48,677) at 20250123090003203
42432 2025-10-05 03:01:04.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/cmd/eeprom.c' (48,722) at 20250128090037830
42433 2025-10-05 03:01:04.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/atmel/common/mac_eeprom.c' (48,723) at 20250128090037826
42434 2025-10-05 03:01:04.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/ks2_evm/board_k2g.c' (48,724) at 20250128090037826
42435 2025-10-05 03:01:04.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/phytec/phycore_rk3288/phycore-rk3288.c' (48,725) at 20250128090037826
42436 2025-10-05 03:01:04.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/meson.options' (48,726) at 20250202090005588
42437 2025-10-05 03:01:04.007-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/file_handler.cpp' (48,727) at 20250202090020900
42438 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/at_coroutine_exit.hpp' (48,728) at 20250202090029864
42439 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/.clang-format' (48,729) at 20250202090020516
42440 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/meson.build' (48,730) at 20250202090005588
42441 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/meson.options' (48,731) at 20250202090004936
42442 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__let.hpp' (48,732) at 20250202090029860
42443 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/server/transaction.hpp' (48,733) at 20250202090029864
42444 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__meta.hpp' (48,734) at 20250202090029860
42445 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/meson.build' (48,735) at 20250202090005588
42446 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/buildjson.hpp' (48,736) at 20250202090020900
42447 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/buildjson.cpp' (48,737) at 20250202090020900
42448 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/.clang-format' (48,738) at 20250202090005584
42449 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/pciaccess.cpp' (48,739) at 20250202090020904
42450 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/pciaccess.hpp' (48,740) at 20250202090020904
42451 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.clang-format' (48,741) at 20250202090026700
42452 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/coroutine.hpp' (48,742) at 20250202090029864
42453 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/manager.hpp' (48,743) at 20250202090020516
42454 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/meson.build' (48,749) at 20250202090005588
42455 2025-10-05 03:01:04.008-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/crc_mock.hpp' (48,750) at 20250202090020900
42456 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sensor.cpp' (48,751) at 20250202090019916
42457 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/gpio_mock.hpp' (48,752) at 20250202090019916
42458 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/tools_pci_unittest.cpp' (48,753) at 20250202090020904
42459 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/meson.build' (48,754) at 20250202090029860
42460 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/mainloop.hpp' (48,755) at 20250202090019916
42461 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/average.hpp' (48,756) at 20250202090019916
42462 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/meson.build' (48,757) at 20250202090005588
42463 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/firmware_handlers_builder.hpp' (48,758) at 20250202090020900
42464 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/.clang-format' (48,759) at 20250202090020900
42465 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/.clang-format' (48,760) at 20250202090004936
42466 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/meson.build' (48,761) at 20250202090005588
42467 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_nuvoton.cpp' (48,762) at 20250202090020900
42468 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.clang-format' (48,763) at 20250202090029860
42469 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/gpio_handle.cpp' (48,764) at 20250202090019916
42470 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/handler.hpp' (48,765) at 20250202090020900
42471 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/meson.build' (48,766) at 20250202090005588
42472 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/gpio.cpp' (48,767) at 20250202090019916
42473 2025-10-05 03:01:04.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/biccommands.cpp' (48,768) at 20250202090004936
42474 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message.hpp' (48,769) at 20250202090029864
42475 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/file_handler.hpp' (48,770) at 20250202090020900
42476 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/meson.build' (48,771) at 20250202090029864
42477 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/meson.build' (48,772) at 20250202090005588
42478 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/.clang-format' (48,773) at 20250202090019912
42479 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/average.cpp' (48,774) at 20250202090019912
42480 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/src/meson.build' (48,775) at 20250202090005588
42481 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/meson.options' (48,776) at 20250202090022316
42482 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sysfs.hpp' (48,777) at 20250202090019916
42483 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__utility.hpp' (48,778) at 20250202090029864
42484 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/vtable.hpp' (48,779) at 20250202090029864
42485 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/manager.cpp' (48,780) at 20250202090020516
42486 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/acpi-power-state-daemon/meson.build' (48,781) at 20250202090005588
42487 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/general_systemd.hpp' (48,782) at 20250202090020900
42488 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/.clang-format' (48,783) at 20250202090008604
42489 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/meson.build' (48,784) at 20250202090005588
42490 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/meson.build' (48,785) at 20250202090005588
42491 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/lpc_aspeed.hpp' (48,786) at 20250202090020900
42492 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/Asset/meson.build' (48,787) at 20250201090019727
42493 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway/Create/meson.build' (48,788) at 20250201090019735
42494 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Certificate/meson.build' (48,789) at 20250201090019727
42495 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/PowerManagementPolicy/meson.build' (48,790) at 20250201090019735
42496 2025-10-05 03:01:04.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/StaticGateway/meson.build' (48,791) at 20250201090019735
42497 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Proxy/meson.build' (48,792) at 20250201090019739
42498 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Global/meson.build' (48,793) at 20250201090019735
42499 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/MinimumShipLevel/meson.build' (48,794) at 20250201090019731
42500 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/meson.build' (48,795) at 20250201090019727
42501 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSwitch/meson.build' (48,796) at 20250201090019735
42502 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSBK/meson.build' (48,797) at 20250201090019723
42503 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/meson.build' (48,798) at 20250201090019723
42504 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/meson.build' (48,799) at 20250201090019731
42505 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/HostFirmware/meson.build' (48,800) at 20250201090019731
42506 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/TriggerManager/meson.build' (48,801) at 20250201090019739
42507 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (48,802) at 20250201090013079
42508 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/meson.build' (48,803) at 20250201090019727
42509 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LXR0/meson.build' (48,804) at 20250201090019723
42510 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/System/meson.build' (48,805) at 20250201090019735
42511 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/AccountPolicy/meson.build' (48,806) at 20250201090019739
42512 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Panel/meson.build' (48,807) at 20250201090019735
42513 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Bond/meson.build' (48,808) at 20250201090019735
42514 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ValueMutability/meson.build' (48,809) at 20250201090019739
42515 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP7/meson.build' (48,810) at 20250201090019723
42516 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/NMISource/meson.build' (48,811) at 20250201090019731
42517 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/LocationCode/meson.build' (48,812) at 20250201090019735
42518 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Cap/meson.build' (48,813) at 20250201090019731
42519 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VoltageControl/meson.build' (48,814) at 20250201090019735
42520 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/Access/meson.build' (48,815) at 20250201090019727
42521 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/MER0/meson.build' (48,816) at 20250201090019723
42522 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Manager/meson.build' (48,817) at 20250201090019735
42523 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/meson.build' (48,818) at 20250201090019735
42524 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/meson.build' (48,819) at 20250201090019739
42525 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Port/meson.build' (48,820) at 20250201090019731
42526 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/server/Test/meson.build' (48,821) at 20250201090033567
42527 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Mode/meson.build' (48,822) at 20250201090019731
42528 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Neighbor/meson.build' (48,823) at 20250201090019735
42529 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/HardShutdown/meson.build' (48,824) at 20250201090019739
42530 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build' (48,825) at 20250201090019735
42531 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSYS/meson.build' (48,826) at 20250201090019727
42532 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Notify/meson.build' (48,827) at 20250201090019719
42533 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/PowerOnHours/meson.build' (48,828) at 20250201090019739
42534 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP0/meson.build' (48,829) at 20250201090019723
42535 2025-10-05 03:01:04.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Drive/meson.build' (48,830) at 20250201090019739
42536 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/meson.build' (48,831) at 20250201090019735
42537 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/NetworkInterface/meson.build' (48,832) at 20250201090019735
42538 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Storage/meson.build' (48,833) at 20250201090019735
42539 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyAttributes/meson.build' (48,834) at 20250201090019731
42540 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Average/meson.build' (48,835) at 20250201090019727
42541 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Install/meson.build' (48,836) at 20250201090019727
42542 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/meson.build' (48,837) at 20250201090019727
42543 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/meson.build' (48,838) at 20250201090033567
42544 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/Host/meson.build' (48,839) at 20250201090019727
42545 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Ethernet/meson.build' (48,840) at 20250201090019735
42546 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/meson.build' (48,841) at 20250201090019731
42547 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SOL/meson.build' (48,842) at 20250201090019735
42548 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/SEL/meson.build' (48,843) at 20250201090019735
42549 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/classes/hpe-rootfs-postcommands.bbclass' (48,844) at 20250201090013079
42550 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/Attributes/meson.build' (48,845) at 20250201090019731
42551 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP5/meson.build' (48,846) at 20250201090019723
42552 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootPolicy/meson.build' (48,847) at 20250201090019731
42553 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FactoryReset/meson.build' (48,848) at 20250201090019731
42554 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PowerSupply/meson.build' (48,849) at 20250201090019735
42555 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/VendorInformation/meson.build' (48,850) at 20250201090019735
42556 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/regenerate-meson' (48,851) at 20250201090033567
42557 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Stats/meson.build' (48,852) at 20250201090019739
42558 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Tpm/meson.build' (48,853) at 20250201090019735
42559 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP6/meson.build' (48,854) at 20250201090019723
42560 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/meson.build' (48,855) at 20250201090019731
42561 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/OperatingConfig/meson.build' (48,856) at 20250201090019735
42562 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/meson.build' (48,857) at 20250201090019727
42563 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Configuration/GPIODeviceDetect/meson.build' (48,858) at 20250201090019731
42564 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/SystemConfiguration/meson.build' (48,859) at 20250201090019735
42565 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Common/Callout/meson.build' (48,860) at 20250201090019727
42566 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/regenerate-meson' (48,861) at 20250201090033567
42567 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Device/meson.build' (48,862) at 20250201090019739
42568 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/meson.build' (48,863) at 20250201090019731
42569 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/meson.build' (48,864) at 20250201090019727
42570 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RedundancyPriority/meson.build' (48,865) at 20250201090019739
42571 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PFR/meson.build' (48,866) at 20250201090019739
42572 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/meson.build' (48,867) at 20250201090019735
42573 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/NMISource/meson.build' (48,868) at 20250201090019727
42574 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/IdentityAuthentication/meson.build' (48,869) at 20250201090019727
42575 2025-10-05 03:01:04.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/FabricAdapter/meson.build' (48,870) at 20250201090019735
42576 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/MemoryLocation/meson.build' (48,871) at 20250201090019735
42577 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/meson.build' (48,872) at 20250203090026160
42578 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/.clang-format' (48,873) at 20250203090026804
42579 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/event_service_store.hpp' (48,874) at 20250203090002612
42580 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/async_resp.hpp' (48,875) at 20250203090002612
42581 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/meson.build' (48,876) at 20250203090026160
42582 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filesystem_log_watcher.hpp' (48,877) at 20250203090002616
42583 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/multipart_parser.hpp' (48,878) at 20250203090002616
42584 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/meson.build' (48,879) at 20250203090026160
42585 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/backup_restore_50003000.json' (48,880) at 20250203090020796
42586 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/telemetry_service.hpp' (48,881) at 20250203090002632
42587 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/.clang-format' (48,882) at 20250203090031489
42588 2025-10-05 03:01:04.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/meson.build' (48,883) at 20250203090010212
42589 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001002.json' (48,884) at 20250203090020796
42590 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeContext.hpp' (48,885) at 20250203090003740
42591 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/meson.options' (48,886) at 20250203090026804
42592 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filter_expr_parser_grammar.hpp' (48,887) at 20250203090002616
42593 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/boost_formatters.hpp' (48,888) at 20250203090002612
42594 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/test/meson.build' (48,889) at 20250203090026160
42595 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/service_files/meson.build' (48,890) at 20250203090031489
42596 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/redfish_test.cpp' (48,891) at 20250203090002632
42597 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/meson.build' (48,892) at 20250203090026160
42598 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/fuzz/i2c-fuzz.c' (48,893) at 20250203090011012
42599 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/target_files/meson.build' (48,894) at 20250203090031489
42600 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/journal_utils.hpp' (48,895) at 20250203090002620
42601 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/version-handler/meson.build' (48,896) at 20250203090026160
42602 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/power_subsystem.hpp' (48,897) at 20250203090002628
42603 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/tools/meson.build' (48,898) at 20250203090025116
42604 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/environment_metrics.hpp' (48,899) at 20250203090002624
42605 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/i2c-internal.h' (48,900) at 20250203090011008
42606 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/io_context_singleton.hpp' (48,901) at 20250203090002616
42607 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/meson.build' (48,902) at 20250203090010212
42608 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/core.c' (48,903) at 20250203090011008
42609 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/PresenceGpio.hpp' (48,904) at 20250203090003736
42610 2025-10-05 03:01:04.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/gzfile.hpp' (48,905) at 20250203090002620
42611 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/ip_utils.hpp' (48,906) at 20250203090002620
42612 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/meson.options' (48,907) at 20250203090026160
42613 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/meson.build' (48,908) at 20250203090025784
42614 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/meson.options' (48,932) at 20250204090047699
42615 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/meson.build' (48,933) at 20250204090047699
42616 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/error_code_test.cpp' (48,934) at 20250204090002370
42617 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/Fault/meson.build' (48,935) at 20250204090047699
42618 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/.clang-format' (48,936) at 20250204090022254
42619 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/meson.options' (48,937) at 20250204090046419
42620 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/meson.options' (48,938) at 20250204090029534
42621 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/meson.build' (48,939) at 20250204090012882
42622 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/meson.build' (48,940) at 20250204090021286
42623 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_ffdc.hpp' (48,941) at 20250204090023230
42624 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/.clang-format' (48,942) at 20250204090048083
42625 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/Firmware.vue' (48,943) at 20250204090047319
42626 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/test/meson.build' (48,944) at 20250204090029534
42627 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/meson.build' (48,945) at 20250204090022254
42628 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/fuzz/meson.build' (48,946) at 20250204090014482
42629 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/.clang-format' (48,947) at 20250204090012882
42630 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/subprojects/packagefiles/boost/meson.build' (48,948) at 20250204090048083
42631 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/ext_interface.cpp' (48,949) at 20250204090023966
42632 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/Operations/FirmwareStore.js' (48,950) at 20250204090047319
42633 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/version.hpp' (48,951) at 20250204090025338
42634 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/.clang-format' (48,952) at 20250204090025334
42635 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/meson.options' (48,953) at 20250204090048083
42636 2025-10-05 03:01:04.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/meson.build' (48,954) at 20250204090022254
42637 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-extended/pam/libpam/pam.d/common-auth' (48,955) at 20250204090019306
42638 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/error_message_utils.hpp' (48,956) at 20250204090002366
42639 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/test/meson.build' (48,957) at 20250204090047699
42640 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/query_param_test.cpp' (48,958) at 20250204090002370
42641 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-parser.cpp' (48,959) at 20250204090022254
42642 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/test/meson.build' (48,960) at 20250204090027594
42643 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/meson.options' (48,961) at 20250204090023966
42644 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-sequencer/meson.build' (48,962) at 20250204090047699
42645 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/meson.build' (48,963) at 20250204090021286
42646 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/meson.build' (48,964) at 20250204090021286
42647 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/test/meson.build' (48,965) at 20250204090047699
42648 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/machine/yosemite4n.conf' (48,966) at 20250204090019306
42649 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/power-supply/meson.build' (48,967) at 20250204090047699
42650 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/error_code.hpp' (48,968) at 20250204090002370
42651 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/include/nuvoton.inc' (48,969) at 20250204090019306
42652 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/.clang-format' (48,970) at 20250204090023966
42653 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/user_monitor.hpp' (48,971) at 20250203090002616
42654 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/test/meson.build' (48,972) at 20250203090026804
42655 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/collection.hpp' (48,973) at 20250203090002620
42656 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/meson.build' (48,974) at 20250203090011012
42657 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/thermal_subsystem.hpp' (48,975) at 20250203090002632
42658 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/backup_restore_50001000.json' (48,976) at 20250203090020796
42659 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/tests/fuzz/fuzz-build.py' (48,977) at 20250203090011012
42660 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/dynamicrule.hpp' (48,978) at 20250203090002612
42661 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/test/meson.build' (48,979) at 20250203090026160
42662 2025-10-05 03:01:04.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/meson.build' (48,980) at 20250203090025116
42663 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/container_of.h' (48,981) at 20250203090011008
42664 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/msl/meson.build' (48,982) at 20250203090025116
42665 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/event_matches_filter.hpp' (48,983) at 20250203090002616
42666 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/subprojects/packagefiles/boost/meson.build' (48,984) at 20250203090026804
42667 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/meson.build' (48,985) at 20250203090011012
42668 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/cper.hpp' (48,986) at 20250203090033489
42669 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/data/meson.build' (48,987) at 20250203090031489
42670 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/.clang-format' (48,988) at 20250203090002008
42671 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/thermal.hpp' (48,989) at 20250205090003103
42672 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/activation.cpp' (48,990) at 20250205090033736
42673 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/filter_expr_printer.cpp' (48,991) at 20250205090003103
42674 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/gen/regenerate-meson' (48,992) at 20250205090027352
42675 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.cpp' (48,993) at 20250205090033740
42676 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/compatible_system_types_finder.hpp' (48,994) at 20250205090030292
42677 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/conversion_trigger.hpp' (48,995) at 20250205090037740
42678 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/telemetry_utils.hpp' (48,996) at 20250205090003095
42679 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/dbus_impl_pdr.cpp' (48,997) at 20250205090033744
42680 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/dbus_interfaces_finder.cpp' (48,998) at 20250205090030292
42681 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/json_storage.hpp' (48,999) at 20250205090037736
42682 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/messanger_service.cpp' (49,000) at 20250205090037740
42683 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/i2c.hpp' (49,001) at 20250205090030300
42684 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/sensor_mock.hpp' (49,002) at 20250205090037744
42685 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/sensor_cache.hpp' (49,003) at 20250205090037740
42686 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/make_id_name.cpp' (49,004) at 20250205090037740
42687 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/readings.cpp' (49,005) at 20250205090037740
42688 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/witherspoon-pfault-analysis/.clang-format' (49,006) at 20250205090039000
42689 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/make_id_name.hpp' (49,007) at 20250205090037740
42690 2025-10-05 03:01:04.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/meson.build' (49,008) at 20250205090030668
42691 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/i2c.cpp' (49,009) at 20250205090030300
42692 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/dbus_sensor.cpp' (49,010) at 20250205090030296
42693 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger_manager.cpp' (49,011) at 20250205090037740
42694 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/params/trigger_params.hpp' (49,012) at 20250205090037744
42695 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_detached_timer.cpp' (49,013) at 20250205090037744
42696 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/report_factory.hpp' (49,014) at 20250205090037740
42697 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/vendor-example/meson.build' (49,015) at 20250205090030668
42698 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/meson.build' (49,016) at 20250205090030296
42699 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/report_updates.hpp' (49,017) at 20250205090037740
42700 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_integer_attribute.hpp' (49,018) at 20250205090033740
42701 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/ucd90160.hpp' (49,019) at 20250205090030296
42702 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/i2c_capture_bytes_action.cpp' (49,020) at 20250205090030296
42703 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/errors.cpp' (49,021) at 20250205090037736
42704 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metrics/collection_data.cpp' (49,022) at 20250205090037740
42705 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/conversion.hpp' (49,023) at 20250205090037740
42706 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/services.hpp' (49,024) at 20250205090030296
42707 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/dbus_mapper.hpp' (49,025) at 20250205090037740
42708 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/meson.build' (49,026) at 20250205090033740
42709 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/meson.build' (49,027) at 20250205090030296
42710 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/util.hpp' (49,028) at 20250205090022844
42711 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/threshold_operations.hpp' (49,029) at 20250205090037740
42712 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/meson.build' (49,030) at 20250205090030292
42713 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metrics/collection_function.hpp' (49,031) at 20250205090037740
42714 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metrics/collection_data.hpp' (49,032) at 20250205090037740
42715 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/config.h' (49,033) at 20250205090014063
42716 2025-10-05 03:01:04.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-reinitial@.service' (49,034) at 20250205090015099
42717 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/data/meson.build' (49,035) at 20250204090022254
42718 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_logging.cpp' (49,036) at 20250204090022254
42719 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/meson.build' (49,064) at 20250204090027590
42720 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/meson.build' (49,065) at 20250204090021286
42721 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/test/meson.build' (49,066) at 20250204090027590
42722 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmi-blob-tool_git.bb' (49,067) at 20250204090019306
42723 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/ras-data-parser.hpp' (49,068) at 20250204090022254
42724 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/meson.build' (49,069) at 20250204090046419
42725 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/meson.options' (49,070) at 20250204090021286
42726 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/meson.build' (49,071) at 20250204090022254
42727 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/service_files/meson.build' (49,072) at 20250204090023234
42728 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/create_pldm_fw_package.hpp' (49,073) at 20250204090025338
42729 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/update_manager.hpp' (49,074) at 20250204090025338
42730 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/subprojects/packagefiles/boost/meson.build' (49,075) at 20250204090046419
42731 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/.clang-format' (49,076) at 20250204090023230
42732 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/interfaces/report_factory.hpp' (49,077) at 20250205090037736
42733 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_persistent_json_storage.cpp' (49,078) at 20250205090037744
42734 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/systems_logservices_hostlogger.hpp' (49,079) at 20250205090003103
42735 2025-10-05 03:01:04.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/pmbus_driver_device.hpp' (49,080) at 20250205090030292
42736 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/meson.options' (49,081) at 20250205090024460
42737 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_discrete_threshold.cpp' (49,082) at 20250205090037744
42738 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/meson.options' (49,083) at 20250205090014063
42739 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr.hpp' (49,084) at 20250205090033740
42740 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/stubs/dbus_sensor_object.cpp' (49,085) at 20250205090037744
42741 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_write_vout_command_action.hpp' (49,086) at 20250205090030296
42742 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_print.py' (49,087) at 20250205090016243
42743 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/device-reinitial' (49,088) at 20250205090015099
42744 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/pcie_slots.hpp' (49,089) at 20250205090003099
42745 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/dbus_environment.hpp' (49,090) at 20250205090037740
42746 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/dbus_environment.cpp' (49,091) at 20250205090037740
42747 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/types/error_type.hpp' (49,092) at 20250205090037740
42748 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/fru_parser.hpp' (49,093) at 20250205090033740
42749 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/utils.hpp' (49,094) at 20250205090033744
42750 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_enum_attribute.hpp' (49,095) at 20250205090033740
42751 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/activation.hpp' (49,096) at 20250205090033736
42752 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/utils.hpp' (49,097) at 20250205090030300
42753 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/config_file_parser.hpp' (49,098) at 20250205090030296
42754 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/actions/pmbus_write_vout_command_action.cpp' (49,099) at 20250205090030296
42755 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/mocked_activation_listener.hpp' (49,100) at 20250206090026971
42756 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-objmgr/src/test/util/association_objects.hpp' (49,101) at 20250206090025255 to deleted uid set
42757 2025-10-05 03:01:04.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/.clang-format' (49,102) at 20250206090024571
42758 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/payload_cmds.hpp' (49,103) at 20250206090024575
42759 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/mslverify/meson.build' (49,104) at 20250206090019027
42760 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/meson.options' (49,105) at 20250206090018303
42761 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/set_parameter_from_group_max.hpp' (49,106) at 20250206090020091
42762 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/handler.hpp' (49,107) at 20250206090025251
42763 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/meson.build' (49,108) at 20250206090021015
42764 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/fan.hpp' (49,109) at 20250206090030139
42765 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/router/routes.js' (49,110) at 20250206090039687
42766 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/actions.hpp' (49,111) at 20250206090020091
42767 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/shutdown_alarm_monitor.hpp' (49,112) at 20250206090020099
42768 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command_table.hpp' (49,113) at 20250206090024575
42769 2025-10-05 03:01:04.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/.clang-format' (49,114) at 20250206090020091
42770 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001000.json' (49,115) at 20250206090017119
42771 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/crypt_algo.hpp' (49,116) at 20250206090024575
42772 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppNavigation/AppNavigationMixin.js' (49,117) at 20250206090039687
42773 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/meson.build' (49,118) at 20250206090021015
42774 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/pcie_card_floors.hpp' (49,119) at 20250206090020091
42775 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/meson.build' (49,120) at 20250206090021015
42776 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message_parsers.hpp' (49,121) at 20250206090024575
42777 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/utils.cpp' (49,122) at 20250206090026967
42778 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/.clang-format' (49,123) at 20250206090026967
42779 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/ramoops_manager_main.cpp' (49,124) at 20250207090019422
42780 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/server-conf.cpp' (49,125) at 20250207090025130
42781 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_faultlog.hpp' (49,126) at 20250207090019418
42782 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_system.cpp' (49,127) at 20250207090019418
42783 2025-10-05 03:01:04.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_types.cpp.mako' (49,128) at 20250207090019418
42784 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/activation.cpp' (49,129) at 20250207090028546
42785 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/fru_gen.py' (49,130) at 20250207090008542
42786 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_utils.cpp' (49,131) at 20250207090019418
42787 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/.clang-format' (49,132) at 20250207090019418
42788 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/pldm_utils.hpp' (49,133) at 20250207090019418
42789 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/writefru.cpp.mako' (49,134) at 20250207090008542
42790 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/event_log_test.cpp' (49,135) at 20250207090002942
42791 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/device_callouts.cpp' (49,136) at 20250207090025126
42792 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/dhcp-done.service.in' (49,137) at 20250207090006206
42793 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/event_log.hpp' (49,138) at 20250207090002938
42794 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/test/debug_inif_test.cpp' (49,139) at 20250207090019422
42795 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/submit_test_event_test.cpp' (49,140) at 20250207090002942
42796 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/server-conf.hpp' (49,141) at 20250207090025130
42797 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/system_dump_entry.hpp' (49,142) at 20250207090019418
42798 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/ramoops_manager.cpp' (49,143) at 20250207090019422
42799 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_bmc.hpp' (49,144) at 20250207090019418
42800 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_faultlog.cpp' (49,145) at 20250207090019418
42801 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/ramoops_manager.hpp' (49,146) at 20250207090019422
42802 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/resource_dump_entry.hpp' (49,147) at 20250207090019418
42803 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host_transport_exts.hpp' (49,148) at 20250207090019422
42804 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/op_dump_consts.hpp' (49,149) at 20250207090019418
42805 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_manager_bmc.cpp' (49,150) at 20250207090019418
42806 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry.hpp' (49,151) at 20250207090025130
42807 2025-10-05 03:01:04.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/severity.cpp' (49,152) at 20250207090025130
42808 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb' (49,153) at 20250213090022264
42809 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ssize_t.patch' (49,154) at 20250213090022248
42810 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/run-unit-test-docker.sh' (49,155) at 20250213090023004
42811 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/version.cpp' (49,156) at 20250212090017629
42812 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/parser_interface.hpp' (49,157) at 20250211090018364
42813 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/meson.build' (49,158) at 20250212090019165
42814 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/meson.options' (49,159) at 20250212090017625
42815 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/manager.hpp' (49,160) at 20250212090023202
42816 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/manager.cpp' (49,161) at 20250212090023202
42817 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/watch.cpp' (49,162) at 20250212090020790
42818 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (49,163) at 20250212090013341
42819 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/.clang-format' (49,164) at 20250212090017625
42820 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/ffdc' (49,165) at 20250212090020790
42821 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/version.hpp' (49,166) at 20250212090017629
42822 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/functor.hpp' (49,167) at 20250212090023202
42823 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/journalpid' (49,168) at 20250212090020790
42824 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/journalpretty' (49,169) at 20250212090020790
42825 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/static/item_updater_static.cpp' (49,170) at 20250212090017629
42826 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/meson.build' (49,171) at 20250212090020790
42827 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/image_verify.cpp' (49,172) at 20250212090017625
42828 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/libopenbmc_intf/meson.build' (49,173) at 20250212090039186
42829 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/meson.build' (49,174) at 20250212090020790
42830 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/meson.options' (49,175) at 20250212090015625
42831 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/meson.build' (49,176) at 20250212090028362
42832 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/asset.cpp' (49,177) at 20250210090028817
42833 2025-10-05 03:01:04.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/.clang-format' (49,178) at 20250212090023202
42834 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/meson.options' (49,179) at 20250212090020790
42835 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/test/meson.build' (49,180) at 20250212090020790
42836 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/procfd' (49,181) at 20250212090020790
42837 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/meson.build' (49,182) at 20250212090019165
42838 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/default/meson.build' (49,183) at 20250212090020790
42839 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (49,184) at 20250208090032618
42840 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/certs_manager.hpp' (49,185) at 20250208090039106
42841 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/meson.build' (49,186) at 20250208090053019
42842 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/certs_manager.cpp' (49,187) at 20250208090039106
42843 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/board.hpp' (49,188) at 20250210090028817
42844 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/chassis.hpp' (49,189) at 20250210090028817
42845 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/host_pdr_handler.hpp' (49,190) at 20250210090028821
42846 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/availability.cpp' (49,192) at 20250210090028817
42847 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/inventory_item.hpp' (49,193) at 20250210090028817
42848 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/custom_dbus.cpp' (49,194) at 20250210090028817
42849 2025-10-05 03:01:04.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/custom_dbus.hpp' (49,195) at 20250210090028817
42850 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/asset.hpp' (49,196) at 20250210090028817
42851 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/panel.hpp' (49,197) at 20250210090028817
42852 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/inventory_item.cpp' (49,198) at 20250210090028817
42853 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/availability.hpp' (49,199) at 20250210090028817
42854 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/vrm.hpp' (49,200) at 20250210090028817
42855 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/power_supply.hpp' (49,201) at 20250210090028817
42856 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/fabric_adapter.hpp' (49,202) at 20250210090028817
42857 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/connector.hpp' (49,203) at 20250210090028817
42858 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus/chassis.cpp' (49,204) at 20250210090028817
42859 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/.clang-format' (49,205) at 20250211090018360
42860 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/test_stream.hpp' (49,206) at 20250211090002863
42861 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/default/meson.build' (49,207) at 20250212090020790
42862 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/packagefiles/boost/meson.build' (49,208) at 20250212090019165
42863 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/watch.hpp' (49,209) at 20250212090020790
42864 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/default/meson.build' (49,210) at 20250212090020790
42865 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/ubi/activation_ubi.hpp' (49,211) at 20250212090017629
42866 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump-extensions.cpp' (49,212) at 20250212090020790
42867 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/.clang-format' (49,213) at 20250212090015625
42868 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/meson.build' (49,214) at 20250212090015625
42869 2025-10-05 03:01:04.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/.clang-format' (49,215) at 20250212090028362
42870 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/meson.build' (49,216) at 20250212090020790
42871 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/activation.hpp' (49,217) at 20250212090017625
42872 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/softoff/meson.build' (49,232) at 20250206090021015
42873 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/activation.hpp' (49,233) at 20250206090026967
42874 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/version.cpp' (49,234) at 20250206090026967
42875 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/test/mocked_association_interface.hpp' (49,235) at 20250206090026971
42876 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-monitor_git.bb' (49,236) at 20250206090012071
42877 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/meson.build' (49,237) at 20250206090021015
42878 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/bmc-vmi-ca/meson.build' (49,238) at 20250206090018303
42879 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/channel_auth.hpp' (49,239) at 20250206090024575
42880 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/meson.options' (49,240) at 20250206090019027
42881 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/parameter.hpp' (49,241) at 20250206090020095
42882 2025-10-05 03:01:04.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sessions_manager.cpp' (49,242) at 20250206090024575
42883 2025-10-05 03:01:04.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001001.json' (49,243) at 20250206090017119
42884 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/.clang-format' (49,258) at 20250206090025251
42885 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/utils.hpp' (49,259) at 20250206090026967
42886 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/open_session.cpp' (49,260) at 20250206090024575
42887 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/zone.hpp' (49,261) at 20250206090020095
42888 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/item_updater.cpp' (49,262) at 20250206090026967
42889 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sessions_manager.hpp' (49,263) at 20250206090024575
42890 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_types.hpp.mako' (49,264) at 20250207090019418
42891 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_utils.hpp' (49,265) at 20250207090025130
42892 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_utils.hpp' (49,266) at 20250207090019418
42893 2025-10-05 03:01:04.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/pci_handler_test.cpp' (49,267) at 20250206090001647
42894 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/meson.build' (49,268) at 20250206090021015
42895 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message_parsers.cpp' (49,269) at 20250206090024575
42896 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/test/meson.build' (49,270) at 20250206090019027
42897 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/json_parser.hpp' (49,271) at 20250206090020099
42898 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/meson.build' (49,272) at 20250206090021015
42899 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/.clang-format' (49,273) at 20250207090025126
42900 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_json.hpp' (49,274) at 20250207090025130
42901 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/subprojects/exprtk.wrap' (49,275) at 20250207090030658
42902 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/integrity_algo.cpp' (49,279) at 20250206090024575
42903 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/timer_based_actions.hpp' (49,280) at 20250206090020091
42904 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/src/meson.build' (49,281) at 20250206090019027
42905 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-monitor/meson.build' (49,282) at 20250206090019027
42906 2025-10-05 03:01:04.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/auth_algo.cpp' (49,283) at 20250206090024575
42907 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/power_off_cause.hpp' (49,284) at 20250206090020095
42908 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/pcie_card_metadata.hpp' (49,285) at 20250206090020095
42909 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/meson.build' (49,286) at 20250206090020095
42910 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/auth_algo.hpp' (49,287) at 20250206090024575
42911 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/session_cmds.hpp' (49,288) at 20250206090024575
42912 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/crypt_algo.cpp' (49,289) at 20250206090024575
42913 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/extra-properties.py' (49,290) at 20250207090008542
42914 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_system.hpp' (49,291) at 20250207090019418
42915 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel.hpp' (49,292) at 20250207090025130
42916 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/pldm_oem_cmds.cpp' (49,293) at 20250207090019418
42917 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/scripts/extra-properties.cpp.mako' (49,294) at 20250207090008542
42918 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/default/pldm_interface.cpp' (49,295) at 20250207090019418
42919 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_resource.cpp' (49,296) at 20250207090019418
42920 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/dump_manager_resource.hpp' (49,297) at 20250207090019418
42921 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/device_callouts.hpp' (49,298) at 20250207090025126
42922 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/.clang-format' (49,299) at 20250208090039106
42923 2025-10-05 03:01:04.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/meson.build' (49,303) at 20250208090058531
42924 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/.clang-format' (49,304) at 20250208090034598
42925 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/certificate.cpp' (49,305) at 20250208090039106
42926 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-reload.service' (49,306) at 20250208090032622
42927 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/x509_utils.hpp' (49,307) at 20250208090039106
42928 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/meson.options' (49,308) at 20250208090053019
42929 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-reload' (49,309) at 20250208090032622
42930 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/fru-fault-monitor.cpp' (49,310) at 20250208090043118
42931 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/test/meson.build' (49,311) at 20250208090053023
42932 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/mmc/item_updater_mmc.hpp' (49,312) at 20250208090036654
42933 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (49,313) at 20250208090032618
42934 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/boost.wrap' (49,314) at 20250211090002867
42935 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/nghttp2_adapters.hpp' (49,315) at 20250211090002863 to deleted uid set
42936 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/filesystem_log_watcher.cpp' (49,316) at 20250211090002867
42937 2025-10-05 03:01:04.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_dbus.hpp' (49,317) at 20250211090017096
42938 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_dbus.cpp' (49,318) at 20250211090017096
42939 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/parser_factory.hpp' (49,319) at 20250211090018364
42940 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/bmcweb.socket.in' (49,320) at 20250211090002863
42941 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/isdimm_parser.cpp' (49,321) at 20250211090018364
42942 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/duplicatable_file_handle.hpp' (49,322) at 20250211090002863
42943 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_server.hpp' (49,323) at 20250211090002863
42944 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/isdimm_parser.hpp' (49,324) at 20250211090018364
42945 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_ddimm_parser.cpp' (49,325) at 20250211090018364
42946 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_connect_types.hpp' (49,326) at 20250211090002863
42947 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/ddimm_parser.cpp' (49,327) at 20250211090018364
42948 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/ddimm_parser.hpp' (49,328) at 20250211090018364
42949 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rust.bbclass' (49,329) at 20250213090022292
42950 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/0001-remoteproc-Add-Arm-remoteproc-driver.patch' (49,330) at 20250213090022232
42951 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/staging.bbclass' (49,331) at 20250213090022288
42952 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb' (49,332) at 20250213090022260
42953 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.6.bb' (49,333) at 20250213090022256
42954 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sensorset.hpp' (49,334) at 20250103090030005
42955 2025-10-05 03:01:04.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/events.hpp' (49,335) at 20250103090030353
42956 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/thresholds.hpp' (49,336) at 20250103090030009
42957 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/tools/find_hwmon.cpp' (49,337) at 20250103090030009
42958 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/types.hpp' (49,338) at 20250103090030353
42959 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/errors.hpp' (49,339) at 20250103090030353
42960 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/test/hwmonio_mock.hpp' (49,340) at 20250103090030009
42961 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/utils/ensure.hpp' (49,341) at 20241231090029370
42962 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sysfs.cpp' (49,342) at 20250103090030005
42963 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sensorset.cpp' (49,343) at 20250103090030005
42964 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/tools/find_callout_path.cpp' (49,344) at 20250103090030009
42965 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/functor.cpp' (49,345) at 20250103090030353
42966 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ModalSettings.vue' (49,346) at 20250103090041869
42967 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/hwmon.hpp' (49,347) at 20250103090030005
42968 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/hwmonio.hpp' (49,348) at 20250103090030005
42969 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/env.cpp' (49,349) at 20250103090030005
42970 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/errors.cpp' (49,350) at 20250103090030353
42971 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/util.hpp' (49,351) at 20250103090030009
42972 2025-10-05 03:01:04.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/interface.hpp' (49,352) at 20250103090030005
42973 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/test.awk' (49,353) at 20250103145915256
42974 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/LICENSE' (49,356) at 20250103145915252
42975 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/add-urls.awk' (49,357) at 20250103145915252
42976 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/usb-ctrl/meson.build' (49,358) at 20250103145915256
42977 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/usb-ctrl/usb-ctrl' (49,359) at 20250103145915256
42978 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/tests' (49,360) at 20250103145915256
42979 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/first-boot-set-hostname.service' (49,361) at 20250103145915252
42980 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/.gitignore' (49,362) at 20250103145915252
42981 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/first-boot-set-mac@.service' (49,363) at 20250103145915252
42982 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/i2c/test/mocked_i2c_interface.hpp' (49,364) at 20250104090029114
42983 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/logging_test.cpp' (49,365) at 20250104090026378
42984 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/first-boot-set-mac.sh' (49,366) at 20250103145915252
42985 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/VINI.interface.yaml' (49,367) at 20250104090021970
42986 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/http-redirect.socket' (49,368) at 20250103145915256
42987 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/app.cpp' (49,369) at 20250103090030353
42988 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/utils.hpp' (49,370) at 20250103090030353
42989 2025-10-05 03:01:04.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/readd.cpp' (49,371) at 20250103090030005
42990 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/http-redirect.awk' (49,372) at 20250103145915256
42991 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/OWNERS' (49,373) at 20250103145915252
42992 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/configs/syzygy_hub_defconfig' (49,374) at 20210308005003280
42993 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate-crates.inc' (49,375) at 20230503080014587
42994 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan-presence-config.bb' (49,376) at 20241206090014274
42995 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/sun8i-a23-gt90h-v4.dts' (49,377) at 20210308005002624
42996 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/spi-mem.h' (49,378) at 20210308005003684
42997 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/_templates/footer.html' (49,379) at 20210927100127069
42998 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/btrfs/ctree.h' (49,380) at 20210308005003544
42999 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/index.rst' (49,381) at 20241211090212238
43000 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/mpr2.h' (49,382) at 20210308005003604
43001 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/bluewater/snapper9260/MAINTAINERS' (49,383) at 20210308005002924
43002 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/meson.options' (49,384) at 20230817080010548
43003 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/se-Vindeln_Renfors' (49,385) at 20210307205553794
43004 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11-compose-data/0001-Drop-x11-dependencies.patch' (49,386) at 20230114040015550
43005 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/192' (49,387) at 20220429100100910
43006 2025-10-05 03:01:04.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/secret_keyring.h' (49,388) at 20210308005045997
43007 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-pycryptodome.inc' (49,389) at 20241206090014330
43008 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/version.hpp' (49,390) at 20241114091025397
43009 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-boot/host-powerctrl.service' (49,391) at 20230701080013908
43010 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/tegra210-p2371-2180.dts' (49,392) at 20210308005002628
43011 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (49,393) at 20210817000018508
43012 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/.gitignore' (49,394) at 20230421080026504
43013 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/ase/dsp/test_dsp_r1_cmpgu_eq_qb.c' (49,395) at 20210308005046501
43014 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/freescale/common/eeprom.h' (49,396) at 20210308005002960
43015 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/sr1500/MAINTAINERS' (49,397) at 20210308005003052
43016 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/ti/common/board_detect.h' (49,398) at 20210308005003076
43017 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/bootcount/bootcount_i2c.c' (49,399) at 20210308005003340
43018 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/Legacy.interface.yaml' (49,400) at 20221207040023631
43019 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/include/configs/ti_armv7_omap.h' (49,401) at 20210308005003620
43020 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/BellBird' (49,402) at 20210307205553754
43021 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-mctp-i2c-binding/ampere-mctp-i2c-binding.service' (49,403) at 20250109090018366
43022 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-wf-bic' (49,404) at 20250109090018370
43023 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/ampere-mctp-i2c-binding.bb' (49,405) at 20250109090018366
43024 2025-10-05 03:01:04.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/files/mctp-local.service' (49,406) at 20250109090018370
43025 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/host/ampere-mctp-i2c-binding/ampere_mctp_i2c_binding.sh' (49,407) at 20250109090018366
43026 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/files/mctp-local.service' (49,408) at 20250109090018366
43027 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/mctp_%.bbappend' (49,409) at 20250109090018366
43028 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/fvp.cfg' (49,410) at 20250109090018370
43029 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys_%.bbappend' (49,411) at 20250109090018370
43030 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/mctp/files/mctpd.conf' (49,412) at 20250109090018366
43031 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/u-boot_%.bbappend' (49,423) at 20250109090018370
43032 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_MCTPReactor.cpp' (49,424) at 20250109090004973
43033 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/host/ampere-mctp-i2c-binding.bbappend' (49,425) at 20250109090018366
43034 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/wait-until-mctp-connection-done' (49,426) at 20250109090018370
43035 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/set-uart-select-led' (49,427) at 20250110090017645
43036 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-uart-select-led.service' (49,428) at 20250110090017641
43037 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/zones.json' (49,430) at 20250110090030473
43038 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsid@.service.in' (49,431) at 20250110090005821
43039 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-uart-select-led.service' (49,432) at 20250110090017641
43040 2025-10-05 03:01:04.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-set-nicenabled.service.in' (49,433) at 20250110090017645
43041 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/attn_main.cpp' (49,434) at 20250110090020545
43042 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (49,435) at 20250110090017645
43043 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-networkd-wait.target.in' (49,436) at 20250110090017645
43044 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/ncsid_git.bb' (49,437) at 20250110090017645
43045 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/docs/address_size_detection_modes.md' (49,438) at 20250110090004445
43046 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbus++-gen-meson' (49,439) at 20250111090048357
43047 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-dbus-yaml.bbclass' (49,440) at 20250111090024656
43048 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/namedelement.py' (49,441) at 20250111090048357
43049 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/utils.cpp' (49,444) at 20250107090029781
43050 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr.cpp' (49,445) at 20250107090029777
43051 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pcie.cpp' (49,446) at 20250107090029781
43052 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/dreport' (49,447) at 20250107090020024
43053 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_fru_test.cpp' (49,448) at 20250107090029777
43054 2025-10-05 03:01:04.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pychassisctl/chassis_control.py' (49,449) at 20250108090037018
43055 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Garrison.py' (49,450) at 20250108090037018
43056 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/sync_inventory_items.py' (49,451) at 20250108090037022
43057 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/static/item_updater_static.hpp' (49,452) at 20250108090020006
43058 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Witherspoon.py' (49,453) at 20250108090037018
43059 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyinventorymgr/inventory_items.py' (49,454) at 20250108090037022
43060 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Palmetto.py' (49,455) at 20250108090037018
43061 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pystatemgr/discover_system_state.py' (49,456) at 20250108090037022
43062 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony_%.bbappend' (49,457) at 20250108090015470
43063 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pydownloadmgr/download_manager.py' (49,458) at 20250108090037018
43064 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pysystemmgr/system_manager.py' (49,459) at 20250108090037022
43065 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/functions.cpp' (49,460) at 20250108090020006
43066 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyflashbmc/bmc_update.py' (49,461) at 20250108090037018
43067 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/pyipmitest/ipmi_debug.py' (49,462) at 20250108090037022
43068 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Romulus.py' (49,463) at 20250108090037018
43069 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Zaius.py' (49,464) at 20250108090037018
43070 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Lanyang.py' (49,465) at 20250108090037018
43071 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Barreleye.py' (49,466) at 20250108090037018
43072 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/item_updater.hpp' (49,476) at 20250108090020006
43073 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/skeleton/configs/Firestone.py' (49,477) at 20250108090037018
43074 2025-10-05 03:01:04.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/main.py' (49,478) at 20250111090048357
43075 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/registry/meson.build' (49,479) at 20250111090031052
43076 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/event.hpp.mako' (49,480) at 20250111090048357
43077 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/wait-until-mctp-EID-remove' (49,481) at 20250111090024652
43078 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam_%.bbappend' (49,482) at 20250111090024656
43079 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/bios-update.sh' (49,483) at 20250112090015384
43080 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/bios-version/bios-version.sh' (49,484) at 20250112090015384
43081 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/bios-version/bios-version.service' (49,485) at 20250112090015384
43082 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/router/index.js' (49,486) at 20250113090036030
43083 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/TriggerManager.interface.yaml' (49,487) at 20250125090020861
43084 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableBmcManager.vue' (49,488) at 20250125090036089
43085 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (49,489) at 20250125090014453
43086 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (49,490) at 20250125090014457
43087 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/files/mctpd.conf' (49,491) at 20250125090014453
43088 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue' (49,492) at 20250125090036089
43089 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/Dumps/Dumps.vue' (49,493) at 20250125090036089
43090 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/mctp/mctp_%.bbappend' (49,494) at 20250125090014453
43091 2025-10-05 03:01:04.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/BmcStore.js' (49,503) at 20250125090036085
43092 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Telemetry/Trigger.interface.yaml' (49,504) at 20250125090020861
43093 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/SystemStore.js' (49,505) at 20250125090036089
43094 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/filter_expr_executor_test.cpp' (49,506) at 20250127090005557
43095 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch' (49,508) at 20241221090017672
43096 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/target_proc.h' (49,509) at 20240326080039558
43097 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/toradex/colibri_t20/MAINTAINERS' (49,510) at 20210308005003084
43098 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/dbus_singleton.hpp' (49,511) at 20250121090002930
43099 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/parsing_test.cpp' (49,512) at 20250121090002954
43100 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/host_interface.hpp' (49,513) at 20250121090002934
43101 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/license_service.hpp' (49,514) at 20250121090002934
43102 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/virtual_media.hpp' (49,515) at 20250121090002938
43103 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/hex_utils.hpp' (49,516) at 20250121090002942
43104 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/privileges.hpp' (49,517) at 20250121090002934
43105 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/signature.hpp' (49,518) at 20250121090002934
43106 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/coolant_connector.hpp' (49,519) at 20250121090002934
43107 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/open_bmc_computer_system.hpp' (49,520) at 20250121090002934
43108 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/boost_asio_ssl.cpp' (49,521) at 20250121090002950
43109 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/redfish_extensions.hpp' (49,522) at 20250121090002934
43110 2025-10-05 03:01:04.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/thermal.hpp' (49,523) at 20250121090002938
43111 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/update_service_test.cpp' (49,524) at 20250121090002958
43112 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/collection_capabilities.hpp' (49,525) at 20250121090002934
43113 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/stl_utils_test.cpp' (49,526) at 20250121090002954
43114 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/storage.hpp' (49,527) at 20250121090002938
43115 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/drive.hpp' (49,528) at 20250121090002934
43116 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/boost_asio.cpp' (49,529) at 20250121090002950
43117 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/reservoir.hpp' (49,530) at 20250121090002934
43118 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/event_service.hpp' (49,531) at 20250121090002934
43119 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/key_policy.hpp' (49,532) at 20250121090002934
43120 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/update_service.hpp' (49,533) at 20250121090002938
43121 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/generate_schema_collections.py' (49,534) at 20250121090002950
43122 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/privileges_test.cpp' (49,535) at 20250121090002954
43123 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/triggers.hpp' (49,536) at 20250121090002938
43124 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/dbus_singleton.cpp' (49,537) at 20250121090002950
43125 2025-10-05 03:01:04.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/hex_utils_test.cpp' (49,538) at 20250121090002954
43126 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/storage_controller.hpp' (49,539) at 20250121090002938
43127 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/systems_logservices_postcode.cpp' (49,540) at 20250121090002958
43128 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/log_services_dump_test.cpp' (49,541) at 20250121090002954
43129 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/network_device_function.hpp' (49,542) at 20250121090002934
43130 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/secure_boot.hpp' (49,543) at 20250121090002934
43131 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/json_html_serializer.cpp' (49,544) at 20250121090002954
43132 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/telemetry_service.hpp' (49,545) at 20250121090002938
43133 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/outlet.hpp' (49,546) at 20250121090002934
43134 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/event.hpp' (49,547) at 20250121090002934
43135 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/manager_diagnostic_data_test.cpp' (49,548) at 20250121090002958
43136 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/chassis_test.cpp' (49,549) at 20250121090002954
43137 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/settings.hpp' (49,550) at 20250121090002934
43138 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/resource_block.hpp' (49,551) at 20250121090002934
43139 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/physical_context.hpp' (49,552) at 20250121090002934
43140 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/media_controller.hpp' (49,554) at 20250121090002934
43141 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/circuit.hpp' (49,555) at 20250121090002934
43142 2025-10-05 03:01:04.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/service_root_test.cpp' (49,556) at 20250121090002958
43143 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/ip_utils_test.cpp' (49,557) at 20250121090002954
43144 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/fileTable.json' (49,558) at 20250121090044251
43145 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/thermal_subsystem_test.cpp' (49,559) at 20250121090002958
43146 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/credential_pipe_test.cpp' (49,560) at 20250121090002954
43147 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/ossl_random.cpp' (49,561) at 20250121090002954
43148 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/facility.hpp' (49,562) at 20250121090002934
43149 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/composition_service.hpp' (49,563) at 20250121090002934
43150 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/component_integrity.hpp' (49,564) at 20250121090002934
43151 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/utils/json_utils.cpp' (49,565) at 20250121090002950
43152 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/event_destination.hpp' (49,566) at 20250121090002934
43153 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/metric_definition.hpp' (49,567) at 20250121090002934
43154 2025-10-05 03:01:04.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/system_test.cpp' (49,568) at 20250121090002958
43155 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/resolution_step.hpp' (49,569) at 20250121090002934
43156 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/outbound_connection.hpp' (49,570) at 20250121090002934
43157 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/str_utility_test.cpp' (49,571) at 20250121090002954
43158 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/account_service.hpp' (49,572) at 20250121090002934
43159 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/attribute_registry.hpp' (49,573) at 20250121090002934
43160 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/action_info.hpp' (49,574) at 20250121090002934
43161 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/ssl_key_handler_test.cpp' (49,575) at 20250121090002954
43162 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/operating_system.hpp' (49,576) at 20250121090002934
43163 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/chassis.hpp' (49,577) at 20250121090002934
43164 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/http_utility_test.cpp' (49,578) at 20250121090002954
43165 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/key.hpp' (49,579) at 20250121090002934
43166 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/cxl_logical_device.hpp' (49,580) at 20250121090002934
43167 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/outlet_group.hpp' (49,581) at 20250121090002934
43168 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/message_registry.hpp' (49,582) at 20250121090002934
43169 2025-10-05 03:01:04.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/include/dbus_utility_test.cpp' (49,583) at 20250121090002954 to deleted uid set
43170 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/acceleration_function.hpp' (49,584) at 20250121090002934
43171 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/async_resolve_test.cpp' (49,585) at 20250121090002954
43172 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/task_service.hpp' (49,586) at 20250121090002938
43173 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_slots.hpp' (49,587) at 20250121090002934
43174 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/json_html_serializer.hpp' (49,588) at 20250121090002930
43175 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/zone.hpp' (49,589) at 20250121090002938
43176 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/trusted_component.hpp' (49,590) at 20250121090002938
43177 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/secure_boot_database.hpp' (49,591) at 20250121090002934
43178 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/allow_deny.hpp' (49,592) at 20250121090002934
43179 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_function.hpp' (49,593) at 20250121090002934
43180 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/endpoint_group.hpp' (49,594) at 20250121090002934
43181 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/aggregation_source.hpp' (49,595) at 20250121090002934
43182 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/systemd_utils.hpp' (49,596) at 20250121090002942
43183 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/ossl_random.cpp' (49,597) at 20250121090002954
43184 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/endpoint.hpp' (49,598) at 20250121090002934
43185 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/human_sort.hpp' (49,599) at 20250121090002930
43186 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/manifest.hpp' (49,600) at 20250121090002934
43187 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/task.hpp' (49,601) at 20250121090002938
43188 2025-10-05 03:01:04.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/session.hpp' (49,602) at 20250121090002934
43189 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/verb_test.cpp' (49,603) at 20250121090002954
43190 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/sensor_utils_test.cpp' (49,604) at 20250121090002954
43191 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/power_subsystem_test.cpp' (49,605) at 20250121090002958
43192 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/manager_network_protocol.hpp' (49,606) at 20250121090002934
43193 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/json_formatters.hpp' (49,607) at 20250121090002930
43194 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/redfish_aggregator_test.cpp' (49,608) at 20250121090002954
43195 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/software_inventory.hpp' (49,609) at 20250121090002934
43196 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/calculator-client.cpp' (49,610) at 20250123090032408
43197 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (49,611) at 20250123090012699
43198 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/odata.v4_0_5.json' (49,612) at 20250123090003207
43199 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/redfish-schema-v1.json' (49,613) at 20250123090003207
43200 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/container_image.hpp' (49,614) at 20250121090002934
43201 2025-10-05 03:01:04.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/metric_report_definition.hpp' (49,615) at 20250121090002934
43202 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/lib/metadata_test.cpp' (49,616) at 20250121090002958
43203 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/webserver_run.hpp' (49,617) at 20250121090002930 to deleted uid set
43204 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/cable.hpp' (49,618) at 20250121090002934
43205 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/human_sort_test.cpp' (49,619) at 20250121090002954
43206 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/external_account_provider.hpp' (49,620) at 20250121090002934
43207 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/power_supply.hpp' (49,621) at 20250121090002934
43208 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/power_distribution.hpp' (49,622) at 20250121090002934
43209 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/filter_expr_parser_test.cpp' (49,623) at 20250121090002954
43210 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/memory_region.hpp' (49,624) at 20250121090002934
43211 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/network_port.hpp' (49,625) at 20250121090002934
43212 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/cooling_loop.hpp' (49,626) at 20250121090002934
43213 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/license.hpp' (49,627) at 20250121090002934
43214 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/memory_chunks.hpp' (49,628) at 20250121090002934
43215 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/power.hpp' (49,629) at 20250121090002934
43216 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/volume.hpp' (49,630) at 20250121090002938
43217 2025-10-05 03:01:04.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/connection.hpp' (49,631) at 20250121090002934
43218 2025-10-05 03:01:04.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/filter_expr_executor.hpp' (49,632) at 20250121090002934
43219 2025-10-05 03:01:04.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/schedule.hpp' (49,633) at 20250121090002934
43220 2025-10-05 03:01:04.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/registered_client.hpp' (49,634) at 20250121090002934
43221 2025-10-05 03:01:04.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/time_utils_test.cpp' (49,635) at 20250121090002954
43222 2025-10-05 03:01:04.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/boost_beast.cpp' (49,636) at 20250121090002950
43223 2025-10-05 03:01:04.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (49,637) at 20250123090012699
43224 2025-10-05 03:01:04.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Pump.v1_2_0.json' (49,638) at 20250123090003203
43225 2025-10-05 03:01:04.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecurityPolicy.v1_0_3.json' (49,639) at 20250123090003203
43226 2025-10-05 03:01:04.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Connection.v1_4_0.json' (49,640) at 20250123090003203
43227 2025-10-05 03:01:04.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/port.hpp' (49,641) at 20250123090003191
43228 2025-10-05 03:01:04.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Redundancy.v1_5_0.json' (49,644) at 20250123090003203
43229 2025-10-05 03:01:04.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Cable.v1_2_4.json' (49,645) at 20250123090003199
43230 2025-10-05 03:01:04.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageMetrics.v1_0_0.json' (49,646) at 20250123090003207
43231 2025-10-05 03:01:04.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Role.v1_3_3.json' (49,647) at 20250123090003203
43232 2025-10-05 03:01:04.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (49,648) at 20250123090012699
43233 2025-10-05 03:01:04.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.aserver.emit.hpp.mako' (49,649) at 20250123090032408
43234 2025-10-05 03:01:04.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/signal.prototype.hpp.mako' (49,650) at 20250123090032408
43235 2025-10-05 03:01:04.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventDestination.v1_15_1.json' (49,651) at 20250123090003203
43236 2025-10-05 03:01:04.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/gitlint/block_comment.py' (49,652) at 20250123090013283
43237 2025-10-05 03:01:04.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/DetectorGroup.interface.yaml' (49,653) at 20250129090018146
43238 2025-10-05 03:01:04.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g5/defconfig' (49,654) at 20250128090014946
43239 2025-10-05 03:01:04.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/i2c/i2c-uclass.c' (49,655) at 20250128090037830
43240 2025-10-05 03:01:04.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-client_%.bbappend' (49,656) at 20250128090014946
43241 2025-10-05 03:01:04.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g6/defconfig' (49,657) at 20250128090014946
43242 2025-10-05 03:01:04.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed/aspeed-g4/defconfig' (49,658) at 20250128090014946
43243 2025-10-05 03:01:04.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Cable.v1_2_4.json' (49,659) at 20250123090003199
43244 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Session.v1_8_0.json' (49,660) at 20250123090003203
43245 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/Detector.interface.yaml' (49,661) at 20250129090018146
43246 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/DetectorGroup.events.yaml' (49,663) at 20250129090018146
43247 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/commit.hpp' (49,664) at 20250129090022594
43248 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/GPIOLeakDetector.interface.yaml' (49,665) at 20250129090018142
43249 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/Detector.events.yaml' (49,666) at 20250129090018142
43250 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/meson.build' (49,667) at 20250201090019735
43251 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Value/meson.build' (49,668) at 20250201090019735
43252 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/PostCode/meson.build' (49,669) at 20250201090019739
43253 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/meson.build' (49,670) at 20250201090019735
43254 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PFR/Attributes/meson.build' (49,671) at 20250201090019739
43255 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Device/meson.build' (49,672) at 20250201090019731
43256 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/IOBoard/meson.build' (49,673) at 20250201090019735
43257 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/regenerate-meson' (49,674) at 20250201090019727
43258 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ReportManager/meson.build' (49,675) at 20250201090019739
43259 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ThermalDirection/meson.build' (49,676) at 20250201090019735
43260 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/meson.build' (49,677) at 20250201090019731
43261 2025-10-05 03:01:04.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Revision/meson.build' (49,678) at 20250201090019735
43262 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManufacturerExt/meson.build' (49,679) at 20250201090019735
43263 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-image.bbclass' (49,680) at 20250201090013079
43264 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/meson.build' (49,681) at 20250201090019731
43265 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/DiskBackplane/meson.build' (49,682) at 20250201090019735
43266 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Authority/meson.build' (49,683) at 20250201090019727
43267 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FilePath/meson.build' (49,684) at 20250201090019731
43268 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VWML/meson.build' (49,685) at 20250201090019727
43269 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Accelerator/meson.build' (49,686) at 20250201090019735
43270 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/File/meson.build' (49,687) at 20250201090019731
43271 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/NIC/meson.build' (49,688) at 20250201090019731
43272 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Create/meson.build' (49,689) at 20250201090019735
43273 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/meson.build' (49,690) at 20250201090019739
43274 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/meson.build' (49,691) at 20250201090019739
43275 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Compatible/meson.build' (49,692) at 20250201090019735
43276 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/NMI/meson.build' (49,693) at 20250201090019731
43277 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/MultiFactorAuthConfiguration/meson.build' (49,694) at 20250201090019739
43278 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/meson.build' (49,695) at 20250201090019735
43279 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/meson.build' (49,696) at 20250201090019727
43280 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Power/meson.build' (49,697) at 20250201090019731
43281 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Version/meson.build' (49,698) at 20250201090019739
43282 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Image/meson.build' (49,699) at 20250201090019739
43283 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCEN/meson.build' (49,700) at 20250201090019723
43284 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Proc/FSI/meson.build' (49,701) at 20250201090019727
43285 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VEIR/meson.build' (49,702) at 20250201090019723
43286 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/MeasurementSet/meson.build' (49,703) at 20250201090019727
43287 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP4/meson.build' (49,704) at 20250201090019723
43288 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/NMI/meson.build' (49,705) at 20250201090019731
43289 2025-10-05 03:01:04.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Power/meson.build' (49,706) at 20250201090019739
43290 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Processor/CurrentOperatingConfig/meson.build' (49,707) at 20250201090019731
43291 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorMode/meson.build' (49,708) at 20250201090019731
43292 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FieldMode/meson.build' (49,709) at 20250201090019731
43293 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/meson.build' (49,710) at 20250201090019727
43294 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMSC/meson.build' (49,711) at 20250201090019723
43295 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/TrustedComponent/meson.build' (49,712) at 20250201090019735
43296 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/meson.build' (49,713) at 20250201090019727
43297 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/meson.build' (49,714) at 20250201090019727
43298 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/FRU/meson.build' (49,715) at 20250201090019735
43299 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Slot/meson.build' (49,716) at 20250201090019735
43300 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Control/Power/meson.build' (49,717) at 20250201090019731
43301 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Entry/meson.build' (49,718) at 20250201090019735
43302 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/meson.build' (49,719) at 20250201090019739
43303 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Condition/meson.build' (49,720) at 20250201090019731
43304 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/UART/meson.build' (49,721) at 20250201090019731
43305 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/TOTPAuthenticator/meson.build' (49,722) at 20250201090019739
43306 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/SpecialMode/meson.build' (49,723) at 20250201090019731
43307 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hardware/meson.build' (49,724) at 20250201090019719
43308 2025-10-05 03:01:04.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Manager/meson.build' (49,725) at 20250201090019739
43309 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CoolingType/meson.build' (49,726) at 20250201090019735
43310 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Entry/meson.build' (49,727) at 20250201090019731
43311 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Replace/meson.build' (49,728) at 20250201090019727
43312 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cable/meson.build' (49,729) at 20250201090019735
43313 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ManagedHost/meson.build' (49,730) at 20250201090019735
43314 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/Entity/meson.build' (49,731) at 20250201090019735
43315 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Progress/meson.build' (49,732) at 20250201090019739
43316 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Purpose/meson.build' (49,733) at 20250201090019739
43317 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Threshold/meson.build' (49,734) at 20250201090019731
43318 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/meson.build' (49,735) at 20250201090019735
43319 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/CFMLimit/meson.build' (49,736) at 20250201090019731
43320 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/meson.build' (49,737) at 20250201090019739
43321 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Hostboot/meson.build' (49,738) at 20250201090019719
43322 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/PassThrough/meson.build' (49,739) at 20250201090019727
43323 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Physical/meson.build' (49,740) at 20250201090019735
43324 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/MCTP/Endpoint/meson.build' (49,741) at 20250201090019735
43325 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/meson.build' (49,742) at 20250201090019739
43326 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/meson.build' (49,743) at 20250201090019731
43327 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Value/meson.build' (49,744) at 20250201090019739
43328 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/EthernetInterface/meson.build' (49,745) at 20250201090019735
43329 2025-10-05 03:01:04.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/Inventory/meson.build' (49,746) at 20250201090019739
43330 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Console/Access/meson.build' (49,747) at 20250201090019731
43331 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/FaultLog/meson.build' (49,748) at 20250201090019731
43332 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/Detector/meson.build' (49,749) at 20250201090019739
43333 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/meson.build' (49,750) at 20250201090019731
43334 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/meson.build' (49,751) at 20250201090019731
43335 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Dimension/meson.build' (49,752) at 20250201090019735
43336 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/processing.cpp' (49,753) at 20250201090026639
43337 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ThermalMode/meson.build' (49,754) at 20250201090019731
43338 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Legacy/meson.build' (49,755) at 20250201090019739
43339 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/IdlePowerSaver/meson.build' (49,756) at 20250201090019731
43340 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Board/Motherboard/meson.build' (49,757) at 20250201090019735
43341 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/NewDump/meson.build' (49,758) at 20250201090019731
43342 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/Synchronization/meson.build' (49,759) at 20250201090019739
43343 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/meson.build' (49,760) at 20250201090019739
43344 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/Reset/meson.build' (49,761) at 20250201090019735
43345 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Create/meson.build' (49,762) at 20250201090019731
43346 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/MeetsMinimumShipLevel/meson.build' (49,763) at 20250201090019735
43347 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRML/meson.build' (49,764) at 20250201090019723
43348 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/Device/meson.build' (49,765) at 20250201090019727
43349 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CRP0/meson.build' (49,766) at 20250201090019723
43350 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/ThermalPower/meson.build' (49,767) at 20250201090019731
43351 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/ChannelAccess/meson.build' (49,768) at 20250201090019727
43352 2025-10-05 03:01:04.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/MountPoint/meson.build' (49,769) at 20250201090019739
43353 2025-10-05 03:01:04.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Replaceable/meson.build' (49,770) at 20250201090019735
43354 2025-10-05 03:01:04.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/CpuCore/meson.build' (49,771) at 20250201090019735
43355 2025-10-05 03:01:04.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Inventory/meson.build' (49,772) at 20250201090019727
43356 2025-10-05 03:01:04.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Event/meson.build' (49,773) at 20250201090019735
43357 2025-10-05 03:01:04.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/UniqueIdentifier/meson.build' (49,774) at 20250201090019735
43358 2025-10-05 03:01:04.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/Create/meson.build' (50,204) at 20250201090019731
43359 2025-10-05 03:01:04.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/SocketAttributes/meson.build' (50,205) at 20250201090019731
43360 2025-10-05 03:01:04.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanPwm/meson.build' (50,206) at 20250201090019731
43361 2025-10-05 03:01:04.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Dimm/meson.build' (50,207) at 20250201090019735
43362 2025-10-05 03:01:04.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP6/meson.build' (50,208) at 20250201090019723
43363 2025-10-05 03:01:04.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Update/meson.build' (50,209) at 20250201090019739
43364 2025-10-05 03:01:04.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Connector/meson.build' (50,210) at 20250201090019735
43365 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ScheduledHostTransition/meson.build' (50,211) at 20250201090019739
43366 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/meson.build' (50,212) at 20250201090019735
43367 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/meson.build' (50,213) at 20250201090019735
43368 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VINI/meson.build' (50,214) at 20250201090019723
43369 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Trigger/meson.build' (50,215) at 20250201090019739
43370 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/Location/meson.build' (50,216) at 20250201090019723
43371 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/ID/meson.build' (50,217) at 20250201090019731
43372 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Inventory/ManufacturerExt/meson.build' (50,218) at 20250201090019727
43373 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Channel/meson.build' (50,219) at 20250201090019727
43374 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/Zone/meson.build' (50,220) at 20250201090019731
43375 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/HostSelector/meson.build' (50,221) at 20250201090019731
43376 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/meson.build' (50,222) at 20250201090019739
43377 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/net/poettering/Calculator/meson.build' (50,223) at 20250201090033567
43378 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ChassisCapabilities/meson.build' (50,224) at 20250201090019731
43379 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/MinimumVersion/meson.build' (50,225) at 20250201090019739
43380 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/SecurityCapabilities/meson.build' (50,226) at 20250201090019735
43381 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/freedesktop/UPower/Device/meson.build' (50,227) at 20250201090019727
43382 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ObjectPath/meson.build' (50,228) at 20250201090019731
43383 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Create/meson.build' (50,229) at 20250201090019719
43384 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Warning/meson.build' (50,230) at 20250201090019739
43385 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerSystemInputs/meson.build' (50,231) at 20250201090019739
43386 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP7/meson.build' (50,232) at 20250201090019723
43387 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Button/meson.build' (50,233) at 20250201090019731
43388 2025-10-05 03:01:04.063-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP4/meson.build' (50,234) at 20250201090019723
43389 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/CSR/Create/meson.build' (50,235) at 20250201090019727
43390 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Mode/meson.build' (50,236) at 20250201090019731
43391 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Slot/meson.build' (50,237) at 20250201090019731
43392 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Hardware/meson.build' (50,238) at 20250201090019723
43393 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Logging/Policy/meson.build' (50,239) at 20250201090019723
43394 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanSpeed/meson.build' (50,240) at 20250201090019731
43395 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/TFTP/meson.build' (50,241) at 20250201090019731
43396 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Configuration/GPIOLeakDetector/meson.build' (50,242) at 20250201090019731
43397 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/SBE/meson.build' (50,243) at 20250201090019719
43398 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Reset/meson.build' (50,244) at 20250201090019731
43399 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/Create/meson.build' (50,245) at 20250201090019735
43400 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Bmc/meson.build' (50,246) at 20250201090019735
43401 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/PowerSupplyRedundancy/meson.build' (50,247) at 20250201090019731
43402 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/MDR_V2/meson.build' (50,248) at 20250201090019739
43403 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/DevicePresence/meson.build' (50,249) at 20250201090019735
43404 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/meson.build' (50,250) at 20250201090019739
43405 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Common/meson.build' (50,251) at 20250201090019739
43406 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/Status/meson.build' (50,252) at 20250201090019735
43407 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/Availability/meson.build' (50,253) at 20250201090019739
43408 2025-10-05 03:01:04.064-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Intrusion/meson.build' (50,254) at 20250201090019731
43409 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/meson.build' (50,255) at 20250201090019727
43410 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/meson.build' (50,256) at 20250201090019727
43411 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Drive/meson.build' (50,257) at 20250201090019735
43412 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/ACPIPowerState/meson.build' (50,258) at 20250201090019731
43413 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSRC/meson.build' (50,259) at 20250201090019727
43414 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Password/meson.build' (50,260) at 20250201090019727
43415 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Proc/meson.build' (50,261) at 20250201090019727
43416 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Rotor/meson.build' (50,262) at 20250201090019735
43417 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/Resource/meson.build' (50,263) at 20250201090019719
43418 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Volume/meson.build' (50,264) at 20250201090019735
43419 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/PEL/Entry/meson.build' (50,265) at 20250201090019727
43420 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP3/meson.build' (50,266) at 20250201090019723
43421 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Experimental/Tunnel/meson.build' (50,267) at 20250201090019735
43422 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/CapLimits/meson.build' (50,268) at 20250201090019731
43423 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/meson.build' (50,269) at 20250201090019731
43424 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Control/OCOTShutdownPolicy/meson.build' (50,270) at 20250201090019727
43425 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Accuracy/meson.build' (50,271) at 20250201090019739
43426 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/Raw/meson.build' (50,272) at 20250201090019739
43427 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Mode/meson.build' (50,273) at 20250201090019731
43428 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/meson.build' (50,274) at 20250201090019719
43429 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Callout/meson.build' (50,275) at 20250201090019731
43430 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ScheduledTime/meson.build' (50,276) at 20250201090019739
43431 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/HardwareIsolation/meson.build' (50,277) at 20250201090019731
43432 2025-10-05 03:01:04.065-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/BMC/meson.build' (50,278) at 20250201090019727
43433 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Time/EpochTime/meson.build' (50,279) at 20250201090019739
43434 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Service/meson.build' (50,280) at 20250201090019731
43435 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VRTN/meson.build' (50,281) at 20250201090019723
43436 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/Status/meson.build' (50,282) at 20250201090019739
43437 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Vrm/meson.build' (50,283) at 20250201090019735
43438 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Create/meson.build' (50,284) at 20250201090019739
43439 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/meson.build' (50,285) at 20250201090019731
43440 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Chassis/meson.build' (50,286) at 20250201090019735
43441 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/Boot/meson.build' (50,287) at 20250201090019727
43442 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Create/meson.build' (50,288) at 20250201090019735
43443 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapperEntry/meson.build' (50,289) at 20250201090019739
43444 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/Status/meson.build' (50,290) at 20250201090019727
43445 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP2/meson.build' (50,291) at 20250201090019723
43446 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VCFG/meson.build' (50,292) at 20250201090019723
43447 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/meson.build' (50,293) at 20250201090019731
43448 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/IP/meson.build' (50,294) at 20250201090019735
43449 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Enable/meson.build' (50,295) at 20250201090019735
43450 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/ReplaceAll/meson.build' (50,296) at 20250201090019727
43451 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/meson.build' (50,297) at 20250201090019727
43452 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/DetectorGroup/meson.build' (50,298) at 20250201090019739
43453 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Device/meson.build' (50,299) at 20250201090019731
43454 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VER0/meson.build' (50,300) at 20250201090019723
43455 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/meson.build' (50,301) at 20250201090024663
43456 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/meson.build' (50,302) at 20250201090019731
43457 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/RebootAttempts/meson.build' (50,303) at 20250201090019731
43458 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Priority/meson.build' (50,304) at 20250201090019731
43459 2025-10-05 03:01:04.066-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VSBP/meson.build' (50,305) at 20250201090019727
43460 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Ldap/Config/meson.build' (50,306) at 20250201090019739
43461 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Cacheable/meson.build' (50,307) at 20250201090019735
43462 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Led/Group/meson.build' (50,308) at 20250201090019735
43463 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Smbios/meson.build' (50,309) at 20250201090019739
43464 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Collection/DeleteAll/meson.build' (50,310) at 20250201090019731
43465 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/Embedded/meson.build' (50,311) at 20250201090019731
43466 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Object/Delete/meson.build' (50,312) at 20250201090019735
43467 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VR10/meson.build' (50,313) at 20250201090019723
43468 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/meson.build' (50,314) at 20250201090019735
43469 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/meson.build' (50,315) at 20250201090019735
43470 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/OperatingSystem/meson.build' (50,316) at 20250201090019739
43471 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/VoltageRegulatorControl/meson.build' (50,317) at 20250201090019731
43472 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/Client/meson.build' (50,318) at 20250201090019735
43473 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/VirtualMedia/Process/meson.build' (50,319) at 20250201090019739
43474 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Security/RestrictionMode/meson.build' (50,320) at 20250201090019731
43475 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/ObjectMapper/meson.build' (50,321) at 20250201090019739
43476 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/Report/meson.build' (50,322) at 20250201090019739
43477 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMCRedundancy/meson.build' (50,323) at 20250201090019739
43478 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Common/meson.build' (50,324) at 20250201090019727
43479 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/meson.build' (50,325) at 20250201090019723
43480 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/System/meson.build' (50,326) at 20250201090019731
43481 2025-10-05 03:01:04.067-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Host/TurboAllowed/meson.build' (50,327) at 20250201090019731
43482 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VMPU/meson.build' (50,328) at 20250201090019723
43483 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Cpu/meson.build' (50,329) at 20250201090019735
43484 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Control/TPM/SecurityKeys/meson.build' (50,330) at 20250201090019727
43485 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Progress/meson.build' (50,331) at 20250201090019731
43486 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationBlocksTransition/meson.build' (50,332) at 20250201090019739
43487 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/FanRedundancy/meson.build' (50,333) at 20250201090019731
43488 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP0/meson.build' (50,334) at 20250201090019723
43489 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeSlot/meson.build' (50,335) at 20250201090019735
43490 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/meson.build' (50,336) at 20250201090019739
43491 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/Asset/meson.build' (50,337) at 20250201090019731
43492 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/Manager/meson.build' (50,338) at 20250201090019723
43493 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/Manager/meson.build' (50,339) at 20250201090019727
43494 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/meson.build' (50,340) at 20250201090019735
43495 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/FaultLogType/meson.build' (50,341) at 20250201090019731
43496 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/Throttle/meson.build' (50,342) at 20250201090019731
43497 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/Entry/meson.build' (50,343) at 20250201090019727
43498 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Activation/meson.build' (50,344) at 20250201090019739
43499 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/meson.build' (50,345) at 20250201090019727
43500 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/VPD/Collection/meson.build' (50,346) at 20250201090019723
43501 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/meson.build' (50,347) at 20250201090019727
43502 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/InstallAll/meson.build' (50,348) at 20250201090019727
43503 2025-10-05 03:01:04.068-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/ComponentIntegrity/meson.build' (50,349) at 20250201090019727
43504 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP5/meson.build' (50,350) at 20250201090019723
43505 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/meson.build' (50,351) at 20250201090019731
43506 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/meson.build' (50,352) at 20250201090019727
43507 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Cable/meson.build' (50,353) at 20250201090019739
43508 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Type/meson.build' (50,354) at 20250201090019731
43509 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/MCTP/meson.build' (50,355) at 20250201090019735
43510 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/PrivilegeMapper/meson.build' (50,356) at 20250201090019739
43511 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/TPM/Policy/meson.build' (50,357) at 20250201090019731
43512 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/gen/net/poettering/meson.build' (50,358) at 20250201090033567
43513 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/BMC/meson.build' (50,359) at 20250201090019731
43514 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/IPMI/meson.build' (50,360) at 20250201090019735
43515 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/meson.build' (50,361) at 20250201090019727
43516 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PersistentMemory/Partition/meson.build' (50,362) at 20250201090019735
43517 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Settings/meson.build' (50,363) at 20250201090019739
43518 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/SystemdTarget/meson.build' (50,364) at 20250201090019739
43519 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/intel/Protocol/PECI/Raw/meson.build' (50,365) at 20250201090019727
43520 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/DHCPConfiguration/meson.build' (50,366) at 20250201090019735
43521 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Battery/meson.build' (50,367) at 20250201090019735
43522 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (50,368) at 20250201090013079
43523 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/Hoth/meson.build' (50,369) at 20250201090019719
43524 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/RequestedRedundancyPriority/meson.build' (50,370) at 20250201090019739
43525 2025-10-05 03:01:04.069-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Chassis/meson.build' (50,371) at 20250201090019739
43526 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/PSPD/meson.build' (50,372) at 20250201090019723
43527 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/PDR/meson.build' (50,373) at 20250201090019739
43528 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyTime/meson.build' (50,374) at 20250201090019739
43529 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Watchdog/meson.build' (50,375) at 20250201090019739
43530 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/meson.build' (50,376) at 20250201090019739
43531 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/StorageController/meson.build' (50,377) at 20250201090019735
43532 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/message_handler.cpp' (50,378) at 20250201090025851
43533 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss/meson.build' (50,379) at 20250201090019739
43534 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/PLDM/meson.build' (50,380) at 20250201090019735
43535 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Ipmi/SessionInfo/meson.build' (50,381) at 20250201090019735
43536 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/CP00/meson.build' (50,382) at 20250201090019723
43537 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP3/meson.build' (50,383) at 20250201090019723
43538 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/TOTPState/meson.build' (50,384) at 20250201090019739
43539 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/VLAN/meson.build' (50,385) at 20250201090019735
43540 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeDevice/meson.build' (50,386) at 20250201090019735
43541 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/meson.build' (50,387) at 20250201090019719
43542 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VW10/meson.build' (50,388) at 20250201090019727
43543 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Event/meson.build' (50,389) at 20250201090019739
43544 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ActivationProgress/meson.build' (50,390) at 20250201090019739
43545 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Memory/MemoryECC/meson.build' (50,391) at 20250201090019735
43546 2025-10-05 03:01:04.070-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/meson.build' (50,392) at 20250201090019731
43547 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Metric/meson.build' (50,393) at 20250201090019735
43548 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-watchdog/meson.build' (50,394) at 20250201090030603
43549 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Association/Definitions/meson.build' (50,395) at 20250201090019727
43550 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/Critical/meson.build' (50,396) at 20250201090019739
43551 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/meson.build' (50,397) at 20250201090019739
43552 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/ThermalEvent/meson.build' (50,398) at 20250201090019739
43553 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/meson.build' (50,399) at 20250201090033567
43554 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Threshold/SoftShutdown/meson.build' (50,400) at 20250201090019739
43555 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/User/Attributes/meson.build' (50,401) at 20250201090019739
43556 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/OperationalStatus/meson.build' (50,402) at 20250201090019739
43557 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Inventory/Decorator/meson.build' (50,403) at 20250201090019727
43558 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/meson.build' (50,404) at 20250201090019735
43559 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/UTIL/meson.build' (50,405) at 20250201090019723
43560 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Host/meson.build' (50,406) at 20250201090019727
43561 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP2/meson.build' (50,407) at 20250201090019723
43562 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Hardware/Chassis/meson.build' (50,408) at 20250201090019723
43563 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Leak/meson.build' (50,409) at 20250201090019739
43564 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Common/meson.build' (50,410) at 20250201090019731
43565 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Source/meson.build' (50,411) at 20250201090019731
43566 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Nvme/meson.build' (50,412) at 20250201090019735
43567 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LWP1/meson.build' (50,413) at 20250201090019723
43568 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/DINF/meson.build' (50,414) at 20250201090019723
43569 2025-10-05 03:01:04.071-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/UUID/meson.build' (50,415) at 20250201090019731
43570 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/OriginatedBy/meson.build' (50,416) at 20250201090019731
43571 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Host/meson.build' (50,417) at 20250201090019739
43572 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Syslog/Destination/Mail/Entry/meson.build' (50,418) at 20250201090019735
43573 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image-base.bb' (50,419) at 20250201090013079
43574 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/Settings/meson.build' (50,420) at 20250201090019735
43575 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Power/RestorePolicy/meson.build' (50,421) at 20250201090019731
43576 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/PowerState/meson.build' (50,422) at 20250201090019739
43577 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ExtendedVersion/meson.build' (50,423) at 20250201090019739
43578 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/meson.build' (50,424) at 20250201090019727
43579 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Sensor/Aggregation/History/Maximum/meson.build' (50,425) at 20250201090019727
43580 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/Provider/Certs/Authority/CSR/meson.build' (50,426) at 20250201090019739
43581 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Logging/ErrorBlocksTransition/meson.build' (50,427) at 20250201090019735
43582 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/google/gbmc/meson.build' (50,428) at 20250201090019719
43583 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/VPRI/meson.build' (50,429) at 20250201090019723
43584 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-rootfs-postcommands.bbclass' (50,430) at 20250201090013079
43585 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Fan/meson.build' (50,431) at 20250201090019735
43586 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ApplyOptions/meson.build' (50,432) at 20250201090019739
43587 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/org/open_power/Logging/meson.build' (50,433) at 20250201090019727
43588 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/MACAddress/meson.build' (50,434) at 20250201090019735
43589 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/LRP1/meson.build' (50,435) at 20250201090019723
43590 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/AssetTag/meson.build' (50,436) at 20250201090019731
43591 2025-10-05 03:01:04.072-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/CLEI/meson.build' (50,437) at 20250201090019735
43592 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Decorator/meson.build' (50,438) at 20250201090019739
43593 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/libpldm.wrap' (50,439) at 20250130090018064
43594 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/COPYING.MIT' (50,440) at 20250130090012548
43595 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/firmware_device_id_area.cpp' (50,441) at 20250130090018068
43596 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/component_image_info_area.hpp' (50,442) at 20250130090018064
43597 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/COPYING.apache-2.0' (50,443) at 20250130090012548
43598 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/firmware_device_id_area.hpp' (50,444) at 20250130090018068
43599 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/component_image_info_area.cpp' (50,445) at 20250130090018064
43600 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp-term.sh' (50,446) at 20250130090012548
43601 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/LICENSE' (50,447) at 20250130090012548
43602 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSensor.hpp' (50,448) at 20250131090003875
43603 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPReactor.hpp' (50,449) at 20250131090003879
43604 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/Thresholds.hpp' (50,450) at 20250131090003875
43605 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeBasicContext.hpp' (50,451) at 20250131090003879
43606 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/TachSensor.hpp' (50,452) at 20250131090003875
43607 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/PwmSensor.hpp' (50,453) at 20250131090003875
43608 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mcu/MCUTempSensor.hpp' (50,454) at 20250131090003879
43609 2025-10-05 03:01:04.073-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/exit-air/ExitAirTempSensor.hpp' (50,455) at 20250131090003875
43610 2025-10-05 03:01:04.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001000_v2.json' (50,456) at 20250131090020227
43611 2025-10-05 03:01:04.074-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intrusion/ChassisIntrusionSensor.hpp' (50,457) at 20250131090003875
43612 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSDRSensor.hpp' (50,458) at 20250131090003875
43613 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeSensor.hpp' (50,459) at 20250131090003879
43614 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempSensor.hpp' (50,460) at 20250131090003875
43615 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUSensor.hpp' (50,461) at 20250131090003879
43616 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/espi-control/meson.build' (50,462) at 20250202090005588
43617 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/stop_token.hpp' (50,463) at 20250202090029864
43618 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/sensor.hpp' (50,464) at 20250202090019916
43619 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/test/helper.cpp' (50,465) at 20250202090020516
43620 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/test/meson.build' (50,466) at 20250202090005588
43621 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/log-handler/log_handlers_builder.hpp' (50,467) at 20250202090020900
43622 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__transform_sender.hpp' (50,468) at 20250202090029864
43623 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/meson.build' (50,469) at 20250202090022316
43624 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/gpio_handle.hpp' (50,470) at 20250202090019916
43625 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/metric.cpp' (50,471) at 20250202090005588
43626 2025-10-05 03:01:04.075-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/image_handler.hpp' (50,472) at 20250202090020900
43627 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/tools/handler.cpp' (50,473) at 20250202090020900
43628 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/cpp/.clang-format' (50,474) at 20250202090003988
43629 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/.clang-format' (50,475) at 20250202090019036
43630 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__sender_adaptor_closure.hpp' (50,476) at 20250202090029860
43631 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/type_traits.hpp' (50,477) at 20250202090029864
43632 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign_mauv.c' (50,478) at 20250202090005588
43633 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Attributes.interface.yaml' (50,479) at 20250228090028210
43634 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Manager.interface.yaml' (50,480) at 20250228090028214
43635 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/meson.build' (50,481) at 20250227090020204
43636 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/factory_reset_bmc.robot' (50,482) at 20250224090015096
43637 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-ampere.c' (50,483) at 20250224090009116
43638 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_bmc_stress_buster.robot' (50,484) at 20250224090015096
43639 2025-10-05 03:01:04.076-0500 FINEST t466 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-0053.conf' (50,485) at 20250501080011574
43640 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/slot-fault-led/slot-8.yaml' (50,486) at 20250501080011574
43641 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/slot-fault-led/slot-4.yaml' (50,487) at 20250501080011574
43642 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/slot-fault-led/slot-3.yaml' (50,488) at 20250501080011574
43643 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/slot-fault-led/slot-7.yaml' (50,489) at 20250501080011574
43644 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/control-fio-led' (50,490) at 20250501080011574
43645 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/slot-fault-led/slot-6.yaml' (50,491) at 20250501080011574
43646 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/enable-fio-led@.service' (50,495) at 20250501080011574
43647 2025-10-05 03:01:04.076-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/slot-fault-led/slot-2.yaml' (50,496) at 20250501080011574
43648 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/slot-fault-led/slot-1.yaml' (50,497) at 20250501080011574
43649 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/disable-fio-led@.service' (50,498) at 20250501080011574
43650 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/slot-fault-led.bb' (50,499) at 20250501080011574
43651 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xyz.openbmc_project.Software.I2CVR.service' (50,511) at 20250501080017314
43652 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/slot-fault-led/slot-5.yaml' (50,512) at 20250501080011574
43653 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_bmc_image_switch.robot' (50,514) at 20250506080020010
43654 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_general.robot' (50,515) at 20250506080020010
43655 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/security/test_bmc_connections.robot' (50,516) at 20250506080020010
43656 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/dbuslist' (50,518) at 20250506080026438
43657 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/router/intel.js' (50,519) at 20250502080035576
43658 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ipmi/test_ipmi_sdr.robot' (50,523) at 20250502080013760
43659 2025-10-05 03:01:04.077-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_cable_pull_recover.robot' (50,524) at 20250502080013760
43660 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/localuser/test_ipmi_redfish_user.robot' (50,525) at 20250502080013760
43661 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/correlated_properties.json' (50,526) at 20250502080018340
43662 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_host_network_interfaces.robot' (50,527) at 20250502080013760
43663 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_bmc_dhcp_conf.robot' (50,528) at 20250502080013760
43664 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/page-title/index.md' (50,529) at 20250503080044391
43665 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/terminus_manager_test.cpp' (50,530) at 20250503080039702
43666 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/dbusstats' (50,531) at 20250503080029086
43667 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/cgroup/cgroup.cfg' (50,534) at 20250503080022074
43668 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/platform_manager_test.cpp' (50,535) at 20250503080039702
43669 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/pel/test_bmc_pel.robot' (50,536) at 20250502080013764
43670 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/softIRQs' (50,537) at 20250503080029086
43671 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/mctp_endpoint_discovery_test.cpp' (50,538) at 20250503080039702
43672 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/cgroup.inc' (50,539) at 20250503080022074
43673 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/cgroup/cgroup.scc' (50,540) at 20250503080022074
43674 2025-10-05 03:01:04.078-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-sys-init.service' (50,541) at 20250503080022070
43675 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_network_nping.robot' (50,542) at 20250502080013760
43676 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/router/ibm.js' (50,543) at 20250502080035576
43677 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/linux-%.bbappend' (50,544) at 20250503080022074
43678 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/mctp_endpoint_discovery.hpp' (50,545) at 20250503080039702
43679 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/tach.cpp' (50,546) at 20250411080023089
43680 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/evdevpp/evdev.hpp' (50,547) at 20250411080023089
43681 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/redfish_util.hpp' (50,548) at 20250411080002253
43682 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-paramiko_3.5.1.bb' (50,549) at 20250415080017556
43683 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libpaper/libpaper_2.2.6.bb' (50,550) at 20250415080017556
43684 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libexif/libexif_0.6.25.bb' (50,551) at 20250415080017600
43685 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch' (50,552) at 20250415080017584
43686 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-build-perf-report' (50,553) at 20250415080017600
43687 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch' (50,554) at 20250415080017556
43688 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/s3.py' (50,555) at 20250415080017560
43689 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch' (50,556) at 20250415080017584
43690 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/image-fitimage.conf' (50,557) at 20250415080017576
43691 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch' (50,558) at 20250415080017592
43692 2025-10-05 03:01:04.079-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_5.2.2.bb' (50,559) at 20250415080017560
43693 2025-10-05 03:01:04.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/botan/botan_3.7.1.bb' (50,560) at 20250415080017552
43694 2025-10-05 03:01:04.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0002-api-python-config-default.toml-Debug.patch' (50,561) at 20250415080017556
43695 2025-10-05 03:01:04.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/0001-fix-racing-between-build-ncat-and-build-lua.patch' (50,562) at 20250415080017556
43696 2025-10-05 03:01:04.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/python3-manifest.json' (50,563) at 20250415080017592
43697 2025-10-05 03:01:04.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmd2_2.5.11.bb' (50,628) at 20250415080017556
43698 2025-10-05 03:01:04.080-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/clearcase.py' (50,629) at 20250415080017560
43699 2025-10-05 03:01:04.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-testsuite_2.44.bb' (50,630) at 20250415080017584
43700 2025-10-05 03:01:04.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image_types.bbclass' (50,631) at 20250415080017576
43701 2025-10-05 03:01:04.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/backup_restore_60004000.json' (50,632) at 20250417080016556
43702 2025-10-05 03:01:04.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/i2c-tools/i2c-tools/0001-4-byte-read-support-466.patch' (50,633) at 20250417080011320
43703 2025-10-05 03:01:04.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcie.cperhex' (50,634) at 20250417080008872
43704 2025-10-05 03:01:04.081-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-pcie.c' (50,637) at 20250417080008872
43705 2025-10-05 03:01:04.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/create_pel.cpp' (50,638) at 20250417080013416
43706 2025-10-05 03:01:04.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/terminus_2x100g_nic_tsff.json' (50,639) at 20250417080004172
43707 2025-10-05 03:01:04.082-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/OWNERS' (50,640) at 20250417080008868
43708 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/SECURITY.md' (50,641) at 20250415080017560
43709 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_protocol.robot' (50,644) at 20250509080014254
43710 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__senders_core.hpp' (50,645) at 20250509080038639
43711 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/task.hpp' (50,646) at 20250509080038643
43712 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__awaitable.hpp' (50,647) at 20250509080038639
43713 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_network_verification.robot' (50,648) at 20250509080014250
43714 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/cryptsetupInterface.hpp' (50,649) at 20250509080005362
43715 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__senders.hpp' (50,650) at 20250509080038639
43716 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/PageTitle.vue' (50,651) at 20250510080032617
43717 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_bmc_dump.robot' (50,652) at 20250510080012324
43718 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/sequence_senders.hpp' (50,653) at 20250509080038643
43719 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/config.json' (50,654) at 20250509080021303
43720 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/meson.build' (50,655) at 20250510080024237
43721 2025-10-05 03:01:04.083-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tox.ini' (50,656) at 20250510080012324
43722 2025-10-05 03:01:04.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__domain.hpp' (50,657) at 20250509080038639
43723 2025-10-05 03:01:04.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/groups.json' (50,658) at 20250509080021303
43724 2025-10-05 03:01:04.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/redfish_bmc_code_update.robot' (50,659) at 20250510080012324
43725 2025-10-05 03:01:04.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/functional.hpp' (50,660) at 20250509080038643
43726 2025-10-05 03:01:04.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/config.json' (50,661) at 20250509080021303
43727 2025-10-05 03:01:04.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/meson.options' (50,662) at 20250512080002557
43728 2025-10-05 03:01:04.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/oem/ibm/state_set.h' (50,663) at 20250512080020954
43729 2025-10-05 03:01:04.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (50,664) at 20250311080015146
43730 2025-10-05 03:01:04.084-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (50,665) at 20250311080015146
43731 2025-10-05 03:01:04.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/sensor_manager_test.cpp' (50,666) at 20250311080046302
43732 2025-10-05 03:01:04.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RoleCollection_v1.xml' (50,667) at 20250327080007489
43733 2025-10-05 03:01:04.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ExternalAccountProvider.v1_8_1.json' (50,668) at 20250327080007497
43734 2025-10-05 03:01:04.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutletGroup_v1.xml' (50,669) at 20250327080007485
43735 2025-10-05 03:01:04.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-psu-hardreset.sh.in' (50,670) at 20250327080016713
43736 2025-10-05 03:01:04.085-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SensorCollection_v1.xml' (50,671) at 20250327080007493
43737 2025-10-05 03:01:04.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComponentIntegrity.v1_3_1.json' (50,672) at 20250327080007497
43738 2025-10-05 03:01:04.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VLanNetworkInterfaceCollection.json' (50,673) at 20250327080007501
43739 2025-10-05 03:01:04.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeFunction_v1.xml' (50,674) at 20250327080007485
43740 2025-10-05 03:01:04.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MessageRegistryFileCollection.json' (50,675) at 20250327080007501
43741 2025-10-05 03:01:04.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryDomain_v1.xml' (50,676) at 20250327080007481
43742 2025-10-05 03:01:04.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/KeyCollection_v1.xml' (50,677) at 20250327080007477
43743 2025-10-05 03:01:04.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EndpointCollection.json' (50,678) at 20250327080007497
43744 2025-10-05 03:01:04.086-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecurityPolicy_v1.xml' (50,679) at 20250327080007493
43745 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkPortCollection_v1.xml' (50,680) at 20250327080007485
43746 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeDeviceCollection_v1.xml' (50,681) at 20250327080007485
43747 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventDestinationCollection_v1.xml' (50,682) at 20250327080007477
43748 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Connection_v1.xml' (50,683) at 20250327080007473
43749 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RouteEntryCollection_v1.xml' (50,684) at 20250327080007489
43750 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RegisteredClientCollection_v1.xml' (50,685) at 20250327080007489
43751 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/gdbstub.c' (50,686) at 20250327080034685
43752 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkAdapterCollection.json' (50,687) at 20250327080007501
43753 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerSupplyCollection.json' (50,688) at 20250327080007501
43754 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EndpointCollection_v1.xml' (50,689) at 20250327080007473
43755 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryChunksCollection_v1.xml' (50,690) at 20250327080007481
43756 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Processor_v1.xml' (50,691) at 20250327080007489
43757 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Redundancy_v1.xml' (50,692) at 20250327080007489
43758 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkInterface_v1.xml' (50,693) at 20250327080007485
43759 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventDestinationCollection.json' (50,694) at 20250327080007497
43760 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/License_v1.xml' (50,695) at 20250327080007481
43761 2025-10-05 03:01:04.087-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryDomainCollection.json' (50,696) at 20250327080007501
43762 2025-10-05 03:01:04.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComputerSystemCollection_v1.xml' (50,697) at 20250327080007469
43763 2025-10-05 03:01:04.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ExternalAccountProvider_v1.xml' (50,698) at 20250327080007477
43764 2025-10-05 03:01:04.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryChunksCollection.json' (50,699) at 20250327080007501
43765 2025-10-05 03:01:04.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (50,700) at 20250327080016713
43766 2025-10-05 03:01:04.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EventService.v1_11_0.json' (50,701) at 20250327080007497
43767 2025-10-05 03:01:04.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ExternalAccountProviderCollection_v1.xml' (50,702) at 20250327080007477
43768 2025-10-05 03:01:04.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CompositionReservationCollection.json' (50,703) at 20250327080007497
43769 2025-10-05 03:01:04.088-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RouteEntryCollection.json' (50,704) at 20250327080007501
43770 2025-10-05 03:01:04.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/License.v1_1_4.json' (50,705) at 20250327080007497
43771 2025-10-05 03:01:04.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EthernetInterfaceCollection.json' (50,706) at 20250327080007497
43772 2025-10-05 03:01:04.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RedfishError_v1.xml' (50,707) at 20250327080007489
43773 2025-10-05 03:01:04.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VLanNetworkInterfaceCollection_v1.xml' (50,708) at 20250327080007493
43774 2025-10-05 03:01:04.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDistributionCollection.json' (50,709) at 20250327080007501
43775 2025-10-05 03:01:04.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/vsx-impl.c.inc' (50,710) at 20250327080034685
43776 2025-10-05 03:01:04.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDistributionMetrics_v1.xml' (50,711) at 20250327080007489
43777 2025-10-05 03:01:04.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComponentIntegrityCollection.json' (50,712) at 20250327080007497
43778 2025-10-05 03:01:04.089-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FacilityCollection_v1.xml' (50,713) at 20250327080007477
43779 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSupply_v1.xml' (50,714) at 20250327080007489
43780 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/App.vue' (50,715) at 20250327080038685
43781 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FanCollection_v1.xml' (50,716) at 20250327080007477
43782 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CertificateLocations_v1.xml' (50,717) at 20250327080007469
43783 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkAdapterMetrics_v1.xml' (50,718) at 20250327080007485
43784 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AggregateCollection_v1.xml' (50,719) at 20250327080007469
43785 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecureBootDatabaseCollection_v1.xml' (50,720) at 20250327080007489
43786 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerCollection.json' (50,721) at 20250327080007497
43787 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkInterface.v1_2_3.json' (50,722) at 20250327080007501
43788 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RedfishExtensions_v1.xml' (50,723) at 20250327080007489
43789 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryCollection_v1.xml' (50,724) at 20250327080007481
43790 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OperatingSystem_v1.xml' (50,725) at 20250327080007485
43791 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VirtualMedia_v1.xml' (50,726) at 20250327080007493
43792 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/DriveCollection_v1.xml' (50,727) at 20250327080007473
43793 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SimpleStorage_v1.xml' (50,728) at 20250327080007493
43794 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolingLoop_v1.xml' (50,729) at 20250327080007473
43795 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/SerialOverLan/SerialOverLanConsole.vue' (50,730) at 20250327080038689
43796 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSubsystem_v1.xml' (50,731) at 20250327080007489
43797 2025-10-05 03:01:04.090-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LogEntryCollection.json' (50,732) at 20250327080007497
43798 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Bios_v1.xml' (50,733) at 20250327080007469
43799 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ChassisCollection.json' (50,734) at 20250327080007497
43800 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDomainCollection.json' (50,735) at 20250327080007501
43801 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/Global/__snapshots__/InputPasswordToggle.spec.js.snap' (50,736) at 20250327080038689
43802 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SecureBootDatabaseCollection.json' (50,737) at 20250327080007501
43803 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewEvents.vue' (50,738) at 20250327080038689
43804 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ApplicationCollection.json' (50,739) at 20250327080007497
43805 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-firmware.c' (50,740) at 20250327080013973
43806 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AggregationSourceCollection.json' (50,741) at 20250327080007497
43807 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/Search.vue' (50,742) at 20250327080038689
43808 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageCollection_v1.xml' (50,743) at 20250327080007493
43809 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryRegionCollection.json' (50,744) at 20250327080007501
43810 2025-10-05 03:01:04.091-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HeaterCollection.json' (50,745) at 20250327080007497
43811 2025-10-05 03:01:04.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/main.js' (50,746) at 20250327080038689
43812 2025-10-05 03:01:04.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JobCollection_v1.xml' (50,747) at 20250327080007477
43813 2025-10-05 03:01:04.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ControlCollection.json' (50,748) at 20250327080007497
43814 2025-10-05 03:01:04.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeFunctionCollection.json' (50,749) at 20250327080007501
43815 2025-10-05 03:01:04.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CXLLogicalDeviceCollection_v1.xml' (50,750) at 20250327080007469
43816 2025-10-05 03:01:04.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TriggersCollection.json' (50,751) at 20250327080007501
43817 2025-10-05 03:01:04.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Thermal_v1.xml' (50,752) at 20250327080007493
43818 2025-10-05 03:01:04.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AccountService.v1_18_0.json' (50,753) at 20250327080007497
43819 2025-10-05 03:01:04.092-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ProcessorCollection.json' (50,754) at 20250327080007501
43820 2025-10-05 03:01:04.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageController.v1_9_1.json' (50,755) at 20250327080007501
43821 2025-10-05 03:01:04.093-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/DriveCollection.json' (50,756) at 20250327080007497
43822 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerAccountCollection.json' (50,757) at 20250327080007497
43823 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Signature_v1.xml' (50,758) at 20250327080007493
43824 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RouteEntry_v1.xml' (50,759) at 20250327080007489
43825 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Firmware/FirmwareCardsBios.vue' (50,760) at 20250327080038689
43826 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MessageRegistry_v1.xml' (50,761) at 20250327080007485
43827 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/GraphicsControllerCollection.json' (50,762) at 20250327080007497
43828 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SwitchCollection_v1.xml' (50,763) at 20250327080007493
43829 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FabricAdapterCollection.json' (50,764) at 20250327080007497
43830 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CableCollection_v1.xml' (50,765) at 20250327080007469
43831 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Circuit_v1.xml' (50,766) at 20250327080007469
43832 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventDestination_v1.xml' (50,767) at 20250327080007477
43833 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/LoadingBar.vue' (50,768) at 20250327080038689
43834 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerEquipment.v1_2_3.json' (50,769) at 20250327080007501
43835 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryMetrics_v1.xml' (50,770) at 20250327080007481
43836 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryRegionCollection_v1.xml' (50,771) at 20250327080007481
43837 2025-10-05 03:01:04.094-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkPort_v1.xml' (50,772) at 20250327080007485
43838 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OperatingConfigCollection.json' (50,773) at 20250327080007501
43839 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CableCollection.json' (50,774) at 20250327080007497
43840 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-pci-bus.c' (50,775) at 20250327080013973
43841 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PrivilegeRegistry_v1.xml' (50,776) at 20250327080007489
43842 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ThermalMetrics_v1.xml' (50,777) at 20250327080007493
43843 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/KeyPolicy_v1.xml' (50,778) at 20250327080007481
43844 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/Kconfig' (50,779) at 20250327080034673
43845 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PhysicalContext_v1.xml' (50,780) at 20250327080007485
43846 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SessionCollection_v1.xml' (50,781) at 20250327080007493
43847 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ZoneCollection_v1.xml' (50,782) at 20250327080007493
43848 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/log_service.hpp' (50,783) at 20250327080007465
43849 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/BatteryCollection_v1.xml' (50,784) at 20250327080007469
43850 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComponentIntegrity_v1.xml' (50,785) at 20250327080007469
43851 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutletCollection_v1.xml' (50,786) at 20250327080007485
43852 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate/vmx-impl.c.inc' (50,787) at 20250327080034685
43853 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/bsa.h' (50,788) at 20250327080034673
43854 2025-10-05 03:01:04.095-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SimpleStorageCollection.json' (50,789) at 20250327080007501
43855 2025-10-05 03:01:04.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/GraphicsControllerCollection_v1.xml' (50,790) at 20250327080007477
43856 2025-10-05 03:01:04.096-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComponentIntegrity.v1_3_1.json' (50,791) at 20250327080007497
43857 2025-10-05 03:01:04.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Facility_v1.xml' (50,792) at 20250327080007477
43858 2025-10-05 03:01:04.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/StorageController.v1_9_1.json' (50,793) at 20250327080007501
43859 2025-10-05 03:01:04.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryChunks_v1.xml' (50,794) at 20250327080007481
43860 2025-10-05 03:01:04.097-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ExternalAccountProviderCollection.json' (50,795) at 20250327080007497
43861 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HostInterfaceCollection_v1.xml' (50,796) at 20250327080007477
43862 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SignatureCollection_v1.xml' (50,797) at 20250327080007493
43863 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComputerSystemCollection.json' (50,798) at 20250327080007497
43864 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageControllerCollection.json' (50,799) at 20250327080007501
43865 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/bufferiszero.c.inc' (50,800) at 20250327080034665
43866 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Container_v1.xml' (50,801) at 20250327080007473
43867 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/load-extract-al16-al8.h.inc' (50,802) at 20250327080034665
43868 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutletGroupCollection.json' (50,803) at 20250327080007501
43869 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AggregateCollection.json' (50,804) at 20250327080007497
43870 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeFunctionCollection_v1.xml' (50,805) at 20250327080007485
43871 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EndpointGroupCollection_v1.xml' (50,806) at 20250327080007473
43872 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CircuitCollection.json' (50,807) at 20250327080007497
43873 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ContainerCollection_v1.xml' (50,808) at 20250327080007473
43874 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/KeyService_v1.xml' (50,809) at 20250327080007481
43875 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_buttons.scss' (50,810) at 20250327080038685
43876 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RouteSetEntryCollection_v1.xml' (50,811) at 20250327080007489
43877 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutboundConnection_v1.xml' (50,812) at 20250327080007485
43878 2025-10-05 03:01:04.098-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ProcessorCollection_v1.xml' (50,813) at 20250327080007489
43879 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Message_v1.xml' (50,814) at 20250327080007485
43880 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/BaseTypes.h' (50,815) at 20250327080013973
43881 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ConnectionMethodCollection_v1.xml' (50,816) at 20250327080007473
43882 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Endpoint_v1.xml' (50,817) at 20250327080007473
43883 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolingLoopCollection_v1.xml' (50,818) at 20250327080007473
43884 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AccelerationFunctionCollection_v1.xml' (50,819) at 20250327080007465
43885 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDistribution_v1.xml' (50,820) at 20250327080007489
43886 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TaskCollection_v1.xml' (50,821) at 20250327080007493
43887 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ResourceBlock_v1.xml' (50,822) at 20250327080007489
43888 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff@.service' (50,823) at 20250328080017689
43889 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/disable-i3c-hub' (50,824) at 20250328080017689
43890 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeBasicContext.cpp' (50,825) at 20250328080003081
43891 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/adc/ADCSensor.cpp' (50,826) at 20250317080003916
43892 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intrusion/ChassisIntrusionSensor.cpp' (50,827) at 20250317080003920
43893 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/adc/ADCSensorMain.cpp' (50,828) at 20250317080003916
43894 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSDRSensor.cpp' (50,829) at 20250317080003920
43895 2025-10-05 03:01:04.099-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ncsi_util.hpp' (50,830) at 20250317080027572
43896 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/TachSensor.cpp' (50,831) at 20250317080003916
43897 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/generate_test_document' (50,832) at 20250317080016096
43898 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/variables.py' (50,833) at 20250317080016096
43899 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/FanMain.cpp' (50,834) at 20250317080003916
43900 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempSensor.cpp' (50,835) at 20250317080003916
43901 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mcu/MCUTempSensor.cpp' (50,836) at 20250317080003920
43902 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/cleanup_bmc.robot' (50,838) at 20250224090015096
43903 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/myffdc.robot' (50,839) at 20250224090015096
43904 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/generator/sections/gen-section.h' (50,840) at 20250224090009120
43905 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/update_mac.robot' (50,841) at 20250224090015096
43906 2025-10-05 03:01:04.100-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dist/meson.build' (50,842) at 20250326080028534
43907 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog_timeout.cpp' (50,843) at 20250326080028534
43908 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/connection_client.robot' (50,844) at 20250326080027626
43909 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/state/phosphor-state-manager/phosphor-service-monitor-default.json' (50,845) at 20250326080026522
43910 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/opdump/dumpdelete' (50,846) at 20250326080028534
43911 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.py' (50,847) at 20250326080027626
43912 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_main.hpp' (50,848) at 20250326080028534
43913 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ipmi_client.robot' (50,849) at 20250326080027630
43914 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dist/clear_resourcedumps_poweroff.service' (50,850) at 20250326080028534
43915 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/plugins/p10-plugins.cpp' (50,854) at 20250326080029514
43916 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_redfish_resource.robot' (50,855) at 20250326080027626
43917 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/opdump/meson.build' (50,856) at 20250326080028534
43918 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dist/clear_systemdumps_poweroff.service' (50,857) at 20250326080028534
43919 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_main.cpp' (50,858) at 20250326080028534
43920 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/external_storer_file.cpp' (50,859) at 20250326080001793
43921 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/meson.build' (50,860) at 20250326080029526
43922 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/obmc_boot_test.py' (50,861) at 20250326080027630
43923 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/mutual_tls.hpp' (50,862) at 20250317080002812
43924 2025-10-05 03:01:04.101-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_enum_attribute_test.cpp' (50,863) at 20250318080036447
43925 2025-10-05 03:01:04.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_config.cpp' (50,864) at 20250318080036447
43926 2025-10-05 03:01:04.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios.cpp' (50,865) at 20250318080036447
43927 2025-10-05 03:01:04.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/subprojects/phosphor-dbus-interfaces.wrap' (50,866) at 20250318080017218
43928 2025-10-05 03:01:04.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_integer_attribute.cpp' (50,867) at 20250318080036447
43929 2025-10-05 03:01:04.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_state_effecter.hpp' (50,868) at 20250318080036447
43930 2025-10-05 03:01:04.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_numeric_effecter.hpp' (50,869) at 20250318080036447
43931 2025-10-05 03:01:04.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/meson.build' (50,870) at 20250318080017214
43932 2025-10-05 03:01:04.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform_state_sensor.hpp' (50,871) at 20250318080036447
43933 2025-10-05 03:01:04.102-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/org/open_power/OCC/Metrics/meson.build' (50,872) at 20250318080017214
43934 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_enum_attribute.cpp' (50,873) at 20250318080036447
43935 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/tyan/tyan_s8040_baseboard.json' (50,874) at 20250318080006238 to deleted uid set
43936 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_integer_attribute_test.cpp' (50,875) at 20250318080036447
43937 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/scripts/meson.build' (50,876) at 20250318080017218
43938 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/subprojects/phosphor-logging.wrap' (50,877) at 20250318080017218
43939 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_pdr_effecter_test.cpp' (50,878) at 20250318080036447
43940 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/scripts/inventory-sensor.py' (50,879) at 20250318080017218
43941 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_pdr_sensor_test.cpp' (50,880) at 20250318080036447
43942 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/snmp_util.cpp' (50,881) at 20250318080034327
43943 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_base_test.cpp' (50,882) at 20250318080036447
43944 2025-10-05 03:01:04.103-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/meson.options' (50,883) at 20250318080017214
43945 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_platform_test.cpp' (50,884) at 20250318080036447
43946 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform.hpp' (50,885) at 20250318080036447
43947 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/watchdog.hpp' (50,886) at 20250318080002910
43948 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/test/pldmd_registration_test.cpp' (50,887) at 20250318080036451
43949 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/tools/ct_metrics/gen_csv_results.py' (50,888) at 20250318080015654
43950 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem_git.bb' (50,889) at 20250318080014434
43951 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/pdr_state_effecter.hpp' (50,890) at 20250318080036447
43952 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/bios_string_attribute.cpp' (50,891) at 20250318080036447
43953 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/.gitignore' (50,892) at 20250318080017214
43954 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_misc.py' (50,893) at 20250318080015654
43955 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/subprojects/sdbusplus.wrap' (50,894) at 20250318080017218
43956 2025-10-05 03:01:04.104-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/libpldmresponder_bios_string_attribute_test.cpp' (50,895) at 20250318080036447
43957 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_manager.cpp' (50,906) at 20250322080022811
43958 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001_power_vs.json' (50,907) at 20250322080016775
43959 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/Entry.interface.yaml' (50,908) at 20250322080018451
43960 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50003_power_vs.json' (50,909) at 20250322080016775
43961 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/property.aserver.callback.hpp.mako' (50,910) at 20250321080050072
43962 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/reconfig-net-interface' (50,911) at 20250322080011850
43963 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/serialization_test_properties.cpp' (50,917) at 20250322080022811
43964 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sel_time.robot' (50,918) at 20250322080012866
43965 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/property.py' (50,919) at 20250322080041095
43966 2025-10-05 03:01:04.105-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/KeyPolicyCollection.json' (50,920) at 20250327080007497
43967 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CXLLogicalDevice_v1.xml' (50,921) at 20250327080007469
43968 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/StorageCollection.json' (50,922) at 20250327080007501
43969 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LicenseCollection.json' (50,923) at 20250327080007497
43970 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Schedule_v1.xml' (50,924) at 20250327080007489
43971 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Event_v1.xml' (50,925) at 20250327080007477
43972 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ServiceConditions_v1.xml' (50,926) at 20250327080007493
43973 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TriggersCollection_v1.xml' (50,927) at 20250327080007493
43974 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SessionService_v1.xml' (50,928) at 20250327080007493
43975 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetectorCollection.json' (50,929) at 20250327080007497
43976 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EthernetInterfaceCollection_v1.xml' (50,930) at 20250327080007473
43977 2025-10-05 03:01:04.106-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Settings_v1.xml' (50,931) at 20250327080007493
43978 2025-10-05 03:01:04.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LogService.v1_8_0.json' (50,932) at 20250327080007497
43979 2025-10-05 03:01:04.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/DeviceMgmt.hpp' (50,947) at 20250328080003081
43980 2025-10-05 03:01:04.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/redfish_plus.py' (50,948) at 20250328080018741
43981 2025-10-05 03:01:04.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.hpp' (50,949) at 20250328080026053
43982 2025-10-05 03:01:04.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/PwmSensor.cpp' (50,950) at 20250328080003081
43983 2025-10-05 03:01:04.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/osfp-eeprom-driver-bind' (50,951) at 20250328080017685
43984 2025-10-05 03:01:04.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/utils.py' (50,952) at 20250328080018741
43985 2025-10-05 03:01:04.107-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/generate_whitelist.sh' (50,953) at 20250328080026053
43986 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/common_utils.robot' (50,954) at 20250328080018741
43987 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/sel-logger/phosphor-sel-logger_%.bbappend' (50,955) at 20250328080017689
43988 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/skip_test_witherspoon' (50,956) at 20250328080018741
43989 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/FileHandle.cpp' (50,957) at 20250328080003081
43990 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeSensorMain.cpp' (50,958) at 20250328080003085
43991 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/DeviceMgmt.cpp' (50,959) at 20250328080003081
43992 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/en-i3c-hub-scan-fru' (50,960) at 20250328080017689
43993 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/fallback.cpp' (50,963) at 20250328080025133
43994 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CompositionReservationCollection_v1.xml' (50,964) at 20250327080007469
43995 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/BootOption_v1.xml' (50,965) at 20250327080007469
43996 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricReportCollection_v1.xml' (50,966) at 20250327080007485
43997 2025-10-05 03:01:04.108-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RouteSetEntry_v1.xml' (50,967) at 20250327080007489
43998 2025-10-05 03:01:04.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Event.v1_11_1.json' (50,968) at 20250327080007497
43999 2025-10-05 03:01:04.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewCard.vue' (50,969) at 20250327080038689
44000 2025-10-05 03:01:04.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AllowDenyCollection_v1.xml' (50,970) at 20250327080007469
44001 2025-10-05 03:01:04.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Role_v1.xml' (50,971) at 20250327080007489
44002 2025-10-05 03:01:04.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Power_v1.xml' (50,972) at 20250327080007489
44003 2025-10-05 03:01:04.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeDeviceCollection.json' (50,973) at 20250327080007501
44004 2025-10-05 03:01:04.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComponentIntegrityCollection_v1.xml' (50,974) at 20250327080007469
44005 2025-10-05 03:01:04.109-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SwitchMetrics_v1.xml' (50,975) at 20250327080007493
44006 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Event.v1_11_1.json' (50,976) at 20250327080007497
44007 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LogServiceCollection.json' (50,977) at 20250327080007497
44008 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerEquipment_v1.xml' (50,978) at 20250327080007489
44009 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SerialInterfaceCollection_v1.xml' (50,979) at 20250327080007493
44010 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/USBControllerCollection_v1.xml' (50,980) at 20250327080007493
44011 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VCATEntryCollection_v1.xml' (50,981) at 20250327080007493
44012 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/layouts/AppLayout.vue' (50,982) at 20250327080038689
44013 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerAccountCollection_v1.xml' (50,983) at 20250327080007481
44014 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CollectionCapabilities_v1.xml' (50,984) at 20250327080007469
44015 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-cxl-protocol.c' (50,985) at 20250327080013973
44016 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutletCollection.json' (50,986) at 20250327080007501
44017 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricReport_v1.xml' (50,987) at 20250327080007485
44018 2025-10-05 03:01:04.110-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ControlCollection_v1.xml' (50,988) at 20250327080007473
44019 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkAdapterCollection_v1.xml' (50,989) at 20250327080007485
44020 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/InfoTooltip.vue' (50,990) at 20250327080038685
44021 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VCATEntry_v1.xml' (50,991) at 20250327080007493
44022 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LogServiceCollection_v1.xml' (50,992) at 20250327080007481
44023 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/RebootBmc/RebootBmc.vue' (50,993) at 20250327080038689
44024 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSupplyCollection_v1.xml' (50,994) at 20250327080007489
44025 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/Policies.vue' (50,995) at 20250327080038689
44026 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MemoryCollection.json' (50,996) at 20250327080007501
44027 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RouteSetEntryCollection.json' (50,997) at 20250327080007501
44028 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SessionCollection.json' (50,998) at 20250327080007501
44029 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/IPAddresses_v1.xml' (50,999) at 20250327080007477
44030 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkDeviceFunctionCollection.json' (51,000) at 20250327080007501
44031 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/BootOptionCollection_v1.xml' (51,001) at 20250327080007469
44032 2025-10-05 03:01:04.111-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/kconfig.rst' (51,002) at 20250327080034665
44033 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TrustedComponentCollection_v1.xml' (51,003) at 20250327080007493
44034 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerCollection_v1.xml' (51,004) at 20250327080007481
44035 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/InputPasswordToggle.vue' (51,005) at 20250327080038685
44036 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SimpleStorageCollection_v1.xml' (51,006) at 20250327080007493
44037 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CXLLogicalDeviceCollection.json' (51,007) at 20250327080007497
44038 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AggregationService_v1.xml' (51,008) at 20250327080007469
44039 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AggregationSourceCollection_v1.xml' (51,009) at 20250327080007469
44040 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppHeader/AppHeader.vue' (51,010) at 20250327080038685
44041 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MediaControllerCollection.json' (51,011) at 20250327080007501
44042 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AddressPoolCollection.json' (51,012) at 20250327080007497
44043 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/gui_setup_reference.md' (51,013) at 20250327080017657
44044 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/ButtonBackToTop.vue' (51,014) at 20250327080038685
44045 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkPortCollection.json' (51,015) at 20250327080007501
44046 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/Kvm/KvmConsole.vue' (51,016) at 20250327080038689
44047 2025-10-05 03:01:04.112-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_tables.scss' (51,017) at 20250327080038685
44048 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EndpointGroupCollection.json' (51,018) at 20250327080007497
44049 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/meson.build' (51,019) at 20250327080014805
44050 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-memory.c' (51,020) at 20250327080013973
44051 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecureBoot_v1.xml' (51,021) at 20250327080007493
44052 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/RegisteredClient_v1.xml' (51,022) at 20250327080007489
44053 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDomainCollection_v1.xml' (51,023) at 20250327080007489
44054 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/meson.build' (51,024) at 20250327080014809
44055 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/PageSection.vue' (51,025) at 20250327080038689
44056 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerSupplyMetrics_v1.xml' (51,026) at 20250327080007489
44057 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MessageRegistryCollection_v1.xml' (51,027) at 20250327080007485
44058 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OperatingConfigCollection_v1.xml' (51,028) at 20250327080007485
44059 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LeakDetectorCollection_v1.xml' (51,029) at 20250327080007481
44060 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDistributionCollection_v1.xml' (51,030) at 20250327080007489
44061 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ActionInfo_v1.xml' (51,031) at 20250327080007469
44062 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/OutboundConnectionCollection.json' (51,032) at 20250327080007501
44063 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ConnectionCollection_v1.xml' (51,033) at 20250327080007473
44064 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LicenseCollection_v1.xml' (51,034) at 20250327080007481
44065 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ConnectionCollection.json' (51,035) at 20250327080007497
44066 2025-10-05 03:01:04.113-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ZoneCollection.json' (51,036) at 20250327080007501
44067 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VirtualMedia.v1_6_5.json' (51,037) at 20250327080007501
44068 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SensorCollection.json' (51,038) at 20250327080007501
44069 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/pcie_device.hpp' (51,039) at 20250327080007465
44070 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutletGroupCollection_v1.xml' (51,040) at 20250327080007485
44071 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OperatingConfig_v1.xml' (51,041) at 20250327080007485
44072 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SignatureCollection.json' (51,042) at 20250327080007501
44073 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Zone_v1.xml' (51,043) at 20250327080007493
44074 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CircuitCollection_v1.xml' (51,044) at 20250327080007469
44075 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VCATEntryCollection.json' (51,045) at 20250327080007501
44076 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingLoopCollection.json' (51,046) at 20250327080007497
44077 2025-10-05 03:01:04.114-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FanCollection.json' (51,047) at 20250327080007497
44078 2025-10-05 03:01:04.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricDefinitionCollection.json' (51,048) at 20250327080007501
44079 2025-10-05 03:01:04.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JsonSchemaFile_v1.xml' (51,049) at 20250327080007477
44080 2025-10-05 03:01:04.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AllowDenyCollection.json' (51,050) at 20250327080007497
44081 2025-10-05 03:01:04.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MessageRegistryFile_v1.xml' (51,051) at 20250327080007485
44082 2025-10-05 03:01:04.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/meson.build' (51,052) at 20250327080014805
44083 2025-10-05 03:01:04.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/VirtualMedia.v1_6_5.json' (51,053) at 20250327080007501
44084 2025-10-05 03:01:04.115-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/BootOptionCollection.json' (51,054) at 20250327080007497
44085 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EthernetInterface.v1_12_4.json' (51,055) at 20250327080007497
44086 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HeaterCollection_v1.xml' (51,056) at 20250327080007477
44087 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Key_v1.xml' (51,057) at 20250327080007481
44088 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EventService_v1.xml' (51,058) at 20250327080007477
44089 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Outlet_v1.xml' (51,059) at 20250327080007485
44090 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AccelerationFunction_v1.xml' (51,060) at 20250327080007465
44091 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TrustedComponentCollection.json' (51,061) at 20250327080007501
44092 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JsonSchemaFileCollection.json' (51,062) at 20250327080007497
44093 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LicenseService_v1.xml' (51,063) at 20250327080007481
44094 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ResourceBlockCollection_v1.xml' (51,064) at 20250327080007489
44095 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableFilter.vue' (51,065) at 20250327080038689
44096 2025-10-05 03:01:04.116-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageMetrics_v1.xml' (51,066) at 20250327080007493
44097 2025-10-05 03:01:04.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EthernetInterface_v1.xml' (51,067) at 20250327080007477
44098 2025-10-05 03:01:04.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/BatteryCollection.json' (51,068) at 20250327080007497
44099 2025-10-05 03:01:04.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/UserManagement.vue' (51,069) at 20250327080038689
44100 2025-10-05 03:01:04.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HostInterface_v1.xml' (51,070) at 20250327080007477
44101 2025-10-05 03:01:04.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/LogService.v1_8_0.json' (51,071) at 20250327080007497
44102 2025-10-05 03:01:04.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AddressPool_v1.xml' (51,072) at 20250327080007469
44103 2025-10-05 03:01:04.117-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/host_interface.hpp' (51,073) at 20250523080034010
44104 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_serialize.cpp' (51,074) at 20250523080034006
44105 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_data.cpp' (51,075) at 20250523080034010
44106 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/manager.hpp' (51,076) at 20250523080034010
44107 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/power-rail-deassert-log@.service' (51,077) at 20250529080023933
44108 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_IpmbSensor.cpp' (51,078) at 20250529080004869
44109 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/xyz.openbmc_project.Software.CPLD.service' (51,079) at 20250529080034537
44110 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-deassert-log@.service' (51,080) at 20250529080023933
44111 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/resource_messages.hpp' (51,081) at 20250528080003068
44112 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/phosphor-dbus-interfaces.wrap' (51,082) at 20250528080005196
44113 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/leakdetector/LeakDetectionManager.cpp' (51,083) at 20250528080005192
44114 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/EntityManagerInterface.hpp' (51,084) at 20250528080005192
44115 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/device.hpp' (51,085) at 20250528080020276
44116 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/heartbeat_messages.hpp' (51,086) at 20250528080003068
44117 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/leakdetector/LeakEvents.hpp' (51,087) at 20250528080005192
44118 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/perform_probe.hpp' (51,088) at 20250528080007008
44119 2025-10-05 03:01:04.118-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/resource_messages.cpp' (51,089) at 20250528080003068
44120 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data_json.cpp' (51,090) at 20250528080025988
44121 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/task_messages.cpp' (51,091) at 20250528080003068
44122 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/leakdetector/LeakEvents.cpp' (51,092) at 20250528080005192
44123 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/Harma/meson.build' (51,093) at 20250528080021428
44124 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/SystemdInterface.hpp' (51,094) at 20250528080005192
44125 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/leakdetector/LeakDetectionManager.hpp' (51,095) at 20250528080005192
44126 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/GPIOInterface.hpp' (51,096) at 20250528080005192
44127 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/GPIOInterface.cpp' (51,097) at 20250528080005192
44128 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/task_messages.hpp' (51,098) at 20250528080003068
44129 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/leakdetector/LeakGPIODetector.hpp' (51,099) at 20250528080005192
44130 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/heartbeat_messages.cpp' (51,100) at 20250528080003068
44131 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/gpio.cpp' (51,104) at 20250530080027649
44132 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/interfaces/manager_interface.cpp' (51,105) at 20250530080027649
44133 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/bios-update' (51,106) at 20250530080013369
44134 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-poweroff' (51,107) at 20250530080013369
44135 2025-10-05 03:01:04.119-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/pmbus.cpp' (51,108) at 20250530080027649
44136 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/failing_mtms.cpp' (51,109) at 20250531080023921
44137 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/service_indicators.cpp' (51,110) at 20250531080023925
44138 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-blobs/.clang-tidy' (51,111) at 20250531080022509
44139 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/.clang-tidy' (51,112) at 20250531080018305
44140 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/json_utils_test.cpp' (51,113) at 20250531080023925
44141 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/.clang-tidy' (51,114) at 20250531080038393
44142 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_header.cpp' (51,115) at 20250531080023925
44143 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/sbe_ffdc_handler.cpp' (51,116) at 20250531080023925
44144 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/src.hpp' (51,117) at 20250531080023925
44145 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/fru_identity.hpp' (51,118) at 20250531080023921
44146 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/.clang-tidy' (51,119) at 20250531080025541
44147 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_entry.cpp' (51,120) at 20250531080023921
44148 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel_entry.hpp' (51,121) at 20250531080023925
44149 2025-10-05 03:01:04.120-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/test/meson.build' (51,122) at 20250531080038393
44150 2025-10-05 03:01:04.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/additional_data.hpp' (51,123) at 20250531080023921
44151 2025-10-05 03:01:04.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/fru_identity.cpp' (51,124) at 20250531080023921
44152 2025-10-05 03:01:04.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/.clang-tidy' (51,125) at 20250531080034461
44153 2025-10-05 03:01:04.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.clang-tidy' (51,126) at 20250531080023177
44154 2025-10-05 03:01:04.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.clang-tidy' (51,127) at 20250531080031413
44155 2025-10-05 03:01:04.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/src/meson.build' (51,128) at 20250531080038393
44156 2025-10-05 03:01:04.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/src.cpp' (51,129) at 20250531080023925
44157 2025-10-05 03:01:04.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/journal.cpp' (51,137) at 20250531080023921
44158 2025-10-05 03:01:04.121-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/.clang-tidy' (51,138) at 20250531080005373
44159 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/stream.hpp' (51,139) at 20250531080023925
44160 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data.hpp' (51,140) at 20250531080023925
44161 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_data.cpp' (51,141) at 20250531080023925
44162 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_header.cpp' (51,142) at 20250531080023921
44163 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/failing_mtms.hpp' (51,143) at 20250531080023921
44164 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/json_utils.hpp' (51,144) at 20250531080023921
44165 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/user_header.hpp' (51,145) at 20250531080023925
44166 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/.clang-tidy' (51,146) at 20250531080041305
44167 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/private_header.cpp' (51,147) at 20250531080023925
44168 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/generic.hpp' (51,148) at 20250531080023921
44169 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry.cpp' (51,149) at 20250531080023925
44170 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/phosphor-ipmi-net@.socket' (51,150) at 20250531080025129
44171 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/section.hpp' (51,151) at 20250531080023925
44172 2025-10-05 03:01:04.122-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/repository.cpp' (51,152) at 20250531080023925
44173 2025-10-05 03:01:04.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/entry_points.cpp' (51,153) at 20250531080023921
44174 2025-10-05 03:01:04.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/private_header.hpp' (51,154) at 20250531080023925
44175 2025-10-05 03:01:04.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/callout.hpp' (51,155) at 20250531080023921
44176 2025-10-05 03:01:04.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_header.hpp' (51,156) at 20250531080023921
44177 2025-10-05 03:01:04.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/generic.cpp' (51,157) at 20250531080023921
44178 2025-10-05 03:01:04.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/json_utils.cpp' (51,158) at 20250531080023921
44179 2025-10-05 03:01:04.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_certificates_sub_menu.robot' (51,159) at 20250523080023241
44180 2025-10-05 03:01:04.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/dbus_watcher.hpp' (51,160) at 20250523080034006
44181 2025-10-05 03:01:04.123-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_ldap_sub_menu.robot' (51,161) at 20250523080023241
44182 2025-10-05 03:01:04.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_test.cpp' (51,162) at 20250523080034014
44183 2025-10-05 03:01:04.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/lib/resource.robot' (51,163) at 20250523080023241
44184 2025-10-05 03:01:04.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/service_indicators.hpp' (51,164) at 20250523080034010
44185 2025-10-05 03:01:04.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-reload' (51,178) at 20250524080018137
44186 2025-10-05 03:01:04.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/fan-reload.service' (51,179) at 20250524080018137
44187 2025-10-05 03:01:04.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/configure-nic-mctp-endpoint' (51,180) at 20250524080018137
44188 2025-10-05 03:01:04.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bmc_storage_module.json' (51,181) at 20250524080009881
44189 2025-10-05 03:01:04.124-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/fan.hpp' (51,182) at 20250524080002776
44190 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/fans/phosphor-pid-control/config.json' (51,183) at 20250524080018137
44191 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/plat-80-obmc-console-uart.rules' (51,184) at 20250525080012890
44192 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/pdr.h' (51,185) at 20250526080009535
44193 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/meson.build' (51,186) at 20250522080030170
44194 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/network/phosphor-network/config.json' (51,187) at 20250522080014042
44195 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/templates/meson.build' (51,188) at 20250522080030170
44196 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/configuration/entity-manager/blacklist.json' (51,189) at 20250522080014038
44197 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (51,190) at 20250522080014042
44198 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/default-eventfilter.json' (51,191) at 20250522080030170
44199 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/configuration/entity-manager/blacklist.json' (51,192) at 20250522080014042
44200 2025-10-05 03:01:04.125-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (51,193) at 20250522080014038
44201 2025-10-05 03:01:04.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (51,225) at 20250522080014042
44202 2025-10-05 03:01:04.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config_hdc1080.json' (51,226) at 20250522080014038
44203 2025-10-05 03:01:04.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/lg2_commit.cpp' (51,227) at 20250522080030166
44204 2025-10-05 03:01:04.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/openbmc_message_registry.hpp' (51,228) at 20250521080002276
44205 2025-10-05 03:01:04.126-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/meson.options' (51,231) at 20250522080030170
44206 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/images/file/settings.json' (51,232) at 20250522080014042
44207 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/environmental_message_registry.hpp' (51,233) at 20250521080002272
44208 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/registries_test.cpp' (51,234) at 20250521080002276
44209 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (51,235) at 20250521080011596
44210 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/registries.cpp' (51,236) at 20250521080002276
44211 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/gpu-card-init/files/mctp_init.sh' (51,237) at 20250521080011596
44212 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (51,238) at 20250522080014042
44213 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/gen-eventfilter.py' (51,239) at 20250522080030170
44214 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config_si7021.json' (51,240) at 20250522080014038
44215 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/callouts/callouts-gen.hpp.mako' (51,241) at 20250521080022765
44216 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/network/phosphor-network/config.json' (51,242) at 20250522080014042
44217 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (51,243) at 20250522080014038
44218 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/yosemite4-phosphor-multi-gpio-monitor.json' (51,244) at 20250522080014042
44219 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/log_service_message_registry.hpp' (51,245) at 20250521080002272
44220 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/storage_device_message_registry.hpp' (51,246) at 20250521080002276
44221 2025-10-05 03:01:04.127-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/gpu-card-init/files/mctp_setup.sh' (51,247) at 20250521080011596
44222 2025-10-05 03:01:04.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/query_param.hpp' (51,248) at 20250521080002276
44223 2025-10-05 03:01:04.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/gpu-card-init/files/mctp_setup.service' (51,249) at 20250521080011596
44224 2025-10-05 03:01:04.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/fabric_message_registry.hpp' (51,250) at 20250521080002272
44225 2025-10-05 03:01:04.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (51,251) at 20250522080014038
44226 2025-10-05 03:01:04.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/templates/event-filter.cpp.mako' (51,252) at 20250522080030170
44227 2025-10-05 03:01:04.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/schemas/eventfilter.schema.yaml' (51,253) at 20250522080030170
44228 2025-10-05 03:01:04.128-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (51,254) at 20250522080014038
44229 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (51,255) at 20250522080014046
44230 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_interface.cpp' (51,256) at 20250522080033226
44231 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/lg2_commit.hpp' (51,257) at 20250522080030166
44232 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/.clang-tidy' (51,258) at 20250603080028418
44233 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (51,259) at 20250603080012954
44234 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-server.h' (51,260) at 20250603080012030
44235 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.clang-tidy' (51,261) at 20250603080004857
44236 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb' (51,262) at 20250603080012954
44237 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/meson.build' (51,263) at 20250603080006642
44238 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/utils/mctp-demux-daemon.c' (51,264) at 20250603080010514
44239 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/example/meson.build' (51,265) at 20250603080006642
44240 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/src/version.hpp' (51,266) at 20250603080028418
44241 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-pcie.json' (51,267) at 20250603080010066
44242 2025-10-05 03:01:04.129-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/config/power-config-host0.json' (51,268) at 20250603080037146
44243 2025-10-05 03:01:04.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ProfileSettings/ProfileSettings.vue' (51,269) at 20250603080036430
44244 2025-10-05 03:01:04.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/.clang-tidy' (51,270) at 20250603080012030
44245 2025-10-05 03:01:04.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/OWNERS' (51,271) at 20250603080012954
44246 2025-10-05 03:01:04.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-pcie-aerInfo.json' (51,282) at 20250603080010066
44247 2025-10-05 03:01:04.130-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/src/meson.build' (51,283) at 20250603080006642
44248 2025-10-05 03:01:04.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-p10-20.json' (51,284) at 20250520080021570
44249 2025-10-05 03:01:04.134-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/meson.options' (51,285) at 20250520080009686
44250 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/ras-data/data/ras-data-p10-10.json' (51,286) at 20250520080021566
44251 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/templates/elog-lookup-template.cpp.mako' (51,287) at 20250521080022765
44252 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/task_event_message_registry.hpp' (51,288) at 20250521080002276
44253 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/templates/elog-process-metadata.cpp.mako' (51,289) at 20250521080022765
44254 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/telemetry_message_registry.hpp' (51,290) at 20250521080002276
44255 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/phosphor-logging/templates/elog-gen-template.hpp.mako' (51,291) at 20250521080022765
44256 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/callouts/callouts.py' (51,292) at 20250521080022765
44257 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/job_event_message_registry.hpp' (51,293) at 20250521080002272
44258 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/gpu-card-init/files/mctp_init.service' (51,294) at 20250521080011596
44259 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/parse_example.py' (51,295) at 20250520080009686
44260 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/subprojects/json-c.wrap' (51,296) at 20250520080009686
44261 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/tpm.cpp' (51,297) at 20250520080040862
44262 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/subprojects/packagefiles/json-c/meson.build' (51,298) at 20250520080009686
44263 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/pyproject.toml' (51,299) at 20250520080009686
44264 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/subprojects/packagefiles/json-c/config/meson.build' (51,300) at 20250520080009686
44265 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/subprojects/packagefiles/jsoncdac/meson.build' (51,308) at 20250520080009686
44266 2025-10-05 03:01:04.138-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/pycper.c' (51,309) at 20250520080009686
44267 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (51,310) at 20250520080013550
44268 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/tpm.hpp' (51,311) at 20250520080040862
44269 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/date_time_utils.py' (51,312) at 20250518080013307
44270 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/platform_message_registry.hpp' (51,317) at 20250521080002276
44271 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/tools/elog-gen.py' (51,318) at 20250521080022765
44272 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/fan-rotor-fail-mechanism' (51,319) at 20250521080011596
44273 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/heartbeat_event_message_registry.hpp' (51,320) at 20250521080002272
44274 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/power_message_registry.hpp' (51,321) at 20250521080002276
44275 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/gpu-card-init/gpu-card-init.bb' (51,322) at 20250521080011596
44276 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries.hpp' (51,323) at 20250521080002272
44277 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/composition_message_registry.hpp' (51,324) at 20250521080002272
44278 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/base_message_registry.hpp' (51,325) at 20250521080002272
44279 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/fan-rotor-fail-mechanism.service' (51,326) at 20250521080011596
44280 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries_selector.hpp' (51,327) at 20250521080002276
44281 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/ethernet_fabric_message_registry.hpp' (51,328) at 20250521080002272
44282 2025-10-05 03:01:04.139-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/network_device_message_registry.hpp' (51,329) at 20250521080002272
44283 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/license_message_registry.hpp' (51,330) at 20250521080002272
44284 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/message_registries.hpp' (51,331) at 20250521080002276
44285 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/sensor_event_message_registry.hpp' (51,332) at 20250521080002276
44286 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/resource_event_message_registry.hpp' (51,333) at 20250521080002276
44287 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/machine/catalina.conf' (51,334) at 20250605080017439
44288 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-liquid-cooled.inc' (51,335) at 20250605080017439
44289 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/.clang-tidy' (51,336) at 20250605080033484
44290 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/oem/example/apphandler.cpp' (51,337) at 20250605080026367
44291 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/smbios/smbios-mdr_%.bbappend' (51,338) at 20250605080017443
44292 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/oem/example/meson.build' (51,339) at 20250605080026367
44293 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (51,340) at 20250605080017439
44294 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (51,341) at 20250605080017439
44295 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-snmp_git.bb' (51,342) at 20250605080017443
44296 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/machine/minerva.conf' (51,343) at 20250605080017439
44297 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/smbios_mdrv2.hpp' (51,344) at 20250605080039880
44298 2025-10-05 03:01:04.140-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/machine/harma.conf' (51,345) at 20250605080017439
44299 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/util.cpp' (51,346) at 20250523080034014
44300 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/journal.hpp' (51,347) at 20250523080034010
44301 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/config_files/Balcones.json' (51,348) at 20250523080037066
44302 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/util.hpp' (51,349) at 20250523080034014
44303 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pel.cpp' (51,350) at 20250523080034010
44304 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/scp_execution.py' (51,351) at 20250523080023241
44305 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_policies_sub_menu.robot' (51,352) at 20250523080023241
44306 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/fapi_data_process.cpp' (51,353) at 20250523080034010
44307 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-facebook.dts' (51,354) at 20250523080045402
44308 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/tools/peltool.cpp' (51,355) at 20250523080034014
44309 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/ast2600-gb200nvl-bmc-nvidia.dts' (51,356) at 20250523080045402
44310 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/callouts/callout_test.cpp' (51,357) at 20250523080034006
44311 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/check-i3c-hub' (51,358) at 20250523080022025
44312 2025-10-05 03:01:04.141-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/templates/log_collector_config_template.yaml' (51,359) at 20250523080023241
44313 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/log-chassis-powercycle-sel@.service' (51,360) at 20250523080022025
44314 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/data_interface.cpp' (51,361) at 20250523080034006
44315 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pldm_interface.hpp' (51,362) at 20250523080034010
44316 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/paths.hpp' (51,363) at 20250523080034014
44317 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/gui_header/test_obmc_gui_server_health.robot' (51,364) at 20250523080023241
44318 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_snmp_alerts_sub_menu.robot' (51,365) at 20250523080023241
44319 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/test/pldm_utils_test.cpp' (51,366) at 20250519080031878
44320 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/console/obmc-console/obmc-console.conf' (51,367) at 20250512080026350
44321 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/console/obmc-console_%.bbappend' (51,368) at 20250512080026350
44322 2025-10-05 03:01:04.142-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blkreplay.c' (51,369) at 20250516080047436
44323 2025-10-05 03:01:04.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/irq.h' (51,370) at 20250516080047664
44324 2025-10-05 03:01:04.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_vio.h' (51,371) at 20250516080047668
44325 2025-10-05 03:01:04.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook.inc' (51,372) at 20250516080017008
44326 2025-10-05 03:01:04.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/syscalls.c' (51,373) at 20250516080047780
44327 2025-10-05 03:01:04.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-siglist.c' (51,374) at 20250516080047632
44328 2025-10-05 03:01:04.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/generic-pcihost.c' (51,375) at 20250516080047916
44329 2025-10-05 03:01:04.143-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target.h' (51,376) at 20250516080047892
44330 2025-10-05 03:01:04.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_rtas.c' (51,377) at 20250516080047604
44331 2025-10-05 03:01:04.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/fp-test.c' (51,378) at 20250516080047904
44332 2025-10-05 03:01:04.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_helper_protos.py' (51,379) at 20250516080047816
44333 2025-10-05 03:01:04.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/cocoa.m' (51,380) at 20250516080047940
44334 2025-10-05 03:01:04.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/host-interface.hpp' (51,381) at 20250519080023122
44335 2025-10-05 03:01:04.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (51,382) at 20250517080017093
44336 2025-10-05 03:01:04.144-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-x86/chassis/x86-power-control_%.bbappend' (51,383) at 20250517080017093
44337 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/match.hpp' (51,439) at 20250517080041882
44338 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/README.md' (51,440) at 20250517080027982
44339 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/meson.build' (51,441) at 20250517080019221
44340 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/eeprom_device_version.cpp' (51,442) at 20250517080027982
44341 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async.hpp' (51,443) at 20250517080041882
44342 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/OWNERS' (51,444) at 20250517080017093
44343 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/packagegroups/packagegroup-fb-apps.bb' (51,445) at 20250517080017093
44344 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/ssh_execution.py' (51,446) at 20250518080013307
44345 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dmtf_redfishtool_utils.robot' (51,447) at 20250518080013311
44346 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/lib/ssh_utility.py' (51,448) at 20250518080013307
44347 2025-10-05 03:01:04.145-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/cper-utils.c' (51,449) at 20250518080009527
44348 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/gpu_stress_test.robot' (51,450) at 20250518080013311
44349 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/manager.cpp' (51,451) at 20250518080027523
44350 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/validate_configs.py' (51,452) at 20250518080004315
44351 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-nvidia.c' (51,453) at 20250518080009527
44352 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/lamptest/lamptest.cpp' (51,454) at 20250518080027523
44353 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/cper-utils.h' (51,455) at 20250518080009527
44354 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_cipher.robot' (51,456) at 20250518080013307
44355 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/nvidia_cmet_info.cperhex' (51,457) at 20250518080009527
44356 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/telnet_execution.py' (51,458) at 20250518080013307
44357 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/led-main.cpp' (51,459) at 20250518080027523
44358 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_chassis.robot' (51,460) at 20250518080013307
44359 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/manager.hpp' (51,461) at 20250518080027523
44360 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_cold_reset.robot' (51,462) at 20250518080013307
44361 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/redfish.py' (51,463) at 20250518080013307
44362 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/lamptest/lamptest.hpp' (51,464) at 20250518080027523
44363 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_cleanup.robot' (51,465) at 20250518080013311
44364 2025-10-05 03:01:04.146-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/plugins/shell_execution.py' (51,466) at 20250518080013307
44365 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/operational-status-monitor.hpp' (51,467) at 20250518080027523
44366 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/lib/telnet_utility.py' (51,468) at 20250518080013307
44367 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sdr.robot' (51,469) at 20250518080013307
44368 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_savearea_management.robot' (51,470) at 20250516080018124
44369 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/meson.build' (51,471) at 20250516080047452
44370 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/virtio-scsi-dataplane.c' (51,472) at 20250516080047620
44371 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/r2d.c' (51,473) at 20250516080047624
44372 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-tls.h' (51,474) at 20250516080047672
44373 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/utils.py' (51,475) at 20250516080047904
44374 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/os-posix.c' (51,476) at 20250516080047712
44375 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/syn-2-rs/meson.build' (51,477) at 20250516080047784
44376 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx-static/theme_overrides.css' (51,478) at 20250516080047472
44377 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/trace-events' (51,479) at 20250516080047644
44378 2025-10-05 03:01:04.147-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_replay.py' (51,480) at 20250516080047908
44379 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/blockdev.h' (51,481) at 20250516080047684
44380 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qnum.c' (51,482) at 20250516080047932
44381 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/meson.build' (51,483) at 20250516080047612
44382 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/uefi-vars.rst' (51,484) at 20250516080047468
44383 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-bus-helper.h' (51,485) at 20250516080047672
44384 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci-pci.c' (51,486) at 20250516080047636
44385 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/fp-bench.c' (51,487) at 20250516080047904
44386 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vmapple/trace-events' (51,488) at 20250516080047652
44387 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_tcg_funcs.py' (51,489) at 20250516080047816
44388 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sh4eb-linux-user.mak' (51,490) at 20250516080047460
44389 2025-10-05 03:01:04.148-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_rainier.py' (51,491) at 20250516080047908
44390 2025-10-05 03:01:04.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/insn.c' (51,492) at 20250516080047932
44391 2025-10-05 03:01:04.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/atomic128.h' (51,493) at 20250516080047676
44392 2025-10-05 03:01:04.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_microblaze_replay.py' (51,494) at 20250516080047908
44393 2025-10-05 03:01:04.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/kvm.h' (51,495) at 20250516080047688
44394 2025-10-05 03:01:04.149-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/accounting.c' (51,496) at 20250516080047432
44395 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_acpi_bits.py' (51,497) at 20250516080047904
44396 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/riscv-aia.rst' (51,498) at 20250516080047472
44397 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qnull.c' (51,499) at 20250516080047932
44398 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/hmp.c' (51,500) at 20250516080047708
44399 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/record_manager.cpp' (51,501) at 20250516080038912
44400 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-common.c' (51,502) at 20250516080047896
44401 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sparc64_sun4u.py' (51,503) at 20250516080047908
44402 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qemu-ga.rst' (51,504) at 20250516080047468
44403 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sh4eb_r2d.py' (51,505) at 20250516080047908
44404 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/rx-softmmu.mak' (51,506) at 20250516080047460
44405 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/archive.py' (51,507) at 20250516080047904
44406 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-image-locking.c' (51,508) at 20250516080047936
44407 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/trace-events' (51,509) at 20250516080047512
44408 2025-10-05 03:01:04.150-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/trace-events' (51,510) at 20250516080047876
44409 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/xlnx-efuse.h' (51,511) at 20250516080047668
44410 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/qnull.h' (51,512) at 20250516080047676
44411 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/arm-compat-semi.c' (51,513) at 20250516080047780
44412 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-crypto.h' (51,514) at 20250516080047672
44413 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/openrisc/cpu_loop.c' (51,515) at 20250516080047696
44414 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/arm-imx25-pdk-machine.c' (51,516) at 20250516080047916
44415 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/ram.h' (51,517) at 20250516080047708
44416 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/i386-bsd-user.mak' (51,518) at 20250516080047456
44417 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-dwc2.h' (51,519) at 20250516080047636
44418 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/either-1-rs/meson.build' (51,520) at 20250516080047784
44419 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qobject-internal.h' (51,521) at 20250516080047768
44420 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/aarch64-bsd-user.mak' (51,522) at 20250516080047456
44421 2025-10-05 03:01:04.151-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qmp-dispatch.c' (51,523) at 20250516080047760
44422 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/cryptodev.h' (51,524) at 20250516080047684
44423 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/quote-1-rs.wrap' (51,525) at 20250516080047784
44424 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/op_addsub.c.inc' (51,526) at 20250516080047804
44425 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/bootfile.h' (51,527) at 20250516080047920
44426 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/mte_user_helper.h' (51,528) at 20250516080047692
44427 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/max34451-test.c' (51,529) at 20250516080047920
44428 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/165' (51,530) at 20250516080047912
44429 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/module.rs' (51,531) at 20250516080047776
44430 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/mvc-smc.c' (51,532) at 20250516080047932
44431 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/curl.c' (51,533) at 20250516080047436
44432 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/uefi/var-service-edk2.h' (51,534) at 20250516080047672
44433 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_sja1000.c' (51,535) at 20250516080047572
44434 2025-10-05 03:01:04.152-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/meson.build' (51,536) at 20250516080047632
44435 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/uefi/var-service-api.h' (51,537) at 20250516080047672
44436 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/proc-macro-error-1-rs.wrap' (51,538) at 20250516080047784
44437 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/cpu-get-clock.c' (51,539) at 20250516080047780
44438 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/riscv_hart.h' (51,540) at 20250516080047668
44439 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qtest.c' (51,541) at 20250516080047780
44440 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/misc_helper.c' (51,542) at 20250516080047832
44441 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipack/meson.build' (51,543) at 20250516080047556
44442 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/README' (51,544) at 20250516080047932
44443 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/meson.build' (51,545) at 20250516080047556
44444 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_microbit.py' (51,546) at 20250516080047908
44445 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/Makefile.target' (51,547) at 20250516080047932
44446 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target.h' (51,548) at 20250516080047888
44447 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/riscv/host/cpuinfo.h' (51,549) at 20250516080047480
44448 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-too-many.err' (51,550) at 20250516080047912
44449 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-blocker.c' (51,551) at 20250516080047420
44450 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/insns.decode' (51,552) at 20250516080047820
44451 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus.yml' (51,553) at 20250516080047420
44452 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/globals.c' (51,554) at 20250516080047784
44453 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/arch_init.h' (51,555) at 20250516080047680
44454 2025-10-05 03:01:04.153-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/Makefile.include' (51,556) at 20250516080047940
44455 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/migration-util.c' (51,557) at 20250516080047920
44456 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/stubs-system.c' (51,558) at 20250516080047772
44457 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/cpus-virtual-clock.c' (51,559) at 20250516080047780
44458 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/Kconfig' (51,560) at 20250516080047644
44459 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/system/meson.build' (51,561) at 20250516080047844
44460 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/sabrelite.c' (51,562) at 20250516080047496
44461 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvi.c.inc' (51,563) at 20250516080047864
44462 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target-mo.h' (51,564) at 20250516080047892
44463 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/cpu-timers-internal.h' (51,565) at 20250516080047684
44464 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-throttle.c' (51,566) at 20250516080047936
44465 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-blockjob-txn.c' (51,567) at 20250516080047936
44466 2025-10-05 03:01:04.154-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.editorconfig' (51,568) at 20250516080047420
44467 2025-10-05 03:01:04.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ehci.c' (51,569) at 20250516080047636
44468 2025-10-05 03:01:04.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/npcm7xx.h' (51,570) at 20250516080047664
44469 2025-10-05 03:01:04.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/json-writer.h' (51,571) at 20250516080047676
44470 2025-10-05 03:01:04.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vhdx.c' (51,572) at 20250516080047448
44471 2025-10-05 03:01:04.155-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/blk-commit-all.c' (51,573) at 20250516080047780
44472 2025-10-05 03:01:04.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mcimx6ul-evk.c' (51,574) at 20250516080047492
44473 2025-10-05 03:01:04.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qlist.c' (51,575) at 20250516080047768
44474 2025-10-05 03:01:04.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-vfp.c' (51,576) at 20250516080047812
44475 2025-10-05 03:01:04.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/coverity-scan/COMPONENTS.md' (51,577) at 20250516080047776
44476 2025-10-05 03:01:04.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/blockdev-nbd.c' (51,578) at 20250516080047452
44477 2025-10-05 03:01:04.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_x86_64_hotplug_blk.py' (51,579) at 20250516080047908
44478 2025-10-05 03:01:04.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/proc-macro2-1-rs.wrap' (51,580) at 20250516080047784
44479 2025-10-05 03:01:04.156-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/stoptrigger.c' (51,581) at 20250516080047460
44480 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips64el-linux-user.mak' (51,582) at 20250516080047456
44481 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu.h' (51,583) at 20250516080047608
44482 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/lan9118_phy.h' (51,584) at 20250516080047668
44483 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/kvm.h' (51,585) at 20250516080047688
44484 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ipack/ipack.h' (51,586) at 20250516080047664
44485 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/aarch64/a-b-kernel.S' (51,587) at 20250516080047920
44486 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/powernv.rst' (51,588) at 20250516080047476
44487 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_timer-test.c' (51,589) at 20250516080047928
44488 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/iothread-vq-mapping.c' (51,590) at 20250516080047644
44489 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/fma_emu.h' (51,591) at 20250516080047816
44490 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/simple.c' (51,592) at 20250516080047940
44491 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/x86_64-linux-user.mak' (51,593) at 20250516080047460
44492 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/cpu_loop.c' (51,594) at 20250516080047696
44493 2025-10-05 03:01:04.157-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/libhw.c' (51,595) at 20250516080047640
44494 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-scmi.c' (51,596) at 20250516080047920
44495 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/s390x-linux-user.mak' (51,597) at 20250516080047460
44496 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target-mo.h' (51,598) at 20250516080047888
44497 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pvpanic-pci-test.c' (51,599) at 20250516080047928
44498 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/bbv.c' (51,600) at 20250516080047460
44499 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/iothread-lock.c' (51,601) at 20250516080047780
44500 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/memory_ldst.c.inc' (51,602) at 20250516080047784
44501 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/block-backend.h' (51,603) at 20250516080047684
44502 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stats/stats-qmp-cmds.c' (51,604) at 20250516080047780
44503 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/disas.c' (51,605) at 20250516080047816
44504 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/cryptodev-vhost-user.h' (51,606) at 20250516080047684
44505 2025-10-05 03:01:04.158-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/index.rst' (51,607) at 20250516080047468
44506 2025-10-05 03:01:04.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/vmstate-types.c' (51,608) at 20250516080047708
44507 2025-10-05 03:01:04.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/fma_emu.c' (51,609) at 20250516080047816
44508 2025-10-05 03:01:04.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/pnv_spi.h' (51,610) at 20250516080047672
44509 2025-10-05 03:01:04.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/rs5c372-test.c' (51,611) at 20250516080047928
44510 2025-10-05 03:01:04.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_or1k_sim.py' (51,612) at 20250516080047908
44511 2025-10-05 03:01:04.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/global_state.c' (51,613) at 20250516080047704
44512 2025-10-05 03:01:04.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vmapple/Kconfig' (51,614) at 20250516080047652
44513 2025-10-05 03:01:04.159-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-spi-seeprom-test.c' (51,615) at 20250516080047928
44514 2025-10-05 03:01:04.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/gengvec.c' (51,616) at 20250516080047800
44515 2025-10-05 03:01:04.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-iommu-test.c' (51,617) at 20250516080047932
44516 2025-10-05 03:01:04.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/README' (51,618) at 20250516080047712
44517 2025-10-05 03:01:04.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/npcm_pcs.h' (51,619) at 20250516080047668
44518 2025-10-05 03:01:04.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/nbd.h' (51,620) at 20250516080047656
44519 2025-10-05 03:01:04.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci-hmp-cmds.c' (51,621) at 20250516080047596
44520 2025-10-05 03:01:04.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_m68k_tuxrun.py' (51,622) at 20250516080047908
44521 2025-10-05 03:01:04.160-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_trans_funcs.py' (51,623) at 20250516080047816
44522 2025-10-05 03:01:04.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-runtime-gvec.c' (51,624) at 20250516080047428
44523 2025-10-05 03:01:04.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qjson.c' (51,625) at 20250516080047932
44524 2025-10-05 03:01:04.161-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/cpu_loop.c' (51,626) at 20250516080047696
44525 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qobject-input-visitor.c' (51,627) at 20250516080047936
44526 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/arm-linux-user.mak' (51,628) at 20250516080047456
44527 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-bus.h' (51,629) at 20250516080047672
44528 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/meson.build' (51,630) at 20250516080047912
44529 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed_gpio-test.c' (51,631) at 20250516080047916
44530 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_test.c' (51,632) at 20250516080047572
44531 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/pl011.h' (51,633) at 20250516080047664
44532 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/xen-usb.c' (51,634) at 20250516080047640
44533 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/Kconfig' (51,635) at 20250516080047628
44534 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_bflt.py' (51,636) at 20250516080047908
44535 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/main.py' (51,637) at 20250516080047776
44536 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_prop.h' (51,638) at 20250516080047632
44537 2025-10-05 03:01:04.162-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-iommu.h' (51,639) at 20250516080047672
44538 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/user.c' (51,640) at 20250516080047756
44539 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/oslib-win32.c' (51,641) at 20250516080047948
44540 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/qdict.h' (51,642) at 20250516080047656
44541 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/kvm_xen.h' (51,643) at 20250516080047684
44542 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/parallel-isa.c' (51,644) at 20250516080047508
44543 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/block-qdict.c' (51,645) at 20250516080047768
44544 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/qstring.h' (51,646) at 20250516080047676
44545 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips64-softmmu.mak' (51,647) at 20250516080047456
44546 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/scsi/scsi.h' (51,648) at 20250516080047672
44547 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/user.c' (51,649) at 20250516080047480
44548 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/Makefile' (51,650) at 20250516080047920
44549 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/diag.c' (51,651) at 20250516080047872
44550 2025-10-05 03:01:04.163-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/dirtylimit.h' (51,652) at 20250516080047684
44551 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/or1k-linux-user.mak' (51,653) at 20250516080047456
44552 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-linux.c' (51,654) at 20250516080047712
44553 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/semihosting-stub.c' (51,655) at 20250516080047840
44554 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/meson.build' (51,656) at 20250516080047832
44555 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_tuxrun.py' (51,657) at 20250516080047908
44556 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/report.py' (51,658) at 20250516080047912
44557 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/keymaps/meson.build' (51,659) at 20250516080047724
44558 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_sx1.py' (51,660) at 20250516080047908
44559 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-pci.c' (51,661) at 20250516080047920
44560 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/event-loop-base.h' (51,662) at 20250516080047684
44561 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cdrom-test.c' (51,663) at 20250516080047916
44562 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qlit.c' (51,664) at 20250516080047932
44563 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/fw_cfg.h' (51,665) at 20250516080047916
44564 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/fw_cfg.c' (51,666) at 20250516080047916
44565 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/plugin-memory.h' (51,667) at 20250516080047676
44566 2025-10-05 03:01:04.164-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/203.out' (51,668) at 20250516080047912
44567 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/pmp.h' (51,669) at 20250516080047868
44568 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/system_helper.h.inc' (51,670) at 20250516080047848
44569 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/iov.c' (51,671) at 20250516080047944
44570 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/console/obmc-console_git.bbappend' (51,672) at 20250516080017008
44571 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/nguid.c' (51,673) at 20250516080047588
44572 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-config.c' (51,674) at 20250516080047948
44573 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/numa-test.c' (51,675) at 20250516080047928
44574 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/client-options.h' (51,676) at 20250516080047672
44575 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/orangepi.rst' (51,677) at 20250516080047472
44576 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/arch_dump.c' (51,678) at 20250516080047872
44577 2025-10-05 03:01:04.165-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qmp-cmds.c' (51,679) at 20250516080047936
44578 2025-10-05 03:01:04.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv32-linux-user.mak' (51,680) at 20250516080047460
44579 2025-10-05 03:01:04.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/visitor-impl.h' (51,681) at 20250516080047676
44580 2025-10-05 03:01:04.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/trace-events' (51,682) at 20250516080047688
44581 2025-10-05 03:01:04.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qsd-migrate' (51,683) at 20250516080047912
44582 2025-10-05 03:01:04.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/system/fpu_helper.c' (51,684) at 20250516080047832
44583 2025-10-05 03:01:04.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-pkcs7-stub.c' (51,685) at 20250516080047632
44584 2025-10-05 03:01:04.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-binfmt-conf.sh' (51,686) at 20250516080047780
44585 2025-10-05 03:01:04.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qmp-event.c' (51,687) at 20250516080047936
44586 2025-10-05 03:01:04.166-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-auth.c' (51,688) at 20250516080047632
44587 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/core.c' (51,689) at 20250516080047544
44588 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-hotplug.c' (51,690) at 20250516080047516
44589 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/meson.build' (51,691) at 20250516080047912
44590 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/sysemu-cpu-ops.h' (51,692) at 20250516080047664
44591 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/fuloong2e.c' (51,693) at 20250516080047564
44592 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/depfile.py' (51,694) at 20250516080047472
44593 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/system/meson.build' (51,695) at 20250516080047832
44594 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/runstate-check.c' (51,696) at 20250516080047780
44595 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/meson.build' (51,697) at 20250516080047592
44596 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/uefi/hardware-info.h' (51,698) at 20250516080047672
44597 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_mac.py' (51,699) at 20250516080047908
44598 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/proc-macro-error-1-rs/meson.build' (51,700) at 20250516080047784
44599 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qlist.c' (51,701) at 20250516080047932
44600 2025-10-05 03:01:04.167-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-build.rst' (51,702) at 20250516080047464
44601 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-shadow-virtqueue.c' (51,703) at 20250516080047644
44602 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_syscfg-test.c' (51,704) at 20250516080047928
44603 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/message.c' (51,705) at 20250516080047608
44604 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/s390x/a-b-bios.c' (51,706) at 20250516080047924
44605 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/atomic128-cas.h.inc' (51,707) at 20250516080047480
44606 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/analyze-migration.py' (51,708) at 20250516080047776
44607 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/vmapple/uuid.sh' (51,709) at 20250516080047460
44608 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/vmbus.h' (51,710) at 20250516080047664
44609 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc32plus-linux-user.mak' (51,711) at 20250516080047460
44610 2025-10-05 03:01:04.168-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/compat.py' (51,712) at 20250516080047472
44611 2025-10-05 03:01:04.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/arm-powerctl.c' (51,713) at 20250516080047788
44612 2025-10-05 03:01:04.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/block-backend-common.h' (51,714) at 20250516080047684
44613 2025-10-05 03:01:04.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_backend.c' (51,715) at 20250516080047432
44614 2025-10-05 03:01:04.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/tpm.h' (51,716) at 20250516080047660
44615 2025-10-05 03:01:04.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/leon3.c' (51,717) at 20250516080047624
44616 2025-10-05 03:01:04.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2-snapshot.c' (51,718) at 20250516080047444
44617 2025-10-05 03:01:04.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/cpu_loop.c' (51,719) at 20250516080047696
44618 2025-10-05 03:01:04.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/mpc8544_guts.c' (51,720) at 20250516080047596
44619 2025-10-05 03:01:04.169-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci.h' (51,721) at 20250516080047640
44620 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input.c' (51,722) at 20250516080047944
44621 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/cpu_loop.c' (51,723) at 20250516080047700
44622 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/loongson3_bootp.h' (51,724) at 20250516080047564
44623 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/meson.build' (51,725) at 20250516080047856
44624 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/emc141x-test.c' (51,726) at 20250516080047916
44625 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/target_signal.h' (51,727) at 20250516080047696
44626 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/helper.h' (51,728) at 20250516080047868
44627 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/dataplane/xen-block.c' (51,729) at 20250516080047504
44628 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-storage-daemon.rst' (51,730) at 20250516080047476
44629 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-forward-visitor.c' (51,731) at 20250516080047936
44630 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/vmcoreinfo.h' (51,732) at 20250516080047668
44631 2025-10-05 03:01:04.170-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/hardware.py' (51,733) at 20250516080047912
44632 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qobject-input-visitor.c' (51,734) at 20250516080047760
44633 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/trace-events' (51,735) at 20250516080047528
44634 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-trace-stap' (51,736) at 20250516080047780
44635 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/rng-random.h' (51,737) at 20250516080047684
44636 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/drive_del-test.c' (51,738) at 20250516080047916
44637 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/imx25_pdk.c' (51,739) at 20250516080047492
44638 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/qdict.h' (51,740) at 20250516080047676
44639 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-internals.rst' (51,741) at 20250516080047464
44640 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/monitor-internal.h' (51,742) at 20250516080047708
44641 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/fedora.docker' (51,743) at 20250516080047904
44642 2025-10-05 03:01:04.171-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/crypto.c' (51,744) at 20250516080047436
44643 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-qmp.c' (51,745) at 20250516080047652
44644 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-md-stubs.c' (51,746) at 20250516080047616
44645 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libc-0.2-rs.wrap' (51,747) at 20250516080047780
44646 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qemu-timer-notify-cb.c' (51,748) at 20250516080047780
44647 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/tpm_util.h' (51,749) at 20250516080047684
44648 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-hmp-cmds.c' (51,750) at 20250516080047456
44649 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/spr_common.h' (51,751) at 20250516080047860
44650 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-visitor-serialization.c' (51,752) at 20250516080047936
44651 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/syn-2-rs.wrap' (51,753) at 20250516080047784
44652 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/hyperv-proto.h' (51,754) at 20250516080047828
44653 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/cubieboard.c' (51,755) at 20250516080047488
44654 2025-10-05 03:01:04.172-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-util-generic.c' (51,756) at 20250516080047480
44655 2025-10-05 03:01:04.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_printinsn.py' (51,757) at 20250516080047816
44656 2025-10-05 03:01:04.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cpuinfo-riscv.c' (51,758) at 20250516080047944
44657 2025-10-05 03:01:04.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_virtio_version.py' (51,759) at 20250516080047908
44658 2025-10-05 03:01:04.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_raspi3.py' (51,760) at 20250516080047904
44659 2025-10-05 03:01:04.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tco-test.c' (51,761) at 20250516080047928
44660 2025-10-05 03:01:04.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/allwinner-r40.h' (51,762) at 20250516080047660
44661 2025-10-05 03:01:04.173-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips64el-softmmu.mak' (51,763) at 20250516080047456
44662 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vmnet-common.m' (51,764) at 20250516080047712
44663 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/migration-qmp.h' (51,765) at 20250516080047920
44664 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/akcipher-gcrypt.c.inc' (51,766) at 20250516080047460
44665 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/proc-macro2-1-rs/meson.build' (51,767) at 20250516080047784
44666 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/elfload.c' (51,768) at 20250516080047452
44667 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/helper.h' (51,769) at 20250516080047856
44668 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/arm-bsd-user.mak' (51,770) at 20250516080047456
44669 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/a64.decode' (51,771) at 20250516080047800
44670 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qsd-migrate.out' (51,772) at 20250516080047912
44671 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vmcoreinfo-test.c' (51,773) at 20250516080047932
44672 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/nitro-enclave.rst' (51,774) at 20250516080047476
44673 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/meson.build' (51,775) at 20250516080047872
44674 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen_pvdev.h' (51,776) at 20250516080047672
44675 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-input.c' (51,777) at 20250516080047772
44676 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-rng.h' (51,778) at 20250516080047672
44677 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/psci.c' (51,779) at 20250516080047804
44678 2025-10-05 03:01:04.174-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/timer/meson.build' (51,780) at 20250516080047772
44679 2025-10-05 03:01:04.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_vof.c' (51,781) at 20250516080047604
44680 2025-10-05 03:01:04.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sh4-softmmu.mak' (51,782) at 20250516080047460
44681 2025-10-05 03:01:04.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/nvme.h' (51,783) at 20250516080047588
44682 2025-10-05 03:01:04.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/numa.c' (51,784) at 20250516080047608
44683 2025-10-05 03:01:04.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/fpu/softfloat-helpers.h' (51,785) at 20250516080047660
44684 2025-10-05 03:01:04.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/numa.c' (51,786) at 20250516080047516
44685 2025-10-05 03:01:04.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hexagon/cpu_loop.c' (51,787) at 20250516080047692
44686 2025-10-05 03:01:04.175-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-balloon.h' (51,788) at 20250516080047672
44687 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/linuxkernel.py' (51,789) at 20250516080047904
44688 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/netduino2.c' (51,790) at 20250516080047492
44689 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/globals-target.c' (51,791) at 20250516080047784
44690 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qcow2-encryption.out' (51,792) at 20250516080047912
44691 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vmapple/vmapple.h' (51,793) at 20250516080047672
44692 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/block-ram-registrar.c' (51,794) at 20250516080047436
44693 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci.c' (51,795) at 20250516080047920
44694 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/signal.h' (51,796) at 20250516080047688
44695 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/Kconfig' (51,797) at 20250516080047572
44696 2025-10-05 03:01:04.176-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/copy-on-read.c' (51,798) at 20250516080047436
44697 2025-10-05 03:01:04.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/pci-quirks.c' (51,799) at 20250516080047644
44698 2025-10-05 03:01:04.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/insn-data.h.inc' (51,800) at 20250516080047876
44699 2025-10-05 03:01:04.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/hex_common.py' (51,801) at 20250516080047816
44700 2025-10-05 03:01:04.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc-linux-user.mak' (51,802) at 20250516080047460
44701 2025-10-05 03:01:04.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-events.c' (51,803) at 20250516080047772
44702 2025-10-05 03:01:04.177-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/nfs.c' (51,804) at 20250516080047440
44703 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/microblaze-v-generic.rst' (51,805) at 20250516080047476
44704 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/index.rst' (51,806) at 20250516080047472
44705 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/cpu_loop.c' (51,807) at 20250516080047696
44706 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/target_signal.h' (51,808) at 20250516080047700
44707 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/vmstate.c' (51,809) at 20250516080047708
44708 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/coroutine.h' (51,810) at 20250516080047676
44709 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-component-utils.c' (51,811) at 20250516080047516
44710 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-yank.c' (51,812) at 20250516080047936
44711 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/os-win32.c' (51,813) at 20250516080047712
44712 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xics_kvm.c' (51,814) at 20250516080047556
44713 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_vexpress.py' (51,815) at 20250516080047908
44714 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/win32-kbd-hook.c' (51,816) at 20250516080047944
44715 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/Kconfig' (51,817) at 20250516080047632
44716 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/system/lcsr_helper.c' (51,818) at 20250516080047848
44717 2025-10-05 03:01:04.178-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_op_attribs.py' (51,819) at 20250516080047816
44718 2025-10-05 03:01:04.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/msi.c' (51,820) at 20250516080047596
44719 2025-10-05 03:01:04.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/target_signal.h' (51,821) at 20250516080047696
44720 2025-10-05 03:01:04.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/041' (51,822) at 20250516080047912
44721 2025-10-05 03:01:04.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sparc_sun4m.py' (51,823) at 20250516080047908
44722 2025-10-05 03:01:04.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-block-backend.c' (51,824) at 20250516080047936
44723 2025-10-05 03:01:04.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-vhost.c' (51,825) at 20250516080047428
44724 2025-10-05 03:01:04.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/vmapple.rst' (51,826) at 20250516080047472
44725 2025-10-05 03:01:04.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/replay-mode.c' (51,827) at 20250516080047780
44726 2025-10-05 03:01:04.179-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/dif.c' (51,828) at 20250516080047588
44727 2025-10-05 03:01:04.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/compat.c' (51,829) at 20250516080047852
44728 2025-10-05 03:01:04.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_raspi2.py' (51,830) at 20250516080047908
44729 2025-10-05 03:01:04.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-guest-agent/fsfreeze-hook' (51,831) at 20250516080047780
44730 2025-10-05 03:01:04.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr.h' (51,832) at 20250516080047668
44731 2025-10-05 03:01:04.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_rx_gdbsim.py' (51,833) at 20250516080047908
44732 2025-10-05 03:01:04.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target.h' (51,834) at 20250516080047888
44733 2025-10-05 03:01:04.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/imx_serial.h' (51,835) at 20250516080047664
44734 2025-10-05 03:01:04.180-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/fp/fp-test-log2.c' (51,836) at 20250516080047904
44735 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/console.c' (51,837) at 20250516080047780
44736 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/user-exec-stub.c' (51,838) at 20250516080047428
44737 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/qmp-registry.h' (51,839) at 20250516080047676
44738 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen.h' (51,840) at 20250516080047672
44739 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/balloon.h' (51,841) at 20250516080047680
44740 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/helper.h' (51,842) at 20250516080047816
44741 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/ppc64/a-b-kernel.S' (51,843) at 20250516080047920
44742 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/mips_int.c' (51,844) at 20250516080047564
44743 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/microblazeel-linux-user.mak' (51,845) at 20250516080047456
44744 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/intel-iommu-test.c' (51,846) at 20250516080047916
44745 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-mem.h' (51,847) at 20250516080047616
44746 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipack/Kconfig' (51,848) at 20250516080047556
44747 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/main-loop.h' (51,849) at 20250516080047676
44748 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/initrd-stress.sh' (51,850) at 20250516080047912
44749 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/Kconfig' (51,851) at 20250516080047556
44750 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/hpet.h' (51,852) at 20250516080047672
44751 2025-10-05 03:01:04.181-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/test-qapi.py' (51,853) at 20250516080047912
44752 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/style.rst' (51,854) at 20250516080047468
44753 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-hypercall.h' (51,855) at 20250516080047612
44754 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus/macos-14.vars' (51,856) at 20250516080047420
44755 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/css-bridge.h' (51,857) at 20250516080047668
44756 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/sparc64.c' (51,858) at 20250516080047624
44757 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/seccomp.h' (51,859) at 20250516080047684
44758 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target-mo.h' (51,860) at 20250516080047892
44759 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/olimex-stm32-h405.c' (51,861) at 20250516080047492
44760 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips_tuxrun.py' (51,862) at 20250516080047908
44761 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/net_tx_pkt.c' (51,863) at 20250516080047580
44762 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_alpha_clipper.py' (51,864) at 20250516080047904
44763 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/net-hmp-cmds.c' (51,865) at 20250516080047712
44764 2025-10-05 03:01:04.182-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/__init__.py' (51,866) at 20250516080047912
44765 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/vfp_fpscr.c' (51,867) at 20250516080047816
44766 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/cmd.py' (51,868) at 20250516080047904
44767 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-too-many.json' (51,869) at 20250516080047912
44768 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/timer/Kconfig' (51,870) at 20250516080047772
44769 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-common.c' (51,871) at 20250516080047460
44770 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/intel_iommu.h' (51,872) at 20250516080047664
44771 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/runstate-action.c' (51,873) at 20250516080047788
44772 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-random.c' (51,874) at 20250516080047772
44773 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-net-test.c' (51,875) at 20250516080047932
44774 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/container.c' (51,876) at 20250516080047772
44775 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/netdev-socket.c' (51,877) at 20250516080047924
44776 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/trace-events' (51,878) at 20250516080047584
44777 2025-10-05 03:01:04.183-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/cpu_loop.c' (51,879) at 20250516080047696
44778 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/rtc.c' (51,880) at 20250516080047788
44779 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target-opc.h.inc' (51,881) at 20250516080047888
44780 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/280.out' (51,882) at 20250516080047912
44781 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/chrp_nvram.c' (51,883) at 20250516080047588
44782 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/trace-events' (51,884) at 20250516080047568
44783 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/aspeed_intc.h' (51,885) at 20250516080047664
44784 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/spapr_xive_kvm.c' (51,886) at 20250516080047552
44785 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/win_dump.h' (51,887) at 20250516080047476
44786 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qmp-event.c' (51,888) at 20250516080047760
44787 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/raw-aio.h' (51,889) at 20250516080047656
44788 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/watchdog.h' (51,890) at 20250516080047684
44789 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/mman.h' (51,891) at 20250516080047688
44790 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qobject.c' (51,892) at 20250516080047768
44791 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64el_tuxrun.py' (51,893) at 20250516080047908
44792 2025-10-05 03:01:04.184-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/arch_dump.c' (51,894) at 20250516080047860
44793 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/translate.h' (51,895) at 20250516080047880
44794 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target-opc.h.inc' (51,896) at 20250516080047892
44795 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/hyperv-proto.h' (51,897) at 20250516080047664
44796 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/dcmi/test_dcmi_get_capabilities.robot' (51,898) at 20250516080018124
44797 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/core.c' (51,899) at 20250516080047484
44798 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/tlb-common.h' (51,900) at 20250516080047660
44799 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/trace-events' (51,901) at 20250516080047484
44800 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/Kconfig' (51,902) at 20250516080047612
44801 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed-hace-utils.h' (51,903) at 20250516080047916
44802 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/target_signal.h' (51,904) at 20250516080047692
44803 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/fpu/softfloat-types.h' (51,905) at 20250516080047660
44804 2025-10-05 03:01:04.185-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target.h' (51,906) at 20250516080047892
44805 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/string-input-visitor.c' (51,907) at 20250516080047764
44806 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/atomic128-ldst.h.inc' (51,908) at 20250516080047480
44807 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/opensuse-leap.docker' (51,909) at 20250516080047904
44808 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu-main.h' (51,910) at 20250516080047676
44809 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-filter-redirector.c' (51,911) at 20250516080047928
44810 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/translate.h' (51,912) at 20250516080047820
44811 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/cpu_loop.c' (51,913) at 20250516080047692
44812 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/meson.build' (51,914) at 20250516080047544
44813 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_tuxrun.py' (51,915) at 20250516080047908
44814 2025-10-05 03:01:04.186-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-op-vec.c' (51,916) at 20250516080047896
44815 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/Kconfig' (51,917) at 20250516080047520
44816 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_features.c' (51,918) at 20250516080047872
44817 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_alpha_replay.py' (51,919) at 20250516080047904
44818 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/meson.build' (51,920) at 20250516080047484
44819 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ide-test.c' (51,921) at 20250516080047916
44820 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/riscv/target_arch_cpu.h' (51,922) at 20250516080047452
44821 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-block-qdict.c' (51,923) at 20250516080047932
44822 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ast2700-gpio-test.c' (51,924) at 20250516080047916
44823 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-blk.h' (51,925) at 20250516080047672
44824 2025-10-05 03:01:04.187-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus/build.yml' (51,926) at 20250516080047420
44825 2025-10-05 03:01:04.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/fds.c' (51,927) at 20250516080047708
44826 2025-10-05 03:01:04.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_linux_initrd.py' (51,928) at 20250516080047908
44827 2025-10-05 03:01:04.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/Kconfig' (51,929) at 20250516080047544
44828 2025-10-05 03:01:04.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv64-linux-user.mak' (51,930) at 20250516080047460
44829 2025-10-05 03:01:04.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/qemu-pr-helper.c' (51,931) at 20250516080047780
44830 2025-10-05 03:01:04.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ghes.c' (51,932) at 20250516080047484
44831 2025-10-05 03:01:04.188-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/system/smm_helper.c' (51,933) at 20250516080047836
44832 2025-10-05 03:01:04.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_tcg.h' (51,934) at 20250516080047816
44833 2025-10-05 03:01:04.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/vcpu-state.h' (51,935) at 20250516080047428
44834 2025-10-05 03:01:04.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-clipboard.c' (51,936) at 20250516080047940
44835 2025-10-05 03:01:04.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_atomic.c.inc' (51,937) at 20250516080047840
44836 2025-10-05 03:01:04.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/control-target.c' (51,938) at 20250516080047940
44837 2025-10-05 03:01:04.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/meson.build' (51,939) at 20250516080047516
44838 2025-10-05 03:01:04.189-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/topology.h' (51,940) at 20250516080047664
44839 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/README.md' (51,941) at 20250516080047772
44840 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/block-active.c' (51,942) at 20250516080047700
44841 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/timer/hpet/meson.build' (51,943) at 20250516080047772
44842 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_riscv64_tuxrun.py' (51,944) at 20250516080047908
44843 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/bootmap.c' (51,945) at 20250516080047728
44844 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/loongarch64-linux-user.mak' (51,946) at 20250516080047456
44845 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/dump.c' (51,947) at 20250516080047780
44846 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/meson.build' (51,948) at 20250516080047844
44847 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-md.h' (51,949) at 20250516080047616
44848 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/aarch64-softmmu/default.mak' (51,950) at 20250516080047456
44849 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/meson.build' (51,951) at 20250516080047440
44850 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio-hmp-cmds.c' (51,952) at 20250516080047428
44851 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ast2700-hace-test.c' (51,953) at 20250516080047916
44852 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/stress.c' (51,954) at 20250516080047912
44853 2025-10-05 03:01:04.190-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/csr.h' (51,955) at 20250516080047836
44854 2025-10-05 03:01:04.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/tls.h' (51,956) at 20250516080047708
44855 2025-10-05 03:01:04.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/Kconfig' (51,957) at 20250516080047484
44856 2025-10-05 03:01:04.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci-sysbus.c' (51,958) at 20250516080047636
44857 2025-10-05 03:01:04.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/ufs.h' (51,959) at 20250516080047656
44858 2025-10-05 03:01:04.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/account_service/test_ldap_configuration.robot' (51,960) at 20250516080018124
44859 2025-10-05 03:01:04.191-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/meson.build' (51,961) at 20250516080047564
44860 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/gdbstub.c' (51,962) at 20250516080047844
44861 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64_tuxrun.py' (51,963) at 20250516080047908
44862 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/syscalls.h' (51,964) at 20250516080047676
44863 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-hmp-cmds.c' (51,965) at 20250516080047648
44864 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sdhci-internal.h' (51,966) at 20250516080047620
44865 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/fuse.c' (51,967) at 20250516080047436
44866 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-user.c' (51,968) at 20250516080047516
44867 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/get-vm-name.c' (51,969) at 20250516080047780
44868 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fdc-test.c' (51,970) at 20250516080047916
44869 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/signal-common.h' (51,971) at 20250516080047452
44870 2025-10-05 03:01:04.192-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/an5206.c' (51,972) at 20250516080047560
44871 2025-10-05 03:01:04.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/i386/target_arch_cpu.h' (51,973) at 20250516080047452
44872 2025-10-05 03:01:04.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/feat-xs.c' (51,974) at 20250516080047932
44873 2025-10-05 03:01:04.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/introspect.py' (51,975) at 20250516080047776
44874 2025-10-05 03:01:04.193-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/virtio-blk-handler.h' (51,976) at 20250516080047436
44875 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/nvme.h' (51,977) at 20250516080047656
44876 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/hyperv.h' (51,978) at 20250516080047828
44877 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/qjson.h' (51,979) at 20250516080047676
44878 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-iova-tree.c' (51,980) at 20250516080047644
44879 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/loader-fit.h' (51,981) at 20250516080047664
44880 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/fpu_helper.c' (51,982) at 20250516080047880
44881 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-thread-pool.c' (51,983) at 20250516080047936
44882 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/dirtyrate.h' (51,984) at 20250516080047684
44883 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/internal.h' (51,985) at 20250516080047844
44884 2025-10-05 03:01:04.194-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target-con-str.h' (51,986) at 20250516080047896
44885 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xive2-nvpg_bar.c' (51,987) at 20250516080047928
44886 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_virt_gpu.py' (51,988) at 20250516080047904
44887 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_or1k_replay.py' (51,989) at 20250516080047908
44888 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/i2c-imx.c' (51,990) at 20250516080047916
44889 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/api-user.c' (51,991) at 20250516080047756
44890 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/acpi-defs.h' (51,992) at 20250516080047660
44891 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ghes-stub.c' (51,993) at 20250516080047484
44892 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/hppa_hardware.h' (51,994) at 20250516080047528
44893 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker-hmp-cmds.c' (51,995) at 20250516080047580
44894 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qdict.c' (51,996) at 20250516080047768
44895 2025-10-05 03:01:04.195-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/util.h' (51,997) at 20250516080047676
44896 2025-10-05 03:01:04.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb_core.c' (51,998) at 20250516080047576
44897 2025-10-05 03:01:04.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/config.py' (51,999) at 20250516080047904
44898 2025-10-05 03:01:04.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/meson.build' (52,000) at 20250516080047456
44899 2025-10-05 03:01:04.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-util.c' (52,001) at 20250516080047760
44900 2025-10-05 03:01:04.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-pci.h' (52,002) at 20250516080047640
44901 2025-10-05 03:01:04.196-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-pci-modern.c' (52,003) at 20250516080047920
44902 2025-10-05 03:01:04.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/channel.c' (52,004) at 20250516080047700
44903 2025-10-05 03:01:04.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/fby35.rst' (52,005) at 20250516080047472
44904 2025-10-05 03:01:04.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pvdev.c' (52,006) at 20250516080047656
44905 2025-10-05 03:01:04.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/block-ram-registrar.h' (52,007) at 20250516080047684
44906 2025-10-05 03:01:04.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/191.out' (52,008) at 20250516080047912
44907 2025-10-05 03:01:04.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/spdm-socket.h' (52,009) at 20250516080047684
44908 2025-10-05 03:01:04.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/timer.h' (52,010) at 20250516080047676
44909 2025-10-05 03:01:04.197-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/chardev/char.h' (52,011) at 20250516080047660
44910 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/bananapi_m2u.rst' (52,012) at 20250516080047472
44911 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xive_regs.h' (52,013) at 20250516080047668
44912 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/qemu-seccomp.c' (52,014) at 20250516080047784
44913 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xive2-flush-sync.c' (52,015) at 20250516080047928
44914 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/051.pc.out' (52,016) at 20250516080047912
44915 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/itertools-0.11-rs/meson.build' (52,017) at 20250516080047784
44916 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-dealloc-visitor.c' (52,018) at 20250516080047760
44917 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/embedded.rst' (52,019) at 20250516080047476
44918 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/gen.py' (52,020) at 20250516080047776
44919 2025-10-05 03:01:04.198-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqmp.c' (52,021) at 20250516080047916
44920 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/centos9.docker' (52,022) at 20250516080047904
44921 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/dump-hmp-cmds.c' (52,023) at 20250516080047476
44922 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio.c' (52,024) at 20250516080047728
44923 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/kvm-cpus.h' (52,025) at 20250516080047424
44924 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_gpio-test.c' (52,026) at 20250516080047928
44925 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-nbd.rst' (52,027) at 20250516080047476
44926 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/device-plug-test.c' (52,028) at 20250516080047916
44927 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/monitor.c' (52,029) at 20250516080047708
44928 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/alpine.docker' (52,030) at 20250516080047904
44929 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx8mp_analog.h' (52,031) at 20250516080047664
44930 2025-10-05 03:01:04.199-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/adm1272-test.c' (52,032) at 20250516080047916
44931 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/plugin-api.c' (52,033) at 20250516080047452
44932 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/trace-events' (52,034) at 20250516080047524
44933 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/loongarch/virt.rst' (52,035) at 20250516080047476
44934 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/aarch64/a-b-kernel.h' (52,036) at 20250516080047920
44935 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/bootdevice.c' (52,037) at 20250516080047784
44936 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/helper.h' (52,038) at 20250516080047880
44937 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-console.c' (52,039) at 20250516080047940
44938 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/htx_hardbootme_test.robot' (52,040) at 20250516080018128
44939 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/qlit.h' (52,041) at 20250516080047676
44940 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/234.out' (52,042) at 20250516080047912
44941 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/x86_64-bsd-user.mak' (52,043) at 20250516080047460
44942 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/unicode-ident-1-rs/meson.build' (52,044) at 20250516080047784
44943 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/vector_internals.h' (52,045) at 20250516080047868
44944 2025-10-05 03:01:04.200-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tmp105-test.c' (52,046) at 20250516080047928
44945 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/netduinoplus2.c' (52,047) at 20250516080047492
44946 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/softfloat-specialize.c.inc' (52,048) at 20250516080047476
44947 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/dataplane/xen-block.h' (52,049) at 20250516080047504
44948 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/late-attach.c' (52,050) at 20250516080047932
44949 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/export.h' (52,051) at 20250516080047656
44950 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-emu.c' (52,052) at 20250516080047928
44951 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-clone-visitor.c' (52,053) at 20250516080047760
44952 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_virt.py' (52,054) at 20250516080047908
44953 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target-opc.h.inc' (52,055) at 20250516080047884
44954 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-stub.c' (52,056) at 20250516080047484
44955 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-bus-helper.c' (52,057) at 20250516080047656
44956 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/arm-cpu-features.c' (52,058) at 20250516080047916
44957 2025-10-05 03:01:04.201-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/Makefile.target' (52,059) at 20250516080047932
44958 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-core.h' (52,060) at 20250516080047668
44959 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/mock-target.c' (52,061) at 20250516080047540
44960 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-net-failover.c' (52,062) at 20250516080047932
44961 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sh4_r2d.py' (52,063) at 20250516080047908
44962 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_descr.c' (52,064) at 20250516080047824
44963 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/mihawk-cpld.cpp' (52,065) at 20250516080038908
44964 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/cpu-interrupt.h' (52,066) at 20250516080047660
44965 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/meson.build' (52,067) at 20250516080047840
44966 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/system/meson.build' (52,068) at 20250516080047848
44967 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/targets.rst' (52,069) at 20250516080047476
44968 2025-10-05 03:01:04.202-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/hd-geo-test.c' (52,070) at 20250516080047916
44969 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/runstate-hmp-cmds.c' (52,071) at 20250516080047788
44970 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/akcipher-nettle.c.inc' (52,072) at 20250516080047460
44971 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/arch_dump.c' (52,073) at 20250516080047836
44972 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/descriptors/60-edk2-x86_64.json' (52,074) at 20250516080047716
44973 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/system/semihosting-stub.c' (52,075) at 20250516080047848
44974 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/arm/target_arch_cpu.h' (52,076) at 20250516080047452
44975 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_privileged.c.inc' (52,077) at 20250516080047864
44976 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target-mo.h' (52,078) at 20250516080047884
44977 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/loongarch64/host/atomic128-ldst.h.inc' (52,079) at 20250516080047480
44978 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/smmu-common.h' (52,080) at 20250516080047664
44979 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/replay-tools.c' (52,081) at 20250516080047780
44980 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/mpqemu-link.c' (52,082) at 20250516080047608
44981 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/readconfig-test.c' (52,083) at 20250516080047928
44982 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/bilge-impl-0.2-rs/meson.build' (52,084) at 20250516080047784
44983 2025-10-05 03:01:04.203-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/fw_cfg.c' (52,085) at 20250516080047532
44984 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/adm1266-test.c' (52,086) at 20250516080047916
44985 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/imx8mp_ccm.h' (52,087) at 20250516080047664
44986 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/system/cp0.c' (52,088) at 20250516080047844
44987 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/target_signal.h' (52,089) at 20250516080047692
44988 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/helper.h' (52,090) at 20250516080047820
44989 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_mac99.py' (52,091) at 20250516080047908
44990 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/microblaze/target_signal.h' (52,092) at 20250516080047696
44991 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/plugin.h' (52,093) at 20250516080047756
44992 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/softfloat.c' (52,094) at 20250516080047840
44993 2025-10-05 03:01:04.204-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-internal.c' (52,095) at 20250516080047772
44994 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/boston.c' (52,096) at 20250516080047560
44995 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/gpio_pwr.c' (52,097) at 20250516080047528
44996 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/rng.h' (52,098) at 20250516080047684
44997 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/allwinner-a10.h' (52,099) at 20250516080047660
44998 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/trace-events' (52,100) at 20250516080047632
44999 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pvpanic-test.c' (52,101) at 20250516080047928
45000 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ghes.h' (52,102) at 20250516080047660
45001 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/trace-events' (52,103) at 20250516080047656
45002 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzce.c.inc' (52,104) at 20250516080047864
45003 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/bootparam.h' (52,105) at 20250516080047656
45004 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-audio.c' (52,106) at 20250516080047772
45005 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-parser.c' (52,107) at 20250516080047768
45006 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-blockjob.c' (52,108) at 20250516080047936
45007 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/tricore_testboard.c' (52,109) at 20250516080047632
45008 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-inst.h' (52,110) at 20250516080047672
45009 2025-10-05 03:01:04.205-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/gdbstub.c' (52,111) at 20250516080047852
45010 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv.h' (52,112) at 20250516080047668
45011 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-filter-mirror.c' (52,113) at 20250516080047928
45012 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/errno.rs' (52,114) at 20250516080047772
45013 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/bilge-0.2-rs/meson.build' (52,115) at 20250516080047784
45014 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/qbool.h' (52,116) at 20250516080047676
45015 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/meson.build' (52,117) at 20250516080047476
45016 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vmapple/meson.build' (52,118) at 20250516080047652
45017 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/ppc64/a-b-kernel.h' (52,119) at 20250516080047920
45018 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/imx_gpt.h' (52,120) at 20250516080047672
45019 2025-10-05 03:01:04.206-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qdict.c' (52,121) at 20250516080047932
45020 2025-10-05 03:01:04.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-scsi.h' (52,122) at 20250516080047672
45021 2025-10-05 03:01:04.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/iov.h' (52,123) at 20250516080047676
45022 2025-10-05 03:01:04.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_bmc.c' (52,124) at 20250516080047600
45023 2025-10-05 03:01:04.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/mmap.h' (52,125) at 20250516080047688
45024 2025-10-05 03:01:04.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-posix.c' (52,126) at 20250516080047768
45025 2025-10-05 03:01:04.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/Kconfig' (52,127) at 20250516080047528
45026 2025-10-05 03:01:04.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ssi/npcm7xx_fiu.h' (52,128) at 20250516080047672
45027 2025-10-05 03:01:04.207-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/atapi.c' (52,129) at 20250516080047540
45028 2025-10-05 03:01:04.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aio-posix.c' (52,130) at 20250516080047944
45029 2025-10-05 03:01:04.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf-plot.py' (52,131) at 20250516080047912
45030 2025-10-05 03:01:04.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx8mp.h' (52,132) at 20250516080047664
45031 2025-10-05 03:01:04.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/x86_64/target_arch_cpu.h' (52,133) at 20250516080047456
45032 2025-10-05 03:01:04.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_raspi4.py' (52,134) at 20250516080047904
45033 2025-10-05 03:01:04.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_task.h' (52,135) at 20250516080047828
45034 2025-10-05 03:01:04.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/Kconfig' (52,136) at 20250516080047540
45035 2025-10-05 03:01:04.208-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target-mo.h' (52,137) at 20250516080047888
45036 2025-10-05 03:01:04.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/uefi/var-service.h' (52,138) at 20250516080047672
45037 2025-10-05 03:01:04.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-shadow-virtqueue.h' (52,139) at 20250516080047644
45038 2025-10-05 03:01:04.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/eif.c' (52,140) at 20250516080047512
45039 2025-10-05 03:01:04.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86-cpu.c' (52,141) at 20250516080047540
45040 2025-10-05 03:01:04.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-hvm-common.h' (52,142) at 20250516080047672
45041 2025-10-05 03:01:04.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-loongarch.rst' (52,143) at 20250516080047476
45042 2025-10-05 03:01:04.209-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/cpu_loop.c' (52,144) at 20250516080047696
45043 2025-10-05 03:01:04.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/io_uring.c' (52,145) at 20250516080047440
45044 2025-10-05 03:01:04.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/memory.c' (52,146) at 20250516080047932
45045 2025-10-05 03:01:04.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/aarch64/host/atomic128-cas.h' (52,147) at 20250516080047480
45046 2025-10-05 03:01:04.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target.h' (52,148) at 20250516080047896
45047 2025-10-05 03:01:04.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vduse.h' (52,149) at 20250516080047692
45048 2025-10-05 03:01:04.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/smmu-internal.h' (52,150) at 20250516080047496
45049 2025-10-05 03:01:04.210-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/virt.rst' (52,151) at 20250516080047476
45050 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/i386/Makefile' (52,152) at 20250516080047920
45051 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-block.h' (52,153) at 20250516080047672
45052 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/ebpf_rss.rst' (52,154) at 20250516080047464
45053 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/172.out' (52,155) at 20250516080047912
45054 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_s390x_ccw_virtio.py' (52,156) at 20250516080047908
45055 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/libc-0.2-rs/meson.build' (52,157) at 20250516080047784
45056 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qmp-registry.c' (52,158) at 20250516080047760
45057 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-char.c' (52,159) at 20250516080047772
45058 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/proc-macro-error-attr-1-rs.wrap' (52,160) at 20250516080047784
45059 2025-10-05 03:01:04.211-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/memfd.c' (52,161) at 20250516080047944
45060 2025-10-05 03:01:04.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/system/addr.c' (52,162) at 20250516080047844
45061 2025-10-05 03:01:04.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/armeb-linux-user.mak' (52,163) at 20250516080047456
45062 2025-10-05 03:01:04.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index.rst' (52,164) at 20250516080047464
45063 2025-10-05 03:01:04.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/stats.h' (52,165) at 20250516080047684
45064 2025-10-05 03:01:04.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-hmp-cmds.c' (52,166) at 20250516080047428
45065 2025-10-05 03:01:04.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/iothread-vq-mapping.h' (52,167) at 20250516080047672
45066 2025-10-05 03:01:04.212-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/ssh.c' (52,168) at 20250516080047448
45067 2025-10-05 03:01:04.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/cpu.c' (52,169) at 20250516080047484
45068 2025-10-05 03:01:04.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf-batch.py' (52,170) at 20250516080047912
45069 2025-10-05 03:01:04.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-a64.h' (52,171) at 20250516080047800
45070 2025-10-05 03:01:04.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_analyze_funcs.py' (52,172) at 20250516080047816
45071 2025-10-05 03:01:04.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/block.c' (52,173) at 20250516080047504
45072 2025-10-05 03:01:04.213-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/qmp_lexer.py' (52,174) at 20250516080047472
45073 2025-10-05 03:01:04.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/xenfb.c' (52,175) at 20250516080047528
45074 2025-10-05 03:01:04.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sparc_replay.py' (52,176) at 20250516080047908
45075 2025-10-05 03:01:04.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/arch_dump.c' (52,177) at 20250516080047820
45076 2025-10-05 03:01:04.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mptendian.c' (52,178) at 20250516080047616
45077 2025-10-05 03:01:04.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/cirrus/freebsd-14.vars' (52,179) at 20250516080047420
45078 2025-10-05 03:01:04.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/control-flow-integrity.rst' (52,180) at 20250516080047464
45079 2025-10-05 03:01:04.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/glossary.rst' (52,181) at 20250516080047468
45080 2025-10-05 03:01:04.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/network_stability_test.robot' (52,182) at 20250516080018128
45081 2025-10-05 03:01:04.214-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/gpio.c' (52,183) at 20250516080047512
45082 2025-10-05 03:01:04.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/module.c' (52,184) at 20250516080047944
45083 2025-10-05 03:01:04.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/cpu_hotplug.c' (52,185) at 20250516080047484
45084 2025-10-05 03:01:04.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mcimx7d-sabre.c' (52,186) at 20250516080047492
45085 2025-10-05 03:01:04.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/kvm/kvm_riscv.h' (52,187) at 20250516080047868
45086 2025-10-05 03:01:04.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/itertools-0.11-rs.wrap' (52,188) at 20250516080047780
45087 2025-10-05 03:01:04.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/fpu/softfloat.h' (52,189) at 20250516080047660
45088 2025-10-05 03:01:04.215-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/spdm-socket.c' (52,190) at 20250516080047432
45089 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_decodetree.py' (52,191) at 20250516080047816
45090 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_intel_iommu.py' (52,192) at 20250516080047908
45091 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_boot_devices.robot' (52,193) at 20250516080018128
45092 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/qemu-file.h' (52,194) at 20250516080047704
45093 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_amiga.py' (52,195) at 20250516080047908
45094 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/virt-fdt-build.c' (52,196) at 20250516080047560
45095 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-tlssession.c' (52,197) at 20250516080047936
45096 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/progress.py' (52,198) at 20250516080047912
45097 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/sysbus.rs' (52,199) at 20250516080047776
45098 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/syscalls.c' (52,200) at 20250516080047480
45099 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/system.c' (52,201) at 20250516080047756
45100 2025-10-05 03:01:04.216-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_x86_64_tuxrun.py' (52,202) at 20250516080047908
45101 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/trace-events' (52,203) at 20250516080047500
45102 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/hmp-target.c' (52,204) at 20250516080047708
45103 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/hmat.c' (52,205) at 20250516080047484
45104 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/cpu_loop.c' (52,206) at 20250516080047696
45105 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/either-1-rs.wrap' (52,207) at 20250516080047780
45106 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/hexdump.c' (52,208) at 20250516080047944
45107 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/dump-arch.h' (52,209) at 20250516080047684
45108 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/migrate-bitmaps-test' (52,210) at 20250516080047912
45109 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/imx8mp-evk.rst' (52,211) at 20250516080047472
45110 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/qmp-cmds.c' (52,212) at 20250516080047712
45111 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sparc/target_proc.h' (52,213) at 20250516080047696
45112 2025-10-05 03:01:04.217-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-emu.h' (52,214) at 20250516080047932
45113 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-legacy-backend.h' (52,215) at 20250516080047672
45114 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/cpu-throttle.c' (52,216) at 20250516080047700
45115 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/boot-serial-test.c' (52,217) at 20250516080047916
45116 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed_hace-test.c' (52,218) at 20250516080047916
45117 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-time.c' (52,219) at 20250516080047772
45118 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qbool.c' (52,220) at 20250516080047768
45119 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/migration-util.h' (52,221) at 20250516080047920
45120 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/qmp-cmds-control.c' (52,222) at 20250516080047712
45121 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration-test.c' (52,223) at 20250516080047920
45122 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/m68k/target_signal.h' (52,224) at 20250516080047696
45123 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mipsel-linux-user.mak' (52,225) at 20250516080047456
45124 2025-10-05 03:01:04.218-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/aarch64/target_arch_cpu.h' (52,226) at 20250516080047452
45125 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target-opc.h.inc' (52,227) at 20250516080047888
45126 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/plot.py' (52,228) at 20250516080047912
45127 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/memory_mapping.h' (52,229) at 20250516080047684
45128 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/psci.h' (52,230) at 20250516080047692
45129 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips64-linux-user.mak' (52,231) at 20250516080047456
45130 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/README.md' (52,232) at 20250516080017008
45131 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/accel-blocker.h' (52,233) at 20250516080047680
45132 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-replication.c' (52,234) at 20250516080047936
45133 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_helper_funcs.py' (52,235) at 20250516080047816
45134 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/machine-none-test.c' (52,236) at 20250516080047920
45135 2025-10-05 03:01:04.219-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio.h' (52,237) at 20250516080047728
45136 2025-10-05 03:01:04.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/remote-i3c.c' (52,238) at 20250516080047540
45137 2025-10-05 03:01:04.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/273.out' (52,239) at 20250516080047912
45138 2025-10-05 03:01:04.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/storage-daemon/qemu-storage-daemon.c' (52,240) at 20250516080047780
45139 2025-10-05 03:01:04.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-visit-core.c' (52,241) at 20250516080047760
45140 2025-10-05 03:01:04.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/console.h' (52,242) at 20250516080047676
45141 2025-10-05 03:01:04.220-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/arbitrary-int-1-rs.wrap' (52,243) at 20250516080047780
45142 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_emc-test.c' (52,244) at 20250516080047924
45143 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/item_updater_helper.hpp' (52,245) at 20250516080026264
45144 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qapi-system.c' (52,246) at 20250516080047444
45145 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips-linux-user.mak' (52,247) at 20250516080047456
45146 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/boot.h' (52,248) at 20250516080047668
45147 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/meson.build' (52,249) at 20250516080047580
45148 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/aml-build.h' (52,250) at 20250516080047660
45149 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/boot.c' (52,251) at 20250516080047504
45150 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/boot-order-test.c' (52,252) at 20250516080047916
45151 2025-10-05 03:01:04.221-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/asset.py' (52,253) at 20250516080047904
45152 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-net.c' (52,254) at 20250516080047772
45153 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pvpanic.c' (52,255) at 20250516080047568
45154 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/bus-stub.c' (52,256) at 20250516080047632
45155 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qmp-command-available.c' (52,257) at 20250516080047780
45156 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-fe.c' (52,258) at 20250516080047456
45157 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/atomic128-ldst.h.inc' (52,259) at 20250516080047480
45158 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/proc-macro-error-attr-1-rs/meson.build' (52,260) at 20250516080047784
45159 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/reset.c' (52,261) at 20250516080047932
45160 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/tesseract.py' (52,262) at 20250516080047904
45161 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc-softmmu.mak' (52,263) at 20250516080047460
45162 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_features.h' (52,264) at 20250516080047872
45163 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target-mo.h' (52,265) at 20250516080047888
45164 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/aarch64_be-linux-user.mak' (52,266) at 20250516080047456
45165 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/target_signal.h' (52,267) at 20250516080047696
45166 2025-10-05 03:01:04.222-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/meson.build' (52,268) at 20250516080047772
45167 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qcow2-to-stdout.py' (52,269) at 20250516080047780
45168 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/mtest2make.py' (52,270) at 20250516080047776
45169 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/mcf5208.c' (52,271) at 20250516080047560
45170 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_mpc8544ds.py' (52,272) at 20250516080047908
45171 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/fuzz.c' (52,273) at 20250516080047916
45172 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xive2-common.h' (52,274) at 20250516080047928
45173 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target-opc.h.inc' (52,275) at 20250516080047892
45174 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/inactive-node-nbd' (52,276) at 20250516080047912
45175 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-avx.c' (52,277) at 20250516080047932
45176 2025-10-05 03:01:04.223-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/slirp.c' (52,278) at 20250516080047712
45177 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/signal-common.h' (52,279) at 20250516080047696
45178 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_emcraft_sf2.py' (52,280) at 20250516080047908
45179 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/i386/test-i386-adcox.c' (52,281) at 20250516080047932
45180 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu-hpm.h' (52,282) at 20250516080047608
45181 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-timed-average.c' (52,283) at 20250516080047936
45182 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/linux/test-vma.c' (52,284) at 20250516080047932
45183 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/cpu_loop.c' (52,285) at 20250516080047696
45184 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/cpu-models-x86.rst.inc' (52,286) at 20250516080047476
45185 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu-hpm.c' (52,287) at 20250516080047608
45186 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv64-bsd-user.mak' (52,288) at 20250516080047460
45187 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/thread-pool.c' (52,289) at 20250516080047948
45188 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_idef_parser_funcs.py' (52,290) at 20250516080047816
45189 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu_bits.h' (52,291) at 20250516080047816
45190 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_i386_tuxrun.py' (52,292) at 20250516080047908
45191 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/i386/a-b-bootblock.S' (52,293) at 20250516080047920
45192 2025-10-05 03:01:04.224-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/trace-events' (52,294) at 20250516080047540
45193 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qstring.c' (52,295) at 20250516080047932
45194 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qcow2-encryption' (52,296) at 20250516080047912
45195 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/meson.build' (52,297) at 20250516080047596
45196 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qgraph.h' (52,298) at 20250516080047920
45197 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/events.py' (52,299) at 20250516080047776
45198 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/nvmm/nvmm-accel-ops.h' (52,300) at 20250516080047828
45199 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/Kconfig' (52,301) at 20250516080047560
45200 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_opcodes_def.py' (52,302) at 20250516080047816
45201 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/Kconfig.host' (52,303) at 20250516080047420
45202 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/arbitrary-int-1-rs/meson.build' (52,304) at 20250516080047780
45203 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_tuxrun.py' (52,305) at 20250516080047908
45204 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/guest-debug/run-test.py' (52,306) at 20250516080047912
45205 2025-10-05 03:01:04.225-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/generic/signal.h' (52,307) at 20250516080047692
45206 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/microblaze-linux-user.mak' (52,308) at 20250516080047456
45207 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/arch_dump.c' (52,309) at 20250516080047852
45208 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/riscv-iommu.rst' (52,310) at 20250516080047472
45209 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/system/machine.c' (52,311) at 20250516080047844
45210 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/timings.py' (52,312) at 20250516080047912
45211 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_ppi.c' (52,313) at 20250516080047628
45212 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/nrf51_soc.h' (52,314) at 20250516080047664
45213 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/target_signal.h' (52,315) at 20250516080047700
45214 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vmapple/trace.h' (52,316) at 20250516080047652
45215 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/reset.h' (52,317) at 20250516080047684
45216 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/arm/Makefile.target' (52,318) at 20250516080047932
45217 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/kvm_para.h' (52,319) at 20250516080047688
45218 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/numa.h' (52,320) at 20250516080047684
45219 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/Makefile.target' (52,321) at 20250516080047932
45220 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/device_tree-stub.c' (52,322) at 20250516080047784
45221 2025-10-05 03:01:04.226-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc-linux-user.mak' (52,323) at 20250516080047460
45222 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/unicode-ident-1-rs.wrap' (52,324) at 20250516080047784
45223 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_virtio_balloon.py' (52,325) at 20250516080047908
45224 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/projects/qemu.yml' (52,326) at 20250516080047912
45225 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64el_loongson3v.py' (52,327) at 20250516080047908
45226 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/visitor.h' (52,328) at 20250516080047676
45227 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/meson-buildoptions.py' (52,329) at 20250516080047776
45228 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/qlist.h' (52,330) at 20250516080047676
45229 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qjson.c' (52,331) at 20250516080047768
45230 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/hppa.c' (52,332) at 20250516080047460
45231 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/user-mmap.h' (52,333) at 20250516080047700
45232 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/xlnx-zdma.h' (52,334) at 20250516080047664
45233 2025-10-05 03:01:04.227-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64el_fuloong2e.py' (52,335) at 20250516080047908
45234 2025-10-05 03:01:04.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_crypto.h' (52,336) at 20250516080047680
45235 2025-10-05 03:01:04.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qom-cast-macro-clean-cocci-gen.py' (52,337) at 20250516080047780
45236 2025-10-05 03:01:04.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/generated/freebsd.json' (52,338) at 20250516080047940
45237 2025-10-05 03:01:04.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_s390x_replay.py' (52,339) at 20250516080047908
45238 2025-10-05 03:01:04.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target.h' (52,340) at 20250516080047888
45239 2025-10-05 03:01:04.228-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qobject-output-visitor.c' (52,341) at 20250516080047936
45240 2025-10-05 03:01:04.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/ufs.h' (52,444) at 20250516080047632
45241 2025-10-05 03:01:04.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/callbacks.rs' (52,445) at 20250516080047772
45242 2025-10-05 03:01:04.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-runtime.c' (52,446) at 20250516080047428
45243 2025-10-05 03:01:04.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/xlnx-bbram.h' (52,447) at 20250516080047668
45244 2025-10-05 03:01:04.230-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/hmat.h' (52,448) at 20250516080047484
45245 2025-10-05 03:01:04.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-option.c' (52,449) at 20250516080047948
45246 2025-10-05 03:01:04.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/meson.build' (52,450) at 20250516080047628
45247 2025-10-05 03:01:04.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_devconfig.c' (52,451) at 20250516080047656
45248 2025-10-05 03:01:04.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/qnum.h' (52,452) at 20250516080047676
45249 2025-10-05 03:01:04.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ide-dev.h' (52,453) at 20250516080047664
45250 2025-10-05 03:01:04.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/designware.h' (52,454) at 20250516080047668
45251 2025-10-05 03:01:04.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target.h' (52,455) at 20250516080047900
45252 2025-10-05 03:01:04.231-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-clp.h' (52,456) at 20250516080047672
45253 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_events.c' (52,457) at 20250516080047604
45254 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/0001-tests-fix-test-applications-in-cpp-common.patch' (52,458) at 20250724080015810
45255 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/no-musttail-arm.patch' (52,459) at 20250724080015810
45256 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb' (52,460) at 20250724080015774
45257 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb' (52,461) at 20250724080015706
45258 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/layer.conf' (52,462) at 20250724080015658
45259 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/gtk3.py' (52,463) at 20250724080015766
45260 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.56.bb' (52,464) at 20250724080015706
45261 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0021-libunwind-Added-unw_backtrace-method.patch' (52,465) at 20250724080015782
45262 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/0002-Fix-incompatible-pointer-types-error-with-gcc-15.patch' (52,466) at 20250724080015710
45263 2025-10-05 03:01:04.232-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake-native_3.31.6.bb' (52,467) at 20250724080015786
45264 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/data.py' (52,468) at 20250724080015738
45265 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xmlschema_4.0.1.bb' (52,469) at 20250724080015726
45266 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/drgn/python3-drgn_0.0.31.bb' (52,470) at 20250724080015706
45267 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0007-clang-Driver-tools.cpp-Add-lssp_nonshared-on-musl.patch' (52,471) at 20250724080015782
45268 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/pcr-extend/pcr-extend_git.bb' (52,472) at 20250724080015734
45269 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3_0.15.19.bb' (52,473) at 20250724080015718
45270 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch' (52,474) at 20250724080015786
45271 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils-crates.inc' (52,475) at 20250724080015678
45272 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_48.0.bb' (52,476) at 20250724080015658
45273 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch' (52,477) at 20250724080015814
45274 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/libsub-uplevel-perl_0.2800.bb' (52,478) at 20250724080015718
45275 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/suricata_7.0.0.bb' (52,479) at 20250724080015734
45276 2025-10-05 03:01:04.233-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-websockets_15.0.1.bb' (52,480) at 20250724080015794
45277 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/standard.py' (52,481) at 20250724080015818
45278 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rootfs-postcommands.bbclass' (52,482) at 20250724080015758
45279 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/coreutils/coreutils_9.7.bb' (52,483) at 20250724080015778
45280 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bison/bison_3.8.2.bb' (52,484) at 20250724080015782
45281 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic_2.11.3.bb' (52,485) at 20250724080015722
45282 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/git/git/environment.d-git.sh' (52,486) at 20250724080015790
45283 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/layer.conf' (52,487) at 20250724080015658
45284 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0008-libtool.patch' (52,488) at 20250724080015786
45285 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/conf/include/ptest-packagelists-meta-perl.inc' (52,489) at 20250724080015718
45286 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0009-fix-build-with-new-version-attr.patch' (52,490) at 20250724080015734
45287 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/0001-meson-fix-glx-detection-without-glvnd.patch' (52,491) at 20250724080015806
45288 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/native.bbclass' (52,492) at 20250724080015758
45289 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/llvm-project-source.bb' (52,493) at 20250724080015786
45290 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-utils_1.2.14.bb' (52,494) at 20250724080015810
45291 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libtirpc/libtirpc_1.3.6.bb' (52,495) at 20250724080015802
45292 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-tools_1.4.313.0.bb' (52,496) at 20250724080015806
45293 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/archiver.bbclass' (52,497) at 20250724080015762
45294 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux.inc' (52,498) at 20250724080015782
45295 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/spdx_common.py' (52,499) at 20250724080015766
45296 2025-10-05 03:01:04.234-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/layer.conf' (52,500) at 20250724080015658
45297 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/sbom.rst' (52,501) at 20250724080015746
45298 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman_2.4.4.bb' (52,502) at 20250724080015666
45299 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib.inc' (52,503) at 20250724080015778
45300 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog_5.16.bb' (52,504) at 20250724080015802
45301 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gflags/gflags_2.2.2.bb' (52,505) at 20250724080015710
45302 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.2.0.bb' (52,506) at 20250724080015734
45303 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/genericx86-64.conf' (52,507) at 20250724080015754
45304 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/conf/layer.conf' (52,508) at 20250724080015658
45305 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/CVE-2022-31650.patch' (52,509) at 20250724080015662
45306 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/pkgconf_2.4.3.bb' (52,510) at 20250724080015790
45307 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/yocto-uninative.inc' (52,511) at 20250724080015762
45308 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/repro-issue-fix-with-cc-crate-hashmap.patch' (52,512) at 20250724080015798
45309 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/context.py' (52,513) at 20250724080015770
45310 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/devtool.rst' (52,514) at 20250724080015746
45311 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-fboss.inc' (52,515) at 20250724080015650
45312 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gdbm/gdbm_1.24.bb' (52,516) at 20250724080015814
45313 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina/platform-early-sys-init' (52,517) at 20250724080015650
45314 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/libcompress-raw-zlib-perl_2.213.bb' (52,518) at 20250724080015718
45315 2025-10-05 03:01:04.235-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gomod.py' (52,519) at 20250724080015738
45316 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-demo_git.bb' (52,520) at 20250724080015650
45317 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/disable_syslog.patch' (52,521) at 20250724080015802
45318 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools_1.1.0.bb' (52,522) at 20250724080015674
45319 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test/0001-build-make-cmake-add-Werror-based-on-CFG_WERROR.patch' (52,523) at 20250724080015646
45320 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts_1.4.2.1.bb' (52,524) at 20250724080015706
45321 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0002-plat-corstone1000-increase-CFG_TZDRAM_SIZE.patch' (52,525) at 20250724080015642
45322 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/layer.conf' (52,526) at 20250724080015658
45323 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-xmldiff_2.7.0.bb' (52,527) at 20250724080015734
45324 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libical/libical_3.0.20.bb' (52,528) at 20250724080015814
45325 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core_2.34.1.bb' (52,529) at 20250724080015722
45326 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/conf/layer.conf' (52,530) at 20250724080015658
45327 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb' (52,531) at 20250724080015810
45328 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb' (52,532) at 20250724080015666
45329 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mctp/mctp/0001-mctp-bench-Adjust-headers.patch' (52,533) at 20250724080015670
45330 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0009-clang-Look-inside-the-target-sysroot-for-compiler-ru.patch' (52,534) at 20250724080015782
45331 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mpich/mpich_4.3.0.bb' (52,535) at 20250724080015698
45332 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gevent_25.4.2.bb' (52,536) at 20250724080015722
45333 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-base.inc' (52,537) at 20250724080015730
45334 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany_2.0.bb' (52,538) at 20250724080015694
45335 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0_2.84.2.bb' (52,539) at 20250724080015778
45336 2025-10-05 03:01:04.236-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/busybox.cfg' (52,540) at 20250724080015730
45337 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/mbedtls_3.6.3.1.bb' (52,541) at 20250724080015666
45338 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba_4.19.8.bb' (52,542) at 20250724080015666
45339 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.4.1.bb' (52,543) at 20250724080015694
45340 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-common.inc' (52,544) at 20250724080015790
45341 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/ccache.conf' (52,545) at 20250724080015762
45342 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/testsdk.py' (52,546) at 20250724080015766
45343 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0003-compiler-rt-Simplify-cross-compilation.-Don-t-use-na.patch' (52,547) at 20250724080015782
45344 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-tools_1.2.14.bb' (52,548) at 20250724080015810
45345 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20250127.1.bb' (52,549) at 20250724080015694
45346 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3-base.bbclass' (52,550) at 20250724080015758
45347 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb' (52,551) at 20250724080015814
45348 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/0001-Allow-running-tests-on-target-when-cross-compiling.patch' (52,552) at 20250724080015698
45349 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf.bb' (52,553) at 20250724080015810
45350 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb' (52,554) at 20250724080015802
45351 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb' (52,555) at 20250724080015806
45352 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-periphery_2.4.1.bb' (52,556) at 20250724080015722
45353 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/renderdoc/renderdoc_1.38.bb' (52,557) at 20250724080015706
45354 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/openmp_git.bb' (52,558) at 20250724080015786
45355 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0001-configure.ac-use-a-custom-value-for-the-location-of-.patch' (52,559) at 20250724080015814
45356 2025-10-05 03:01:04.237-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf_git.bb' (52,560) at 20250724080015782
45357 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-legacy-cgi/0001-cgi.py-fixup-interpreter-according-to-OE.patch' (52,561) at 20250724080015722
45358 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/devtool-reference.rst' (52,562) at 20250724080015750
45359 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb' (52,563) at 20250724080015810
45360 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/libtoml11_4.4.0.bb' (52,564) at 20250724080015694
45361 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python-extras.inc' (52,565) at 20250724080015794
45362 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-samples_git.bb' (52,566) at 20250724080015806
45363 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb' (52,567) at 20250724080015794
45364 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina/standby-power-enable' (52,568) at 20250724080015650
45365 2025-10-05 03:01:04.238-0500 FINEST t466 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' (52,569) at 20250724080015666
45366 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools_1.72.0.bb' (52,570) at 20250724080015722
45367 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freeipmi/freeipmi_1.6.15.bb' (52,571) at 20250724080015710
45368 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libftdi/files/CMakeLists-txt-fix-paths-when-FTDIPP-is-set.patch' (52,572) at 20250724080015714
45369 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/pixman_0.46.0.bb' (52,573) at 20250724080015806
45370 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-gl.bb' (52,574) at 20250724080015806
45371 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (52,575) at 20250724080015674
45372 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0005-generateVersion.sh-set-correct-buildrev.patch' (52,576) at 20250724080015702
45373 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xerces-c/xerces-c_3.3.0.bb' (52,577) at 20250724080015698
45374 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265/0001-json11.cpp-Include-cstdint.patch' (52,578) at 20250724080015666
45375 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb' (52,579) at 20250724080015722
45376 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/0001-bind2-Use-pmcpp-from-native-builds.patch' (52,580) at 20250724080015714
45377 2025-10-05 03:01:04.238-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch' (52,581) at 20250724080015774
45378 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/0001-Fix-argument-errors-in-gcc-15.patch' (52,582) at 20250724080015662
45379 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/svg/releases.svg' (52,583) at 20250724080015750
45380 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/core-image-ptest.bb' (52,584) at 20250724080015778
45381 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/index.rst' (52,585) at 20250724080015738
45382 2025-10-05 03:01:04.239-0500 FINEST t466 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' (52,586) at 20250724080015714
45383 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2024-45781.patch' (52,587) at 20250724080015770
45384 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-source_15.1.bb' (52,588) at 20250724080015786
45385 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-beartype_0.20.2.bb' (52,589) at 20250724080015794
45386 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xtrans_1.6.0.bb' (52,590) at 20250724080015806
45387 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-humanize_4.12.3.bb' (52,591) at 20250724080015722
45388 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/default-providers.inc' (52,592) at 20250724080015762
45389 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/0002-help-meson.build-disable-the-use-of-yelp.patch' (52,593) at 20250724080015802
45390 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/files/0001-Revert-serial-8250_omap-Drop-pm_runtime_irq_safe.patch' (52,594) at 20250724080015754
45391 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liburing/liburing_2.9.bb' (52,595) at 20250724080015714
45392 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ccache/ccache_4.11.3.bb' (52,596) at 20250724080015782
45393 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/yocto-check-layer.bbclass' (52,597) at 20250724080015758
45394 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libconfig/libconfig_1.7.3.bb' (52,598) at 20250724080015702
45395 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0011-aarch64-Fix-include-paths-when-S-B.patch' (52,599) at 20250724080015786
45396 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy/0001-libreswan-Allow-skipping-test_config-for-old-ipsec.patch' (52,600) at 20250724080015794
45397 2025-10-05 03:01:04.239-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysklogd/sysklogd_2.7.2.bb' (52,601) at 20250724080015802
45398 2025-10-05 03:01:04.239-0500 FINEST t466 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' (52,602) at 20250724080015658
45399 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.52.0.bb' (52,603) at 20250724080015666
45400 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/libwpe_1.16.2.bb' (52,604) at 20250724080015810
45401 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/README.md' (52,605) at 20250724080015734
45402 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-art/cursor-themes/openzone_1.2.4.bb' (52,606) at 20250724080015726
45403 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-charset-normalizer_3.4.1.bb' (52,607) at 20250724080015718
45404 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/0001-Fix-build-with-gcc-15.patch' (52,608) at 20250724080015670
45405 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-anyio_4.9.0.bb' (52,609) at 20250724080015718
45406 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0002-tests-add-support-for-install-the-tests.patch' (52,610) at 20250724080015810
45407 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos_9.0.0.bb' (52,611) at 20250724080015806
45408 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bcu/bcu_1.1.115.bb' (52,612) at 20250724080015710
45409 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.6.1.bb' (52,613) at 20250724080015718
45410 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/recipes-x86/chassis/x86-power-control/power-config-host0.json' (52,614) at 20250724080015650
45411 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/buildstats.py' (52,615) at 20250724080015762
45412 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/buildcpio.py' (52,616) at 20250724080015766
45413 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_2.1.5.bb' (52,617) at 20250724080015706
45414 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto.bb' (52,618) at 20250724080015698
45415 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb' (52,619) at 20250724080015802
45416 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libqb/libqb_2.0.8.bb' (52,620) at 20250724080015702
45417 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.5.10.bb' (52,621) at 20250724080015666
45418 2025-10-05 03:01:04.240-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-kernel/linux/linux-yocto_%.bbappend' (52,622) at 20250724080015650
45419 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/newlib.inc' (52,623) at 20250724080015782
45420 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.1.bb' (52,624) at 20250724080015810
45421 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb' (52,625) at 20250724080015814
45422 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/efi-uki-bootdisk.wks.in' (52,626) at 20250724080015818
45423 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-block-storage_git.bb' (52,627) at 20250724080015650
45424 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bandit_1.8.3.bb' (52,628) at 20250724080015718
45425 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp.inc' (52,629) at 20250724080015714
45426 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libarchive/libarchive_3.7.9.bb' (52,630) at 20250724080015802
45427 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mcelog_204.bb' (52,631) at 20250724080015714
45428 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.6.bb' (52,632) at 20250724080015706
45429 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb' (52,633) at 20250724080015802
45430 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django.inc' (52,634) at 20250724080015722
45431 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0006-Fix-invalid-sigprocmask-call.patch' (52,635) at 20250724080015790
45432 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-boot-native_257.5.bb' (52,636) at 20250724080015782
45433 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif/0001-setup.py-support-cross-compiling.patch' (52,637) at 20250724080015662
45434 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ttyrun/ttyrun_2.37.0.bb' (52,638) at 20250724080015782
45435 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-expandvars_1.0.0.bb' (52,639) at 20250724080015722
45436 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/geany-plugins-2.0-gcc15.patch' (52,640) at 20250724080015694
45437 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/intro.rst' (52,641) at 20250724080015746
45438 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-2.1.1-src.inc' (52,642) at 20250724080015646
45439 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m.inc' (52,643) at 20250724080015646
45440 2025-10-05 03:01:04.241-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/conf/layer.conf' (52,644) at 20250724080015658
45441 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/0001-Added-handshake-history-reporting-when-test-fails.patch' (52,645) at 20250724080015774
45442 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb' (52,646) at 20250724080015706
45443 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/scap-security-guide/scap-security-guide_0.1.76.bb' (52,647) at 20250724080015734
45444 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/mirrors.bbclass' (52,648) at 20250724080015758
45445 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb' (52,649) at 20250724080015718
45446 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0008-Add-fix-for-packages-that-are-not-compatible-with-C2.patch' (52,650) at 20250724080015790
45447 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth_2.40.1.bb' (52,651) at 20250724080015722
45448 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4_2.74.3.bb' (52,652) at 20250724080015714
45449 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/opensbi/0001-Makefile-Add-flag-for-reprodubility-compiler-flags.patch' (52,653) at 20250724080015770
45450 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-crates.inc' (52,654) at 20250724080015794
45451 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus_1.16.2.bb' (52,655) at 20250724080015778
45452 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/fedora_essential.sh' (52,656) at 20250724080015754
45453 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi.inc' (52,657) at 20250724080015734
45454 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.26.rst' (52,658) at 20250724080015746
45455 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-soupsieve_2.7.bb' (52,659) at 20250724080015726
45456 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-logging_git.bb' (52,660) at 20250724080015650
45457 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/classes/waf-samba.bbclass' (52,661) at 20250724080015666
45458 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/common-source.inc' (52,662) at 20250724080015782
45459 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/0001-acinclude.m4-Add-parameter-names-in-prototype-for-g.patch' (52,663) at 20250724080015814
45460 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools/0001-f2fs-tools-use-stdbool.h-instead-of-bool.patch' (52,664) at 20250724080015658
45461 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint_3.3.6.bb' (52,665) at 20250724080015722
45462 2025-10-05 03:01:04.242-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/debugging.rst' (52,666) at 20250724080015746
45463 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/customizing-images.rst' (52,667) at 20250724080015746
45464 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/layer.conf' (52,668) at 20250724080015658
45465 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/base.bbclass' (52,669) at 20250724080015754
45466 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/0001-fix-too-many-arguments-error-in-gcc15.patch' (52,670) at 20250724080015674
45467 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/libinput_1.28.1.bb' (52,671) at 20250724080015806
45468 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb' (52,672) at 20250724080015698
45469 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0001-dns-sd-Include-missing-headers.patch' (52,673) at 20250724080015670
45470 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/initscript.patch' (52,674) at 20250724080015774
45471 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/ubuntu_docs.sh' (52,675) at 20250724080015754
45472 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb' (52,676) at 20250724080015802
45473 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/yocto-builds.yml' (52,677) at 20250724080015730
45474 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/0001-Fix-int8_t-storage-in-BitPropVariant-on-Arm-architec.patch' (52,678) at 20250724080015698
45475 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.20.1.bb' (52,679) at 20250724080015730
45476 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-memcheck-vgtests-remove-fullpath-after-flags.patch' (52,680) at 20250724080015798
45477 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-init' (52,681) at 20250724080015782
45478 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch' (52,682) at 20250724080015774
45479 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2_2.14.3.bb' (52,683) at 20250724080015778
45480 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross_1.24.3.bb' (52,684) at 20250724080015790
45481 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lapack/lapack_3.12.1.bb' (52,685) at 20250724080015694
45482 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-source.inc' (52,686) at 20250724080015798
45483 2025-10-05 03:01:04.243-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb' (52,687) at 20250724080015714
45484 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/client.py' (52,688) at 20250724080015742
45485 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/features.rst' (52,689) at 20250724080015750
45486 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_48.0.bb' (52,690) at 20250724080015662
45487 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icu/0001-Remove-assert-checking-for-trivial-type.patch' (52,691) at 20250724080015722
45488 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyproject-metadata_0.9.1.bb' (52,692) at 20250724080015794
45489 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cargo_common.bbclass' (52,693) at 20250724080015758
45490 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/buildlzip.py' (52,694) at 20250724080015766
45491 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/canopenterm/canopenterm_1.0.10.bb' (52,695) at 20250724080015698
45492 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sip/sip_6.11.0.bb' (52,696) at 20250724080015698
45493 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl3/libsdl3-ttf_3.2.2.bb' (52,697) at 20250724080015706
45494 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.1.bb' (52,698) at 20250724080015722
45495 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/grep/grep_3.12.bb' (52,699) at 20250724080015798
45496 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tzlocal_5.3.1.bb' (52,700) at 20250724080015726
45497 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-propcache_0.3.1.bb' (52,701) at 20250724080015722
45498 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs_2.2.5.bb' (52,702) at 20250724080015658
45499 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp_4.4.bb' (52,703) at 20250724080015678
45500 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/meson.py' (52,704) at 20250724080015766
45501 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch' (52,705) at 20250724080015806
45502 2025-10-05 03:01:04.244-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest_2.10.19.bb' (52,706) at 20250724080015710
45503 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/9aa5c43315d83c19514251a11c4fba5a137f2821.patch' (52,707) at 20250724080015666
45504 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/0001-Determine-audio-buffer-size-for-a-time-of-500ms.patch' (52,708) at 20250724080015714
45505 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix_7.0.9.bb' (52,709) at 20250724080015678
45506 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/Containerfile.apt' (52,710) at 20250724080015754
45507 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pytesseract/pytesseract_0.3.13.bb' (52,711) at 20250724080015726
45508 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0003-Correctly-install-python-modules.patch' (52,712) at 20250724080015814
45509 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp_20250130.bb' (52,713) at 20250724080015802
45510 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu_10.0.0.bb' (52,714) at 20250724080015794
45511 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/sbc/sbc_2.1.bb' (52,715) at 20250724080015810
45512 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard_0.19.bb' (52,716) at 20250724080015774
45513 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/0001-Fix-incompatible-pointer-types-error-with-gcc-15.patch' (52,717) at 20250724080015670
45514 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/elfutils_0.192.bb' (52,718) at 20250724080015786
45515 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_5.10.bb' (52,719) at 20250724080015706
45516 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0004-autogen.sh-fix-find-version-for-beta-checking.patch' (52,720) at 20250724080015814
45517 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-evdev_1.9.2.bb' (52,721) at 20250724080015722
45518 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0003-ISO-C23-Port-the-code-to-ISO-C23.patch' (52,722) at 20250724080015718
45519 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/python3-gammu_3.2.4.bb' (52,723) at 20250724080015674
45520 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0005-Fix-sha256-for-big-endian-machines.patch' (52,724) at 20250724080015734
45521 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch' (52,725) at 20250724080015786
45522 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.5.bb' (52,726) at 20250724080015726
45523 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/open62541_1.3.15.bb' (52,727) at 20250724080015670
45524 2025-10-05 03:01:04.245-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ctags/ctags_6.1.20250518.0.bb' (52,728) at 20250724080015694
45525 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre2_10.45.bb' (52,729) at 20250724080015814
45526 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/sbsa-ref.conf' (52,730) at 20250724080015642
45527 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch' (52,731) at 20250724080015778
45528 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iputils/iputils/CVE-2025-47268.patch' (52,732) at 20250724080015802
45529 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.1.bb' (52,733) at 20250724080015810
45530 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils_2.44.bb' (52,734) at 20250724080015782
45531 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liberror/liberror-perl_0.17030.bb' (52,735) at 20250724080015718
45532 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/README.md' (52,736) at 20250724080015814
45533 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch' (52,737) at 20250724080015790
45534 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gcr/gcr_4.3.1.bb' (52,738) at 20250724080015802
45535 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/gtk-vnc/gtk-vnc_1.5.0.bb' (52,739) at 20250724080015658
45536 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/bbtests.py' (52,740) at 20250724080015766
45537 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb' (52,741) at 20250724080015806
45538 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/0001-Only-export-symbols-starting-with-json_-and-jansson_.patch' (52,742) at 20250724080015702
45539 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0001-libmpathutils-uxsock.c-Include-string.h-for-memcpy.patch' (52,743) at 20250724080015714
45540 2025-10-05 03:01:04.246-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/display_testname_for_subtest.patch' (52,744) at 20250724080015782
45541 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch' (52,745) at 20250724080015814
45542 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opentelemetry/opentelemetry-cpp_1.20.0.bb' (52,746) at 20250724080015714
45543 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/libcxx_git.bb' (52,747) at 20250724080015782
45544 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/0005-fix-racing-between-build-ncat-and-build-lua.patch' (52,748) at 20250724080015710
45545 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/conf/layer.conf' (52,749) at 20250724080015730
45546 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb' (52,750) at 20250724080015734
45547 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-Do-not-write-bindir-into-pkg-config-files.patch' (52,751) at 20250724080015778
45548 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/multipath-tools_0.11.1.bb' (52,752) at 20250724080015714
45549 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/start.rst' (52,753) at 20250724080015746
45550 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf' (52,754) at 20250724080015762
45551 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/files/maxsize.cfg' (52,755) at 20250724080015730
45552 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/libcyusbserial_git.bb' (52,756) at 20250724080015714
45553 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync_3.1.9.bb' (52,757) at 20250724080015670
45554 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/buildtools-tarball.bb' (52,758) at 20250724080015778
45555 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb' (52,759) at 20250724080015806
45556 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb' (52,760) at 20250724080015658
45557 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/rust.py' (52,761) at 20250724080015766
45558 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs/0002-Enforce-using-good-old-BFD-linker.patch' (52,762) at 20250724080015646
45559 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/liburcu/liburcu_0.15.2.bb' (52,763) at 20250724080015814
45560 2025-10-05 03:01:04.247-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox.inc' (52,764) at 20250724080015778
45561 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/module.bbclass' (52,765) at 20250724080015758
45562 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/files/Fix-build-with-gcc15.patch' (52,766) at 20250724080015658
45563 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0001-Fix-implicit-declaration-error.patch' (52,767) at 20250724080015670
45564 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_48.1.bb' (52,768) at 20250724080015662
45565 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb' (52,769) at 20250724080015722
45566 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb' (52,770) at 20250724080015726
45567 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch' (52,771) at 20250724080015786
45568 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip_1.14.bb' (52,772) at 20250724080015802
45569 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb' (52,773) at 20250724080015802
45570 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc/0001-build_support-use-source-filename-instead-of-foo-for.patch' (52,774) at 20250724080015722
45571 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb' (52,775) at 20250724080015714
45572 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/0002-musl-add-missing-fgetspent_r.patch' (52,776) at 20250724080015662
45573 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0028-clang-llvm-Add-OE-specific-ABI-triple-for-N32-ABI.patch' (52,777) at 20250724080015782
45574 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/wpebackend-fdo_1.16.0.bb' (52,778) at 20250724080015810
45575 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0001-Update-setuptools-requirement-from-78.0-65.6-to-65.6.patch' (52,779) at 20250724080015722
45576 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libffi/libffi_3.4.8.bb' (52,780) at 20250724080015814
45577 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch' (52,781) at 20250724080015786
45578 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch' (52,782) at 20250724080015798
45579 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2024-45774.patch' (52,783) at 20250724080015770
45580 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0004-pear-fix-Makefile.frag-for-Yocto.patch' (52,784) at 20250724080015698
45581 2025-10-05 03:01:04.248-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/init' (52,785) at 20250724080015782
45582 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-cross-canadian_1.85.1.bb' (52,786) at 20250724080015798
45583 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/tcl-add-soname.patch' (52,787) at 20250724080015798
45584 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2_2.5.31.bb' (52,788) at 20250724080015706
45585 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/run-ptest' (52,789) at 20250724080015782
45586 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb' (52,790) at 20250724080015694
45587 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymisp_2.5.12.bb' (52,791) at 20250724080015722
45588 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt_2.6.1.bb' (52,792) at 20250724080015782
45589 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb' (52,793) at 20250724080015806
45590 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb' (52,794) at 20250724080015810
45591 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/0002-Support-building-allarch-recipes-again.patch' (52,795) at 20250724080015790
45592 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-library-functions.rst' (52,796) at 20250724080015734
45593 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/svg/configuration-compile-autoreconf.svg' (52,797) at 20250724080015750
45594 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/runqemu' (52,798) at 20250724080015818
45595 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/0001-Do-not-fail-when-testing-config-scripts.patch' (52,799) at 20250724080015814
45596 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuid/cpuid_20230614.bb' (52,800) at 20250724080015694
45597 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/0001-fix-incompatible-type-error-with-gcc-15.patch' (52,801) at 20250724080015670
45598 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch' (52,802) at 20250724080015722
45599 2025-10-05 03:01:04.249-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.3.bb' (52,803) at 20250724080015702
45600 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11-json/d72ad4df929bc9d0882298fc1f85ecf589456ff6.patch' (52,804) at 20250724080015722
45601 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xhost_1.0.10.bb' (52,805) at 20250724080015806
45602 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst' (52,806) at 20250724080015738
45603 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb' (52,807) at 20250724080015794
45604 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay_4.5.1.bb' (52,808) at 20250724080015670
45605 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/files/0001-Add-option-to-allow-disabling-inlined-xxhash.patch' (52,809) at 20250724080015786
45606 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/0001-Do-not-use-bool-as-a-field-name.patch' (52,810) at 20250724080015790
45607 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2_2.5.28.bb' (52,811) at 20250724080015706
45608 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/0002-run_program-support-timeout.patch' (52,812) at 20250724080015726
45609 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2_4.5.3.bb' (52,813) at 20250724080015670
45610 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/unbound/unbound/0001-fix-build-with-gcc-15-Wbuiltin-declaration-mismatch-.patch' (52,814) at 20250724080015670
45611 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-huey_2.5.3.bb' (52,815) at 20250724080015722
45612 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-alembic_1.15.2.bb' (52,816) at 20250724080015718
45613 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-meson-Run-atomics-test-on-clang-as-well.patch' (52,817) at 20250724080015778
45614 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb' (52,818) at 20250724080015806
45615 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fetchmail/fetchmail_6.5.2.bb' (52,819) at 20250724080015670
45616 2025-10-05 03:01:04.250-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-net_2.2.0.bb' (52,820) at 20250724080015706
45617 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/openocd/openocd_git.bb' (52,821) at 20250724080015698
45618 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/perl_5.40.2.bb' (52,822) at 20250724080015790
45619 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0001-Do-not-use-bundled-packages.patch' (52,823) at 20250724080015702
45620 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/man-db/man-db_2.13.1.bb' (52,824) at 20250724080015802
45621 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/libei_1.4.1.bb' (52,825) at 20250724080015706
45622 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0010-Fix-initializer-element-is-not-constant.patch' (52,826) at 20250724080015734
45623 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/files/0001-bug-74444-PATCH-parted-fix-do_version-declaration.patch' (52,827) at 20250724080015802
45624 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util_1.6.3.bb' (52,828) at 20250724080015810
45625 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0014-cmake-Fix-configure-for-packages-using-find_package.patch' (52,829) at 20250724080015782
45626 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl-native_257.5.bb' (52,830) at 20250724080015782
45627 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/0003-Fixed-miscompilation-of-unw_getcontext-on-ARM.patch' (52,831) at 20250724080015814
45628 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/intro.rst' (52,832) at 20250724080015754
45629 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/buildstats.bbclass' (52,833) at 20250724080015758
45630 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/CVE-2024-52532-2.patch' (52,834) at 20250724080015714
45631 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl_git.bb' (52,835) at 20250724080015782
45632 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nlohmann-json/files/run-ptest' (52,836) at 20250724080015698
45633 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/git/git_2.49.0.bb' (52,837) at 20250724080015790
45634 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-loader_1.4.313.0.bb' (52,838) at 20250724080015806
45635 2025-10-05 03:01:04.251-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/conf/layer.conf' (52,839) at 20250724080015638
45636 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/recipeutils.py' (52,840) at 20250724080015766
45637 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0005-mDNSCore-Fix-broken-debug-parameter.patch' (52,841) at 20250724080015670
45638 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/bubblewrap_0.10.0.bb' (52,842) at 20250724080015710
45639 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libxmlb/libxmlb_0.3.22.bb' (52,843) at 20250724080015802
45640 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/CVE-2024-52532-1.patch' (52,844) at 20250724080015714
45641 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/lftp/lftp_4.9.2.bb' (52,845) at 20250724080015666
45642 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0008-Remove-Werror-flag.patch' (52,846) at 20250724080015642
45643 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel.bbclass' (52,847) at 20250724080015758
45644 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/layer.conf' (52,848) at 20250724080015762
45645 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts_git.bb' (52,849) at 20250724080015650
45646 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/libts_%.bbappend' (52,850) at 20250724080015646
45647 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/insane.bbclass' (52,851) at 20250724080015758
45648 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.1.bb' (52,852) at 20250724080015810
45649 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/0001-cmake-disable-dependency-inclusion.patch' (52,853) at 20250724080015698
45650 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch' (52,854) at 20250724080015810
45651 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb' (52,855) at 20250724080015722
45652 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/0001-tests-add-a-target-for-building-tests-without-runnin.patch' (52,856) at 20250724080015774
45653 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gthumb/gthumb_3.12.7.bb' (52,857) at 20250724080015662
45654 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-trove-classifiers_2025.3.19.19.bb' (52,858) at 20250724080015794
45655 2025-10-05 03:01:04.252-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/conf/layer.conf' (52,859) at 20250724080015638
45656 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0016-clang-driver-Add-dyld-prefix-when-checking-sysroot-f.patch' (52,860) at 20250724080015782
45657 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/npm.py' (52,861) at 20250724080015738
45658 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libnvme/libnvme_1.12.bb' (52,862) at 20250724080015714
45659 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cargo.bbclass' (52,863) at 20250724080015758
45660 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy_9100h.bb' (52,864) at 20250724080015710
45661 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/build-docs-container' (52,865) at 20250724080015754
45662 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-typing-extensions_4.13.2.bb' (52,866) at 20250724080015794
45663 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/hwdata/hwdata_0.394.bb' (52,867) at 20250724080015814
45664 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/0001-Define-ATTRIBUTE_UNUSED-if-its-not-defined.patch' (52,868) at 20250724080015718
45665 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/diffoscope/diffoscope_293.bb' (52,869) at 20250724080015814
45666 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/0003-hack-to-force-use-of-libc-malloc.patch' (52,870) at 20250724080015702
45667 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/squid_6.12.bb' (52,871) at 20250724080015670
45668 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/0001-Redefine-function-prototypes-solves-issue-322.patch' (52,872) at 20250724080015710
45669 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/0001-Fix-build-failure-with-gcc-15.patch' (52,873) at 20250724080015714
45670 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/led-blue-deassert@.service' (52,874) at 20250724080015654
45671 2025-10-05 03:01:04.253-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ne10_1.2.1.bb' (52,875) at 20250724080015714
45672 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/minicom/minicom_2.10.bb' (52,876) at 20250724080015802
45673 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0008-Add-LDFLAGS-variable-for-compiling-samhain_setpwd.patch' (52,877) at 20250724080015734
45674 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/layer.conf' (52,878) at 20250724080015650
45675 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/dnsmasq_2.91.bb' (52,879) at 20250724080015670
45676 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-setproctitle_1.3.6.bb' (52,880) at 20250724080015726
45677 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch' (52,881) at 20250724080015786
45678 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap_7.95.bb' (52,882) at 20250724080015710
45679 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-genesis3/conf/layer.conf' (52,883) at 20250724080015658
45680 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/libpsats_%.bbappend' (52,884) at 20250724080015646
45681 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/overlayfs-etc-preinit.sh.in' (52,885) at 20250724080015762
45682 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools_2.16.bb' (52,886) at 20250724080015710
45683 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mingetty/mingetty_1.08.bb' (52,887) at 20250724080015802
45684 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.post1.bb' (52,888) at 20250724080015718
45685 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/0001-Fix-makedefs.patch' (52,889) at 20250724080015666
45686 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libconfig/libconfig/0001-Fix-declarations-to-allow-build-with-gcc-15.patch' (52,890) at 20250724080015702
45687 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/0002-libcamera-Add-missing-stdint.h-include-to-dma_buf_al.patch' (52,891) at 20250724080015662
45688 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0004-make.bash-override-CC-when-building-dist-and-go_boot.patch' (52,892) at 20250724080015790
45689 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client.inc' (52,893) at 20250724080015646
45690 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libical/libical/0001-cmake-Do-not-export-CC-into-gir-compiler.patch' (52,894) at 20250724080015814
45691 2025-10-05 03:01:04.254-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0001-Woverride-init-is-not-needed-with-gcc-9.patch' (52,895) at 20250724080015814
45692 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/0001-redefine-the-python-library-install-dir.patch' (52,896) at 20250724080015710
45693 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/conf/layer.conf' (52,897) at 20250724080015718
45694 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/0001-Include-stdbool.h-instead-of-redefining-bool-true-an.patch' (52,898) at 20250724080015810
45695 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-vectors.bb' (52,899) at 20250724080015794
45696 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtd/files/0001-Improve-check-for-GCC-compiler-version.patch' (52,900) at 20250724080015790
45697 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/CVE-2017-8372_CVE-2017-8373.patch' (52,901) at 20250724080015710
45698 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/debugedit_5.1.bb' (52,902) at 20250724080015786
45699 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/freediameter_1.5.0.bb' (52,903) at 20250724080015670
45700 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp_6.3.0.bb' (52,904) at 20250724080015814
45701 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.54.2.bb' (52,905) at 20250724080015658
45702 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/conf/layer.conf' (52,906) at 20250724080015658
45703 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb' (52,907) at 20250724080015726
45704 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb' (52,908) at 20250724080015678
45705 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/layer.conf' (52,909) at 20250724080015654
45706 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.21.1.bb' (52,910) at 20250724080015754
45707 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/files/determinism.patch' (52,911) at 20250724080015790
45708 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/appstream/appstream_1.0.5.bb' (52,912) at 20250724080015810
45709 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb' (52,913) at 20250724080015794
45710 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.6.3.bb' (52,914) at 20250724080015726
45711 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss_3.111.bb' (52,915) at 20250724080015714
45712 2025-10-05 03:01:04.255-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb' (52,916) at 20250724080015810
45713 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/conf/layer.conf' (52,917) at 20250724080015650
45714 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/distro_alias.inc' (52,918) at 20250724080015762
45715 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-objgraph_3.6.2.bb' (52,919) at 20250724080015722
45716 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/opencl-headers_2024.10.24.bb' (52,920) at 20250724080015678
45717 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb' (52,921) at 20250724080015790
45718 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libusb/libusb1_1.0.28.bb' (52,922) at 20250724080015814
45719 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-tests-arm-Use-O-instead-of-O0.patch' (52,923) at 20250724080015798
45720 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.20.0.bb' (52,924) at 20250724080015730
45721 2025-10-05 03:01:04.256-0500 FINEST t466 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' (52,925) at 20250724080015646
45722 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/update-repos' (52,926) at 20250724080015642
45723 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/utils.py' (52,927) at 20250724080015766
45724 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-m2crypto_0.45.1.bb' (52,928) at 20250724080015722
45725 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0005-configure.ac-add-option-for-libcap.patch' (52,929) at 20250724080015666
45726 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.3.bb' (52,930) at 20250724080015814
45727 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openfortivpn/openfortivpn_1.23.1.bb' (52,931) at 20250724080015666
45728 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/dvb-apps_1.1.1.20140321.bb' (52,932) at 20250724080015662
45729 2025-10-05 03:01:04.256-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/psutils/psutils_2.10.bb' (52,933) at 20250724080015718
45730 2025-10-05 03:01:04.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/0001-Eliminate-old-style-function-declarations.patch' (52,934) at 20250724080015678
45731 2025-10-05 03:01:04.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/finish' (52,935) at 20250724080015778
45732 2025-10-05 03:01:04.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/partition.py' (52,936) at 20250724080015818
45733 2025-10-05 03:01:04.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyppmd_1.2.0.bb' (52,937) at 20250724080015722
45734 2025-10-05 03:01:04.257-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-bootfiles.bb' (52,938) at 20250724080015730
45735 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-Install-gio-querymodules-as-libexec_PROGRAM.patch' (52,939) at 20250724080015778
45736 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libportal/libportal_0.9.1.bb' (52,940) at 20250724080015802
45737 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/runqueue.py' (52,941) at 20250724080015738
45738 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd.inc' (52,942) at 20250724080015782
45739 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_48.0.bb' (52,943) at 20250724080015658
45740 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/boost-sml/boost-sml_1.1.12.bb' (52,944) at 20250724080015710
45741 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ell/ell_0.76.bb' (52,945) at 20250724080015778
45742 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/python/python3-pydevicetree_0.0.13.bb' (52,946) at 20250724080015646
45743 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-package.inc' (52,947) at 20250724080015778
45744 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany/geany-2.0-gcc15.patch' (52,948) at 20250724080015694
45745 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/serial-tests-config.patch' (52,949) at 20250724080015790
45746 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/meta-clemente/conf/layer.conf' (52,950) at 20250724080015650
45747 2025-10-05 03:01:04.258-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gnome/adwaita-icon-theme_48.0.bb' (52,951) at 20250724080015802
45748 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/uboot-sign.bbclass' (52,952) at 20250724080015762
45749 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb' (52,953) at 20250724080015770
45750 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/sgi575.conf' (52,954) at 20250724080015642
45751 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzstd_0.17.0.bb' (52,955) at 20250724080015726
45752 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb' (52,956) at 20250724080015806
45753 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.1.bb' (52,957) at 20250724080015810
45754 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.1.3.bb' (52,958) at 20250724080015726
45755 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/digitemp/digitemp/0001-Fix-conflicting-prototype.patch' (52,959) at 20250724080015710
45756 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cppy_1.3.1.bb' (52,960) at 20250724080015722
45757 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/libblockdev_3.2.1.bb' (52,961) at 20250724080015702
45758 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/cve-check.bbclass' (52,962) at 20250724080015762
45759 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/mysqld.service' (52,963) at 20250724080015694
45760 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/tests.py' (52,964) at 20250724080015742
45761 2025-10-05 03:01:04.259-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/files/0001-getopt-Fix-type-signature-for-getenv.patch' (52,965) at 20250724080015798
45762 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/mips-byte-order.patch' (52,966) at 20250724080015814
45763 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust_1.85.1.bb' (52,967) at 20250724080015798
45764 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/opensuse_docs.sh' (52,968) at 20250724080015754
45765 2025-10-05 03:01:04.260-0500 FINEST t466 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' (52,969) at 20250724080015778
45766 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error_1.55.bb' (52,970) at 20250724080015814
45767 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils_3.12.bb' (52,971) at 20250724080015798
45768 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/espeak_1.48.04.bb' (52,972) at 20250724080015710
45769 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (52,973) at 20250724080015654
45770 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/socketcand_git.bb' (52,974) at 20250724080015706
45771 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0024-llvm-Do-not-use-cmake-infra-to-detect-libzstd.patch' (52,975) at 20250724080015782
45772 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/parallel/parallel_20250422.bb' (52,976) at 20250724080015702
45773 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/opensuse_essential.sh' (52,977) at 20250724080015754
45774 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/conf/layer.conf' (52,978) at 20250724080015658
45775 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/240.out' (52,979) at 20250724080034766
45776 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mdit-py-plugins_0.4.2.bb' (52,980) at 20250724080015722
45777 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0026-arm-fully-validate-mem_noofs_operand-PR120351.patch' (52,981) at 20250724080015790
45778 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/codeparser.py' (52,982) at 20250724080015738
45779 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0019-Re-introduce-spe-commandline-options.patch' (52,983) at 20250724080015786
45780 2025-10-05 03:01:04.260-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/fio/fio_3.39.bb' (52,984) at 20250724080015674
45781 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/0001-Fix-build-errors-related-to-incorrect-function-param.patch' (52,985) at 20250724080015674
45782 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/polkit_126.bb' (52,986) at 20250724080015702
45783 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/0001-meson.build-require-iso-codes-native.patch' (52,987) at 20250724080015658
45784 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0011-not-run-test-on-host-since-we-are-doing-cross-compil.patch' (52,988) at 20250724080015734
45785 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts_1.0.bb' (52,989) at 20250724080015778
45786 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb' (52,990) at 20250724080015698
45787 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.3.2.bb' (52,991) at 20250724080015726
45788 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/pixbufcache.bbclass' (52,992) at 20250724080015758
45789 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch' (52,993) at 20250724080015666
45790 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libdaemon/libdaemon_0.14.bb' (52,994) at 20250724080015814
45791 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc' (52,995) at 20250724080015806
45792 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-propcache/0001-Fix-build-with-cython-3.1.x.patch' (52,996) at 20250724080015722
45793 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-hwclock-Check-for-SYS_settimeofday-before-calling-sy.patch' (52,997) at 20250724080015778
45794 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.25.rst' (52,998) at 20250724080015746
45795 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/systemd-netlogd/systemd-netlogd_1.4.4.bb' (52,999) at 20250724080015718
45796 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/0003-Add-compatibility-for-gcc-15-869.patch' (53,000) at 20250724080015710
45797 2025-10-05 03:01:04.261-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os.inc' (53,001) at 20250724080015646
45798 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/0002-Fix-MbedTLS-3.6-and-GCC-14-compatibility.patch' (53,002) at 20250724080015646
45799 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/meta-networking-image-ptest.bb' (53,003) at 20250724080015666
45800 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/cpufreq/xfce4-cpufreq-plugin_1.2.8.bb' (53,004) at 20250724080015726
45801 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/0003-Add-incomplete-type-definition-for-WINDOW-in-Gpm_Wge.patch' (53,005) at 20250724080015710
45802 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dhex/dhex_0.69.bb' (53,006) at 20250724080015710
45803 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/yp-intro.rst' (53,007) at 20250724080015750
45804 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/proftpd_1.3.9.bb' (53,008) at 20250724080015666
45805 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/conf/layer.conf' (53,009) at 20250724080015658
45806 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/icewm/icewm_3.7.4.bb' (53,010) at 20250724080015702
45807 2025-10-05 03:01:04.262-0500 FINEST t466 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' (53,011) at 20250724080015646
45808 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb' (53,012) at 20250724080015674
45809 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0002-ISO-C23-Port-getcwd.m4-to-ISO-C23.patch' (53,013) at 20250724080015718
45810 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb' (53,014) at 20250724080015786
45811 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.122.bb' (53,015) at 20250724080015706
45812 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pynetlinux_1.1.bb' (53,016) at 20250724080015722
45813 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzo/lzo_2.10.bb' (53,017) at 20250724080015814
45814 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb' (53,018) at 20250724080015726
45815 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-itsdangerous_2.2.0.bb' (53,019) at 20250724080015722
45816 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libspdm/libspdm/0001-Backport-API-introduced-in-openssl-3.5.0.patch' (53,020) at 20250724080015714
45817 2025-10-05 03:01:04.262-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb' (53,021) at 20250724080015806
45818 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.3.rst' (53,022) at 20250724080015746
45819 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0008-clang-Prepend-trailing-to-sysroot.patch' (53,023) at 20250724080015782
45820 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg_2.59.2.bb' (53,024) at 20250724080015802
45821 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.9.bb' (53,025) at 20250724080015706
45822 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cups/cups_2.4.12.bb' (53,026) at 20250724080015798
45823 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/sstatesig.py' (53,027) at 20250724080015766
45824 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/musl/musl.inc' (53,028) at 20250724080015778
45825 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybcj_1.0.6.bb' (53,029) at 20250724080015722
45826 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-virtualenv_20.31.2.bb' (53,030) at 20250724080015726
45827 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch' (53,031) at 20250724080015666
45828 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/kbd/kbd_2.7.1.bb' (53,032) at 20250724080015778
45829 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0006-cpp-honor-sysroot.patch' (53,033) at 20250724080015786
45830 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/no-bench-slope.patch' (53,034) at 20250724080015814
45831 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch/0001-Fix-build-with-gcc-15.patch' (53,035) at 20250724080015718
45832 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb' (53,036) at 20250724080015682
45833 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb' (53,037) at 20250724080015658
45834 2025-10-05 03:01:04.263-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/libnewt_0.52.25.bb' (53,038) at 20250724080015702
45835 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/flac/flac/0001-API-documentation-replace-modules.html-by-topics.htm.patch' (53,039) at 20250724080015810
45836 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-native_10.0.0.bb' (53,040) at 20250724080015794
45837 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/Containerfile.ubuntu' (53,041) at 20250724080015754
45838 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb' (53,042) at 20250724080015810
45839 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/building.rst' (53,043) at 20250724080015746
45840 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/run-ptest' (53,044) at 20250724080015666
45841 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/busybox/busybox_%.bbappend' (53,045) at 20250724080015658
45842 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb' (53,046) at 20250724080015802
45843 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0002-make-Set-libdns_sd.so-soname-correctly.patch' (53,047) at 20250724080015670
45844 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.1.4.rst' (53,048) at 20250724080015750
45845 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/configuration/entity-manager/blacklist.json' (53,049) at 20250724080015654
45846 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/conf.py' (53,050) at 20250724080015738
45847 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libsolv/libsolv_0.7.32.bb' (53,051) at 20250724080015802
45848 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-starlette_0.46.2.bb' (53,052) at 20250724080015726
45849 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch' (53,053) at 20250724080015794
45850 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/oe-use-libc-malloc.patch' (53,054) at 20250724080015706
45851 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/classes/ima-evm-rootfs.bbclass' (53,055) at 20250724080015734
45852 2025-10-05 03:01:04.264-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch' (53,056) at 20250724080015806
45853 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf_4.22.0.bb' (53,057) at 20250724080015786
45854 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/ptest-packagelists-meta-networking.inc' (53,058) at 20250724080015666
45855 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch' (53,059) at 20250724080015786
45856 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/0001-Disable-libunwind-cross-architecture-unwinding.patch' (53,060) at 20250724080015798
45857 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools_2.13.15.bb' (53,061) at 20250724080015810
45858 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0022-lldb-Link-with-libatomic-on-x86.patch' (53,062) at 20250724080015782
45859 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch' (53,063) at 20250724080015810
45860 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0004-config_info.c-not-expose-build-info.patch' (53,064) at 20250724080015694
45861 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub2.inc' (53,065) at 20250724080015770
45862 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freeipmi/freeipmi/0001-Fix-for-GCC15-C23-build-failure.patch' (53,066) at 20250724080015710
45863 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind_3.25.1.bb' (53,067) at 20250724080015798
45864 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/nginx_1.27.4.bb' (53,068) at 20250724080015726
45865 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pdm_2.24.1.bb' (53,069) at 20250724080015794
45866 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/0001-Fix-build-with-GCC-15.patch' (53,070) at 20250724080015770
45867 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.0.15.bb' (53,071) at 20250724080015726
45868 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/generate-cve-exclusions.py' (53,072) at 20250724080015806
45869 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/samhain-standalone.bb' (53,073) at 20250724080015734
45870 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/bitbake.conf' (53,074) at 20250724080015762
45871 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext_0.23.1.bb' (53,075) at 20250724080015778
45872 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-broker_36.bb' (53,076) at 20250724080015678
45873 2025-10-05 03:01:04.265-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/luajit/luajit_git.bb' (53,077) at 20250724080015698
45874 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/0001-BLD-add-option-to-specify-numpy-header-location.patch' (53,078) at 20250724080015722
45875 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch' (53,079) at 20250724080015794
45876 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/init-redis-server' (53,080) at 20250724080015702
45877 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts/tee-udev.rules' (53,081) at 20250724080015650
45878 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service' (53,082) at 20250724080015778
45879 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.313.0.bb' (53,083) at 20250724080015806
45880 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/CVE-2023-32627.patch' (53,084) at 20250724080015662
45881 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs_1.84.1.bb' (53,085) at 20250724080015658
45882 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples_1.26.1.bb' (53,086) at 20250724080015810
45883 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/ptest.patch' (53,087) at 20250724080015782
45884 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gpiod_2.3.0.bb' (53,088) at 20250724080015722
45885 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aniso8601_10.0.1.bb' (53,089) at 20250724080015718
45886 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/event.py' (53,090) at 20250724080015738
45887 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/optee-os-corstone1000-common.inc' (53,091) at 20250724080015642
45888 2025-10-05 03:01:04.266-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/0001-lsfd-mkfds-foreign-sockets-skip-when-lacking-sock_di.patch' (53,092) at 20250724080015782
45889 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb' (53,093) at 20250724080015706
45890 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend' (53,094) at 20250724080015670
45891 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/parted/parted_3.6.bb' (53,095) at 20250724080015802
45892 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/socat/socat_1.8.0.3.bb' (53,096) at 20250724080015774
45893 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/bpftool/bpftool.bb' (53,097) at 20250724080015706
45894 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/triggerhappy/triggerhappy_git.bb' (53,098) at 20250724080015706
45895 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ttf-takao_003.03.01.bb' (53,099) at 20250724080015706
45896 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl_5.32.bb' (53,100) at 20250724080015718
45897 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/conf/layer.conf' (53,101) at 20250724080015734
45898 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/0004-Fix-building-with-libc.patch' (53,102) at 20250724080015710
45899 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/relocate.patch' (53,103) at 20250724080015814
45900 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/conf/include/ptest-packagelists-meta-python.inc' (53,104) at 20250724080015718
45901 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb' (53,105) at 20250724080015794
45902 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-libext2fs-fix-std-c23-build-failure.patch' (53,106) at 20250724080015786
45903 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libevdev/libevdev_1.13.4.bb' (53,107) at 20250724080015814
45904 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/sass/sassc_git.bb' (53,108) at 20250724080015814
45905 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0006-cmd-go-make-GOROOT-precious-by-default.patch' (53,109) at 20250724080015790
45906 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/0001-getopt-Add-missing-params-to-getopt-getenv-signature.patch' (53,110) at 20250724080015798
45907 2025-10-05 03:01:04.267-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/layer.conf' (53,111) at 20250724080015658
45908 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch' (53,112) at 20250724080015722
45909 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-FROMLIST-FastCV-latest-libs-hash-update.patch' (53,113) at 20250724080015714
45910 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/postgresql_17.5.bb' (53,114) at 20250724080015694
45911 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.53.bb' (53,115) at 20250724080015662
45912 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/0001-tests-ts-kill-decode-avoid-using-shell-built-in-kill.patch' (53,116) at 20250724080015782
45913 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby_3.4.3.bb' (53,117) at 20250724080015794
45914 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake_3.31.6.bb' (53,118) at 20250724080015786
45915 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyais_2.9.2.bb' (53,119) at 20250724080015722
45916 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/runtime_test.py' (53,120) at 20250724080015766
45917 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn_2.6.14.bb' (53,121) at 20250724080015670
45918 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross-canadian.inc' (53,122) at 20250724080015790
45919 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang-cross-canadian_git.bb' (53,123) at 20250724080015782
45920 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/fastfloat/fastfloat_8.0.2.bb' (53,124) at 20250724080015786
45921 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch' (53,125) at 20250724080015674
45922 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bb' (53,126) at 20250724080015730
45923 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bitarray_3.4.1.bb' (53,127) at 20250724080015718
45924 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb' (53,128) at 20250724080015814
45925 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/libtest-deep-perl_1.205.bb' (53,129) at 20250724080015718
45926 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-php/xdebug/xdebug_3.4.2.bb' (53,130) at 20250724080015726
45927 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qhull/qhull_2020.2.bb' (53,131) at 20250724080015702
45928 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/layer.conf' (53,132) at 20250724080015650
45929 2025-10-05 03:01:04.268-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glslang/glslang_1.4.313.0.bb' (53,133) at 20250724080015802
45930 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/barebox/barebox-common.inc' (53,134) at 20250724080015770
45931 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/python3-pykickstart_3.63.bb' (53,135) at 20250724080015726
45932 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/time/time_1.9.bb' (53,136) at 20250724080015802
45933 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.15.bb' (53,137) at 20250724080015698
45934 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/oe-core.xml' (53,138) at 20250724080015742
45935 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2_1.0.8.bb' (53,139) at 20250724080015798
45936 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/0001-gimp-cross-compile-fix-for-bz2.patch' (53,140) at 20250724080015658
45937 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0027-ToolChains-Gnu.cpp-ARMLibDirs-search-also-in-lib32.patch' (53,141) at 20250724080015782
45938 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/files/ef0e40d59c32d7ebeb94d242436e3144cefc174a.patch' (53,142) at 20250724080015662
45939 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch' (53,143) at 20250724080015798
45940 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.7.bb' (53,144) at 20250724080015810
45941 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/blktests/blktests.bb' (53,145) at 20250724080015706
45942 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/00b6e12ad4044d33cc54c71c75773c5a653dad09.patch' (53,146) at 20250724080015662
45943 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch' (53,147) at 20250724080015814
45944 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/ptest-packagelists-meta-oe.inc' (53,148) at 20250724080015670
45945 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/smarty/smarty_5.4.5.bb' (53,149) at 20250724080015718
45946 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/fix-permissions.patch' (53,150) at 20250724080015710
45947 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/icu/icu_76-1.bb' (53,151) at 20250724080015814
45948 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-ir-acs.bb' (53,152) at 20250724080015646
45949 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb' (53,153) at 20250724080015694
45950 2025-10-05 03:01:04.269-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/context.py' (53,154) at 20250724080015766
45951 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-core/udev/udev-rules-rpi.bb' (53,155) at 20250724080015734
45952 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/parole/parole_4.18.0.bb' (53,156) at 20250724080015726
45953 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0001-tests-respect-the-idententaion-used-in-meson.patch' (53,157) at 20250724080015810
45954 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/g1.bb' (53,158) at 20250724080015742
45955 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/pamela_1.2.0.bb' (53,159) at 20250724080015718
45956 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ktls-utils/ktls-utils/0001-tlshd-Define-ALLPERMS-if-it-doesn-t-exist-to-fix-mus.patch' (53,160) at 20250724080015706
45957 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gawk/gawk_5.3.2.bb' (53,161) at 20250724080015798
45958 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography.bb' (53,162) at 20250724080015794
45959 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb' (53,163) at 20250724080015726
45960 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/manager.cpp' (53,164) at 20250724080027086
45961 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/postgresql.inc' (53,165) at 20250724080015694
45962 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/a2jmidid_9.bb' (53,166) at 20250724080015706
45963 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/files/static-group-meta-oe' (53,167) at 20250724080015674
45964 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.3.bb' (53,168) at 20250724080015718
45965 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/flatpak/flatpak_1.16.0.bb' (53,169) at 20250724080015702
45966 2025-10-05 03:01:04.270-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_48.0.bb' (53,170) at 20250724080015658
45967 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc' (53,171) at 20250724080015694
45968 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/conf/layer.conf' (53,172) at 20250724080015734
45969 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/grpc_1.71.0.bb' (53,173) at 20250724080015694
45970 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/atk/at-spi2-core_2.56.2.bb' (53,174) at 20250724080015810
45971 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/common.rst' (53,175) at 20250724080015746
45972 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/libcec_7.0.0.bb' (53,176) at 20250724080015702
45973 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/spitools/spitools_git.bb' (53,177) at 20250724080015718
45974 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/wget/wget.inc' (53,178) at 20250724080015802
45975 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.2.bb' (53,179) at 20250724080015722
45976 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/sssd.conf' (53,180) at 20250724080015734
45977 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sanlock/sanlock_4.0.0.bb' (53,181) at 20250724080015706
45978 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/0003-ext4_utils-drop-unused-parameter-from-allocate_inode.patch' (53,182) at 20250724080015694
45979 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/layer.conf' (53,183) at 20250724080015650
45980 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross-canadian_15.1.bb' (53,184) at 20250724080015786
45981 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools-rust_1.11.0.bb' (53,185) at 20250724080015794
45982 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-devtools/0001-connect-has-a-different-signature-on-musl.patch' (53,186) at 20250724080015810
45983 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/swig/swig_4.3.1.bb' (53,187) at 20250724080015798
45984 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/0002-src-base-elf_mem_image.cc-fix-build-for-musl.patch' (53,188) at 20250724080015710
45985 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller_git.bb' (53,189) at 20250724080015718
45986 2025-10-05 03:01:04.271-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv_4.11.0.bb' (53,190) at 20250724080015714
45987 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb' (53,191) at 20250724080015714
45988 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/0005-Fix-build-failure-on-32bit-machine-i686.patch' (53,192) at 20250724080015706
45989 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-qrcode_8.2.bb' (53,193) at 20250724080015726
45990 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0004-abseil-ppc-fixes.patch' (53,194) at 20250724080015694
45991 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools_0.76.bb' (53,195) at 20250724080015710
45992 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cachetools_5.5.2.bb' (53,196) at 20250724080015718
45993 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/attr/run-ptest' (53,197) at 20250724080015810
45994 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/images/core-image-sato.bb' (53,198) at 20250724080015810
45995 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc_2.41.bb' (53,199) at 20250724080015778
45996 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/strongswan_6.0.1.bb' (53,200) at 20250724080015670
45997 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/mpfr/mpfr_4.2.2.bb' (53,201) at 20250724080015814
45998 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/6d265b008e3d106b2706645e5a88cd8e2fb98953.patch' (53,202) at 20250724080015790
45999 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch' (53,203) at 20250724080015774
46000 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/rpm-sequoia_1.7.0.bb' (53,204) at 20250724080015794
46001 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-firmware_%.bbappend' (53,205) at 20250724080015646
46002 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytz_2025.2.bb' (53,206) at 20250724080015794
46003 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin_1.8.3.bb' (53,207) at 20250724080015794
46004 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/conf/layer.conf' (53,208) at 20250724080015734
46005 2025-10-05 03:01:04.272-0500 FINEST t466 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' (53,209) at 20250724080015786
46006 2025-10-05 03:01:04.272-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb' (53,210) at 20250724080015674
46007 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xrestop/xrestop_0.4.bb' (53,211) at 20250724080015806
46008 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/conf/layer.conf' (53,212) at 20250724080015638
46009 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/0001-tests-disable-the-check-for-inotify.patch' (53,213) at 20250724080015706
46010 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/not-check-libperl.patch' (53,214) at 20250724080015694
46011 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/spdx-common.bbclass' (53,215) at 20250724080015762
46012 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex_2.6.4.bb' (53,216) at 20250724080015786
46013 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-smm-gateway_git.bb' (53,217) at 20250724080015650
46014 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-2.44.inc' (53,218) at 20250724080015782
46015 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony_4.6.1.bb' (53,219) at 20250724080015670
46016 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/using.rst' (53,220) at 20250724080015754
46017 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test4_git.bb' (53,221) at 20250724080015650
46018 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/libuv/libuv_1.51.0.bb' (53,222) at 20250724080015774
46019 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sympy_1.14.0.bb' (53,223) at 20250724080015726
46020 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cbindgen/cbindgen_0.28.0.bb' (53,224) at 20250724080015694
46021 2025-10-05 03:01:04.273-0500 FINEST t466 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' (53,225) at 20250724080015786
46022 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch' (53,226) at 20250724080015714
46023 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo-c_0.10.5+cargo-0.83.0.bb' (53,227) at 20250724080015794
46024 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0008-libtool-do-not-use-jlibtool.patch' (53,228) at 20250724080015666
46025 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xdotool/xdotool_3.20211022.1.bb' (53,229) at 20250724080015706
46026 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/lvgl_9.2.2.bb' (53,230) at 20250724080015706
46027 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-coverage_7.8.0.bb' (53,231) at 20250724080015722
46028 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/faad2/faad2_2.11.2.bb' (53,232) at 20250724080015706
46029 2025-10-05 03:01:04.273-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/cve-update-db-native.bb' (53,233) at 20250724080015778
46030 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang-cross_git.bb' (53,234) at 20250724080015782
46031 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/multiconfig.rst' (53,235) at 20250724080015746
46032 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cbindgen/cbindgen/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch' (53,236) at 20250724080015694
46033 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_2.4.5.bb' (53,237) at 20250724080015662
46034 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wrapt_1.17.2.bb' (53,238) at 20250724080015726
46035 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/guider/guider_3.9.9.bb' (53,239) at 20250724080015694
46036 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch' (53,240) at 20250724080015666
46037 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/0006-Fix-build-with-libpcap-1.10.5.patch' (53,241) at 20250724080015710
46038 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/reference.rst' (53,242) at 20250724080015754
46039 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/shaderc_2025.2.bb' (53,243) at 20250724080015806
46040 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvdial_1.61.bb' (53,244) at 20250724080015678
46041 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0007-configure.ac-avoid-searching-host-for-postgresql.patch' (53,245) at 20250724080015734
46042 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.4.bb' (53,246) at 20250724080015674
46043 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/utility.hpp' (53,247) at 20250724080030026
46044 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/settings.py' (53,248) at 20250724080015746
46045 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/rest/rest_0.9.1.bb' (53,249) at 20250724080015662
46046 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool_1.3.bb' (53,250) at 20250724080015666
46047 2025-10-05 03:01:04.274-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ethtool/ethtool_6.14.bb' (53,251) at 20250724080015798
46048 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver' (53,252) at 20250724080015774
46049 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/uki.bbclass' (53,253) at 20250724080015762
46050 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0005-Add-kvm-group.patch' (53,254) at 20250724080015774
46051 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-core/busybox/busybox_%.bbappend' (53,255) at 20250724080015658
46052 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch' (53,256) at 20250724080015786
46053 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/knotty.py' (53,257) at 20250724080015742
46054 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/signing.py' (53,258) at 20250724080015766
46055 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb' (53,259) at 20250724080015670
46056 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/html/measurement_chart.html' (53,260) at 20250724080015814
46057 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/libplacebo/0001-Fix-compiling-demos-without-nuklear.patch' (53,261) at 20250724080015710
46058 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/0001-fileio.c-fix-a-buffer-overflow-detected-issue.patch' (53,262) at 20250724080015802
46059 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin_2.14.14.bb' (53,263) at 20250724080015714
46060 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-requests_2.32.3.bb' (53,264) at 20250724080015794
46061 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0004-Use-nogroup-for-nobody-group.patch' (53,265) at 20250724080015774
46062 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch' (53,266) at 20250724080015814
46063 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/0001-use-library-sonames-for-linking.patch' (53,267) at 20250724080015706
46064 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/libstd-rs_1.85.1.bb' (53,268) at 20250724080015798
46065 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch' (53,269) at 20250724080015774
46066 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-qualcomm/conf/layer.conf' (53,270) at 20250724080015730
46067 2025-10-05 03:01:04.275-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-psutil_7.0.0.bb' (53,271) at 20250724080015794
46068 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/hppa-firmware.img' (53,272) at 20250724080034750
46069 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/0001-Fix-more-non-prototype-functions.patch' (53,273) at 20250724080015678
46070 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox_1.37.0.bb' (53,274) at 20250724080015778
46071 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-yocto.bbclass' (53,275) at 20250724080015758
46072 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/libglu_9.0.3.bb' (53,276) at 20250724080015806
46073 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb.inc' (53,277) at 20250724080015694
46074 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-serialgetty.bb' (53,278) at 20250724080015782
46075 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/0001-Fix-too-many-arguments-error-occurring-in-gcc-15.patch' (53,279) at 20250724080015670
46076 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/conf/layer.conf' (53,280) at 20250724080015734
46077 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-attestation_git.bb' (53,281) at 20250724080015650
46078 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/conf/layer.conf' (53,282) at 20250724080015654
46079 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/netsnmp-swinst-crash.patch' (53,283) at 20250724080015670
46080 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl_3.5.0.bb' (53,284) at 20250724080015774
46081 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/scdoc/scdoc/0001-Makefile-drop-static.patch' (53,285) at 20250724080015802
46082 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom_1.5.1.bb' (53,286) at 20250724080015674
46083 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0015-CVE-2025-1178.patch' (53,287) at 20250724080015782
46084 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/fix-typo-denormaldisabler.patch' (53,288) at 20250724080015718
46085 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/rootfs.py' (53,289) at 20250724080015766
46086 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/less/less_678.bb' (53,290) at 20250724080015802
46087 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash_8.0.6.bb' (53,291) at 20250724080015706
46088 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tzdata_2025.2.bb' (53,292) at 20250724080015726
46089 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils_9.30.0.bb' (53,293) at 20250724080015670
46090 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/pywbem/python3-pywbem_1.7.3.bb' (53,294) at 20250724080015726
46091 2025-10-05 03:01:04.276-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0004-Fix-psa-api-crypto-test-no-243.patch' (53,295) at 20250724080015642
46092 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/fetch.py' (53,296) at 20250724080015766
46093 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/conf/layer.conf' (53,297) at 20250724080015650
46094 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-envelope.inc' (53,298) at 20250724080015646
46095 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/upower/power-profiles-daemon_0.30.bb' (53,299) at 20250724080015718
46096 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-scripts-native_2.2.0.bb' (53,300) at 20250724080015646
46097 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-FROMLIST-Switch-to-static-instance-of-FastCV-on-Linux.patch' (53,301) at 20250724080015714
46098 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libyang/libyang_3.12.2.bb' (53,302) at 20250724080015702
46099 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/iwd/iwd' (53,303) at 20250724080015674
46100 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/0001-CVE-2025-32911.patch' (53,304) at 20250724080015714
46101 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.64.0.bb' (53,305) at 20250724080015698
46102 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/0001-configure-prototypes.patch' (53,306) at 20250724080015710
46103 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/structure.rst' (53,307) at 20250724080015750
46104 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/maintainers.inc' (53,308) at 20250724080015762
46105 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cml1.bbclass' (53,309) at 20250724080015758
46106 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0001-freedreno-don-t-encode-build-path-into-binaries.patch' (53,310) at 20250724080015806
46107 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libftdi/libftdi_1.5.bb' (53,311) at 20250724080015714
46108 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.1.bb' (53,312) at 20250724080015786
46109 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/attr_2.5.2.bb' (53,313) at 20250724080015810
46110 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-reflection_1.72.0.bb' (53,314) at 20250724080015722
46111 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/aom/aom_3.12.1.bb' (53,315) at 20250724080015662
46112 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch' (53,316) at 20250724080015790
46113 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/testdisk/testdisk_7.2.bb' (53,317) at 20250724080015718
46114 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio_1.72.0.bb' (53,318) at 20250724080015722
46115 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0002-ssaparse-enhance-SSA-text-lines-parsing.patch' (53,319) at 20250724080015810
46116 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/srecord_1.65.0.bb' (53,320) at 20250724080015718
46117 2025-10-05 03:01:04.277-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-firmware.inc' (53,321) at 20250724080015646
46118 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/sbsa-acs_7.1.4.bb' (53,322) at 20250724080015646
46119 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/ser2net/ser2net_4.6.5.bb' (53,323) at 20250724080015678
46120 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/qemu.rst' (53,324) at 20250724080015746
46121 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/avoid-neon-for-targets-which-don-t-support-it.patch' (53,325) at 20250724080015798
46122 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack_1.9.22.bb' (53,326) at 20250724080015706
46123 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/openocd/openocd/0001-Makefile.am-Use-SOURCE_DATE_EPOCH-environment-variab.patch' (53,327) at 20250724080015698
46124 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-locale.inc' (53,328) at 20250724080015778
46125 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-5.3.rst' (53,329) at 20250724080015746
46126 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usbids/usbids_2025.04.01.bb' (53,330) at 20250724080015718
46127 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch' (53,331) at 20250724080015774
46128 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crates.inc' (53,332) at 20250724080015794
46129 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-perl_0.08.bb' (53,333) at 20250724080015790
46130 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/libcompress-raw-bzip2-perl_2.213.bb' (53,334) at 20250724080015718
46131 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools/0001-Use-portable-atomics-crate.patch' (53,335) at 20250724080015674
46132 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/conf/layer.conf' (53,336) at 20250724080015726
46133 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/Zdual-proc-macros-additional-check.patch' (53,337) at 20250724080015798
46134 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/pkgconf/pkg-config-native.in' (53,338) at 20250724080015790
46135 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb_16.3.bb' (53,339) at 20250724080015790
46136 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/turbostat/turbostat.bb' (53,340) at 20250724080015706
46137 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gmime/gmime_3.2.15.bb' (53,341) at 20250724080015706
46138 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/glade/glade_3.36.0.bb' (53,342) at 20250724080015694
46139 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/diskperf/xfce4-diskperf-plugin_2.7.0.bb' (53,343) at 20250724080015726
46140 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-attrs_25.3.0.bb' (53,344) at 20250724080015794
46141 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp/fix_parallel_make.patch' (53,345) at 20250724080015714
46142 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/buildtest.py' (53,346) at 20250724080015742
46143 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/cockpit_337.bb' (53,347) at 20250724080015726
46144 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.2.rst' (53,348) at 20250724080015750
46145 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/fb-fboss/server.ttyS1.conf' (53,349) at 20250724080015658
46146 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/0004-tools.c-do-not-use-keywords-nullptr-as-a-variable-in.patch' (53,350) at 20250724080015706
46147 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc' (53,351) at 20250724080015662
46148 2025-10-05 03:01:04.278-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/oe-selftest' (53,352) at 20250724080015818
46149 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc' (53,353) at 20250724080015662
46150 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0015-bootstrap-check-commands-of-openssl-exist.patch' (53,354) at 20250724080015666
46151 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2024-45780.patch' (53,355) at 20250724080015770
46152 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_48.0.bb' (53,356) at 20250724080015658
46153 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/contributor-guide/submit-changes.rst' (53,357) at 20250724080015746
46154 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/qemu.bbclass' (53,358) at 20250724080015758
46155 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/layer.conf' (53,359) at 20250724080015650
46156 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb' (53,360) at 20250724080015682
46157 2025-10-05 03:01:04.279-0500 FINEST t466 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' (53,361) at 20250724080015774
46158 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/rust-oe-selftest.patch' (53,362) at 20250724080015798
46159 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/libhugetlbfs_2.24.bb' (53,363) at 20250724080015674
46160 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/pango/pangomm-2.48_2.56.1.bb' (53,364) at 20250724080015706
46161 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os-tadevkit_4.4.0.bb' (53,365) at 20250724080015646
46162 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pretend_1.0.9.bb' (53,366) at 20250724080015794
46163 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb' (53,367) at 20250724080015658
46164 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb' (53,368) at 20250724080015814
46165 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/0003-do-not-hardcode-the-full-path-of-dpkg.patch' (53,369) at 20250724080015694
46166 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0003-correct-include-directive-path-for-config.h.patch' (53,370) at 20250724080015798
46167 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-fwu_git.bb' (53,371) at 20250724080015650
46168 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop_1.04.bb' (53,372) at 20250724080015814
46169 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sexpect/sexpect_2.3.15.bb' (53,373) at 20250724080015698
46170 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross-canadian_16.3.bb' (53,374) at 20250724080015790
46171 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-none-tests-fdleak_cmsg.stderr.exp-adjust-tmp-paths.patch' (53,375) at 20250724080015798
46172 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.2.bb' (53,376) at 20250724080015726
46173 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt_11.2.0.bb' (53,377) at 20250724080015786
46174 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch' (53,378) at 20250724080015790
46175 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/functions' (53,379) at 20250724080015778
46176 2025-10-05 03:01:04.279-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/0001-Fix-build-error-with-gcc-15.patch' (53,380) at 20250724080015674
46177 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/0002-Avoid-strict-prototype-compiler-errors.patch' (53,381) at 20250724080015678
46178 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-include-missing-system-headers.patch' (53,382) at 20250724080015706
46179 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bash/bash_5.2.37.bb' (53,383) at 20250724080015798
46180 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch' (53,384) at 20250724080015774
46181 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.84.0.bb' (53,385) at 20250724080015802
46182 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo_1.85.1.bb' (53,386) at 20250724080015794
46183 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-tc3.bb' (53,387) at 20250724080015646
46184 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test_git.bb' (53,388) at 20250724080015714
46185 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/kas/corstone1000-firmware-only.yml' (53,389) at 20250724080015642
46186 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/interp.patch' (53,390) at 20250724080015798
46187 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/git.py' (53,391) at 20250724080015738
46188 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/vex.bbclass' (53,392) at 20250724080015762
46189 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/0001-kernel-kvm-don-t-hardcode-objcopy.patch' (53,393) at 20250724080015802
46190 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5_5.82.bb' (53,394) at 20250724080015774
46191 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openct/openct_0.6.20.bb' (53,395) at 20250724080015714
46192 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/240' (53,396) at 20250724080034766
46193 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch' (53,397) at 20250724080015810
46194 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/almalinux_docs.sh' (53,398) at 20250724080015754
46195 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/make/make_4.4.1.bb' (53,399) at 20250724080015790
46196 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/0004-reproducible.patch' (53,400) at 20250724080015782
46197 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test_4.4.0.bb' (53,401) at 20250724080015646
46198 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/yaml-cpp/yaml-cpp_0.8.0.bb' (53,402) at 20250724080015718
46199 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb' (53,403) at 20250724080015718
46200 2025-10-05 03:01:04.280-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-runtime.inc' (53,404) at 20250724080015786
46201 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb' (53,405) at 20250724080015674
46202 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch' (53,406) at 20250724080015714
46203 2025-10-05 03:01:04.281-0500 FINEST t466 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' (53,407) at 20250724080015666
46204 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/conf/layer.conf' (53,408) at 20250724080015730
46205 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/classes/poky-bleeding.bbclass' (53,409) at 20250724080015754
46206 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch' (53,410) at 20250724080015794
46207 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyflakes_3.3.2.bb' (53,411) at 20250724080015722
46208 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql_3.9.2.bb' (53,412) at 20250724080015662
46209 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0002-Make-samhainrc-OE-friendly.patch' (53,413) at 20250724080015734
46210 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/trusted-services-src.inc' (53,414) at 20250724080015650
46211 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-obd_0.7.3.bb' (53,415) at 20250724080015722
46212 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemonize/daemonize/0001-fix-getopt.c-too-many-arguments-to-function-write-er.patch' (53,416) at 20250724080015710
46213 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/0002-meson.build-reproducibility-fix.patch' (53,417) at 20250724080015658
46214 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql/0001-src-libtracker-sparql-meson.build-dont-create-compat.patch' (53,418) at 20250724080015662
46215 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb' (53,419) at 20250724080015806
46216 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch' (53,420) at 20250724080015790
46217 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/mpg123/mpg123_1.32.10.bb' (53,421) at 20250724080015810
46218 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/intro.rst' (53,422) at 20250724080015754
46219 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/__init__.py' (53,423) at 20250724080015738
46220 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/0001-Fix-missing-include-cstdint-causing-build-failures.patch' (53,424) at 20250724080015706
46221 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.12.1.bb' (53,425) at 20250724080015646
46222 2025-10-05 03:01:04.281-0500 FINEST t466 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' (53,426) at 20250724080015662
46223 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb' (53,427) at 20250724080015666
46224 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libidn/libidn_1.43.bb' (53,428) at 20250724080015702
46225 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/index.rst' (53,429) at 20250724080015746
46226 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/buildcfg.py' (53,430) at 20250724080015762
46227 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/svg/source-fetching.svg' (53,431) at 20250724080015750
46228 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch' (53,432) at 20250724080015794
46229 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb' (53,433) at 20250724080015806
46230 2025-10-05 03:01:04.281-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gawk/gawk/0001-configure.ac-re-enable-disabled-printf-features.patch' (53,434) at 20250724080015798
46231 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb' (53,435) at 20250724080015726
46232 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch' (53,436) at 20250724080015774
46233 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tio/tio_3.9.bb' (53,437) at 20250724080015718
46234 2025-10-05 03:01:04.282-0500 FINEST t466 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' (53,438) at 20250724080015666
46235 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire-media-session_0.4.2.bb' (53,439) at 20250724080015662
46236 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-common/conf/layer.conf' (53,440) at 20250724080015658
46237 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch' (53,441) at 20250724080015806
46238 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2025-0678_CVE-2025-1125.patch' (53,442) at 20250724080015770
46239 2025-10-05 03:01:04.282-0500 FINEST t466 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' (53,443) at 20250724080015774
46240 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5/0001-bluez5-disable-aics-tests.patch' (53,444) at 20250724080015774
46241 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/conf/layer.conf' (53,445) at 20250724080015650
46242 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb' (53,446) at 20250724080015718
46243 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unifdef/unifdef_2.12.bb' (53,447) at 20250724080015798
46244 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-futures_1.0.2.bb' (53,448) at 20250724080015726
46245 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb' (53,449) at 20250724080015642
46246 2025-10-05 03:01:04.282-0500 FINEST t466 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' (53,450) at 20250724080015666
46247 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0003-tests-use-a-dictionaries-for-environment.patch' (53,451) at 20250724080015810
46248 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.20.0.bb' (53,452) at 20250724080015730
46249 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/0001-projectorganizer-fix-invalid-string-comparison.patch' (53,453) at 20250724080015694
46250 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mmc/mmc-utils_git.bb' (53,454) at 20250724080015790
46251 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/libmcrypt/libmcrypt/0001-fix-parameter-related-unexpected-error-in-gcc-15.0.1.patch' (53,455) at 20250724080015682
46252 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf/enable_test_data_dir_set.patch' (53,456) at 20250724080015790
46253 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/git/git/fixsort.patch' (53,457) at 20250724080015790
46254 2025-10-05 03:01:04.282-0500 FINEST t466 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' (53,458) at 20250724080015702
46255 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/spir/spirv-llvm-translator_20.1.2.bb' (53,459) at 20250724080015806
46256 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm845/conf/layer.conf' (53,460) at 20250724080015650
46257 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cpio/cpio_2.15.bb' (53,461) at 20250724080015798
46258 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/toolchain/gcc.inc' (53,462) at 20250724080015762
46259 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/arm-binary-toolchain.inc' (53,463) at 20250724080015646
46260 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/meta-multimedia-image-ptest-all.bb' (53,464) at 20250724080015662
46261 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot-common.inc' (53,465) at 20250724080015770
46262 2025-10-05 03:01:04.282-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu.inc' (53,466) at 20250724080015794
46263 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0003-64-bit-multilib-hack.patch' (53,467) at 20250724080015786
46264 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-responses_0.25.7.bb' (53,468) at 20250724080015726
46265 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/conf/layer.conf' (53,469) at 20250724080015734
46266 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch' (53,470) at 20250724080015778
46267 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1_1.3.bb' (53,471) at 20250724080015662
46268 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/grub-efi_2.12.bb' (53,472) at 20250724080015770
46269 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire-media-session/0001-pass-right-types-to-methods.patch' (53,473) at 20250724080015662
46270 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dtschema_2025.2.bb' (53,474) at 20250724080015794
46271 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/grubby/grubby_git.bb' (53,475) at 20250724080015662
46272 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/no-musttail-arm.patch' (53,476) at 20250724080015718
46273 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-server' (53,477) at 20250724080015734
46274 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-samples/0001-SPIRV-SpvBuilder.h-add-missing-cstdint-include.patch' (53,478) at 20250724080015806
46275 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.313.0.bb' (53,479) at 20250724080015806
46276 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/minizip-ng/minizip-ng/0001-crypt.h-Remove-register-keyword.patch' (53,480) at 20250724080015678
46277 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/run-ptest' (53,481) at 20250724080015698
46278 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-multidict_6.4.3.bb' (53,482) at 20250724080015722
46279 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.9.rst' (53,483) at 20250724080015750
46280 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pexpect_4.9.0.bb' (53,484) at 20250724080015722
46281 2025-10-05 03:01:04.283-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-Makefile-install-mdcheck.patch' (53,485) at 20250724080015802
46282 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tinfoil.py' (53,486) at 20250724080015742
46283 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/tar/tar_1.35.bb' (53,487) at 20250724080015802
46284 2025-10-05 03:01:04.284-0500 FINEST t466 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' (53,488) at 20250724080015698
46285 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.16.bb' (53,489) at 20250724080015806
46286 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake_1.17.bb' (53,490) at 20250724080015782
46287 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0003-support-nfs-xcommon.c-fix-a-formatting-error-with-cl.patch' (53,491) at 20250724080015774
46288 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nlohmann-json/nlohmann-json_3.12.0.bb' (53,492) at 20250724080015698
46289 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2024-45777.patch' (53,493) at 20250724080015770
46290 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/Dockerfile' (53,494) at 20250724080015730
46291 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cloc/cloc_1.98.bb' (53,495) at 20250724080015694
46292 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch' (53,496) at 20250724080015810
46293 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman_1.44.bb' (53,497) at 20250724080015774
46294 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ipl/ipl_git.bb' (53,498) at 20250724080015730
46295 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/0001-drbd-utils-support-usrmerge.patch' (53,499) at 20250724080015670
46296 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0038-compiler-rt-Hardcode-uptr-sptr-typedefs-on-Mips-Linu.patch' (53,500) at 20250724080015782
46297 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/poky.yaml.in' (53,501) at 20250724080015750
46298 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut/0001-fix-broken-symlink-in-dracut-config-examples.patch' (53,502) at 20250724080015662
46299 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/fedora_docs_pdf.sh' (53,503) at 20250724080015754
46300 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client/0001-tee-supplicant-update-udev-systemd-install-code.patch' (53,504) at 20250724080015646
46301 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/CVE-2017-8374.patch' (53,505) at 20250724080015710
46302 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liburing/liburing/0001-test-Including-missing-string.h-for-memcpy.patch' (53,506) at 20250724080015714
46303 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0010-clang-Define-releative-gcc-installation-dir.patch' (53,507) at 20250724080015782
46304 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apiflask_2.4.0.bb' (53,508) at 20250724080015718
46305 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb' (53,509) at 20250724080015782
46306 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pytest_8.3.5.bb' (53,510) at 20250724080015794
46307 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-license-expression_30.4.1.bb' (53,511) at 20250724080015794
46308 2025-10-05 03:01:04.284-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/0001-fix-bool-reserved-word-error-in-gcc-15.patch' (53,512) at 20250724080015698
46309 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib_3.10.3.bb' (53,513) at 20250724080015722
46310 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libnotify/libnotify_0.8.6.bb' (53,514) at 20250724080015802
46311 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools-scm_8.2.1.bb' (53,515) at 20250724080015794
46312 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy_2.3.1.bb' (53,516) at 20250724080015722
46313 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/sdl2.c' (53,517) at 20250724080034766
46314 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch' (53,518) at 20250724080015786
46315 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/mdadm_4.4.bb' (53,519) at 20250724080015802
46316 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openal/openal-soft_1.24.3.bb' (53,520) at 20250724080015662
46317 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/files/static-passwd-meta-gnome' (53,521) at 20250724080015658
46318 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake.inc' (53,522) at 20250724080015786
46319 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb' (53,523) at 20250724080015794
46320 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/eyes/xfce4-eyes-plugin_4.6.0.bb' (53,524) at 20250724080015726
46321 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/arch-powerpc.inc' (53,525) at 20250724080015762
46322 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco_1.13.3.bb' (53,526) at 20250724080015718
46323 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-docs-Disable-manual-validation.patch' (53,527) at 20250724080015798
46324 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript_10.05.1.bb' (53,528) at 20250724080015798
46325 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/.b4-config' (53,529) at 20250724080015658
46326 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-common.inc' (53,530) at 20250724080015646
46327 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools_80.8.0.bb' (53,531) at 20250724080015794
46328 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip_25.1.1.bb' (53,532) at 20250724080015794
46329 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch' (53,533) at 20250724080015666
46330 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/pango/pangomm_2.46.4.bb' (53,534) at 20250724080015706
46331 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/0001-Makefile.am-add-ACLOCAL_AMFLAGS.patch' (53,535) at 20250724080015670
46332 2025-10-05 03:01:04.285-0500 FINEST t466 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' (53,536) at 20250724080015666
46333 2025-10-05 03:01:04.285-0500 FINEST t466 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' (53,537) at 20250724080015786
46334 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libdex/libdex_0.10.0.bb' (53,538) at 20250724080015662
46335 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/tinysparql/0001-fix-reproducibility.patch' (53,539) at 20250724080015662
46336 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0001-Use-secure_getenv-on-Linux.patch' (53,540) at 20250724080015670
46337 2025-10-05 03:01:04.285-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip_6.0.bb' (53,541) at 20250724080015802
46338 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-termcolor_3.1.0.bb' (53,542) at 20250724080015726
46339 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb' (53,543) at 20250724080015658
46340 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.11.3.bb' (53,544) at 20250724080015730
46341 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyroute2_0.9.2.bb' (53,545) at 20250724080015722
46342 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/hafnium/hafnium_2.12.0.bb' (53,546) at 20250724080015646
46343 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/libwebsockets/0001-sll_protocol-may-be-be16.patch' (53,547) at 20250724080015678
46344 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0010-Make-RSS-and-MHU-sizes-compile-time-definitions-user.patch' (53,548) at 20250724080015646
46345 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php_8.4.6.bb' (53,549) at 20250724080015698
46346 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3.bbclass' (53,550) at 20250724080015758
46347 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11-json_0.2.15.bb' (53,551) at 20250724080015722
46348 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.16.0.bb' (53,552) at 20250724080015646
46349 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/nativesdk.bbclass' (53,553) at 20250724080015758
46350 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/poky.conf' (53,554) at 20250724080015754
46351 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc_15.1.bb' (53,555) at 20250724080015790
46352 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0009-Fix-quoting-for-BUILD_WITH.patch' (53,556) at 20250724080015666
46353 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/0001-hiredis-use-default-CC-if-it-is-set.patch' (53,557) at 20250724080015702
46354 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/CVE-2021-40426.patch' (53,558) at 20250724080015662
46355 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.71.1.bb' (53,559) at 20250724080015782
46356 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb' (53,560) at 20250724080015658
46357 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/0002-meson-Add-options-pciutils-ftdi-usb.patch' (53,561) at 20250724080015674
46358 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/conf/layer.conf' (53,562) at 20250724080015650
46359 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/0001-fix-netcat-openbsd-ftbfs-with-GCC-15.patch' (53,563) at 20250724080015670
46360 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/accountsservice-23.13.9-c99-fixes.patch' (53,564) at 20250724080015662
46361 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/groff/groff_1.23.0.bb' (53,565) at 20250724080015798
46362 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/libtasn1_4.20.0.bb' (53,566) at 20250724080015814
46363 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-storage_git.bb' (53,567) at 20250724080015650
46364 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0_1.22.8.bb' (53,568) at 20250724080015662
46365 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/conf/layer.conf' (53,569) at 20250724080015730
46366 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.1.bb' (53,570) at 20250724080015810
46367 2025-10-05 03:01:04.286-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/gdbserver.py' (53,571) at 20250724080015766
46368 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb' (53,572) at 20250724080015698
46369 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3_3.24.43.bb' (53,573) at 20250724080015802
46370 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/fsverity-utils/fsverity-utils_1.6.bb' (53,574) at 20250724080015682
46371 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.8.3.bb' (53,575) at 20250724080015726
46372 2025-10-05 03:01:04.287-0500 FINEST t466 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' (53,576) at 20250724080015726
46373 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0003-configure.ac-allow-cross-compilation.patch' (53,577) at 20250724080015666
46374 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch' (53,578) at 20250724080015814
46375 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/concepts.rst' (53,579) at 20250724080015750
46376 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sentry-sdk_1.45.1.bb' (53,580) at 20250724080015726
46377 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asciitree_0.3.3.bb' (53,581) at 20250724080015718
46378 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/utility.cpp' (53,582) at 20250724080030026
46379 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/cve-update-nvd2-native.bb' (53,583) at 20250724080015778
46380 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl3/libsdl3_3.2.14.bb' (53,584) at 20250724080015706
46381 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-sigqueue-Rename-_sifields-to-__si_fields-on-musl.patch' (53,585) at 20250724080015798
46382 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb' (53,586) at 20250724080015698
46383 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/libplacebo_7.349.0.bb' (53,587) at 20250724080015710
46384 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/freeradius_3.2.7.bb' (53,588) at 20250724080015666
46385 2025-10-05 03:01:04.287-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/maturin.py' (53,589) at 20250724080015766
46386 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/capnproto/capnproto_1.0.2.bb' (53,590) at 20250724080015694
46387 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc-initial_15.1.bb' (53,591) at 20250724080015790
46388 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch' (53,592) at 20250724080015722
46389 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/meta-bletchley15/conf/layer.conf' (53,593) at 20250724080015650
46390 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls_3.8.9.bb' (53,594) at 20250724080015814
46391 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lsscsi/lsscsi_0.32.bb' (53,595) at 20250724080015674
46392 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzmq_26.4.0.bb' (53,596) at 20250724080015726
46393 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/system-requirements.rst' (53,597) at 20250724080015750
46394 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb' (53,598) at 20250724080015718
46395 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mc/mc_4.8.33.bb' (53,599) at 20250724080015802
46396 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp_2.64.bb' (53,600) at 20250724080015670
46397 2025-10-05 03:01:04.288-0500 FINEST t466 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' (53,601) at 20250724080015810
46398 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scrypt_0.8.27.bb' (53,602) at 20250724080015726
46399 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/ubuntu_essential.sh' (53,603) at 20250724080015754
46400 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb' (53,604) at 20250724080015678
46401 2025-10-05 03:01:04.288-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/0004-Rework-inline-aarch64-as-for-setcontext.patch' (53,605) at 20250724080015814
46402 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/patch.py' (53,606) at 20250724080015766
46403 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a.inc' (53,607) at 20250724080015646
46404 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/Containerfile.almalinux' (53,608) at 20250724080015754
46405 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/__init__.py' (53,609) at 20250724080015762
46406 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/parsing.py' (53,610) at 20250724080015818
46407 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang_git.bb' (53,611) at 20250724080015782
46408 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/CVE-2025-30472.patch' (53,612) at 20250724080015670
46409 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi_0.5.0.bb' (53,613) at 20250724080015714
46410 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image.bbclass' (53,614) at 20250724080015758
46411 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/__init__.py' (53,615) at 20250724080015742
46412 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2024-45782_CVE-2024-56737.patch' (53,616) at 20250724080015770
46413 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-snagboot_2.3.bb' (53,617) at 20250724080015726
46414 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/gitpkgv.bbclass' (53,618) at 20250724080015670
46415 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/upower/upower_1.90.6.bb' (53,619) at 20250724080015718
46416 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mount/xfce4-mount-plugin_1.1.5.bb' (53,620) at 20250724080015726
46417 2025-10-05 03:01:04.289-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/fvps.yml' (53,621) at 20250724080015642
46418 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog_8.2504.0.bb' (53,622) at 20250724080015706
46419 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.8.0.bb' (53,623) at 20250724080015666
46420 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/at/at/posixtm.c' (53,624) at 20250724080015798
46421 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-myst-parser_4.0.1.bb' (53,625) at 20250724080015722
46422 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/fd-trans.h' (53,626) at 20250724080034738
46423 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0037-compiler-rt-Exclude-sync_fetch_and_-for-any-pre-ARMv.patch' (53,627) at 20250724080015782
46424 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa.inc' (53,628) at 20250724080015806
46425 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/timezone/timezone.inc' (53,629) at 20250724080015802
46426 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/opencsd/opencsd_1.5.6.bb' (53,630) at 20250724080015646
46427 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d_0.1.10.bb' (53,631) at 20250724080015774
46428 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icu_2.15.2.bb' (53,632) at 20250724080015722
46429 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/vim.inc' (53,633) at 20250724080015814
46430 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-devtools/python/python3-pillow-heif_0.22.0.bb' (53,634) at 20250724080015662
46431 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3_2.48.1.bb' (53,635) at 20250724080015718
46432 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy_2.2.6.bb' (53,636) at 20250724080015794
46433 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-bcrypt_4.3.0.bb' (53,637) at 20250724080015794
46434 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jsbeautifier_1.15.4.bb' (53,638) at 20250724080015722
46435 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-diskcache_5.6.3.bb' (53,639) at 20250724080015722
46436 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/geoip_1.6.12.bb' (53,640) at 20250724080015670
46437 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.4.0.bb' (53,641) at 20250724080015662
46438 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_git.bb' (53,642) at 20250724080015646
46439 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/0001-Fix-build-when-compiling-with-std-c23.patch' (53,643) at 20250724080015670
46440 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.11.bb' (53,644) at 20250724080015666
46441 2025-10-05 03:01:04.290-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/CVE-2025-32366.patch' (53,645) at 20250724080015774
46442 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/0001-pyproject.toml-don-t-pin-dependency-versions.patch' (53,646) at 20250724080015722
46443 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/fvp-base-ts.yml' (53,647) at 20250724080015642
46444 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/Containerfile.zypper' (53,648) at 20250724080015754
46445 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/llvm-project-source.inc' (53,649) at 20250724080015786
46446 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/use-pkgconfig-to-check-libgcrypt.patch' (53,650) at 20250724080015706
46447 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_22.16.bb' (53,651) at 20250724080015698
46448 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb' (53,652) at 20250724080015786
46449 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb' (53,653) at 20250724080015666
46450 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/CVE-2021-33844.patch' (53,654) at 20250724080015662
46451 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.11.0.bb' (53,655) at 20250724080015642
46452 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash.inc' (53,656) at 20250724080015706
46453 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-yamllint_1.37.1.bb' (53,657) at 20250724080015794
46454 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ecdsa_0.19.1.bb' (53,658) at 20250724080015722
46455 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/reproducible.py' (53,659) at 20250724080015766
46456 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/layer.conf' (53,660) at 20250724080015658
46457 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb' (53,661) at 20250724080015670
46458 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/binfs/bindfs_1.18.0.bb' (53,662) at 20250724080015658
46459 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-mitchell/conf/layer.conf' (53,663) at 20250724080015638
46460 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libyang/libyang/0001-test_context-skip-test-case-test_searchdirs.patch' (53,664) at 20250724080015702
46461 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xsp/xsp_1.0.0-8.bb' (53,665) at 20250724080015710
46462 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/re2c/re2c_4.2.bb' (53,666) at 20250724080015814
46463 2025-10-05 03:01:04.291-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/pyproject.toml' (53,667) at 20250724080015814
46464 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0001-Add-a-shutdown-group.patch' (53,668) at 20250724080015774
46465 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools_4.0.48.bb' (53,669) at 20250724080015790
46466 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/iwd_3.8.bb' (53,670) at 20250724080015674
46467 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-systemd.service' (53,671) at 20250724080015782
46468 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch' (53,672) at 20250724080015790
46469 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zram/zram_0.2.bb' (53,673) at 20250724080015706
46470 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/fvp-base.conf' (53,674) at 20250724080015642
46471 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb' (53,675) at 20250724080015726
46472 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-rmm/trusted-firmware-rmm_0.6.0.bb' (53,676) at 20250724080015646
46473 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/perl.py' (53,677) at 20250724080015766
46474 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/main.cf' (53,678) at 20250724080015666
46475 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/src/oe_image_files/version.py' (53,679) at 20250724080015814
46476 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/0001-Use-CC-env-var-to-get-compiler-version.patch' (53,680) at 20250724080015706
46477 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/nsswitch-resolved.conf' (53,681) at 20250724080015774
46478 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm_3.1-202111052217.bb' (53,682) at 20250724080015710
46479 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/0001-Platform-StMmRpmb-Fix-build.patch' (53,683) at 20250724080015642
46480 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ktls-utils/ktls-utils/0002-tlshd-configure.ac-Use-AC_CHECK_HEADER-instead-of-AC.patch' (53,684) at 20250724080015706
46481 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo_1.12.0.bb' (53,685) at 20250724080015714
46482 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts-udev.inc' (53,686) at 20250724080015646
46483 2025-10-05 03:01:04.292-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch_2.8.bb' (53,687) at 20250724080015790
46484 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb' (53,688) at 20250724080015722
46485 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pax-utils/pax-utils_1.3.3.bb' (53,689) at 20250724080015698
46486 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt/0001-Workaround-an-ABI-issue-in-spdlog.patch' (53,690) at 20250724080015786
46487 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/conf/machine/gb200nvl-obmc.conf' (53,691) at 20250724080015658
46488 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineCompilerABI-Strip-pipe-from-compile-fl.patch' (53,692) at 20250724080015786
46489 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/memtester/memtester_4.7.1.bb' (53,693) at 20250724080015674
46490 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/conf/layer.conf' (53,694) at 20250724080015650
46491 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/src/oe_image_files/main.py' (53,695) at 20250724080015814
46492 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils_0.7.2.bb' (53,696) at 20250724080015674
46493 2025-10-05 03:01:04.293-0500 FINEST t466 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' (53,697) at 20250724080015790
46494 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/0001-include-libgen.h-for-basename.patch' (53,698) at 20250724080015714
46495 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/layer.conf' (53,699) at 20250724080015654
46496 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-isort_6.0.1.bb' (53,700) at 20250724080015722
46497 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/systemd/1000-socket-resolve-unit-specifiers-in-BindToDevice.patch' (53,701) at 20250724080015730
46498 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk_9.0.1.bb' (53,702) at 20250724080015698
46499 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/redis.conf' (53,703) at 20250724080015702
46500 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libopenmpt/libopenmpt_0.7.10.bb' (53,704) at 20250724080015662
46501 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch' (53,705) at 20250724080015794
46502 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/0001-Revert-cmake-Fix-installation-directories-in-libxml2.patch' (53,706) at 20250724080015778
46503 2025-10-05 03:01:04.293-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/conf/layer.conf' (53,707) at 20250724080015734
46504 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libtirpc/libtirpc/0001-Update-declarations-to-allow-compile-with-gcc-15.patch' (53,708) at 20250724080015802
46505 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb' (53,709) at 20250724080015666
46506 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/db/db_5.3.28.bb' (53,710) at 20250724080015810
46507 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/0001-Allow-specifying-path-to-7z-library-in-tests.patch' (53,711) at 20250724080015698
46508 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-psa-api-test-common_git.inc' (53,712) at 20250724080015650
46509 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cvxopt_1.3.2.bb' (53,713) at 20250724080015722
46510 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb' (53,714) at 20250724080015658
46511 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb' (53,715) at 20250724080015662
46512 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-crosssdk_15.1.bb' (53,716) at 20250724080015786
46513 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/libtevent_0.16.2.bb' (53,717) at 20250724080015670
46514 2025-10-05 03:01:04.294-0500 FINEST t466 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' (53,718) at 20250724080015726
46515 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-targets.inc' (53,719) at 20250724080015794
46516 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/acl/0001-test-misc.test-Don-t-mix-stdout-and-stderr.patch' (53,720) at 20250724080015810
46517 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0006-plat-corstone1000-Initialize-capsule-update-provider.patch' (53,721) at 20250724080015642
46518 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg.inc' (53,722) at 20250724080015786
46519 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/cmake.py' (53,723) at 20250724080015766
46520 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/gen_fixtures.py' (53,724) at 20250724080015742
46521 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/perfetto/0001-add-missing-includes-for-the-build-with-use_libcxx_m.patch' (53,725) at 20250724080015698
46522 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/usbguard_1.1.3.bb' (53,726) at 20250724080015710
46523 2025-10-05 03:01:04.294-0500 FINEST t466 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' (53,727) at 20250724080015726
46524 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtd/files/0001-ubifs-utils-ubifs.h-Include-fcntl.h.patch' (53,728) at 20250724080015790
46525 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0001-checkpoint.h-Add-missing-includes-cstdint.patch' (53,729) at 20250724080015694
46526 2025-10-05 03:01:04.294-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-arch.bbclass' (53,730) at 20250724080015758
46527 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb' (53,731) at 20250724080015770
46528 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/case.py' (53,732) at 20250724080015766
46529 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/clpeak_1.1.4.bb' (53,733) at 20250724080015678
46530 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/libatomic.patch' (53,734) at 20250724080015814
46531 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg_2.5.5.bb' (53,735) at 20250724080015814
46532 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/conf/layer.conf' (53,736) at 20250724080015666
46533 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/wic/test_efi_plugin_plain_systemd-boot.wks' (53,737) at 20250724080015754
46534 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dc/double-conversion_3.3.1.bb' (53,738) at 20250724080015710
46535 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifenslave/ifenslave_2.14.bb' (53,739) at 20250724080015670
46536 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xinit_1.4.4.bb' (53,740) at 20250724080015806
46537 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0001-dont-build-clover-frontend.patch' (53,741) at 20250724080015806
46538 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.14.bb' (53,742) at 20250724080015810
46539 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/0003-Fix-build-failure-in-readline-lib.patch' (53,743) at 20250724080015706
46540 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial_2.17.bb' (53,744) at 20250724080015770
46541 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb' (53,745) at 20250724080015710
46542 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm/a3e0aca75e16aeafc171751028406b54f5ed8397.patch' (53,746) at 20250724080015658
46543 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/Containerfile.fedora' (53,747) at 20250724080015754
46544 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-fvp-base.inc' (53,748) at 20250724080015642
46545 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4_4.4.4.bb' (53,749) at 20250724080015662
46546 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gcovr_8.3.bb' (53,750) at 20250724080015722
46547 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgfortran_15.1.bb' (53,751) at 20250724080015790
46548 2025-10-05 03:01:04.295-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/0001-Complete-function-prototype-in-acinclude.m4-for-C23-.patch' (53,752) at 20250724080015814
46549 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128_128.5.2.bb' (53,753) at 20250724080015702
46550 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch' (53,754) at 20250724080015786
46551 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gn/gn_git.bb' (53,755) at 20250724080015646
46552 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/layer.conf' (53,756) at 20250724080015650
46553 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gtk-immodules-cache.bbclass' (53,757) at 20250724080015758
46554 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test-common.inc' (53,758) at 20250724080015650
46555 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/0001-Do-not-download-external-dependency-tarballs-via-mes.patch' (53,759) at 20250724080015722
46556 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/apitrace/apitrace_11.1.bb' (53,760) at 20250724080015694
46557 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/weechat/weechat_4.6.0.bb' (53,761) at 20250724080015670
46558 2025-10-05 03:01:04.296-0500 FINEST t466 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' (53,762) at 20250724080015666
46559 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/which/which-2.21/0001-getopt-Fix-signature-of-getenv-function.patch' (53,763) at 20250724080015802
46560 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp-native_6.3.7.bb' (53,764) at 20250724080015714
46561 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/0002-lua-update-Makefile-to-use-environment-build-setting.patch' (53,765) at 20250724080015702
46562 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/00-create-volatile.conf' (53,766) at 20250724080015782
46563 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool_0.51.0.bb' (53,767) at 20250724080015790
46564 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/apitrace/apitrace/0001-Explicit-header-stdint.patch' (53,768) at 20250724080015694
46565 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-f0b/conf/layer.conf' (53,769) at 20250724080015730
46566 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross.inc' (53,770) at 20250724080015786
46567 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mailwatch/xfce4-mailwatch-plugin_1.3.1.bb' (53,771) at 20250724080015726
46568 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0012-Revert-Make-variable-index-usage-robust-with-redunda.patch' (53,772) at 20250724080015646
46569 2025-10-05 03:01:04.296-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/cmake.bbclass' (53,773) at 20250724080015758
46570 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/files/hotspotfix.patch' (53,774) at 20250724080015694
46571 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ktls-utils/ktls-utils_1.0.0.bb' (53,775) at 20250724080015706
46572 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.7.bb' (53,776) at 20250724080015714
46573 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/0001-pppd-pppdconf.h-remove-erroneous-generated-header.patch' (53,777) at 20250724080015774
46574 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/curl/curl_8.12.1.bb' (53,778) at 20250724080015810
46575 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0006-fix-build-path-issue.patch' (53,779) at 20250724080015814
46576 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-nanobind_2.7.0.bb' (53,780) at 20250724080015722
46577 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch' (53,781) at 20250724080015786
46578 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0003-ld-add-soname-to-shareable-objects.patch' (53,782) at 20250724080015790
46579 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_2.1.1.bb' (53,783) at 20250724080015646
46580 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb' (53,784) at 20250724080015670
46581 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.16.bb' (53,785) at 20250724080015698
46582 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-ftp/0001-Remove-use-of-the-cgi-module.patch' (53,786) at 20250724080015726
46583 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/image_types_wic.bbclass' (53,787) at 20250724080015758
46584 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-periphery/c-periphery_2.4.3.bb' (53,788) at 20250724080015710
46585 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/Containerfile.dnf' (53,789) at 20250724080015754
46586 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libbsd/libbsd_0.12.2.bb' (53,790) at 20250724080015814
46587 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-radius_3.0.0.bb' (53,791) at 20250724080015702
46588 2025-10-05 03:01:04.297-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bs4/diagnose.py' (53,792) at 20250724080015742
46589 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch' (53,793) at 20250724080015790
46590 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/enchant/enchant2_2.8.4.bb' (53,794) at 20250724080015814
46591 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools_4.23.9.0.bb' (53,795) at 20250724080015714
46592 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/pip3_docs.sh' (53,796) at 20250724080015754
46593 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb' (53,797) at 20250724080015810
46594 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.1.bb' (53,798) at 20250724080015810
46595 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-sgi575.bb' (53,799) at 20250724080015646
46596 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-crosssdk_1.24.3.bb' (53,800) at 20250724080015790
46597 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiodns_3.4.0.bb' (53,801) at 20250724080015718
46598 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0001-Propagate-ffile-prefix-map-from-CFLAGS-to-ASFLAGS.patch' (53,802) at 20250724080015778
46599 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/lame/lame_3.100.bb' (53,803) at 20250724080015810
46600 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/0001-Fix-tests-with-musl.patch' (53,804) at 20250724080015698
46601 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/haveged/haveged_1.9.19.bb' (53,805) at 20250724080015702
46602 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_2.10.12.bb' (53,806) at 20250724080015646
46603 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/time/time/time-1.9-Fix-compiling-with-GCC15.patch' (53,807) at 20250724080015802
46604 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox_14.4.2.bb' (53,808) at 20250724080015662
46605 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch' (53,809) at 20250724080015786
46606 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-unittest-automake-output/0001-Update-__version__-to-match-the-tag-version.patch' (53,810) at 20250724080015794
46607 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb' (53,811) at 20250724080015658
46608 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/0001-fix-nsectors-exceeds-0xffff-situation.patch' (53,812) at 20250724080015782
46609 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/compliance.yml' (53,813) at 20250724080015730
46610 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph_5.13.bb' (53,814) at 20250724080015706
46611 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c_1.5.1.bb' (53,815) at 20250724080015698
46612 2025-10-05 03:01:04.298-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/eudev_3.2.14.bb' (53,816) at 20250724080015782
46613 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/install-tests.patch' (53,817) at 20250724080015778
46614 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iozone3/iozone3_507.bb' (53,818) at 20250724080015674
46615 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/netperf_git.bb' (53,819) at 20250724080015670
46616 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/0003-libsoup-Port-to-libsoup-3.0.patch' (53,820) at 20250724080015730
46617 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/license.bbclass' (53,821) at 20250724080015758
46618 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus.inc' (53,822) at 20250724080015662
46619 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-webcolors_24.11.1.bb' (53,823) at 20250724080015794
46620 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/images.rst' (53,824) at 20250724080015750
46621 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb' (53,825) at 20250724080015798
46622 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core-crates.inc' (53,826) at 20250724080015722
46623 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch' (53,827) at 20250724080015790
46624 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/sstatetests.py' (53,828) at 20250724080015770
46625 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0012-Don-t-expose-configure-args.patch' (53,829) at 20250724080015734
46626 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/runfvp.md' (53,830) at 20250724080015642
46627 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv_1.9.31.bb' (53,831) at 20250724080015718
46628 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/meson-wrapper' (53,832) at 20250724080015790
46629 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/opencl-cts_2025.01.22.bb' (53,833) at 20250724080015678
46630 2025-10-05 03:01:04.299-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libtoml11/files/0001-Remove-whitespace-in-operator.patch' (53,834) at 20250724080015694
46631 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/0001-Fix-build-on-mips-clang.patch' (53,835) at 20250724080015698
46632 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unifdef/unifdef/0001-Don-t-use-C23-constexpr-keyword.patch' (53,836) at 20250724080015798
46633 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-rl300-g11/conf/layer.conf' (53,837) at 20250724080015658
46634 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/valijson/valijson_1.0.5.bb' (53,838) at 20250724080015698
46635 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/0001-Match-malloc-signature-to-its-use.patch' (53,839) at 20250724080015786
46636 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/catch2/catch2_3.8.1.bb' (53,840) at 20250724080015718
46637 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/usbguard/0001-Adapt-for-protobuf-30.0-API-changes.patch' (53,841) at 20250724080015710
46638 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.16.0.bb' (53,842) at 20250724080015658
46639 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb' (53,843) at 20250724080015706
46640 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc/0002-build_support-handle-empty-max_priority-value-as-Non.patch' (53,844) at 20250724080015722
46641 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/0001-examples-Makefile-respect-CXX-LDFLAGS-variables-fix-.patch' (53,845) at 20250724080015698
46642 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/conf/layer.conf' (53,846) at 20250724080015650
46643 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch_3.9.0.bb' (53,847) at 20250724080015662
46644 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/0001-Do-not-treat-warnings-as-errors.patch' (53,848) at 20250724080015770
46645 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/scdoc/scdoc_1.11.3.bb' (53,849) at 20250724080015802
46646 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s7106/conf/layer.conf' (53,850) at 20250724080015734
46647 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-hash_0.7.1.bb' (53,851) at 20250724080015722
46648 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/run-ptest' (53,852) at 20250724080015670
46649 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmbim/libmbim_1.32.0.bb' (53,853) at 20250724080015678
46650 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yarl_1.20.0.bb' (53,854) at 20250724080015726
46651 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-version.inc' (53,855) at 20250724080015778
46652 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/repo/repo_2.54.bb' (53,856) at 20250724080015794
46653 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_48.1.bb' (53,857) at 20250724080015662
46654 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pmdk/pmdk_2.1.1.bb' (53,858) at 20250724080015702
46655 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/time/time/0001-Fix-the-type-for-sighandler_t.patch' (53,859) at 20250724080015802
46656 2025-10-05 03:01:04.300-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.3.rst' (53,860) at 20250724080015750
46657 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libxslt/libxslt_1.1.43.bb' (53,861) at 20250724080015814
46658 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/xmalloc.patch' (53,862) at 20250724080015802
46659 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0006-Avoid-searching-host-dirs.patch' (53,863) at 20250724080015666
46660 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston-start' (53,864) at 20250724080015806
46661 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch' (53,865) at 20250724080015786
46662 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine_3.21.0.bb' (53,866) at 20250724080015698
46663 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/newlib/libgloss_git.bb' (53,867) at 20250724080015782
46664 2025-10-05 03:01:04.301-0500 FINEST t466 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' (53,868) at 20250724080015706
46665 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/vim/files/no-path-adjust.patch' (53,869) at 20250724080015814
46666 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb' (53,870) at 20250724080015662
46667 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/riscv32.patch' (53,871) at 20250724080015694
46668 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/minizip-ng/minizip-ng_4.0.8.bb' (53,872) at 20250724080015678
46669 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb' (53,873) at 20250724080015802
46670 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc' (53,874) at 20250724080015658
46671 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin-crates.inc' (53,875) at 20250724080015794
46672 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-system-native_10.0.0.bb' (53,876) at 20250724080015794
46673 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch' (53,877) at 20250724080015722
46674 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap/0002-support-to-override-usr-bin-arch-test.patch' (53,878) at 20250724080015694
46675 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch' (53,879) at 20250724080015814
46676 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0004-use-asm-sgidefs.h.patch' (53,880) at 20250724080015790
46677 2025-10-05 03:01:04.301-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb' (53,881) at 20250724080015806
46678 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb' (53,882) at 20250724080015646
46679 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/resolvconf_1.93.bb' (53,883) at 20250724080015774
46680 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-utils_5.3.0.bb' (53,884) at 20250724080015722
46681 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/conf/layer.conf' (53,885) at 20250724080015658
46682 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/srecord/files/0001-fix-build-failure-with-gcc-15-by-adding-cstdint-head.patch' (53,886) at 20250724080015718
46683 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb' (53,887) at 20250724080015734
46684 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/classes/klibc.bbclass' (53,888) at 20250724080015662
46685 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cython_3.1.0.bb' (53,889) at 20250724080015794
46686 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/almalinux_essential.sh' (53,890) at 20250724080015754
46687 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c/0001-Fix-build-error-due-to-bool-keyword-with-gcc-15.patch' (53,891) at 20250724080015678
46688 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf-c/protobuf-30.patch' (53,892) at 20250724080015698
46689 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch' (53,893) at 20250724080015790
46690 2025-10-05 03:01:04.302-0500 FINEST t466 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' (53,894) at 20250724080015646
46691 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/rocksdb_9.10.0.bb' (53,895) at 20250724080015694
46692 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z_4.0.9.bb' (53,896) at 20250724080015698
46693 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/sdk.py' (53,897) at 20250724080015766
46694 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/clipman/xfce4-clipman-plugin_1.6.2.bb' (53,898) at 20250724080015726
46695 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboop/liboop_1.0.1.bb' (53,899) at 20250724080015714
46696 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/udpcast/udpcast/0001-include-stddef.h-for-ptrdiff_t.patch' (53,900) at 20250724080015670
46697 2025-10-05 03:01:04.302-0500 FINEST t466 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' (53,901) at 20250724080015802
46698 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264_2.6.0.bb' (53,902) at 20250724080015662
46699 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/run-ptest' (53,903) at 20250724080015722
46700 2025-10-05 03:01:04.302-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch' (53,904) at 20250724080015790
46701 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera_%.bbappend' (53,905) at 20250724080015730
46702 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.2.1.bb' (53,906) at 20250724080015726
46703 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_2.0.3.bb' (53,907) at 20250724080015726
46704 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-djangorestframework_3.16.0.bb' (53,908) at 20250724080015722
46705 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/0004-Report-UPower-Glib-support.patch' (53,909) at 20250724080015730
46706 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca_1.19.bb' (53,910) at 20250724080015710
46707 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0001-stdlib-Add-single-threaded-fast-path-to-rand.patch' (53,911) at 20250724080015778
46708 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libde265/libde265_1.0.15.bb' (53,912) at 20250724080015662
46709 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch' (53,913) at 20250724080015794
46710 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyperf_2.9.0.bb' (53,914) at 20250724080015722
46711 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/0001-src-Do-not-reset-FINAL_LIBS.patch' (53,915) at 20250724080015706
46712 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch' (53,916) at 20250724080015786
46713 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/sgi575.yml' (53,917) at 20250724080015642
46714 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/spdx.py' (53,918) at 20250724080015770
46715 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice_23.13.9.bb' (53,919) at 20250724080015662
46716 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tbb/tbb_2022.1.0.bb' (53,920) at 20250724080015718
46717 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-rd1-ae.bb' (53,921) at 20250724080015646
46718 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/debootstrap_1.0.141.bb' (53,922) at 20250724080015694
46719 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/diffstat/diffstat_1.68.bb' (53,923) at 20250724080015786
46720 2025-10-05 03:01:04.303-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm/rpm_4.20.0.bb' (53,924) at 20250724080015794
46721 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/toolchain/clang.inc' (53,925) at 20250724080015762
46722 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/strongswan/0001-pki-Fix-signature-of-help-to-match-that-of-a-callbac.patch' (53,926) at 20250724080015670
46723 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuall/noblank.conf' (53,927) at 20250724080015806
46724 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0014-libdmmp-Makefile-Add-target-docs-man-dmmp_strerror.3.patch' (53,928) at 20250724080015714
46725 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0023-Fix-install-path-of-linux64.h.patch' (53,929) at 20250724080015786
46726 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libiio/libiio_0.26.bb' (53,930) at 20250724080015714
46727 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.1.2.bb' (53,931) at 20250724080015674
46728 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/x11-common/xserver-nodm-init/X11/Xsession.d/13xdgbasedirs.sh' (53,932) at 20250724080015806
46729 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson_1.8.0.bb' (53,933) at 20250724080015790
46730 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/0002-replace-.-shtool-mkdir-with-coreutils-mkdir-command.patch' (53,934) at 20250724080015710
46731 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/samhain.inc' (53,935) at 20250724080015734
46732 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb' (53,936) at 20250724080015790
46733 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd_3.5.7.bb' (53,937) at 20250724080015702
46734 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mdurl_0.1.2.bb' (53,938) at 20250724080015722
46735 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/0001-misc-Implement-grub_strlcpy.patch' (53,939) at 20250724080015770
46736 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost_1.88.0.bb' (53,940) at 20250724080015810
46737 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-common.inc' (53,941) at 20250724080015790
46738 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb' (53,942) at 20250724080015798
46739 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-runtime.inc' (53,943) at 20250724080015790
46740 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-libusb1_3.3.1.bb' (53,944) at 20250724080015722
46741 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb' (53,945) at 20250724080015662
46742 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-pydot/python3-pydot_4.0.0.bb' (53,946) at 20250724080015726
46743 2025-10-05 03:01:04.304-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qhull/qhull/0001-Use-LIB_INSTALL_DIR-for-cmake-and-pkgconfig-files-to.patch' (53,947) at 20250724080015702
46744 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/layer.conf' (53,948) at 20250724080015654
46745 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/CVE-2025-1182.patch' (53,949) at 20250724080015782
46746 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-test.inc' (53,950) at 20250724080015646
46747 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.1.1.bb' (53,951) at 20250724080015722
46748 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-pk-helper_0.2.7.bb' (53,952) at 20250724080015710
46749 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3_3.7.1.0.bb' (53,953) at 20250724080015666
46750 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-kernel/linux/linux-yocto/virtio_net.cfg' (53,954) at 20250724080015650
46751 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch' (53,955) at 20250724080015794
46752 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inline-snapshot_0.23.0.bb' (53,956) at 20250724080015722
46753 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/devtool-source.bbclass' (53,957) at 20250724080015762
46754 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libgssglue/files/run-ptest' (53,958) at 20250724080015734
46755 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyasyncore_1.0.4.bb' (53,959) at 20250724080015722
46756 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-fast/0001-pyproject.toml-Remove-upper-version-constraint-for-C.patch' (53,960) at 20250724080015722
46757 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h11_0.16.0.bb' (53,961) at 20250724080015722
46758 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/0001-support-authentication-for-kickstart.patch' (53,962) at 20250724080015726
46759 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prettytable_3.16.0.bb' (53,963) at 20250724080015722
46760 2025-10-05 03:01:04.305-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py_1.11.0.bb' (53,964) at 20250724080015722
46761 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/command.py' (53,965) at 20250724080015738
46762 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-sasl-perl_2.1800.bb' (53,966) at 20250724080015718
46763 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/0002-parsers-Generalise-input-to-array-of-gchar.patch' (53,967) at 20250724080015726
46764 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb' (53,968) at 20250724080015802
46765 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/almalinux_docs_pdf.sh' (53,969) at 20250724080015754
46766 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/btop/btop_1.4.3.bb' (53,970) at 20250724080015710
46767 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/0001-getopt-Fix-getopt-getenv-signatures-in-declarations.patch' (53,971) at 20250724080015814
46768 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/non-repro-meta-networking.inc' (53,972) at 20250724080015666
46769 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/0001-tests-set-the-correct-plugin-directory.patch' (53,973) at 20250724080015810
46770 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstring_4.3.1.bb' (53,974) at 20250724080015718
46771 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0009-remove-unneeded-headers.patch' (53,975) at 20250724080015670
46772 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/conf/layer.conf' (53,976) at 20250724080015650
46773 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch' (53,977) at 20250724080015658
46774 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dialog/dialog_1.3-20250116.bb' (53,978) at 20250724080015698
46775 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-snapshot.inc' (53,979) at 20250724080015798
46776 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb' (53,980) at 20250724080015678
46777 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-contextlib2_21.6.0.bb' (53,981) at 20250724080015722
46778 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb' (53,982) at 20250724080015710
46779 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb' (53,983) at 20250724080015710
46780 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests_2025.04.27.bb' (53,984) at 20250724080015658
46781 2025-10-05 03:01:04.306-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/battery/xfce4-battery-plugin_1.1.5.bb' (53,985) at 20250724080015726
46782 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb' (53,986) at 20250724080015798
46783 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/libmime-types-perl_2.28.bb' (53,987) at 20250724080015718
46784 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/conf/layer.conf' (53,988) at 20250724080015638
46785 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpulimit/cpulimit/0002-busy.c-Fix-incompatible-pointer-type-error.patch' (53,989) at 20250724080015710
46786 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rdflib_7.1.4.bb' (53,990) at 20250724080015794
46787 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/clean-hashserver-database' (53,991) at 20250724080015814
46788 2025-10-05 03:01:04.307-0500 FINEST t466 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' (53,992) at 20250724080015778
46789 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0001-Add-stub-capsule-update-service-components.patch' (53,993) at 20250724080015642
46790 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-transformers/conf/layer.conf' (53,994) at 20250724080015658
46791 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/qemu.py' (53,995) at 20250724080015766
46792 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/0001-utf8_range-add-version-marker-to-library-19009.patch' (53,996) at 20250724080015698
46793 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/jpeg/libjpeg-turbo_3.1.0.bb' (53,997) at 20250724080015802
46794 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-frozenlist_1.6.0.bb' (53,998) at 20250724080015722
46795 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/0001-Bug-708160-Fix-compatibility-with-C23-compilers.patch' (53,999) at 20250724080015798
46796 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme_1.24.2.bb' (54,000) at 20250724080015814
46797 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop_2.11.0.bb' (54,001) at 20250724080015710
46798 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb' (54,002) at 20250724080015710
46799 2025-10-05 03:01:04.307-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/shadow-update-pam-conf.patch' (54,003) at 20250724080015802
46800 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/0001-drbdmon-add-LDFLAGS-when-linking.patch' (54,004) at 20250724080015670
46801 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.1.bb' (54,005) at 20250724080015702
46802 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0014-Revert-Make-constraints-of-NV-UEFI-variables-persist.patch' (54,006) at 20250724080015646
46803 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch' (54,007) at 20250724080015794
46804 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.3.0.bb' (54,008) at 20250724080015734
46805 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins_2.0.bb' (54,009) at 20250724080015694
46806 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3_3.13.3.bb' (54,010) at 20250724080015794
46807 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/seatd/seatd_0.9.1.bb' (54,011) at 20250724080015782
46808 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux_2.41.bb' (54,012) at 20250724080015782
46809 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ConfHandler.py' (54,013) at 20250724080015738
46810 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gegl/gegl_0.4.62.bb' (54,014) at 20250724080015658
46811 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux-libuuid_2.41.bb' (54,015) at 20250724080015782
46812 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei_1.4.2.bb' (54,016) at 20250724080015674
46813 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libtirpc/libtirpc/0002-update-signal-and-key_call-declarations-to-allow-com.patch' (54,017) at 20250724080015802
46814 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-x570d4u/recipes-x86/chassis/x86-power-control_%.bbappend' (54,018) at 20250724080015650
46815 2025-10-05 03:01:04.308-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf_3.1.bb' (54,019) at 20250724080015798
46816 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemonize/daemonize_git.bb' (54,020) at 20250724080015710
46817 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-volk_1.4.313.0.bb' (54,021) at 20250724080015806
46818 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ppc-musl.patch' (54,022) at 20250724080015710
46819 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/dynamic-layers/meta-security/recipes-gnome/gnome-remote-desktop/gnome-remote-desktop_48.0.bb' (54,023) at 20250724080015658
46820 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cantools_40.2.2.bb' (54,024) at 20250724080015718
46821 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-httpcore_1.0.9.bb' (54,025) at 20250724080015722
46822 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch' (54,026) at 20250724080015806
46823 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace_git.bb' (54,027) at 20250724080015694
46824 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/layer.conf' (54,028) at 20250724080015650
46825 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/test_create_new_project.py' (54,029) at 20250724080015742
46826 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/orc/orc_0.4.41.bb' (54,030) at 20250724080015790
46827 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/files/0001-Fix-build-issue-caused-by-OE-core-changes-to-startup.patch' (54,031) at 20250724080015662
46828 2025-10-05 03:01:04.309-0500 FINEST t466 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' (54,032) at 20250724080015778
46829 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_48.0.bb' (54,033) at 20250724080015662
46830 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mock_5.2.0.bb' (54,034) at 20250724080015722
46831 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/ci/base.yml' (54,035) at 20250724080015642
46832 2025-10-05 03:01:04.309-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch' (54,036) at 20250724080015790
46833 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/0001-fixes-for-gcc-15.patch' (54,037) at 20250724080015670
46834 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner_0.20.3.bb' (54,038) at 20250724080015706
46835 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/kernel-devsrc.bb' (54,039) at 20250724080015806
46836 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils_0.1.0.bb' (54,040) at 20250724080015678
46837 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_4.1.bb' (54,041) at 20250724080015666
46838 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/puzzles/puzzles_git.bb' (54,042) at 20250724080015810
46839 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/smartbookmark/xfce4-smartbookmark-plugin_0.5.2.bb' (54,043) at 20250724080015726
46840 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/libcgi-perl_4.68.bb' (54,044) at 20250724080015718
46841 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libjson-perl_4.05000.bb' (54,045) at 20250724080015698
46842 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/0001-getopt-Include-string.h-for-strcmp-stcncmp-functions.patch' (54,046) at 20250724080015698
46843 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/files/0002-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch' (54,047) at 20250724080015706
46844 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb' (54,048) at 20250724080015734
46845 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/wireguard.inc' (54,049) at 20250724080015670
46846 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py' (54,050) at 20250724080015766
46847 2025-10-05 03:01:04.310-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libogg/libogg_1.3.5.bb' (54,051) at 20250724080015810
46848 2025-10-05 03:01:04.311-0500 FINEST t466 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' (54,052) at 20250724080015810
46849 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/layer.conf' (54,053) at 20250724080015650
46850 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/pm-qa/pm-qa/0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch' (54,054) at 20250724080015718
46851 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-bitstruct_8.21.0.bb' (54,055) at 20250724080015718
46852 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/man-pages/man-pages_6.14.bb' (54,056) at 20250724080015802
46853 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/files/inputrc' (54,057) at 20250724080015782
46854 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycares_4.8.0.bb' (54,058) at 20250724080015722
46855 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test3_git.bb' (54,059) at 20250724080015650
46856 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb' (54,060) at 20250724080015710
46857 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/unbound/unbound_1.22.0.bb' (54,061) at 20250724080015670
46858 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/unixodbc_2.3.12.bb' (54,062) at 20250724080015718
46859 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/image_types_verity.bbclass' (54,063) at 20250724080015670
46860 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/rust-target-config.bbclass' (54,064) at 20250724080015758
46861 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch' (54,065) at 20250724080015778
46862 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb' (54,066) at 20250724080015770
46863 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-colorclass/0001-pyproject.toml-Use-poetry-core.patch' (54,067) at 20250724080015718
46864 2025-10-05 03:01:04.311-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/NPSL' (54,068) at 20250724080015674
46865 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/meta-python-image-ptest-all.bb' (54,069) at 20250724080015718
46866 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/checklayer/cases/common.py' (54,070) at 20250724080015814
46867 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/sshd' (54,071) at 20250724080015774
46868 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/fsguard/xfce4-fsguard-plugin_1.1.3.bb' (54,072) at 20250724080015726
46869 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/debianutils/debianutils_5.22.bb' (54,073) at 20250724080015814
46870 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/libwnck3_43.2.bb' (54,074) at 20250724080015662
46871 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-progress_1.6.bb' (54,075) at 20250724080015722
46872 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/uninative.bbclass' (54,076) at 20250724080015758
46873 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2024-45776.patch' (54,077) at 20250724080015770
46874 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool_1.9.0.bb' (54,078) at 20250724080015706
46875 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb' (54,079) at 20250724080015726
46876 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/flac/flac_1.5.0.bb' (54,080) at 20250724080015810
46877 2025-10-05 03:01:04.312-0500 FINEST t466 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' (54,081) at 20250724080015810
46878 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-meson-python_0.18.0.bb' (54,082) at 20250724080015794
46879 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-wistron/meta-lannister/conf/layer.conf' (54,083) at 20250724080015734
46880 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-channelz_1.72.0.bb' (54,084) at 20250724080015722
46881 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/conf/layer.conf' (54,085) at 20250724080015718
46882 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0005-postgresql-fix-ptest-failure-of-sysviews.patch' (54,086) at 20250724080015694
46883 2025-10-05 03:01:04.312-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk_2.48.2.bb' (54,087) at 20250724080015810
46884 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tecla/tecla_48.0.2.bb' (54,088) at 20250724080015662
46885 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/hiawatha_11.2.bb' (54,089) at 20250724080015726
46886 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360-g11/conf/layer.conf' (54,090) at 20250724080015658
46887 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind_9.20.8.bb' (54,091) at 20250724080015774
46888 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0026-compiler-rt-Undef-_TIME_BITS-along-with-_FILE_OFFSET.patch' (54,092) at 20250724080015782
46889 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0029-llvm-Add-libunwind.pc.in-and-llvm-config-scripts.patch' (54,093) at 20250724080015782
46890 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iputils/iputils_20240905.bb' (54,094) at 20250724080015802
46891 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/fitimage.bbclass' (54,095) at 20250724080015670
46892 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch' (54,096) at 20250724080015786
46893 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb' (54,097) at 20250724080015722
46894 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.8.1.bb' (54,098) at 20250724080015706
46895 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyproj_3.7.1.bb' (54,099) at 20250724080015722
46896 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/files/0001-Use-optional-env-vars-to-force-runtime-paths-in-test.patch' (54,100) at 20250724080015794
46897 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-q71l/conf/layer.conf' (54,101) at 20250724080015730
46898 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xauth_1.1.4.bb' (54,102) at 20250724080015806
46899 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb' (54,103) at 20250724080015726
46900 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/conf/layer.conf' (54,104) at 20250724080015654
46901 2025-10-05 03:01:04.313-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/pcp_6.3.7.bb' (54,105) at 20250724080015714
46902 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.8.bb' (54,106) at 20250724080015726
46903 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_fcmp.c.inc' (54,107) at 20250724080034762
46904 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/cairo/cairo/cairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff' (54,108) at 20250724080015802
46905 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0006-make-Add-top-level-Makefile.patch' (54,109) at 20250724080015670
46906 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb' (54,110) at 20250724080015810
46907 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/conf/layer.conf' (54,111) at 20250724080015650
46908 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/valgrind-make-ld-XXX.so-strlen-intercept-optional.patch' (54,112) at 20250724080015798
46909 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohue_4.7.4.bb' (54,113) at 20250724080015718
46910 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-argcomplete_3.6.2.bb' (54,114) at 20250724080015718
46911 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2024-45778_CVE-2024-45779.patch' (54,115) at 20250724080015770
46912 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gvfs/gvfs_1.57.2.bb' (54,116) at 20250724080015662
46913 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/0001-thorvg-fix-build-with-gcc-15.patch' (54,117) at 20250724080015706
46914 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libassuan/libassuan_3.0.2.bb' (54,118) at 20250724080015814
46915 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-certifi_2025.4.26.bb' (54,119) at 20250724080015794
46916 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0020-clang-Fix-x86-triple-for-non-debian-multiarch-linux-.patch' (54,120) at 20250724080015782
46917 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/pulseaudio/pulseaudio.inc' (54,121) at 20250724080015810
46918 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb' (54,122) at 20250724080015806
46919 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cycler_0.12.1.bb' (54,123) at 20250724080015722
46920 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4_1.4.20.bb' (54,124) at 20250724080015790
46921 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ptyprocess_0.7.0.bb' (54,125) at 20250724080015722
46922 2025-10-05 03:01:04.314-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libspelling/libspelling_0.4.8.bb' (54,126) at 20250724080015662
46923 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libmatchbox/libmatchbox_1.14.bb' (54,127) at 20250724080015806
46924 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch' (54,128) at 20250724080015694
46925 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/ptest-packagelists.inc' (54,129) at 20250724080015762
46926 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind_1.8.1.bb' (54,130) at 20250724080015814
46927 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/lv-conf.inc' (54,131) at 20250724080015706
46928 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/0001-ppc-fs2dt-Match-function-signatures.patch' (54,132) at 20250724080015806
46929 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-marshmallow_4.0.0.bb' (54,133) at 20250724080015722
46930 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb' (54,134) at 20250724080015782
46931 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-restripe.c-Use-_FILE_OFFSET_BITS-to-enable-largefile.patch' (54,135) at 20250724080015802
46932 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb' (54,136) at 20250724080015726
46933 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/files/edk2_fix_epoch.patch' (54,137) at 20250724080015646
46934 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-git-src.inc' (54,138) at 20250724080015646
46935 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ordered-set_4.1.0.bb' (54,139) at 20250724080015722
46936 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/Containerfile.debian' (54,140) at 20250724080015754
46937 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2025-0622-03.patch' (54,141) at 20250724080015770
46938 2025-10-05 03:01:04.315-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/documentation/trusted-services.md' (54,142) at 20250724080015642
46939 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/opencl-clhpp_2024.10.24.bb' (54,143) at 20250724080015678
46940 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-start@.service' (54,144) at 20250724080015782
46941 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/manifest.py' (54,145) at 20250724080015766
46942 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb' (54,146) at 20250724080015674
46943 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/conf/layer.conf' (54,147) at 20250724080015662
46944 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0016-version.c-don-t-print-build-flags.patch' (54,148) at 20250724080015666
46945 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/testsdk.py' (54,149) at 20250724080015766
46946 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/cooker.py' (54,150) at 20250724080015738
46947 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django_4.2.20.bb' (54,151) at 20250724080015722
46948 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-5.3.rst' (54,152) at 20250724080015746
46949 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb' (54,153) at 20250724080015670
46950 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mypy-extensions_1.1.0.bb' (54,154) at 20250724080015722
46951 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymodbus_3.9.2.bb' (54,155) at 20250724080015722
46952 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/sanity.conf' (54,156) at 20250724080015762
46953 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zstd/zstd_1.5.7.bb' (54,157) at 20250724080015802
46954 2025-10-05 03:01:04.316-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/CVE-2022-31651.patch' (54,158) at 20250724080015662
46955 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap_git.bb' (54,159) at 20250724080015810
46956 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-sgi575.inc' (54,160) at 20250724080015642
46957 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/README.md' (54,161) at 20250724080015730
46958 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/redis.service' (54,162) at 20250724080015702
46959 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-hashclient' (54,163) at 20250724080015734
46960 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb.inc' (54,164) at 20250724080015706
46961 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/buildhistory.bbclass' (54,165) at 20250724080015762
46962 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcbor/libcbor_0.12.0.bb' (54,166) at 20250724080015702
46963 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/lib/oeqa/runtime/cases/parselogs-ignores-sbsa-ref.txt' (54,167) at 20250724080015642
46964 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/0001-Support-cross-builds-a-bit-better.patch' (54,168) at 20250724080015658
46965 2025-10-05 03:01:04.317-0500 FINEST t466 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' (54,169) at 20250724080015698
46966 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-2.2.0-src.inc' (54,170) at 20250724080015646
46967 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb' (54,171) at 20250724080015674
46968 2025-10-05 03:01:04.317-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysstat/sysstat_12.7.7.bb' (54,172) at 20250724080015802
46969 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/0001-Configure-do-not-tweak-mips-cflags.patch' (54,173) at 20250724080015774
46970 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.10.3.bb' (54,174) at 20250724080015646
46971 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-logging_%.bbappend' (54,175) at 20250724080015646
46972 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/layer.conf' (54,176) at 20250724080015658
46973 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/rygel/rygel_0.44.1.bb' (54,177) at 20250724080015662
46974 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0009-go-Filter-build-paths-on-staticly-linked-arches.patch' (54,178) at 20250724080015790
46975 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb' (54,179) at 20250724080015722
46976 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ply/ply_git.bb' (54,180) at 20250724080015698
46977 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/0002-util-IMdkit-Fix-incompatible-pointer-types-in-Transp.patch' (54,181) at 20250724080015662
46978 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher_1.14.20.bb' (54,182) at 20250724080015674
46979 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/layer.conf' (54,183) at 20250724080015650
46980 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/0001-ltp-pan-fix-wait_handler-declaration.patch' (54,184) at 20250724080015714
46981 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0026-fix-incorrect-preprocessor-line-numbers.patch' (54,185) at 20250724080015790
46982 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/go.bbclass' (54,186) at 20250724080015758
46983 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb' (54,187) at 20250724080015778
46984 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm_git.bb' (54,188) at 20250724080015698
46985 2025-10-05 03:01:04.318-0500 FINEST t466 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' (54,189) at 20250724080015798
46986 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client/0001-tee-supplicant-add-udev-rule-and-systemd-service-fil.patch' (54,190) at 20250724080015646
46987 2025-10-05 03:01:04.318-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/conf/layer.conf' (54,191) at 20250724080015654
46988 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/utils.py' (54,192) at 20250724080015742
46989 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/ghex/ghex_46.2.bb' (54,193) at 20250724080015658
46990 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/software-architecture.rst' (54,194) at 20250724080015642
46991 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-common/conf/layer.conf' (54,195) at 20250724080015658
46992 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb' (54,196) at 20250724080015790
46993 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libsoup/libsoup_3.6.5.bb' (54,197) at 20250724080015814
46994 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2025-0622-02.patch' (54,198) at 20250724080015770
46995 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/uki.py' (54,199) at 20250724080015770
46996 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/spectre-meltdown-checker/spectre-meltdown-checker_0.46.bb' (54,200) at 20250724080015710
46997 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb_11.4.6.bb' (54,201) at 20250724080015694
46998 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort_2.9.20.bb' (54,202) at 20250724080015666
46999 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/terms.rst' (54,203) at 20250724080015750
47000 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/trusted-firmware-m-corstone1000.inc' (54,204) at 20250724080015642
47001 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/u-boot/u-boot_%.bbappend' (54,205) at 20250724080015730
47002 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/samples.py' (54,206) at 20250724080015818
47003 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-unidiff_0.7.5.bb' (54,207) at 20250724080015726
47004 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.12.bb' (54,208) at 20250724080015674
47005 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/cross.patch' (54,209) at 20250724080015710
47006 2025-10-05 03:01:04.319-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/0001-archival-disallow-path-traversals-CVE-2023-39810.patch' (54,210) at 20250724080015778
47007 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/conf.py' (54,211) at 20250724080015746
47008 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bb' (54,212) at 20250724080015730
47009 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon' (54,213) at 20250724080015774
47010 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.1.bb' (54,214) at 20250724080015810
47011 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb' (54,215) at 20250724080015674
47012 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/readline/0001-Add-fix-for-packages-that-are-not-compatible-with-C2.patch' (54,216) at 20250724080015782
47013 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bsp-guide/bsp.rst' (54,217) at 20250724080015746
47014 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/common.inc' (54,218) at 20250724080015782
47015 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch' (54,219) at 20250724080015814
47016 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch' (54,220) at 20250724080015782
47017 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/0001-Change-types-for-width-height-to-match-definitions-i.patch' (54,221) at 20250724080015722
47018 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb-native_11.4.6.bb' (54,222) at 20250724080015694
47019 2025-10-05 03:01:04.320-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb' (54,223) at 20250724080015670
47020 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb' (54,224) at 20250724080015774
47021 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/cairo/cairomm_1.14.5.bb' (54,225) at 20250724080015706
47022 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb' (54,226) at 20250724080015722
47023 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os_4.4.0.bb' (54,227) at 20250724080015646
47024 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/variables.rst' (54,228) at 20250724080015754
47025 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/sw_utils.hpp' (54,229) at 20250718080003201
47026 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/numeric_sensor.hpp' (54,230) at 20250719080030610
47027 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bios_attr_utils.robot' (54,231) at 20250719080014126
47028 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/settings/phosphor-settings-defaults-native/harma-temporary-software-versions.yml' (54,234) at 20250719080012930
47029 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/fru.cpp' (54,236) at 20250721080032038
47030 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-ra.sh' (54,237) at 20250722080025642
47031 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb' (54,238) at 20250722080025646
47032 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/test_utils.cpp' (54,239) at 20250722080039986
47033 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaDeviceDiscovery.hpp' (54,240) at 20250722080006582
47034 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/.clang-tidy' (54,241) at 20250722080039986
47035 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/meson.build' (54,242) at 20250722080006582
47036 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/meson.build' (54,243) at 20250722080039610
47037 2025-10-05 03:01:04.321-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/leakdetector/LeakGPIODetector.cpp' (54,244) at 20250722080006582
47038 2025-10-05 03:01:04.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuSensor.hpp' (54,245) at 20250722080006582
47039 2025-10-05 03:01:04.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-smartnic-wa.sh.in' (54,246) at 20250722080025642
47040 2025-10-05 03:01:04.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/-bmc-gbmcncsiusb.network' (54,247) at 20250722080025642
47041 2025-10-05 03:01:04.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-ra@.service' (54,248) at 20250722080025642
47042 2025-10-05 03:01:04.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/-bmc-gbmcncsiusb.link' (54,249) at 20250722080025642
47043 2025-10-05 03:01:04.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ThermalSubsystem_v1.xml' (54,250) at 20250618080003343
47044 2025-10-05 03:01:04.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ConnectionMethod.v1_2_0.json' (54,251) at 20250618080003347
47045 2025-10-05 03:01:04.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/.clang-tidy' (54,252) at 20250618080024267
47046 2025-10-05 03:01:04.322-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/manager.hpp' (54,253) at 20250618080003331
47047 2025-10-05 03:01:04.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkAdapter.v1_12_1.json' (54,254) at 20250618080003351
47048 2025-10-05 03:01:04.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JobExecutor.v1_0_0.json' (54,255) at 20250618080003347
47049 2025-10-05 03:01:04.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AggregationSource.v1_5_0.json' (54,256) at 20250618080003347
47050 2025-10-05 03:01:04.323-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/battery.hpp' (54,257) at 20250618080003331
47051 2025-10-05 03:01:04.324-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/validate-regulators-config_tests.cpp' (54,258) at 20250618080029667
47052 2025-10-05 03:01:04.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ComputerSystem.v1_25_0.json' (54,259) at 20250618080003347
47053 2025-10-05 03:01:04.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/templates/ucd90160_defs.cpp.mako' (54,260) at 20250618080029671
47054 2025-10-05 03:01:04.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AutomationNode_v1.xml' (54,261) at 20250618080003335
47055 2025-10-05 03:01:04.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VirtualCXLSwitchCollection.json' (54,262) at 20250618080003351
47056 2025-10-05 03:01:04.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkDeviceFunction.v1_11_0.json' (54,263) at 20250618080003351
47057 2025-10-05 03:01:04.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/certificate.hpp' (54,264) at 20250618080003331
47058 2025-10-05 03:01:04.325-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Job_v1.xml' (54,265) at 20250618080003339
47059 2025-10-05 03:01:04.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TelemetryData.v1_0_0.json' (54,266) at 20250618080003351
47060 2025-10-05 03:01:04.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LeakDetector.v1_4_0.json' (54,267) at 20250618080003347
47061 2025-10-05 03:01:04.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TelemetryService_v1.xml' (54,268) at 20250618080003343
47062 2025-10-05 03:01:04.326-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Storage.v1_19_0.json' (54,269) at 20250618080003351
47063 2025-10-05 03:01:04.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PumpCollection_v1.xml' (54,270) at 20250618080003343
47064 2025-10-05 03:01:04.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Battery_v1.xml' (54,271) at 20250618080003335
47065 2025-10-05 03:01:04.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Storage.v1_19_0.json' (54,272) at 20250618080003351
47066 2025-10-05 03:01:04.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricReportDefinition_v1.xml' (54,273) at 20250618080003339
47067 2025-10-05 03:01:04.327-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ServiceRoot.v1_19_0.json' (54,274) at 20250618080003351
47068 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Assembly_v1.xml' (54,275) at 20250618080003335
47069 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/file_descriptor_tests.cpp' (54,276) at 20250618080029671
47070 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkAdapter_v1.xml' (54,277) at 20250618080003343
47071 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FilterCollection.json' (54,278) at 20250618080003347
47072 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SerialInterface.v1_3_0.json' (54,279) at 20250618080003351
47073 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VirtualPCI2PCIBridge_v1.xml' (54,280) at 20250618080003347
47074 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/telemetry_data.hpp' (54,281) at 20250618080003331
47075 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ReservoirCollection.json' (54,282) at 20250618080003351
47076 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/job_service.hpp' (54,283) at 20250618080003331
47077 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Manager_v1.xml' (54,284) at 20250618080003339
47078 2025-10-05 03:01:04.328-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Certificate_v1.xml' (54,285) at 20250618080003335
47079 2025-10-05 03:01:04.329-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Certificate.v1_10_0.json' (54,286) at 20250618080003347
47080 2025-10-05 03:01:04.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Chassis.v1_27_0.json' (54,287) at 20250618080003347
47081 2025-10-05 03:01:04.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AutomationNode.v1_0_0.json' (54,288) at 20250618080003347
47082 2025-10-05 03:01:04.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-load-ip.service' (54,289) at 20250618080013531
47083 2025-10-05 03:01:04.330-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricDefinition.v1_3_5.json' (54,290) at 20250618080003351
47084 2025-10-05 03:01:04.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerAccount.v1_14_0.json' (54,291) at 20250618080003351
47085 2025-10-05 03:01:04.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TelemetryService.v1_4_0.json' (54,292) at 20250618080003351
47086 2025-10-05 03:01:04.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FilterCollection_v1.xml' (54,293) at 20250618080003339
47087 2025-10-05 03:01:04.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AutomationNodeCollection.json' (54,294) at 20250618080003347
47088 2025-10-05 03:01:04.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/temporary_file_tests.cpp' (54,295) at 20250618080029671
47089 2025-10-05 03:01:04.331-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/types.hpp' (54,296) at 20250618080020583
47090 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TrustedComponent.v1_4_0.json' (54,297) at 20250618080003351
47091 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JobService.v1_1_0.json' (54,298) at 20250618080003347
47092 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LogEntry_v1.xml' (54,299) at 20250618080003339
47093 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/server/Test3/meson.build' (54,300) at 20250619080034668
47094 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.aserver.hpp.mako' (54,301) at 20250619080034668
47095 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/SystemdInterface.cpp' (54,302) at 20250619080004476
47096 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/meta-bletchley15/conf/templates/default/bblayers.conf.sample' (54,303) at 20250619080013892
47097 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/meta-bletchley15/recipes-phosphor/images/fb-bletchley15-phosphor-image.inc' (54,322) at 20250619080013896
47098 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/server/Test2/meson.build' (54,323) at 20250619080034668
47099 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-nft.sh' (54,324) at 20250619080013896
47100 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/.clang-tidy' (54,325) at 20250619080021452
47101 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem.inc' (54,326) at 20250619080013896
47102 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/meta-bletchley15/conf/templates/default/conf-notes.txt' (54,327) at 20250619080013896
47103 2025-10-05 03:01:04.332-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/yaml/server/Test2.interface.yaml' (54,328) at 20250619080034668
47104 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/yaml/server/Test3.interface.yaml' (54,329) at 20250619080034668
47105 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/pldm_utils.cpp' (54,330) at 20250619080021452
47106 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-nvme_git.bb' (54,331) at 20250619080013900
47107 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/phosphor-host-postd_git.bb' (54,332) at 20250619080013896
47108 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/appcommands.hpp' (54,333) at 20250619080006768
47109 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/server.hpp' (54,334) at 20250619080034668
47110 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus-top/dbus-top_git.bb' (54,335) at 20250619080013896
47111 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/mmc-recovery.service' (54,336) at 20250619080013896
47112 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/test_aserver_multiple_interfaces.cpp' (54,337) at 20250619080034668
47113 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/gpio-presence/device_presence.cpp' (54,338) at 20250620080004788
47114 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/README.md' (54,339) at 20250620080021396
47115 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/update_manager.cpp' (54,340) at 20250620080022012
47116 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (54,341) at 20250620080016524
47117 2025-10-05 03:01:04.333-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/README.md' (54,342) at 20250620080021396
47118 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/logging.hpp' (54,343) at 20250620080002776
47119 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-networking/mctp/files/setup-local-eid.conf' (54,344) at 20250620080016524
47120 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/docs/backup-restore-config-json.md' (54,345) at 20250620080021396
47121 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/docs/CLIENTS.md' (54,349) at 20250701080002757
47122 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host_git.bb' (54,350) at 20250701080013658
47123 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/stepwise.cpp' (54,351) at 20250701080027558
47124 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/README.md' (54,352) at 20250701080021626
47125 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/builder.hpp' (54,353) at 20250701080027558
47126 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/failsafe_logger_utility.cpp' (54,354) at 20250701080027554
47127 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/REST-cheatsheet.md' (54,355) at 20250701080004581
47128 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/logging.hpp' (54,356) at 20250701080027558
47129 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/entity-manager-hw-id-vpd-discover-via-device-tree.md' (54,357) at 20250701080004585
47130 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/pidcontroller.cpp' (54,358) at 20250701080027558
47131 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/util.hpp' (54,359) at 20250701080027558
47132 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/notimpl/writeonly.cpp' (54,360) at 20250701080027558
47133 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/pid.hpp' (54,361) at 20250701080027558
47134 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/buildjson.hpp' (54,362) at 20250701080027558
47135 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/event-logging.md' (54,363) at 20250701080004585
47136 2025-10-05 03:01:04.334-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/dev-environment.md' (54,364) at 20250701080004589
47137 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensor_manager_unittest.cpp' (54,365) at 20250701080027558
47138 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-resource-supplement-for-pfr.md' (54,366) at 20250701080004589
47139 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/controller_mock.hpp' (54,367) at 20250701080027558
47140 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/ocp-led-policy-support.md' (54,368) at 20250701080004589
47141 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/src/main.cpp' (54,369) at 20250701080027982
47142 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusconfiguration.hpp' (54,370) at 20250701080027554
47143 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/json_parse_unittest.cpp' (54,371) at 20250701080027558
47144 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/README.md' (54,372) at 20250701080027978
47145 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/zone_mock.hpp' (54,373) at 20250701080027558
47146 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/uart-mux-support.md' (54,374) at 20250701080004589
47147 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/failsafe_logger.cpp' (54,375) at 20250701080027554
47148 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/thermalcontroller.cpp' (54,376) at 20250701080027558
47149 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensors_json_unittest.cpp' (54,377) at 20250701080027558
47150 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/mctp/mctp-kernel.md' (54,378) at 20250701080004589
47151 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-eventservice.md' (54,379) at 20250701080004589
47152 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/build_utils.cpp' (54,380) at 20250701080027558
47153 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/builder.hpp' (54,381) at 20250701080027554
47154 2025-10-05 03:01:04.335-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/cper-records.md' (54,382) at 20250701080004585
47155 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/interfaces.hpp' (54,383) at 20250701080027554
47156 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/utils.h' (54,384) at 20250701080010841
47157 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/builder.cpp' (54,385) at 20250701080027554
47158 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/dump-manager.md' (54,386) at 20250701080004585
47159 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/logging.cpp' (54,387) at 20250701080027558
47160 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/writeinterface_mock.hpp' (54,388) at 20250701080027558
47161 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/pid.cpp' (54,389) at 20250701080027558
47162 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/docs/HEADERS.md' (54,390) at 20250701080002757
47163 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/builder.hpp' (54,391) at 20250701080027558
47164 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensor_host_unittest.cpp' (54,392) at 20250701080027558
47165 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/ec/stepwise.hpp' (54,393) at 20250701080027558
47166 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/sysfsread.cpp' (54,394) at 20250701080027558
47167 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/code-update.md' (54,395) at 20250701080004585
47168 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuswrite.hpp' (54,396) at 20250701080027554
47169 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/openbmc_test_tools.md' (54,397) at 20250701080014778
47170 2025-10-05 03:01:04.336-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_json_unittest.cpp' (54,398) at 20250701080027558
47171 2025-10-05 03:01:04.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/util.cpp' (54,399) at 20250701080027558
47172 2025-10-05 03:01:04.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/DEVELOPING.md' (54,400) at 20250701080002757
47173 2025-10-05 03:01:04.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/sysfswrite.hpp' (54,401) at 20250701080027558
47174 2025-10-05 03:01:04.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/events.md' (54,402) at 20250701080021630
47175 2025-10-05 03:01:04.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/manager.cpp' (54,403) at 20250701080027558
47176 2025-10-05 03:01:04.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/inventory/gpio-based-hardware-inventory.md' (54,404) at 20250701080004585
47177 2025-10-05 03:01:04.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/test/dbus_passive_unittest.cpp' (54,405) at 20250701080027558 to deleted uid set
47178 2025-10-05 03:01:04.337-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusutil.cpp' (54,428) at 20250701080027554
47179 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/pldm-stack.md' (54,429) at 20250701080004589
47180 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensor_mock.hpp' (54,430) at 20250701080027558
47181 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/zone_interface.hpp' (54,431) at 20250701080027558
47182 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/dbus/dbuspassive.hpp' (54,432) at 20250701080027554 to deleted uid set
47183 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/failsafe_logger.hpp' (54,433) at 20250701080027554
47184 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/stepwisecontroller.cpp' (54,434) at 20250701080027558
47185 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/dbushelper_mock.hpp' (54,435) at 20250701080027558
47186 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (54,436) at 20250701080013654
47187 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-security/optee/optee-os_%.bbappend' (54,437) at 20250701080013658
47188 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/service_files/xyz.openbmc_project.State.Boot.PostCode.service' (54,438) at 20250701080027978
47189 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/conf/machine/evb-npcm845.conf' (54,439) at 20250701080013658
47190 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_stepwisecontroller_unittest.cpp' (54,440) at 20250701080027558
47191 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/obmc-security-response-team-guidelines.md' (54,441) at 20250701080004589
47192 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/pidloop.cpp' (54,442) at 20250701080027558
47193 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/guard-on-bmc.md' (54,443) at 20250701080004585
47194 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuspassiveredundancy.hpp' (54,444) at 20250701080027554
47195 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/stepwisecontroller.hpp' (54,445) at 20250701080027558
47196 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/sensor-architecture.md' (54,446) at 20250701080004585
47197 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/errors/exception.hpp' (54,447) at 20250701080027554
47198 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbushelper.hpp' (54,448) at 20250701080027554
47199 2025-10-05 03:01:04.338-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/management-console/VMI_Certificate_Exchange.md' (54,449) at 20250701080004585
47200 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuspassiveredundancy.cpp' (54,450) at 20250701080027554
47201 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/emmc-storage-design.md' (54,451) at 20250701080004585
47202 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_thermalcontroller_unittest.cpp' (54,452) at 20250701080027558
47203 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_zone_unittest.cpp' (54,453) at 20250701080027558
47204 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuswrite.cpp' (54,454) at 20250701080027554
47205 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/host-code-update.md' (54,455) at 20250701080004585
47206 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/sensor_pluggable_unittest.cpp' (54,456) at 20250701080027558
47207 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/buildjson.cpp' (54,457) at 20250701080027558
47208 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/docs/AGGREGATION.md' (54,458) at 20250701080002757
47209 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/zone.hpp' (54,459) at 20250701080027558
47210 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/setsensor.cpp' (54,460) at 20250701080027558
47211 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/docs/DBUS_USAGE.md' (54,461) at 20250701080002757
47212 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/openbmc-systemd.md' (54,462) at 20250701080004585
47213 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/code-update.md' (54,463) at 20250701080004585
47214 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/anti-patterns.md' (54,464) at 20250701080004581
47215 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/dbus_util_unittest.cpp' (54,465) at 20250701080027558
47216 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusutil.hpp' (54,466) at 20250701080027554
47217 2025-10-05 03:01:04.339-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/manager.hpp' (54,467) at 20250701080027558
47218 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/power-systems-memory-preserving-reboot.md' (54,468) at 20250701080004589
47219 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_redfish_utils.robot' (54,469) at 20250701080014778
47220 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/docs/REDFISH_CHECKLIST.md' (54,470) at 20250701080002757
47221 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-reboot-cause-update.md' (54,471) at 20250701080004585
47222 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/pidcontroller.hpp' (54,472) at 20250701080027558
47223 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/readinterface_mock.hpp' (54,473) at 20250701080027558
47224 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/fancontroller.hpp' (54,474) at 20250701080027558
47225 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/helpers.hpp' (54,475) at 20250701080027558
47226 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/service_files/xyz.openbmc_project.State.Boot.PostCode@.service' (54,476) at 20250701080027982
47227 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (54,477) at 20250701080013654
47228 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/docs/COMMON_ERRORS.md' (54,478) at 20250701080002757
47229 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/pidloop.hpp' (54,479) at 20250701080027558
47230 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/experiments/drive.cpp' (54,480) at 20250701080027554
47231 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/failsafeloggers/failsafe_logger_utility.hpp' (54,481) at 20250701080027554
47232 2025-10-05 03:01:04.340-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/zone.cpp' (54,482) at 20250701080027558
47233 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/docs/OEM_SCHEMAS.md' (54,483) at 20250701080002757
47234 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/util_unittest.cpp' (54,484) at 20250701080027558
47235 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/controller.hpp' (54,485) at 20250701080027558
47236 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/post-code-handlers.json' (54,486) at 20250701080027978
47237 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sysfs/sysfswrite.cpp' (54,487) at 20250701080027558
47238 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (54,488) at 20250701080013658
47239 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/builder.cpp' (54,489) at 20250701080027558
47240 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/ipmi/fii-ipmi-oem_git.bb' (54,490) at 20250702080015392
47241 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/README.md' (54,491) at 20250702080027264
47242 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/usb_manager.cpp' (54,492) at 20250620080022012
47243 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-chnl-timeout.cpp' (54,493) at 20250628080014400
47244 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/ibm/meson.build' (54,494) at 20250628080002532
47245 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/google/meson.build' (54,495) at 20250628080002532
47246 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/serial/obmc_console.hpp' (54,496) at 20250628080002536
47247 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/google/google_service_root.hpp' (54,497) at 20250628080002532
47248 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/virtual_media/vm_websocket.hpp' (54,498) at 20250628080002536
47249 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/ibm/utils.hpp' (54,499) at 20250628080002532
47250 2025-10-05 03:01:04.341-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/virtual_media/meson.build' (54,500) at 20250628080002536
47251 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/test/test-resolution.cpp' (54,501) at 20250628080014400
47252 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/google/google_service_root_test.cpp' (54,502) at 20250628080002532
47253 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/service_data.cpp' (54,503) at 20250628080014400
47254 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/kvm/meson.build' (54,504) at 20250628080002532
47255 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/webui_login/meson.build' (54,505) at 20250628080002536
47256 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/ibm/configfile_test.cpp' (54,506) at 20250628080002532
47257 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/docs/system-config-json.md' (54,507) at 20250620080021396
47258 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/astlpc.c' (54,514) at 20250505080009684
47259 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/gdbstub/late-attach.py' (54,515) at 20250516080047932
47260 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/clock.h' (54,516) at 20250516080047664
47261 2025-10-05 03:01:04.342-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/cocci-macro-file.h' (54,517) at 20250516080047776
47262 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_drc.h' (54,518) at 20250516080047668
47263 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/cpu-exec-common.c' (54,519) at 20250516080047424
47264 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/shell.py' (54,520) at 20250516080047912
47265 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/replay_kernel.py' (54,521) at 20250516080047904
47266 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-tricore-cross.docker' (54,522) at 20250516080047904
47267 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/vmclock.h' (54,523) at 20250516080047660
47268 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/wdt_ib700-test.c' (54,524) at 20250516080047932
47269 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/riscv_aplic.h' (54,525) at 20250516080047664
47270 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/target_proc.h' (54,526) at 20250516080047692
47271 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/meson.build' (54,527) at 20250516080047816
47272 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/superio.h' (54,528) at 20250516080047664
47273 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fw_cfg-test.c' (54,529) at 20250516080047916
47274 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stats/stats-hmp-cmds.c' (54,530) at 20250516080047780
47275 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/runstate-action.h' (54,531) at 20250516080047684
47276 2025-10-05 03:01:04.343-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target.h' (54,532) at 20250516080047896
47277 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/dbusaudio.c' (54,533) at 20250516080047428
47278 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target-opc.h.inc' (54,534) at 20250516080047888
47279 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ahci-internal.h' (54,535) at 20250516080047540
47280 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/gdbstub.c' (54,536) at 20250516080047872
47281 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_40p.py' (54,537) at 20250516080047908
47282 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/check-patch.py' (54,538) at 20250516080047420
47283 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/LogServices/test_post_codes.robot' (54,539) at 20250516080018124
47284 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/types.py' (54,540) at 20250516080047780
47285 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/astro.h' (54,541) at 20250516080047668
47286 2025-10-05 03:01:04.344-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mipsel_tuxrun.py' (54,542) at 20250516080047908
47287 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/ucd90160.cpp' (54,543) at 20250516080038908
47288 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis.h' (54,544) at 20250516080047632
47289 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-debugging.c' (54,545) at 20250516080047772
47290 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/meson.build' (54,546) at 20250516080047520
47291 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/dump.c' (54,547) at 20250516080047476
47292 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/aarch64-linux-user.mak' (54,548) at 20250516080047456
47293 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/sys_helper.c' (54,549) at 20250516080047788
47294 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/thread-pool.h' (54,550) at 20250516080047656
47295 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/device-introspect-test.c' (54,551) at 20250516080047916
47296 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/loongson3_bootp.c' (54,552) at 20250516080047564
47297 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/openrisc/boot.h' (54,553) at 20250516080047668
47298 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/hppa-linux-user.mak' (54,554) at 20250516080047456
47299 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/alpha/cpu_loop.c' (54,555) at 20250516080047692
47300 2025-10-05 03:01:04.345-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_xtensa_replay.py' (54,556) at 20250516080047912
47301 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-clock.c' (54,557) at 20250516080047516
47302 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/vmclock-abi.h' (54,558) at 20250516080047680
47303 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/vaddr.h' (54,559) at 20250516080047660
47304 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/lsm303dlhc-mag-test.c' (54,560) at 20250516080047920
47305 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qemu-opts.c' (54,561) at 20250516080047936
47306 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/cryptodev-vhost.h' (54,562) at 20250516080047684
47307 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/features.py' (54,563) at 20250516080047776
47308 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/xlnx-versal-virt.rst' (54,564) at 20250516080047472
47309 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/qtest.rst' (54,565) at 20250516080047468
47310 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_evtchn.h' (54,566) at 20250516080047536
47311 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/trace-events' (54,567) at 20250516080047868
47312 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/mii.h' (54,568) at 20250516080047668
47313 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/aarch64/Makefile' (54,569) at 20250516080047920
47314 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target.h' (54,570) at 20250516080047888
47315 2025-10-05 03:01:04.346-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/hardware-info.c' (54,571) at 20250516080047632
47316 2025-10-05 03:01:04.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/api-system.c' (54,572) at 20250516080047756
47317 2025-10-05 03:01:04.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/tricore-softmmu.mak' (54,573) at 20250516080047460
47318 2025-10-05 03:01:04.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/sh4/target_signal.h' (54,574) at 20250516080047696
47319 2025-10-05 03:01:04.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mipsn32el-linux-user.mak' (54,575) at 20250516080047456
47320 2025-10-05 03:01:04.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_watchdog_timer-test.c' (54,576) at 20250516080047928
47321 2025-10-05 03:01:04.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-io-cmds.c' (54,577) at 20250516080047764
47322 2025-10-05 03:01:04.347-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/ppc64/Makefile' (54,578) at 20250516080047920
47323 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/static_checks.yml' (54,579) at 20250516080047420
47324 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_x86_64_hotplug_cpu.py' (54,580) at 20250516080047908
47325 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/system.h' (54,581) at 20250516080047684
47326 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qobject.c' (54,582) at 20250516080047932
47327 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/libvhost-user/libvhost-user.h' (54,583) at 20250516080047780
47328 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qlit.c' (54,584) at 20250516080047768
47329 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/user-target.c' (54,585) at 20250516080047480
47330 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mipsn32-linux-user.mak' (54,586) at 20250516080047456
47331 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/qemu-config-qmp.c' (54,587) at 20250516080047708
47332 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/trace-events' (54,588) at 20250516080047948
47333 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/object_interfaces.c' (54,589) at 20250516080047772
47334 2025-10-05 03:01:04.348-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target-mo.h' (54,590) at 20250516080047892
47335 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/hash-afalg.c' (54,591) at 20250516080047460
47336 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemu-gdb.py' (54,592) at 20250516080047780
47337 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/Kconfig' (54,593) at 20250516080047528
47338 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/.gitignore' (54,594) at 20250516080047772
47339 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/qos_external.c' (54,595) at 20250516080047920
47340 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/mman.h' (54,596) at 20250516080047688
47341 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/compatibility.rst' (54,597) at 20250516080047464
47342 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/Kconfig' (54,598) at 20250516080047772
47343 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu-dump.c' (54,599) at 20250516080047872
47344 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-writer.c' (54,600) at 20250516080047768
47345 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_e500.py' (54,601) at 20250516080047908
47346 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-hypercall.c' (54,602) at 20250516080047612
47347 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xenpv/xen_machine_pv.c' (54,603) at 20250516080047656
47348 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pnv_phb4.h' (54,604) at 20250516080047668
47349 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_xlnx_versal.py' (54,605) at 20250516080047904
47350 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqmp.h' (54,606) at 20250516080047916
47351 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_replay.py' (54,607) at 20250516080047908
47352 2025-10-05 03:01:04.349-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/error.h' (54,608) at 20250516080047676
47353 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ahci-pci.h' (54,609) at 20250516080047664
47354 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qnull.c' (54,610) at 20250516080047768
47355 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-xive2-test.c' (54,611) at 20250516080047928
47356 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/block-backend-io.h' (54,612) at 20250516080047684
47357 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/xtensaeb-linux-user.mak' (54,613) at 20250516080047460
47358 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ahci.c' (54,614) at 20250516080047540
47359 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/tpm_backend.h' (54,615) at 20250516080047684
47360 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/xtensa-linux-user.mak' (54,616) at 20250516080047460
47361 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_replay.py' (54,617) at 20250516080047908
47362 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/x86_64/host/load-extract-al16-al8.h.inc' (54,618) at 20250516080047480
47363 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32vldiscovery.c' (54,619) at 20250516080047496
47364 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/inactive-node-nbd.out' (54,620) at 20250516080047912
47365 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/tpm.h' (54,621) at 20250516080047684
47366 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/i386/a-b-bootblock.h' (54,622) at 20250516080047920
47367 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/fedora-win64-cross.docker' (54,623) at 20250516080047904
47368 2025-10-05 03:01:04.350-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target-opc.h.inc' (54,624) at 20250516080047892
47369 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/json-parser.h' (54,625) at 20250516080047676
47370 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target.h' (54,626) at 20250516080047892
47371 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops.h' (54,627) at 20250516080047428
47372 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/vmstate.c' (54,628) at 20250516080047780
47373 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/cpu-user.c' (54,629) at 20250516080047512
47374 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/insns.decode' (54,630) at 20250516080047880
47375 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/ppc/amigang.rst' (54,631) at 20250516080047476
47376 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/m68k-linux-user.mak' (54,632) at 20250516080047456
47377 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/microvm-dt.c' (54,633) at 20250516080047536
47378 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/system/cp0_timer.c' (54,634) at 20250516080047844
47379 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_riscv32_tuxrun.py' (54,635) at 20250516080047908
47380 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_power_operations.robot' (54,636) at 20250513080013587
47381 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/obmcutil' (54,637) at 20250513080028104
47382 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_power_voltage_readings.robot' (54,638) at 20250513080013591
47383 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/OWNERS' (54,639) at 20250513080005787
47384 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/softoff.hpp' (54,640) at 20250513080030044
47385 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bifurcation/bifurcation_static.cpp' (54,641) at 20250513080005787
47386 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_event_logging.robot' (54,642) at 20250513080013587
47387 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/base.cpp' (54,643) at 20250513080030044
47388 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-tiogapass/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (54,644) at 20250513080012395
47389 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/handler.hpp' (54,645) at 20250513080005787
47390 2025-10-05 03:01:04.351-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/sensor_manager.cpp' (54,646) at 20250513080030044
47391 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_sensor_monitoring.robot' (54,647) at 20250513080013591
47392 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_client_identifier.robot' (54,648) at 20250513080013587
47393 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_lock_management.robot' (54,649) at 20250513080013587
47394 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_discovery.robot' (54,650) at 20250513080013587
47395 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/update_manager.hpp' (54,651) at 20250513080030040
47396 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/handler.cpp' (54,652) at 20250513080005787
47397 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/meson.options' (54,653) at 20250513080021475
47398 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bifurcation/bifurcation.hpp' (54,654) at 20250513080005787
47399 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/helper.hpp' (54,655) at 20250513080005787
47400 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_thermal_ambient_temperatures.robot' (54,656) at 20250513080013591
47401 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/test/meson.build' (54,657) at 20250513080021475
47402 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/meson.build' (54,665) at 20250513080021475
47403 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/.clang-format' (54,666) at 20250513080005787
47404 2025-10-05 03:01:04.352-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/coroutine-example.cpp' (54,667) at 20250513080032140
47405 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (54,668) at 20250513080012395
47406 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/mctp_endpoint_discovery.cpp' (54,669) at 20250513080030044
47407 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/request.hpp' (54,670) at 20250513080030044
47408 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/src/main.cpp' (54,671) at 20250512080002557
47409 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/console/obmc-console/client.obmc-console.conf' (54,672) at 20250512080026350
47410 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/include/secureboot.hpp' (54,673) at 20250512080002557
47411 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/sdhci.h' (54,674) at 20250516080047672
47412 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/avr-softmmu.mak' (54,675) at 20250516080047456
47413 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/help-texts.h' (54,676) at 20250516080047676
47414 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target-mo.h' (54,677) at 20250516080047896
47415 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/visit.py' (54,678) at 20250516080047780
47416 2025-10-05 03:01:04.353-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/atomic.h' (54,679) at 20250516080047676
47417 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi_multiple_interfaces.robot' (54,680) at 20250515080019156
47418 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/pldmd-exit-handler.service' (54,681) at 20250515080017912
47419 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/internal.h' (54,682) at 20250516080047816
47420 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/machine-smp.c' (54,683) at 20250516080047512
47421 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/change-state-handler.c' (54,684) at 20250516080047780
47422 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/balloon.c' (54,685) at 20250516080047784
47423 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis_common.c' (54,686) at 20250516080047632
47424 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/fpu_helper.h' (54,687) at 20250516080047844
47425 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-nbd.c' (54,688) at 20250516080047764
47426 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/commands.py' (54,689) at 20250516080047776
47427 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/nsis.py' (54,690) at 20250516080047776
47428 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/acpi_hest_ghes.rst' (54,691) at 20250516080047472
47429 2025-10-05 03:01:04.354-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/imx_fec.h' (54,692) at 20250516080047668
47430 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/fd-trans.c' (54,693) at 20250516080047692
47431 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-riscv64-cross.docker' (54,694) at 20250516080047904
47432 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/pci-quirks.h' (54,695) at 20250516080047644
47433 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/host/include/generic/host/atomic128-ldst.h.inc' (54,696) at 20250516080047480
47434 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_pwm-test.c' (54,697) at 20250516080047924
47435 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/aspeed-intc.rst' (54,698) at 20250516080047472
47436 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/clean-includes' (54,699) at 20250516080047776
47437 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx7.h' (54,700) at 20250516080047664
47438 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/os-posix.h' (54,701) at 20250516080047684
47439 2025-10-05 03:01:04.355-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/hexagon-linux-user.mak' (54,702) at 20250516080047456
47440 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/dump.h' (54,703) at 20250516080047684
47441 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/test-rust' (54,704) at 20250516080047904
47442 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sh4eb-softmmu.mak' (54,705) at 20250516080047460
47443 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/qmp-quit.c' (54,706) at 20250516080047780
47444 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target-mo.h' (54,707) at 20250516080047900
47445 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/nvme.rst' (54,708) at 20250516080047476
47446 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/watchdog.c' (54,709) at 20250516080047652
47447 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/power_supply.cpp' (54,710) at 20250516080038912
47448 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb/hcd-dwc3.h' (54,711) at 20250516080047672
47449 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_collie.py' (54,712) at 20250516080047908
47450 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-io.c' (54,713) at 20250516080047764
47451 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/aio-posix.h' (54,714) at 20250516080047944
47452 2025-10-05 03:01:04.356-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/bootfile.c' (54,715) at 20250516080047920
47453 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/machine.c' (54,716) at 20250516080047872
47454 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/isl_pmbus_vr-test.c' (54,717) at 20250516080047916
47455 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/Kconfig' (54,718) at 20250516080047612
47456 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/302' (54,719) at 20250516080047912
47457 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/specs/tpm.rst' (54,720) at 20250516080047472
47458 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qstring.c' (54,721) at 20250516080047768
47459 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/nwfpe/fpa11.c' (54,722) at 20250516080047692
47460 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-pkcs7.c' (54,723) at 20250516080047632
47461 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-keyval.c' (54,724) at 20250516080047936
47462 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/cpu-features.rst' (54,725) at 20250516080047472
47463 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/Kconfig' (54,726) at 20250516080047596
47464 2025-10-05 03:01:04.357-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/engine.py' (54,727) at 20250516080047912
47465 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qos-test.c' (54,728) at 20250516080047928
47466 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm7xx_adc-test.c' (54,729) at 20250516080047924
47467 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/LIMITATIONS.md' (54,730) at 20250516080047632
47468 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/boot.h' (54,731) at 20250516080047560
47469 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos.c' (54,732) at 20250516080047916
47470 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_xtensa_lx60.py' (54,733) at 20250516080047908
47471 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/qnum.c' (54,734) at 20250516080047768
47472 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/numa.h' (54,735) at 20250516080047668
47473 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/cpu-throttle.h' (54,736) at 20250516080047684
47474 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/ui-hmp-cmds.c' (54,737) at 20250516080047944
47475 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/m48t59-test.c' (54,738) at 20250516080047920
47476 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/i386-linux-user.mak' (54,739) at 20250516080047456
47477 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/conf/distro/gbmc.conf' (54,740) at 20250516080017008
47478 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/csr.c' (54,741) at 20250516080047836
47479 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/ivshmem-flat.rst' (54,742) at 20250516080047476
47480 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sh4_tuxrun.py' (54,743) at 20250516080047908
47481 2025-10-05 03:01:04.358-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/arch_init.c' (54,744) at 20250516080047784
47482 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/trace-hmp-cmds.c' (54,745) at 20250516080047940
47483 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cutils.h' (54,746) at 20250516080047676
47484 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_legacy.c' (54,747) at 20250516080047624
47485 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/fw_cfg.c' (54,748) at 20250516080047556
47486 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_pnor.h' (54,749) at 20250516080047668
47487 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qmp-test.c' (54,750) at 20250516080047928
47488 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target-opc.h.inc' (54,751) at 20250516080047896
47489 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/scenario.py' (54,752) at 20250516080047912
47490 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/trace-events' (54,753) at 20250516080047628
47491 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/keyval.c' (54,754) at 20250516080047944
47492 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ufs-test.c' (54,755) at 20250516080047932
47493 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qobject/json-parser-int.h' (54,756) at 20250516080047768
47494 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/m68k-softmmu.mak' (54,757) at 20250516080047456
47495 2025-10-05 03:01:04.359-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/job.c' (54,758) at 20250516080047688
47496 2025-10-05 03:01:04.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/riscv.c' (54,759) at 20250516080047464
47497 2025-10-05 03:01:04.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/tpm-util.c' (54,760) at 20250516080047932
47498 2025-10-05 03:01:04.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_m68k_mcf5208evb.py' (54,761) at 20250516080047908
47499 2025-10-05 03:01:04.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/trace-events' (54,762) at 20250516080047532
47500 2025-10-05 03:01:04.360-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/i386/cpu_loop.c' (54,763) at 20250516080047696
47501 2025-10-05 03:01:04.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ehci.h' (54,764) at 20250516080047636
47502 2025-10-05 03:01:04.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/file-win32.c' (54,765) at 20250516080047436
47503 2025-10-05 03:01:04.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/decodetree.rst' (54,766) at 20250516080047464
47504 2025-10-05 03:01:04.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/check-dco.py' (54,767) at 20250516080047420
47505 2025-10-05 03:01:04.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/pci-pc.c' (54,768) at 20250516080047920
47506 2025-10-05 03:01:04.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/export/export.c' (54,769) at 20250516080047436
47507 2025-10-05 03:01:04.361-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc64-linux-user.mak' (54,770) at 20250516080047460
47508 2025-10-05 03:01:04.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000e_core.c' (54,771) at 20250516080047576
47509 2025-10-05 03:01:04.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf/comparison.py' (54,772) at 20250516080047912
47510 2025-10-05 03:01:04.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/trace-events' (54,773) at 20250516080047608
47511 2025-10-05 03:01:04.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay-snapshot.c' (54,774) at 20250516080047772
47512 2025-10-05 03:01:04.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/meson.build' (54,775) at 20250516080047484
47513 2025-10-05 03:01:04.362-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/block-copy.c' (54,776) at 20250516080047436
47514 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/quote-1-rs/meson.build' (54,777) at 20250516080047784
47515 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/262.out' (54,778) at 20250516080047912
47516 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ich9_tco.c' (54,779) at 20250516080047484
47517 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-input.h' (54,780) at 20250516080047672
47518 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/cputimer.c' (54,781) at 20250516080047588
47519 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_privileged.c.inc' (54,782) at 20250516080047840
47520 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86hvf.h' (54,783) at 20250516080047828
47521 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_homer.h' (54,784) at 20250516080047668
47522 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/cpu-synchronize-state.c' (54,785) at 20250516080047780
47523 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/tcg-internal.h' (54,786) at 20250516080047848
47524 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/console/obmc-console/80-obmc-console-ttyAMA3-uart.rules' (54,787) at 20250516080017008
47525 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/console/obmc-console/server.ttyAMA3.conf' (54,788) at 20250516080017008
47526 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/device_tree.h' (54,789) at 20250516080047684
47527 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/hostmem-epc.h' (54,790) at 20250516080047664
47528 2025-10-05 03:01:04.363-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/s390x/Makefile.softmmu-target' (54,791) at 20250516080047932
47529 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/machine.c' (54,792) at 20250516080047840
47530 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/riscv-csr-test.c' (54,793) at 20250516080047928
47531 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_ast2700fc.py' (54,794) at 20250516080047904
47532 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-netfilter.c' (54,795) at 20250516080047928
47533 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/virtio-net.c' (54,796) at 20250516080047728
47534 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/xen-stub.c' (54,797) at 20250516080047424
47535 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qobject-output-visitor.c' (54,798) at 20250516080047760
47536 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-guid.c' (54,799) at 20250516080047632
47537 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-pci-bus.h' (54,800) at 20250516080047672
47538 2025-10-05 03:01:04.364-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/device_tree.c' (54,801) at 20250516080047784
47539 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_irq.c' (54,802) at 20250516080047604
47540 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/s390x/Makefile' (54,803) at 20250516080047924
47541 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/README' (54,804) at 20250516080047816
47542 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-forward-visitor.c' (54,805) at 20250516080047760
47543 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/s390x/a-b-bios.h' (54,806) at 20250516080047924
47544 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc64le-linux-user.mak' (54,807) at 20250516080047460
47545 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/allwinner-h3.h' (54,808) at 20250516080047660
47546 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/igb.rst' (54,809) at 20250516080047476
47547 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/gen_tcg_func_table.py' (54,810) at 20250516080047816
47548 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target-opc.h.inc' (54,811) at 20250516080047892
47549 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qobject/qobject.h' (54,812) at 20250516080047676
47550 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/iova-tree.c' (54,813) at 20250516080047944
47551 2025-10-05 03:01:04.365-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/cpu-common.c' (54,814) at 20250516080047460
47552 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vhost-user-test.c' (54,815) at 20250516080047932
47553 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/bilge-0.2-rs.wrap' (54,816) at 20250516080047780
47554 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/aio.h' (54,817) at 20250516080047656
47555 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/gtimer.h' (54,818) at 20250516080047792
47556 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_xscom.c' (54,819) at 20250516080047600
47557 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/nitro_enclave.h' (54,820) at 20250516080047664
47558 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sh4-linux-user.mak' (54,821) at 20250516080047460
47559 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/spapr_nested.h' (54,822) at 20250516080047668
47560 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qemugdb/coroutine.py' (54,823) at 20250516080047780
47561 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-seccomp.c' (54,824) at 20250516080047936
47562 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/rtc.h' (54,825) at 20250516080047684
47563 2025-10-05 03:01:04.366-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_virtex_ml507.py' (54,826) at 20250516080047908
47564 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/source.py' (54,827) at 20250516080047780
47565 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/mman.h' (54,828) at 20250516080047688
47566 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/migration-stress/guestperf.py' (54,829) at 20250516080047912
47567 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/qom-hmp-cmds.c' (54,830) at 20250516080047772
47568 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-internal.h' (54,831) at 20250516080047820
47569 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target-mo.h' (54,832) at 20250516080047892
47570 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/trace-events' (54,833) at 20250516080047612
47571 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/iothread.h' (54,834) at 20250516080047684
47572 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ohci.h' (54,835) at 20250516080047636
47573 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/dirtyrate.h' (54,836) at 20250516080047704
47574 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/vm-stop.c' (54,837) at 20250516080047780
47575 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/basevm.py' (54,838) at 20250516080047940
47576 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/irq.c' (54,839) at 20250516080047512
47577 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/compat-policy.h' (54,840) at 20250516080047676
47578 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/pcie_sriov.txt' (54,841) at 20250516080047472
47579 2025-10-05 03:01:04.367-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_canona1100.py' (54,842) at 20250516080047908
47580 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/nuvoton.rst' (54,843) at 20250516080047472
47581 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/meson.build' (54,844) at 20250516080047916
47582 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_int.h' (54,845) at 20250516080047432
47583 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/chardev-internal.h' (54,846) at 20250516080047456
47584 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_info_usernet.py' (54,847) at 20250516080047908
47585 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/msa.c' (54,848) at 20250516080047844
47586 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel.c' (54,849) at 20250516080047688
47587 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_sam460ex.py' (54,850) at 20250516080047908
47588 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/Kconfig' (54,851) at 20250516080047420
47589 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/Thresholds.cpp' (54,852) at 20250515080003671
47590 2025-10-05 03:01:04.368-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff@.service' (54,853) at 20250515080017912
47591 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/oem/nuvoton/test_ipmi_flash.robot' (54,860) at 20250430080017222
47592 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/eeprom_device_software_manager.hpp' (54,861) at 20250508080031803
47593 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/layouts/LoginLayout.vue' (54,862) at 20250508080048967
47594 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_image_upload.robot' (54,863) at 20250508080024230
47595 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_dumps.robot' (54,864) at 20250508080024226
47596 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/sanitize.cpp' (54,865) at 20250507080010310
47597 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/test_xit.robot' (54,868) at 20250507080025078
47598 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/sanitize.hpp' (54,869) at 20250507080010306
47599 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/service_root/test_sessions_management.robot' (54,870) at 20250507080025078
47600 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/code_update/bmc_code_update.robot' (54,876) at 20250508080024226
47601 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/htx_softbootme_test.robot' (54,877) at 20250508080024230
47602 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/telemetry_service/test_telemetry_report.robot' (54,878) at 20250508080024230
47603 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/test_redfishtool_certificate.robot' (54,879) at 20250508080024226
47604 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/erase/sanitize_test.cpp' (54,880) at 20250507080010310
47605 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/include/estoraged_test.hpp' (54,881) at 20250507080010310
47606 2025-10-05 03:01:04.369-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/xyz.openbmc_project.Software.EEPROMDevice.service' (54,882) at 20250508080031807
47607 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/test_redfishtool_local_user.robot' (54,883) at 20250508080024226
47608 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/code_update/code_update_utils.robot' (54,884) at 20250509080014250
47609 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/pid.json' (54,885) at 20250509080004978
47610 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces.robot' (54,886) at 20250509080014254
47611 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/any_sender_of.hpp' (54,887) at 20250509080038643
47612 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_conf.robot' (54,888) at 20250509080014254
47613 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/virtual_sensor.json' (54,889) at 20250509080004978
47614 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_network_configuration.robot' (54,890) at 20250509080014250
47615 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/leak_detector.json' (54,891) at 20250509080004978
47616 2025-10-05 03:01:04.370-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__ranges.hpp' (54,892) at 20250509080038639
47617 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__concepts.hpp' (54,893) at 20250509080038639
47618 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/30-ubiattach-or-format' (54,894) at 20250509080012778
47619 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_fru_device.robot' (54,895) at 20250509080014250
47620 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/zones.json' (54,896) at 20250509080021303
47621 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/fans.json' (54,897) at 20250509080021299
47622 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__schedulers.hpp' (54,898) at 20250509080038639
47623 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_user.robot' (54,899) at 20250509080014250
47624 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/.clang-format' (54,907) at 20250509080005362
47625 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/pid_zone.json' (54,908) at 20250509080004978
47626 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_certificate.robot' (54,909) at 20250509080014254
47627 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/test_systems_inventory.robot' (54,910) at 20250509080014254
47628 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_network_mac.robot' (54,911) at 20250509080014254
47629 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc_time.robot' (54,912) at 20250509080014254
47630 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/__tag_invoke.hpp' (54,913) at 20250509080038639
47631 2025-10-05 03:01:04.371-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/stepwise.json' (54,914) at 20250509080004978
47632 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/events.json' (54,915) at 20250509080021299
47633 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/console/obmc-console/server.obmc-console.conf' (54,916) at 20250512080026350
47634 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/src/secureboot.cpp' (54,917) at 20250512080002557
47635 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/vue.config.js' (54,918) at 20250514080040993
47636 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/fuzz_cper_buf_to_ir.c' (54,919) at 20250514080015829
47637 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/hypervisor_state_manager.hpp' (54,920) at 20250514080034441
47638 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/test-utils.h' (54,921) at 20250514080015829
47639 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/meson.options' (54,922) at 20250514080005348
47640 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/meson.build' (54,923) at 20250514080005348
47641 2025-10-05 03:01:04.372-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/templates/env_vars_template.yaml' (54,928) at 20250514080019793
47642 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/src/vpd_tool.cpp' (54,929) at 20250514080023809
47643 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_redfish_bmc_code_update.robot' (54,930) at 20250514080019797
47644 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_inventory.robot' (54,931) at 20250514080019797
47645 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/include/tool_constants.hpp' (54,932) at 20250514080023809
47646 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/bifurcation/meson.build' (54,933) at 20250514080005344
47647 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/subprojects/jsoncdac.wrap' (54,934) at 20250514080015825
47648 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/include/vpd_tool.hpp' (54,935) at 20250514080023809
47649 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/src/vpd_tool_main.cpp' (54,936) at 20250514080023809
47650 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/cper-parse.h' (54,937) at 20250514080015825
47651 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (54,938) at 20250515080017912
47652 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensorMain.cpp' (54,939) at 20250515080003671
47653 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_bmc_reset_loop.robot' (54,940) at 20250515080019156
47654 2025-10-05 03:01:04.373-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/vpd_data' (54,941) at 20250515080020220
47655 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Thermal.events.yaml' (54,942) at 20250515080024700
47656 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/yosemite4.conf' (54,943) at 20250515080017912
47657 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUEvent.hpp' (54,944) at 20250515080003671
47658 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweroff@.service' (54,945) at 20250515080017912
47659 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/code_update/host_code_update.robot' (54,946) at 20250515080019152
47660 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/pldm_%.bbappend' (54,947) at 20250515080017912
47661 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (54,948) at 20250515080017908
47662 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSensor.cpp' (54,949) at 20250515080003671
47663 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/Utils.cpp' (54,950) at 20250515080003671
47664 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/pldmd-exit-handler' (54,951) at 20250515080017912
47665 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/obmc_boot_test_resource.robot' (54,952) at 20250515080019156
47666 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/external/ExternalSensor.cpp' (54,953) at 20250515080003671
47667 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-networking/mctp/mctp_%.bbappend' (54,954) at 20250515080017908
47668 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/authentication.hpp' (54,955) at 20250515080002579
47669 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmicert_management.robot' (54,956) at 20250515080019156
47670 2025-10-05 03:01:04.374-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/mctp/mctp.cfg' (54,957) at 20250515080017916
47671 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (54,958) at 20250515080017912
47672 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powercycle@.service' (54,959) at 20250515080017912
47673 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_bios_update.robot' (54,960) at 20250515080019156
47674 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUEvent.cpp' (54,961) at 20250515080003671
47675 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/Neighbor/CreateStatic/meson.build' (54,969) at 20250306090037856
47676 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-kcs_%.bbappend' (54,970) at 20250306090022120
47677 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/meson.build' (54,971) at 20250306090037856
47678 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/bnp_baseboard.json' (54,972) at 20250306090005140
47679 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/meson.build' (54,973) at 20250306090037856
47680 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/powermode.cpp' (54,974) at 20250306090025836
47681 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/gitlint/bad_signedoffby.py' (54,975) at 20250306090022636
47682 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (54,976) at 20250306090022120
47683 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/VLAN/meson.build' (54,977) at 20250306090037856
47684 2025-10-05 03:01:04.375-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/gitlint/multiple_change_id.py' (54,978) at 20250306090022636
47685 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/mock_mctp_discovery_handler_intf.hpp' (54,979) at 20250306090042592
47686 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (54,980) at 20250306090022116
47687 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-kcs/99-ipmi-kcs.rules' (54,981) at 20250306090022120
47688 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Thermal/meson.build' (54,982) at 20250306090031968
47689 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/VLAN/Create/meson.build' (54,983) at 20250306090037856
47690 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (54,984) at 20250306090022120
47691 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/stp_baseboard.json' (54,985) at 20250306090005144
47692 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/LockOut/meson.build' (54,986) at 20250305090019495
47693 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.clang-format' (54,987) at 20250305090004559
47694 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/meson.options' (54,988) at 20250305090028931
47695 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/meson.build' (54,994) at 20250308090022950
47696 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/meson.build' (54,998) at 20250308090022950
47697 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/src/pam_ipmicheck/meson.build' (54,999) at 20250307090017257
47698 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/presence/meson.build' (55,000) at 20250307090020141
47699 2025-10-05 03:01:04.376-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/IPMI/UnifiedSEL.events.yaml' (55,001) at 20250307090018633
47700 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/test/meson.build' (55,002) at 20250307090020841
47701 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/meson.build' (55,003) at 20250307090018633
47702 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/meson.build' (55,004) at 20250307090020841
47703 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/src/pam_ipmisave/meson.build' (55,005) at 20250307090017257
47704 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/meson.build' (55,006) at 20250308090022950
47705 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/meson.build' (55,007) at 20250307090017257
47706 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/IPMI/meson.build' (55,008) at 20250307090018633
47707 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/totp.hpp' (55,009) at 20250307090028681
47708 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/README.md' (55,010) at 20250311080006682
47709 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/utils_test.hpp' (55,011) at 20250311080046302
47710 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/obmc_boot_test.robot' (55,012) at 20250224090015096
47711 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/app.hpp' (55,013) at 20250224090002416
47712 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb' (55,014) at 20250224090014144
47713 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (55,015) at 20250221090015470
47714 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/logging' (55,016) at 20250221090015470
47715 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/meson.build' (55,017) at 20250221090022162
47716 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/test/meson.build' (55,018) at 20250221090009434
47717 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/dist/meson.build' (55,019) at 20250221090022162
47718 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/yosemite4-common-functions' (55,020) at 20250221090015474
47719 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-unplug' (55,021) at 20250221090015470
47720 2025-10-05 03:01:04.377-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/test/meson.build' (55,022) at 20250221090022162
47721 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-hsc-fault@.service' (55,023) at 20250221090015470
47722 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ampere_fanctrl.sh' (55,024) at 20250219090013212
47723 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/fans.json' (55,025) at 20250219090013212
47724 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils.bbappend' (55,026) at 20250219090013212
47725 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/fans/phosphor-fan_%.bbappend' (55,027) at 20250219090013212
47726 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init/ampere_platform_init.sh' (55,028) at 20250219090013212
47727 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/presence.json' (55,029) at 20250219090013212
47728 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-phosphor/fans/phosphor-fan/events.json' (55,030) at 20250219090013212
47729 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/fans/phosphor-fan/phosphor-fan-control@.service' (55,031) at 20250219090013208
47730 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/src/ncsi_sockio.cpp' (55,032) at 20250221090009434
47731 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-plug-in' (55,033) at 20250221090015470
47732 2025-10-05 03:01:04.378-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-start-dhcp.sh' (55,036) at 20250221090015474
47733 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/dbus.hpp' (55,037) at 20250220090020498
47734 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/config_files/Balcones.json' (55,038) at 20250220090031707
47735 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/mctp.json' (55,039) at 20250220090006134
47736 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/dbus.cpp' (55,040) at 20250220090020498
47737 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/util/pdbg.cpp' (55,041) at 20250220090020498
47738 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/meson.options' (55,042) at 20250221090029798
47739 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/.clang-format' (55,043) at 20250221090029798
47740 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/requirements.txt' (55,050) at 20250303090012043
47741 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/storageaddsel.cpp' (55,051) at 20250303090019143
47742 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/oemrouter.hpp' (55,052) at 20250303090019139
47743 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/meson.build' (55,053) at 20250301090023458
47744 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/apphandler.hpp' (55,054) at 20250303090019139
47745 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/storageaddsel.hpp' (55,055) at 20250314080021001
47746 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/file.hpp' (55,056) at 20250314080021005
47747 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/fru_gen.py' (55,057) at 20250314080021001
47748 2025-10-05 03:01:04.379-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/utilities/requester/set_state_effecter_async.cpp' (55,058) at 20250314080029846
47749 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/sessiondef.hpp' (55,059) at 20250314080020997
47750 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ampere/event/oem_event_manager.hpp' (55,060) at 20250314080029842
47751 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/good/dbus_to_terminus_effecter.json' (55,061) at 20250314080029846
47752 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.eslintignore' (55,062) at 20250314080029842
47753 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.hpp' (55,063) at 20250314080029842
47754 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/meson.build' (55,064) at 20250314080029842
47755 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.hpp' (55,065) at 20250314080029842
47756 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/dbus_to_terminus_effecter_test.cpp' (55,066) at 20250314080029846
47757 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/meson.build' (55,067) at 20250314080019949
47758 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/meson.build' (55,068) at 20250314080029846
47759 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/utilities/requester/set_state_effecter.cpp' (55,069) at 20250314080029846
47760 2025-10-05 03:01:04.380-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/malformed/dbus_to_terminus_effecter.json' (55,070) at 20250314080029846
47761 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io.cpp' (55,071) at 20250314080029842
47762 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_lid.hpp' (55,072) at 20250314080029842
47763 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/terminus_manager.hpp' (55,073) at 20250314080029846
47764 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.linter-ignore' (55,074) at 20250314080029842
47765 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_by_type.hpp' (55,075) at 20250314080029842
47766 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/test/meson.build' (55,076) at 20250314080029842
47767 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/collection/bmc_collect_esels.robot' (55,077) at 20250314080013421
47768 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_dump.cpp' (55,078) at 20250314080029842
47769 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-core/systemd/systemd_%.bbappend' (55,079) at 20250314080012433
47770 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.hpp' (55,080) at 20250314080029842
47771 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/manager.hpp' (55,081) at 20250314080029842
47772 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/inventorysensor.cpp.mako' (55,082) at 20250314080021001
47773 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/readfru.cpp.mako' (55,083) at 20250314080021001
47774 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/passwd_mgr.cpp' (55,084) at 20250314080021005
47775 2025-10-05 03:01:04.381-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/sensor_manager.hpp' (55,085) at 20250314080029842
47776 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_bios_cmd.cpp' (55,086) at 20250314080029846
47777 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/host_effecter_jsons/no_json/dummy.json' (55,087) at 20250314080029846
47778 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_fru_cmd.cpp' (55,088) at 20250314080029846
47779 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/oem/ibm/pldm_oem_ibm.cpp' (55,089) at 20250314080029846
47780 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/sensor_gen.py' (55,090) at 20250314080021001
47781 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/handler.hpp' (55,091) at 20250314080020997
47782 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_pel.hpp' (55,092) at 20250314080029842
47783 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/README.md' (55,093) at 20250314080012433
47784 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/numeric_sensor_test.cpp' (55,094) at 20250314080029846
47785 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_io_type_progress_src.hpp' (55,113) at 20250314080029842
47786 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/aei_updater.hpp' (55,114) at 20250314080026317
47787 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/platform_manager.hpp' (55,115) at 20250314080029842
47788 2025-10-05 03:01:04.382-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/globalhandler.cpp' (55,116) at 20250314080020997
47789 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/inventory-sensor.py' (55,117) at 20250314080021001
47790 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/scripts/writesensor.cpp.mako' (55,118) at 20250314080021001
47791 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/terminus_test.cpp' (55,119) at 20250314080029846
47792 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmisensor.cpp' (55,120) at 20250314080021001
47793 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/meson.build' (55,121) at 20250228090027190
47794 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/factory_reset.robot' (55,124) at 20250224090015096
47795 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/OWNERS' (55,125) at 20250225090007860
47796 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/OWNERS' (55,126) at 20250225090018764
47797 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/subprojects/packagefiles/boost/meson.build' (55,127) at 20250225090035160
47798 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/meson.build' (55,128) at 20250225090035156
47799 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/generator/cper-generate.h' (55,129) at 20250224090009120
47800 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_ac_cycles.robot' (55,132) at 20250224090015096
47801 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/gdbstub.c' (55,133) at 20250225090032044
47802 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/.clang-format' (55,134) at 20250225090035156
47803 2025-10-05 03:01:04.383-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/service_files/meson.build' (55,135) at 20250225090035156
47804 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/sst_mailbox.cpp' (55,136) at 20250225090035160
47805 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/OWNERS' (55,137) at 20250225090025696
47806 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/sdbusplus.wrap' (55,142) at 20250226090002348
47807 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-kernel/linux/linux-aspeed/ventura.cfg' (55,143) at 20250226090013840
47808 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/OWNERS' (55,144) at 20250225090033652
47809 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/meson.build' (55,145) at 20250225090035156
47810 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/speed_select.hpp' (55,146) at 20250225090035156
47811 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/speed_select.cpp' (55,147) at 20250225090035156
47812 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/OWNERS' (55,148) at 20250225090007532
47813 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/OWNERS' (55,149) at 20250225090019392
47814 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_oem.robot' (55,150) at 20250226090020085
47815 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/event.py' (55,154) at 20250227090033500
47816 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/server_sent_event_test.cpp' (55,155) at 20250227090002692
47817 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/SecureBoot/meson.build' (55,156) at 20250227090020204
47818 2025-10-05 03:01:04.384-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/tyan/tyan_s8036_baseboard.json' (55,157) at 20250227090004712 to deleted uid set
47819 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/tyan/tyan_s7106_baseboard.json' (55,158) at 20250227090004712 to deleted uid set
47820 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/server_sent_event.hpp' (55,159) at 20250227090002688
47821 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/meson.build' (55,160) at 20250227090018424
47822 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/sync-once.sh' (55,161) at 20250227090019104
47823 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/sserule.cpp' (55,162) at 20250227090002688
47824 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/meson.build' (55,163) at 20250227090018424
47825 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/BIOSConfig/SecureBoot.interface.yaml' (55,167) at 20250227090020204
47826 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_git.bb' (55,168) at 20250227090013592
47827 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/README.md' (55,169) at 20250227090011376
47828 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/slpd-lite/.clang-format' (55,170) at 20250301090036107
47829 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/include/phosphor-logging/meson.build' (55,171) at 20250301090026315
47830 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/src/meson.build' (55,172) at 20250301090010486
47831 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/meson.build' (55,180) at 20250301090026319
47832 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/meson.build' (55,181) at 20250301090026319
47833 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-snmp/.clang-format' (55,182) at 20250301090030319
47834 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/meson.build' (55,183) at 20250301090010486
47835 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/.clang-format' (55,184) at 20250301090009578
47836 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/.clang-format' (55,185) at 20250301090010482
47837 2025-10-05 03:01:04.385-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/phosphor-rsyslog-config/meson.build' (55,186) at 20250301090026315
47838 2025-10-05 03:01:04.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/configurations/entity-manager/blacklist.json' (55,187) at 20250301090015078
47839 2025-10-05 03:01:04.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/lib/lg2_logger.cpp' (55,188) at 20250312080028116 to deleted uid set
47840 2025-10-05 03:01:04.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/phosphor-dbus-monitor-config.bbappend' (55,189) at 20250312080011931
47841 2025-10-05 03:01:04.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/systemintfcmds.cpp' (55,190) at 20250312080025716
47842 2025-10-05 03:01:04.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermistor-2.conf' (55,191) at 20250312080011927
47843 2025-10-05 03:01:04.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/bios-policy.bb' (55,192) at 20250312080011927
47844 2025-10-05 03:01:04.386-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/events.json' (55,193) at 20250312080024700
47845 2025-10-05 03:01:04.387-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/events.json' (55,194) at 20250312080024704
47846 2025-10-05 03:01:04.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/events.json' (55,195) at 20250312080024704
47847 2025-10-05 03:01:04.388-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/events.json' (55,208) at 20250312080024700
47848 2025-10-05 03:01:04.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/events.json' (55,209) at 20250312080024704
47849 2025-10-05 03:01:04.389-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/bios-policy/bios-policy.yaml' (55,210) at 20250312080011927
47850 2025-10-05 03:01:04.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/events.json' (55,211) at 20250312080024704
47851 2025-10-05 03:01:04.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/selutility.cpp' (55,212) at 20250313080024083
47852 2025-10-05 03:01:04.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermistor-0.conf' (55,213) at 20250312080011927
47853 2025-10-05 03:01:04.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermistor-3.conf' (55,214) at 20250312080011927
47854 2025-10-05 03:01:04.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/thermistor-1.conf' (55,215) at 20250312080011927
47855 2025-10-05 03:01:04.390-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (55,216) at 20250312080011927
47856 2025-10-05 03:01:04.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/virtual_sensor_config.json' (55,217) at 20250312080011931
47857 2025-10-05 03:01:04.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transporthandler.hpp' (55,218) at 20250313080024083
47858 2025-10-05 03:01:04.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/pam/pam-ipmi_git.bb' (55,219) at 20250313080012127
47859 2025-10-05 03:01:04.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/dbus_helper.hpp' (55,220) at 20250313080020943
47860 2025-10-05 03:01:04.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.clang-format' (55,221) at 20250313080024079
47861 2025-10-05 03:01:04.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sys_info_param.hpp' (55,222) at 20250313080024083
47862 2025-10-05 03:01:04.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/exit-air/ExitAirTempSensor.cpp' (55,224) at 20250317080003916
47863 2025-10-05 03:01:04.391-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/adc/ADCSensor.hpp' (55,225) at 20250317080003916
47864 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/xcat/test_xcat_inventory.robot' (55,226) at 20250423080012569
47865 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch' (55,227) at 20250423080011513
47866 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Manager.service.in' (55,228) at 20250423080017169
47867 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/meson.build' (55,231) at 20250423080007541
47868 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/0001-Update-asiolink-for-boost-1.87.patch' (55,232) at 20250423080011513
47869 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost/0001-dont-setup-compiler-flags-m32-m64.patch' (55,233) at 20250423080011513
47870 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/services/usb-code-update@.service' (55,234) at 20250423080017169
47871 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Download.service.in' (55,235) at 20250423080017169
47872 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/xcat/test_power_operation.robot' (55,236) at 20250423080012569
47873 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.BMC.Updater.service.in' (55,237) at 20250423080017169
47874 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control.inc' (55,238) at 20250423080011513
47875 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/side-switch/phosphor-bmc-side-switch.service' (55,239) at 20250423080017169
47876 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/meson.options' (55,240) at 20250424080007863
47877 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/me_to_redfish_hooks.hpp' (55,241) at 20250424080007863
47878 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/tests/meson.build' (55,242) at 20250424080007867
47879 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/systest/test_bmc_poll_errors.robot' (55,243) at 20250424080013219
47880 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/meson.build' (55,244) at 20250424080007863
47881 2025-10-05 03:01:04.392-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/.clang-format' (55,245) at 20250424080007863
47882 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/smbiosmdrv2handler.cpp' (55,246) at 20250424080007867
47883 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (55,247) at 20250424080012203
47884 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/vpd_variables.py' (55,248) at 20250424080013215
47885 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/ipz_parser.hpp' (55,249) at 20250424080022135
47886 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/resource.robot' (55,250) at 20250424080013215
47887 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/sdrutils.hpp' (55,251) at 20250424080007863
47888 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/systems/eventlog/test_esel.robot' (55,252) at 20250424080013219
47889 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost-build-native_1.87.0.bb' (55,253) at 20250423080011513
47890 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Sync.service.in' (55,254) at 20250423080017169
47891 2025-10-05 03:01:04.393-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/xyz.openbmc_project.Software.Version.service.in' (55,255) at 20250423080017169
47892 2025-10-05 03:01:04.393-0500 FINEST t466 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' (55,256) at 20250423080011513
47893 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/bridgingcommands.cpp' (55,258) at 20250424080007863
47894 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/event_log.cpp' (55,259) at 20250425080002463
47895 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/event_logs_object_type.hpp' (55,260) at 20250425080002463
47896 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/opt.tcl' (55,261) at 20250425080012443
47897 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/sftp.py' (55,262) at 20250415080017560
47898 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0011-Check-for-clang-before-checking-gcc-version.patch' (55,263) at 20250415080017592
47899 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch' (55,264) at 20250415080017592
47900 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-semver_3.0.4.bb' (55,265) at 20250415080017556
47901 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch' (55,266) at 20250415080017580
47902 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/case.py' (55,267) at 20250415080017580
47903 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.1.bb' (55,268) at 20250415080017560
47904 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-core/systemd/systemd-boot-uefi-secureboot.inc' (55,269) at 20250415080017552
47905 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ssh.py' (55,270) at 20250415080017580
47906 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0002-localedef-fix-ups-hardlink-to-make-it-compile.patch' (55,271) at 20250415080017580
47907 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0018-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch' (55,272) at 20250415080017584
47908 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch' (55,273) at 20250415080017584
47909 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/makerace.patch' (55,274) at 20250415080017592
47910 2025-10-05 03:01:04.394-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/0001-qemu_measured_boot.c-ignore-TPM-error-and-continue-w.patch' (55,275) at 20250415080017552
47911 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0008-Use-libtool-2.4.patch' (55,276) at 20250415080017592
47912 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch' (55,277) at 20250415080017584
47913 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/convert-spdx-licenses.py' (55,278) at 20250415080017600
47914 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch' (55,279) at 20250415080017580
47915 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils.inc' (55,280) at 20250415080017584
47916 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3_git.bb' (55,281) at 20250415080017596
47917 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/.b4-config' (55,282) at 20250415080017560
47918 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot.inc' (55,283) at 20250415080017580
47919 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/makefile-ptest.patch' (55,284) at 20250415080017556
47920 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gcp.py' (55,285) at 20250415080017560
47921 2025-10-05 03:01:04.395-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rlp_4.1.0.bb' (55,286) at 20250415080017556
47922 2025-10-05 03:01:04.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyopenssl_25.0.0.bb' (55,287) at 20250415080017592
47923 2025-10-05 03:01:04.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/power/phosphor-power_%.bbappend' (55,295) at 20250412080011875
47924 2025-10-05 03:01:04.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/include/tool_utils.hpp' (55,296) at 20250412080021579
47925 2025-10-05 03:01:04.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/mdrv2.hpp' (55,297) at 20250414080031444
47926 2025-10-05 03:01:04.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-tool/include/tool_types.hpp' (55,298) at 20250412080021579
47927 2025-10-05 03:01:04.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-memory2.json' (55,299) at 20250331080009374
47928 2025-10-05 03:01:04.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-cxl-protocol.json' (55,300) at 20250331080009374
47929 2025-10-05 03:01:04.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/config.json' (55,301) at 20250419080031653
47930 2025-10-05 03:01:04.396-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/config.json' (55,302) at 20250419080031657
47931 2025-10-05 03:01:04.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/fans.json' (55,303) at 20250419080031653
47932 2025-10-05 03:01:04.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/events.json' (55,304) at 20250419080031653
47933 2025-10-05 03:01:04.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-core/dbus/dbus-broker_%.bbappend' (55,305) at 20250419080019580
47934 2025-10-05 03:01:04.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-core/dbus/files/yosemite4-system.conf' (55,306) at 20250419080019580
47935 2025-10-05 03:01:04.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/groups.json' (55,307) at 20250419080031653
47936 2025-10-05 03:01:04.397-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/zones.json' (55,315) at 20250419080031653
47937 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/selcommands.cpp' (55,316) at 20250419080005204
47938 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc_methods.robot' (55,317) at 20250418080016804
47939 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Balcones/pcie_cards.json' (55,318) at 20250419080031653
47940 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/conf/machine/include/nvidia-pcie-gpu-card.inc' (55,319) at 20250418080015852
47941 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-nic2-poweroff.yaml' (55,320) at 20250422080011594
47942 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/pldm.cpp' (55,321) at 20250422080015430
47943 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-slot7-temp-poweroff.yaml' (55,322) at 20250422080011594
47944 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/redundancy.hpp' (55,323) at 20250422080002090
47945 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/pldm.hpp' (55,324) at 20250422080015430
47946 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Overview/OverviewQuickLinks.vue' (55,325) at 20250422080039878
47947 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-slot6-temp-poweroff.yaml' (55,326) at 20250422080011594
47948 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/generate_schema_enums.py' (55,327) at 20250422080002090
47949 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-nic1-poweroff.yaml' (55,328) at 20250422080011594
47950 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-slot3-temp-poweroff.yaml' (55,332) at 20250422080011594
47951 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-nic3-poweroff.yaml' (55,333) at 20250422080011594
47952 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-slot5-temp-poweroff.yaml' (55,334) at 20250422080011594
47953 2025-10-05 03:01:04.398-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/ethernet_interface.hpp' (55,335) at 20250422080002086
47954 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/processor.hpp' (55,336) at 20250422080002090
47955 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action.bb' (55,337) at 20250422080011594
47956 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-slot4-temp-poweroff.yaml' (55,338) at 20250422080011594
47957 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_health/test_obmc_gui_sensors.robot' (55,339) at 20250422080012678
47958 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-slot8-temp-poweroff.yaml' (55,340) at 20250422080011594
47959 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/log_entry.hpp' (55,341) at 20250422080002090
47960 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-slot1-temp-poweroff.yaml' (55,342) at 20250422080011594
47961 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-slot2-temp-poweroff.yaml' (55,343) at 20250422080011594
47962 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/v_lan_network_interface.hpp' (55,344) at 20250422080002090
47963 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/unr-power-control-action/unr-action-nic0-poweroff.yaml' (55,345) at 20250422080011594
47964 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/ip_addresses.hpp' (55,346) at 20250422080002086
47965 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ping.py' (55,347) at 20250415080017580
47966 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/riscv/qemuriscv.inc' (55,348) at 20250415080017576
47967 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch' (55,349) at 20250415080017584
47968 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-git-pw_2.7.1.bb' (55,350) at 20250415080017556
47969 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mc/files/nomandate.patch' (55,351) at 20250415080017596
47970 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.10.bb' (55,352) at 20250415080017592
47971 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/package' (55,353) at 20250416080023814
47972 2025-10-05 03:01:04.399-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/include/gendumpheader' (55,354) at 20250416080023814
47973 2025-10-05 03:01:04.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/README.md' (55,355) at 20250416080029334
47974 2025-10-05 03:01:04.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/create_pel.hpp' (55,356) at 20250416080023814
47975 2025-10-05 03:01:04.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/api-types.hpp' (55,357) at 20250416080030926
47976 2025-10-05 03:01:04.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/network_manager.hpp' (55,358) at 20250416080034970
47977 2025-10-05 03:01:04.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/control-internal.h' (55,359) at 20250416080019622
47978 2025-10-05 03:01:04.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ethernet_interface.hpp' (55,360) at 20250416080034970
47979 2025-10-05 03:01:04.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/control.c' (55,361) at 20250416080019622
47980 2025-10-05 03:01:04.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sbmrhandler.cpp' (55,362) at 20250416080030930
47981 2025-10-05 03:01:04.400-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_bios_attributes.robot' (55,363) at 20250416080022766
47982 2025-10-05 03:01:04.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/hostboot' (55,364) at 20250416080023814
47983 2025-10-05 03:01:04.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc_list.py' (55,365) at 20250416080022766
47984 2025-10-05 03:01:04.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/include/opfunctions' (55,366) at 20250416080023814
47985 2025-10-05 03:01:04.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/network_manager.cpp' (55,367) at 20250416080034970
47986 2025-10-05 03:01:04.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/handler.hpp' (55,368) at 20250416080040130
47987 2025-10-05 03:01:04.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/message.hpp' (55,369) at 20250416080030926
47988 2025-10-05 03:01:04.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/.shellcheck-ignore' (55,377) at 20250416080023810
47989 2025-10-05 03:01:04.401-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/common/include/gendumpinfo' (55,378) at 20250416080023814
47990 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/types.hpp' (55,379) at 20250416080030926
47991 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/system.cpp' (55,380) at 20250411080036505
47992 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-generic.c' (55,381) at 20250411080008917
47993 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_inband_sdr.robot' (55,382) at 20250426080012265
47994 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_kcs.robot' (55,383) at 20250426080012265
47995 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_lanplus.robot' (55,384) at 20250426080012265
47996 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ncsi_cmd.cpp' (55,385) at 20250428080045660
47997 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/util.hpp' (55,386) at 20250428080045660
47998 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/rtnetlink.hpp' (55,387) at 20250428080045660
47999 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/dimm.hpp' (55,389) at 20250427080030655
48000 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_platform.robot' (55,390) at 20250428080023876
48001 2025-10-05 03:01:04.402-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/meson.options' (55,391) at 20250427080022471
48002 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/dimm.cpp' (55,392) at 20250427080030655
48003 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/rtnetlink.cpp' (55,393) at 20250428080045660
48004 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/util.cpp' (55,394) at 20250428080045660
48005 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_pldm_bios.robot' (55,395) at 20250428080023876
48006 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/test_openbmc_setup.robot' (55,396) at 20250428080023876
48007 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/mocks.hpp' (55,397) at 20250429080027074
48008 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/dbus_types.hpp' (55,398) at 20250429080027070
48009 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp@.service' (55,399) at 20250429080015970
48010 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/ibm.json' (55,400) at 20250429080007073
48011 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/error_message_utils.cpp' (55,401) at 20250429080002193
48012 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/sub_request.hpp' (55,402) at 20250429080002193
48013 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/intel.json' (55,403) at 20250429080007073
48014 2025-10-05 03:01:04.403-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/devicetree_vpd_parser/meson.build' (55,404) at 20250429080007073
48015 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/devicetree_vpd_parser/devicetree_vpd_parser.cpp' (55,405) at 20250429080007073
48016 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/dbus_utility.cpp' (55,406) at 20250429080002193 to deleted uid set
48017 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/xcat/test_xcat_group.robot' (55,407) at 20250430080017222
48018 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-ampere.json' (55,408) at 20250331080009374
48019 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json-section-descriptor.json' (55,409) at 20250331080009374
48020 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/meson.options' (55,410) at 20250405080028460
48021 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/mock_user_mgr.hpp' (55,412) at 20250405080030484
48022 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/src/power_control.hpp' (55,413) at 20250405080028460
48023 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (55,414) at 20250409080012483
48024 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/parser_factory.cpp' (55,415) at 20250409080018055
48025 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/test_server_no_uninitialized_value_constructor.cpp' (55,416) at 20250409080038116
48026 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/meson.options' (55,417) at 20250409080018051
48027 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (55,418) at 20250409080012483
48028 2025-10-05 03:01:04.404-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-fan-status-monitor.service' (55,419) at 20250409080012487
48029 2025-10-05 03:01:04.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (55,420) at 20250409080012487
48030 2025-10-05 03:01:04.405-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Everest/bios_attrs.json' (55,421) at 20250409080035948
48031 2025-10-05 03:01:04.406-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier4U/bios_attrs.json' (55,422) at 20250409080035952
48032 2025-10-05 03:01:04.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier1S4U/bios_attrs.json' (55,423) at 20250409080035952
48033 2025-10-05 03:01:04.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/production/hung-task.scc' (55,424) at 20250409080012487
48034 2025-10-05 03:01:04.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-kernel/linux/production/hung-task.cfg' (55,425) at 20250409080012487
48035 2025-10-05 03:01:04.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier2U/bios_attrs.json' (55,426) at 20250409080035952
48036 2025-10-05 03:01:04.407-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg' (55,437) at 20250409080012487
48037 2025-10-05 03:01:04.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/test_aserver_no_uninitialized_value_constructor.cpp' (55,438) at 20250409080038116
48038 2025-10-05 03:01:04.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-production.inc' (55,439) at 20250409080012487
48039 2025-10-05 03:01:04.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_cmd_helper.hpp' (55,440) at 20250409080035952
48040 2025-10-05 03:01:04.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nf5280m7_baseboard.json' (55,441) at 20250411080004205
48041 2025-10-05 03:01:04.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/conditions.cpp' (55,442) at 20250411080023089
48042 2025-10-05 03:01:04.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/manager.cpp' (55,443) at 20250411080023089
48043 2025-10-05 03:01:04.408-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/utility.hpp' (55,444) at 20250411080023089
48044 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/json_parser.cpp' (55,445) at 20250411080023089
48045 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/handler.cpp' (55,446) at 20250411080036505
48046 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-arm.c' (55,447) at 20250411080008917
48047 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/meson.build' (55,448) at 20250411080036505
48048 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/async_resolve.hpp' (55,449) at 20250411080002245
48049 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/json_config.hpp' (55,450) at 20250411080023089
48050 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/json_parser.cpp' (55,451) at 20250411080023089
48051 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/functor.hpp' (55,452) at 20250411080023085
48052 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/cooling-type/cooling_type.cpp' (55,453) at 20250411080023089
48053 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/hostname_monitor.hpp' (55,454) at 20250411080002245
48054 2025-10-05 03:01:04.409-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/virtual_media.hpp' (55,455) at 20250411080002257
48055 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/missing_owner_target.cpp' (55,456) at 20250411080023085
48056 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/bios.hpp' (55,457) at 20250411080002249
48057 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/dbus_utility.hpp' (55,458) at 20250411080002245 to deleted uid set
48058 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/gpio.cpp' (55,459) at 20250411080023089
48059 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/backup_restore.hpp' (55,460) at 20250411080019997
48060 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/0001-nss-nspr-fix-for-multilib.patch' (55,461) at 20250415080017556
48061 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-deprecated_1.2.18.bb' (55,462) at 20250415080017556
48062 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dateparser_1.2.1.bb' (55,463) at 20250415080017556
48063 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-black_25.1.0.bb' (55,464) at 20250415080017556
48064 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-v7_6.12.bb' (55,465) at 20250415080017560
48065 2025-10-05 03:01:04.410-0500 FINEST t466 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' (55,466) at 20250415080017552
48066 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi-armv8.conf' (55,467) at 20250415080017560
48067 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch' (55,468) at 20250415080017592
48068 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/redfish.hpp' (55,469) at 20250415080003040
48069 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmozilla/libmozilla-ca-perl_20250202.bb' (55,470) at 20250415080017556
48070 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-fix-maybe-uninitialized-warnings-when-compiling-with.patch' (55,471) at 20250415080017596
48071 2025-10-05 03:01:04.410-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch' (55,472) at 20250415080017592
48072 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc' (55,473) at 20250415080017576
48073 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/0002-Remove-LGPL-Code-and-references.patch' (55,474) at 20250415080017556
48074 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-locale_2.41.bb' (55,475) at 20250415080017580
48075 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/avahi-libnss-mdns_0.15.1.bb' (55,476) at 20250415080017580
48076 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch' (55,477) at 20250415080017592
48077 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot-corstone1000.inc' (55,478) at 20250415080017552
48078 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/standards.md' (55,479) at 20250415080017576
48079 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch' (55,480) at 20250415080017584
48080 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-google-auth/run-ptest' (55,481) at 20250415080017556
48081 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/licenses.conf' (55,482) at 20250415080017576
48082 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch' (55,483) at 20250415080017584
48083 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-scripts_2.41.bb' (55,484) at 20250415080017580
48084 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/cross-localedef-native_2.41.bb' (55,485) at 20250415080017580
48085 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch' (55,486) at 20250415080017580
48086 2025-10-05 03:01:04.411-0500 FINEST t466 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' (55,487) at 20250415080017556
48087 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/avahi_0.8.bb' (55,488) at 20250415080017580
48088 2025-10-05 03:01:04.411-0500 FINEST t466 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' (55,489) at 20250415080017584
48089 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/folks/folks_0.15.9.bb' (55,490) at 20250415080017552
48090 2025-10-05 03:01:04.411-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tomli-w_1.2.0.bb' (55,491) at 20250415080017560
48091 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/redfish_oem_routing_test.cpp' (55,492) at 20250415080003044
48092 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb' (55,493) at 20250415080017556
48093 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-2.1.rst' (55,494) at 20250415080017568
48094 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/capnproto.bbclass' (55,495) at 20250415080017552
48095 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus.bb' (55,496) at 20250415080017552
48096 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb' (55,497) at 20250415080017600
48097 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap_2.6.9.bb' (55,498) at 20250415080017556
48098 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0017-Replace-echo-with-printf-builtin-in-nscd-init-script.patch' (55,499) at 20250415080017584
48099 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch' (55,500) at 20250415080017552
48100 2025-10-05 03:01:04.412-0500 FINEST t466 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' (55,501) at 20250415080017556
48101 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/az.py' (55,502) at 20250415080017560
48102 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools_29.0.6.r14.bb' (55,503) at 20250415080017552
48103 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-devtools/spdm-utils/spdm-utils-crates.inc' (55,504) at 20250415080017552
48104 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch' (55,505) at 20250415080017580
48105 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/msmtp/msmtp_1.8.28.bb' (55,506) at 20250415080017596
48106 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.13.0.bb' (55,507) at 20250415080017560
48107 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cffi_1.17.1.bb' (55,508) at 20250415080017592
48108 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/0001-fix-zynqmp-handle-secure-SGI-at-EL1-for-OP-TEE.patch' (55,509) at 20250415080017552
48109 2025-10-05 03:01:04.412-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-mtrace_2.41.bb' (55,510) at 20250415080017580
48110 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twine_6.1.0.bb' (55,511) at 20250415080017560
48111 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0009-yes-within-the-path-sets-wrong-config-variables.patch' (55,512) at 20250415080017580
48112 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache-mod/mod-dnssd_0.6.bb' (55,513) at 20250415080017560
48113 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross-canadian_2.44.bb' (55,514) at 20250415080017584
48114 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-executing_2.2.0.bb' (55,515) at 20250415080017556
48115 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet/d19ad6cc086684ee74db250f5fd35227c98e678a.patch' (55,516) at 20250415080017556
48116 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-referencing_0.36.2.bb' (55,517) at 20250415080017592
48117 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch' (55,518) at 20250415080017596
48118 2025-10-05 03:01:04.413-0500 FINEST t466 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' (55,519) at 20250415080017556
48119 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/osinfo-db_20250124.bb' (55,520) at 20250415080017556
48120 2025-10-05 03:01:04.413-0500 FINEST t466 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' (55,521) at 20250415080017592
48121 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.1.2.rst' (55,522) at 20250415080017568
48122 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch' (55,523) at 20250415080017580
48123 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-cross_2.44.bb' (55,524) at 20250415080017584
48124 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ssh.py' (55,525) at 20250415080017560
48125 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-4.0.24.rst' (55,526) at 20250415080017568
48126 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/local.py' (55,527) at 20250415080017560
48127 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pip/no_shebang_mangling.patch' (55,528) at 20250415080017592
48128 2025-10-05 03:01:04.413-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch' (55,529) at 20250415080017584
48129 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0052-reserve-memory-for-se-comm.patch' (55,530) at 20250415080017552
48130 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.7.bb' (55,531) at 20250415080017556
48131 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/scripts/machine-summary.py' (55,532) at 20250415080017552
48132 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-python-vlc_3.0.21203.bb' (55,533) at 20250415080017556
48133 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cffi/0001-Cast-offset-to-size_t-to-avoid-c-11-narrowing-warnin.patch' (55,534) at 20250415080017592
48134 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch' (55,535) at 20250415080017584
48135 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch' (55,536) at 20250415080017580
48136 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch' (55,537) at 20250415080017592
48137 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch' (55,538) at 20250415080017592
48138 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/MAINTAINERS.md' (55,539) at 20250415080017560
48139 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-sgi575.inc' (55,540) at 20250415080017552
48140 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/create_manifest3.py' (55,541) at 20250415080017592
48141 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/0001-src-core-build_steps-tool.rs-switch-off-lto-for-rust.patch' (55,542) at 20250415080017592
48142 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0001-localedef-Add-hardlink-resolver-from-util-linux.patch' (55,543) at 20250415080017580
48143 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/parse.py' (55,544) at 20250415080017564
48144 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0010-sync-with-OE-libtool-changes.patch' (55,545) at 20250415080017592
48145 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch' (55,546) at 20250415080017592
48146 2025-10-05 03:01:04.414-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libsecret/libsecret_0.21.6.bb' (55,547) at 20250415080017596
48147 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.50.bb' (55,548) at 20250415080017556
48148 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lzip/lzip_1.25.bb' (55,549) at 20250415080017596
48149 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typer/run-ptest' (55,550) at 20250415080017560
48150 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0016-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch' (55,551) at 20250415080017584
48151 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch' (55,552) at 20250415080017580
48152 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/i2cvr_software_manager.hpp' (55,553) at 20250415080023504
48153 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libexif/libexif/0001-Add-serial-tests-config-needed-by-ptest.patch' (55,554) at 20250415080017600
48154 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch' (55,555) at 20250415080017584
48155 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/gparted/gparted_1.7.0.bb' (55,556) at 20250415080017552
48156 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/patchtest/README.md' (55,557) at 20250415080017580
48157 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/common-licenses/DocBook-XML' (55,558) at 20250415080017580
48158 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.qemu.md' (55,559) at 20250415080017560
48159 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/packages.rst' (55,560) at 20250415080017568
48160 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jsoncpp/jsoncpp_1.9.6.bb' (55,561) at 20250415080017556
48161 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch' (55,562) at 20250415080017584
48162 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-qface_2.0.12.bb' (55,563) at 20250415080017556
48163 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/external_intf/vmi_utils.robot' (55,564) at 20250415080018708
48164 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-typogrify_2.1.0.bb' (55,565) at 20250415080017592
48165 2025-10-05 03:01:04.415-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lzip/lzlib_1.15.bb' (55,566) at 20250415080017596
48166 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/faq.rst' (55,567) at 20250415080017572
48167 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-more-itertools_10.6.0.bb' (55,568) at 20250415080017592
48168 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/redfish_oem_routing.hpp' (55,569) at 20250415080003040
48169 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/build_perf/html/report.html' (55,570) at 20250415080017600
48170 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/README.OE-Core.md' (55,571) at 20250415080017560
48171 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch' (55,572) at 20250415080017580
48172 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/settings/phosphor-settings-defaults-native/ventura-temporary-software-versions.yaml' (55,573) at 20250411080015041
48173 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/toolchain-shar-extract.sh' (55,574) at 20250415080017580
48174 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/0001-core-fixed-VSX-intrinsics-implementation.patch' (55,575) at 20250415080017556
48175 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dool/dool_1.3.4.bb' (55,576) at 20250415080017556
48176 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/redfishoemrule.hpp' (55,577) at 20250415080003040
48177 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb' (55,578) at 20250415080017556
48178 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/slirp/libslirp_4.9.0.bb' (55,579) at 20250415080017580
48179 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb' (55,580) at 20250415080017556
48180 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch' (55,581) at 20250415080017584
48181 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-whitenoise_6.9.0.bb' (55,582) at 20250415080017560
48182 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/cot-dt2c_0.1.0.bb' (55,583) at 20250415080017552
48183 2025-10-05 03:01:04.416-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pygments_2.19.1.bb' (55,584) at 20250415080017592
48184 2025-10-05 03:01:04.416-0500 FINEST t466 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' (55,585) at 20250415080017584
48185 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/dbus_privileges.hpp' (55,586) at 20250411080002245
48186 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/chassis_utils.hpp' (55,587) at 20250411080002249
48187 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-commander/gnome-commander_1.16.1.bb' (55,588) at 20250415080017552
48188 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb' (55,589) at 20250415080017556
48189 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libjcat/libjcat_0.2.3.bb' (55,590) at 20250415080017556
48190 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/b4-wrapper-bitbake.py' (55,591) at 20250415080017560
48191 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-lazy-fixtures_1.1.2.bb' (55,592) at 20250415080017556
48192 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0006-warn-for-uses-of-system-directories-when-cross-linki.patch' (55,593) at 20250415080017584
48193 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/.b4-config' (55,594) at 20250415080017560
48194 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/metadata.py' (55,595) at 20250415080017580
48195 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils-crosssdk_2.44.bb' (55,596) at 20250415080017584
48196 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb' (55,597) at 20250415080017556
48197 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/relocate_sdk.py' (55,598) at 20250415080017600
48198 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libzip/libzip_1.11.3.bb' (55,599) at 20250415080017556
48199 2025-10-05 03:01:04.417-0500 FINEST t466 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' (55,600) at 20250415080017592
48200 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/README-rust.md' (55,601) at 20250415080017592
48201 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/what-i-wish-id-known.rst' (55,602) at 20250415080017576
48202 2025-10-05 03:01:04.417-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0009-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch' (55,603) at 20250415080017592
48203 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/bootimg-efi.py' (55,604) at 20250415080017600
48204 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi5.conf' (55,605) at 20250415080017560
48205 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/licenses/OLDAP-2.8' (55,606) at 20250415080017552
48206 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0002-avoid-including-sys-poll.h-directly.patch' (55,607) at 20250415080017596
48207 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch' (55,608) at 20250415080017592
48208 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/xmlsec1-examples-allow-build-in-separate-dir.patch' (55,609) at 20250415080017556
48209 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb' (55,610) at 20250415080017596
48210 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/toolchain-shar-relocate.sh' (55,611) at 20250415080017580
48211 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/grilo/grilo_0.3.16.bb' (55,612) at 20250415080017552
48212 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-testsuite_2.41.bb' (55,613) at 20250415080017580
48213 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/package_ipk.bbclass' (55,614) at 20250415080017576
48214 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch' (55,615) at 20250415080017580
48215 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/README.md' (55,616) at 20250415080023504
48216 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb' (55,617) at 20250415080017556
48217 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bios/main.cpp' (55,618) at 20250408080018415
48218 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/cper-generate.c' (55,619) at 20250411080008917
48219 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/flight_recorder.cpp' (55,620) at 20250411080023085
48220 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/cooling-type/main.cpp' (55,621) at 20250411080023089
48221 2025-10-05 03:01:04.418-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/nlohmann_json.wrap' (55,622) at 20250411080002257
48222 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/power_state.hpp' (55,623) at 20250411080023089
48223 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/machine/include/yosemite4-common.inc' (55,624) at 20250410080013848
48224 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/reconfig-interface-duid-ll/reconfig-interface-duid-ll/reconfig-interface-duid-ll@.service' (55,625) at 20250410080013848
48225 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/reconfig-interface-duid-ll/reconfig-interface-duid-ll/reconfig-interface-duid-ll' (55,626) at 20250410080013848
48226 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/exceptions.hpp' (55,627) at 20250410080023632
48227 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/timer.cpp' (55,628) at 20250410080026288
48228 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bios/xyz.openbmc_project.Software.BIOS.service' (55,629) at 20250430080031807
48229 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/oem/nuvoton/test_jtag_master.robot' (55,630) at 20250430080017222
48230 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_request.hpp' (55,631) at 20250429080002189
48231 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/.clang-format' (55,632) at 20250428080045656
48232 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ethernet_interface.cpp' (55,633) at 20250428080045660
48233 2025-10-05 03:01:04.419-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.1.bb' (55,634) at 20250724080015810
48234 2025-10-05 03:01:04.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/0001-Add-missing-includes-cstdint-and-cstdio.patch' (55,635) at 20250724080015694
48235 2025-10-05 03:01:04.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/0005-find-OE-provided-Kerberos.patch' (55,636) at 20250724080015774
48236 2025-10-05 03:01:04.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb' (55,637) at 20250724080015718
48237 2025-10-05 03:01:04.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/sass/libsass_git.bb' (55,638) at 20250724080015814
48238 2025-10-05 03:01:04.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0004-Fix-libtool-detection.patch' (55,639) at 20250724080015666
48239 2025-10-05 03:01:04.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0033-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch' (55,640) at 20250724080015782
48240 2025-10-05 03:01:04.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/0004-src-Do-not-reset-FINAL_LIBS.patch' (55,641) at 20250724080015702
48241 2025-10-05 03:01:04.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/poky.xml' (55,642) at 20250724080015742
48242 2025-10-05 03:01:04.420-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/models.py' (55,643) at 20250724080015742
48243 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libnvme/files/0001-mock.c-fix-checking-of-HAVE_GLIBC_IOCTL.patch' (55,644) at 20250724080015714
48244 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb' (55,645) at 20250724080015714
48245 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libcap/libcap_2.76.bb' (55,646) at 20250724080015814
48246 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.29.27.bb' (55,647) at 20250724080015646
48247 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/.github/workflows/yocto-layer.yml' (55,648) at 20250724080015730
48248 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/can-utils_2025.01.bb' (55,649) at 20250724080015706
48249 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/0001-fix-prototype-declaration-with-gcc-15.patch' (55,650) at 20250724080015710
48250 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/conf/layer.conf' (55,651) at 20250724080015670
48251 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8_8.6.15.bb' (55,652) at 20250724080015698
48252 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0006-configure-add-option-for-ps.patch' (55,653) at 20250724080015734
48253 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/conf/layer.conf' (55,654) at 20250724080015654
48254 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0001-configure.ac-don-t-include-build-libtool.m4.patch' (55,655) at 20250724080015698
48255 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/ptest-cargo.bbclass' (55,656) at 20250724080015758
48256 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gi-docgen/gi-docgen_2025.3.bb' (55,657) at 20250724080015802
48257 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/sstate-cache-management.py' (55,658) at 20250724080015818
48258 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/thrift/thrift/0002-THRIFT-5842-Add-missing-cstdint-include-for-int64_t.patch' (55,659) at 20250724080015678
48259 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb' (55,660) at 20250724080015666
48260 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/python.py' (55,661) at 20250724080015766
48261 2025-10-05 03:01:04.421-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb' (55,662) at 20250724080015806
48262 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/sysklogd/sysklogd/sysklogd' (55,663) at 20250724080015802
48263 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gdm/gdm_48.0.bb' (55,664) at 20250724080015658
48264 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb' (55,665) at 20250724080015806
48265 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0021-Align-PSA-Crypto-structs-with-TF-Mv2.1.1.patch' (55,666) at 20250724080015646
48266 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-v3-r1.bb' (55,667) at 20250724080015646
48267 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/googletest/googletest_1.16.0.bb' (55,668) at 20250724080015718
48268 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb' (55,669) at 20250724080015802
48269 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes/devtool/python3-exhale_0.3.7.bb' (55,670) at 20250724080015726
48270 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.12.bb' (55,671) at 20250724080015734
48271 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/0001-Fix-build-error-with-gcc-13-by-adding-cstdint-header.patch' (55,672) at 20250724080015694
48272 2025-10-05 03:01:04.422-0500 FINEST t466 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' (55,673) at 20250724080015794
48273 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd_0.24.3.bb' (55,674) at 20250724080015662
48274 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus/0001-Remove-whitespace-in-operator-_json.patch' (55,675) at 20250724080015678
48275 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/qpdf/qpdf_12.2.0.bb' (55,676) at 20250724080015710
48276 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/0006-Define-correct-gregs-for-RISCV32.patch' (55,677) at 20250724080015702
48277 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/conf/layer.conf' (55,678) at 20250724080015658
48278 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack/0001-Fix-build-error-in-gcc-15.0.1-due-to-function-redecl.patch' (55,679) at 20250724080015674
48279 2025-10-05 03:01:04.422-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/templates/default/local.conf.sample' (55,680) at 20250724080015754
48280 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbusconfiguration.cpp' (55,681) at 20250725080026907
48281 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/pid_fancontroller_unittest.cpp' (55,682) at 20250725080026911
48282 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/dbus/dbuspassive.cpp' (55,683) at 20250725080026911 to deleted uid set
48283 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/gpio-presence/config_provider.cpp' (55,684) at 20250725080005190
48284 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbushelper.cpp' (55,685) at 20250725080026907
48285 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/pid/fancontroller.cpp' (55,686) at 20250725080026911
48286 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/usb_port.json' (55,690) at 20250718080005569
48287 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_body.hpp' (55,691) at 20250718080003201
48288 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/handler_impl.hpp' (55,692) at 20250726080005821
48289 2025-10-05 03:01:04.423-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/handler_unittest.cpp' (55,693) at 20250726080005821
48290 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack_1.0.bb' (55,694) at 20250724080015674
48291 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/reproducible-builds.rst' (55,695) at 20250724080015754
48292 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-software/gnome-software_48.0.bb' (55,696) at 20250724080015662
48293 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_0.8.3.bb' (55,697) at 20250724080015726
48294 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/nautilus/nautilus_48.1.bb' (55,698) at 20250724080015662
48295 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/src/oe_image_files/__init__.py' (55,699) at 20250724080015814
48296 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/utils/qemurunner.py' (55,700) at 20250724080015770
48297 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/conf.patch' (55,701) at 20250724080015774
48298 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp_4.2.8p18.bb' (55,702) at 20250724080015670
48299 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch' (55,703) at 20250724080015798
48300 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2025-0622-01.patch' (55,704) at 20250724080015770
48301 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail_3.22.bb' (55,705) at 20250724080015718
48302 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4-1.4.20.inc' (55,706) at 20250724080015790
48303 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/index.rst' (55,707) at 20250724080015746
48304 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-2/e9c78dc4712fa6362b0c839ad57b6b46dce1ba83.patch' (55,708) at 20250724080015662
48305 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/yocto-space-optimize.inc' (55,709) at 20250724080015762
48306 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/files/environment.d-openssl.sh' (55,710) at 20250724080015774
48307 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb' (55,711) at 20250724080015782
48308 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/layer.conf' (55,712) at 20250724080015650
48309 2025-10-05 03:01:04.424-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/optee-os_%.bbappend' (55,713) at 20250724080015646
48310 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libiodbc/libiodbc_3.52.16.bb' (55,714) at 20250724080015714
48311 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/0002-coredump-use-glibc-or-musl-register-names-as-appropr.patch' (55,715) at 20250724080015814
48312 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb' (55,716) at 20250724080015678
48313 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-nft.sh.in' (55,717) at 20250722080025642
48314 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/.clang-tidy-ignore' (55,718) at 20250722080039986
48315 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/README.md' (55,719) at 20250722080041838
48316 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/meson.build' (55,720) at 20250722080039986
48317 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/config_base.hpp' (55,721) at 20250723080023584
48318 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,722) at 20250723080015668
48319 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dmtf_tools_utils.robot' (55,723) at 20250723080016816
48320 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-host-ipmi-flash_git.bb' (55,724) at 20250722080025646
48321 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/openpower-libhei-rev.inc' (55,731) at 20250722080025646
48322 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/gbmc-ra.sh' (55,732) at 20250722080025642
48323 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaSmaDevice.cpp' (55,733) at 20250722080006582
48324 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/gbmc-net-lib.sh' (55,734) at 20250722080025642
48325 2025-10-05 03:01:04.425-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/smc-deassert-log@.service' (55,735) at 20250723080015676
48326 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/test/test_utils.hpp' (55,736) at 20250722080039986
48327 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaSmaDevice.hpp' (55,737) at 20250722080006582
48328 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/50-gbmc-nic.rules.in' (55,738) at 20250722080025642
48329 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/docs/plugin.md' (55,739) at 20250723080016816
48330 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-extended/rsyslog/rsyslog_%.bbappend' (55,740) at 20250723080015668
48331 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/fru.hpp' (55,741) at 20250721080032038
48332 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,742) at 20250723080015676
48333 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,743) at 20250723080015676
48334 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/meson.build' (55,744) at 20250723080014580
48335 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,745) at 20250723080015668
48336 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog_%.bbappend' (55,746) at 20250723080015676
48337 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/bmcweb/bmcweb_%.bbappend' (55,747) at 20250723080015676
48338 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,748) at 20250723080015676
48339 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,749) at 20250723080015676
48340 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/xcat/xcat_utils.robot' (55,777) at 20250723080016816
48341 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,778) at 20250723080015676
48342 2025-10-05 03:01:04.426-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,779) at 20250723080015676 to deleted uid set
48343 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/smc-assert-log@.timer' (55,780) at 20250723080015676
48344 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,781) at 20250723080015676
48345 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager_git.bb' (55,782) at 20250723080015676
48346 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/smc-event-logger' (55,783) at 20250723080015676
48347 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend' (55,784) at 20250723080015668
48348 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_date_and_time_utils.robot' (55,785) at 20250723080016816
48349 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/smc-assert-log@.service' (55,786) at 20250723080015676
48350 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_network_utils.robot' (55,787) at 20250723080016816
48351 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/log.c' (55,788) at 20250726080009545
48352 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet_3.12.1.bb' (55,789) at 20250724080015726
48353 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.1.bb' (55,790) at 20250724080015662
48354 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch' (55,791) at 20250724080015782
48355 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/fb.rules' (55,792) at 20250724080015782
48356 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-s6q/conf/layer.conf' (55,793) at 20250724080015730
48357 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb' (55,794) at 20250724080015726
48358 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/GNU_SOURCE-7.patch' (55,795) at 20250724080015706
48359 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip-1.14/wrong-path-fix.patch' (55,796) at 20250724080015802
48360 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0003-Dont-disable-libreadline.a-when-using-disable-static.patch' (55,797) at 20250724080015790
48361 2025-10-05 03:01:04.427-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.10.4.bb' (55,798) at 20250724080015726
48362 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0002-compiler-rt-support-a-new-embedded-linux-target.patch' (55,799) at 20250724080015782
48363 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl_2.1.28.bb' (55,800) at 20250724080015710
48364 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch' (55,801) at 20250724080015806
48365 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/kmod.py' (55,802) at 20250724080015766
48366 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/fvpboot.bbclass' (55,803) at 20250724080015646
48367 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/0001-make-kea-environment-available-to-lfc.patch' (55,804) at 20250724080015774
48368 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-uuid.inc' (55,805) at 20250724080015650
48369 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake' (55,806) at 20250724080015734
48370 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/0003-CMakeLists.txt-Revise-init-manager-deduction.patch' (55,807) at 20250724080015702
48371 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/conf/layer.conf' (55,808) at 20250724080015638
48372 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sysdig/sysdig_0.28.0.bb' (55,809) at 20250724080015706
48373 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-init-tray-sgpio-status' (55,810) at 20250724080015654
48374 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/minizip-ng/minizip-ng/run-ptest' (55,811) at 20250724080015678
48375 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-its_git.bb' (55,812) at 20250724080015650
48376 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/upgrade.py' (55,813) at 20250724080015818
48377 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/base64.c' (55,814) at 20250726080009545
48378 2025-10-05 03:01:04.428-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.1.bb' (55,815) at 20250724080015810
48379 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/common-clang.inc' (55,816) at 20250724080015782
48380 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/neon/neon_0.33.0.bb' (55,817) at 20250724080015714
48381 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cerberus_1.3.7.bb' (55,818) at 20250724080015718
48382 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0001-Hash-fix-for-MIPS64-and-AARCH64.patch' (55,819) at 20250724080015734
48383 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-markdown_3.8.bb' (55,820) at 20250724080015794
48384 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross_15.1.bb' (55,821) at 20250724080015786
48385 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0001-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch' (55,822) at 20250724080015782
48386 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.13.4.bb' (55,823) at 20250724080015718
48387 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb' (55,824) at 20250724080015718
48388 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb' (55,825) at 20250724080015794
48389 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/conf/layer.conf' (55,826) at 20250724080015658
48390 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc_1.2.0.bb' (55,827) at 20250724080015722
48391 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0003-fix-real-path-for-some-files-dirs.patch' (55,828) at 20250724080015734
48392 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2025-0677_CVE-2025-0684_CVE-2025-0685_CVE-2025-0686_CVE-2025-0689.patch' (55,829) at 20250724080015770
48393 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb' (55,830) at 20250724080015666
48394 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-fsspec_2025.3.2.bb' (55,831) at 20250724080015722
48395 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bvi/bvi_1.4.2.bb' (55,832) at 20250724080015710
48396 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astroid_3.3.10.bb' (55,833) at 20250724080015718
48397 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/consolekit/consolekit_0.4.6.bb' (55,834) at 20250724080015810
48398 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bcu/bcu/0001-CMakeLists-do-not-use-vendored-libcurl.patch' (55,835) at 20250724080015710
48399 2025-10-05 03:01:04.429-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/miniupnp/download.php' (55,836) at 20250724080015742
48400 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbgrab/fbgrab_1.5.bb' (55,837) at 20250724080015706
48401 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch' (55,838) at 20250724080015794
48402 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/vulnerabilities.rst' (55,839) at 20250724080015746
48403 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast_14.0.7.bb' (55,840) at 20250724080015722
48404 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/data_smart.py' (55,841) at 20250724080015738
48405 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0001-Update-setuptools-requirement-from-79.0-65.6-to-65.6.patch' (55,842) at 20250724080015722
48406 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/tcl-remove-hardcoded-install-path.patch' (55,843) at 20250724080015798
48407 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-graphics/mesa/mesa.bbappend' (55,844) at 20250724080015734
48408 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/net-snmp-5.9.4-kernel-6.7.patch' (55,845) at 20250724080015670
48409 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/xl2tpd/xl2tpd/0001-Fix-build-with-GCC-15.patch' (55,846) at 20250724080015670
48410 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb' (55,847) at 20250724080015806
48411 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb' (55,848) at 20250724080015794
48412 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.8.rst' (55,849) at 20250724080015750
48413 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/googlebenchmark/googlebenchmark_1.9.3.bb' (55,850) at 20250724080015710
48414 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-devtools/raspi-utils/raspi-utils_git.bb' (55,851) at 20250724080015734
48415 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ncurses/ncurses.inc' (55,852) at 20250724080015782
48416 2025-10-05 03:01:04.430-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/conf/layer.conf' (55,853) at 20250724080015658
48417 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb' (55,854) at 20250724080015658
48418 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-arrow/run-ptest' (55,855) at 20250724080015718
48419 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/bubblewrap/bubblewrap/0001-Use-stdbool.h-for-booleans.patch' (55,856) at 20250724080015710
48420 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0013-Revert-Load-and-store-UEFI-variable-index-in-chunks.patch' (55,857) at 20250724080015646
48421 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/check_fixtures.py' (55,858) at 20250724080015742
48422 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner-crates.inc' (55,859) at 20250724080015706
48423 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/file-roller/file-roller_44.5.bb' (55,860) at 20250724080015658
48424 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb' (55,861) at 20250724080015694
48425 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/imagemagick_7.1.1-43.bb' (55,862) at 20250724080015710
48426 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/qemu-pixman.h' (55,863) at 20250724080034738
48427 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-valgrind-filter_xml_frames-do-not-filter-usr.patch' (55,864) at 20250724080015798
48428 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/sdk.py' (55,865) at 20250724080015766
48429 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libpipeline/libpipeline_1.5.8.bb' (55,866) at 20250724080015802
48430 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch' (55,867) at 20250724080015786
48431 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb' (55,868) at 20250724080015678
48432 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/psplash_git.bb' (55,869) at 20250724080015782
48433 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m-scripts-native_2.1.1.bb' (55,870) at 20250724080015646
48434 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-session/gnome-session_47.0.1.bb' (55,871) at 20250724080015658
48435 2025-10-05 03:01:04.431-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgcc_15.1.bb' (55,872) at 20250724080015790
48436 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2025-1118.patch' (55,873) at 20250724080015770
48437 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/readline/readline_8.2.13.bb' (55,874) at 20250724080015782
48438 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pdm-build-locked_0.3.5.bb' (55,875) at 20250724080015794
48439 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client_4.3.0.bb' (55,876) at 20250724080015646
48440 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/run-ptest' (55,877) at 20250724080015734
48441 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.38.bb' (55,878) at 20250724080015778
48442 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/devtool.py' (55,879) at 20250724080015766
48443 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_48.0.bb' (55,880) at 20250724080015658
48444 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/layer.conf' (55,881) at 20250724080015730
48445 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-image_2.8.8.bb' (55,882) at 20250724080015706
48446 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/0001-Fix-build-errors-on-RISCV-https-bugs.webkit.org-show.patch' (55,883) at 20250724080015718
48447 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/0001-Avoid-shadowing-ncurses-functions.patch' (55,884) at 20250724080015710
48448 2025-10-05 03:01:04.432-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2_2.4.63.bb' (55,885) at 20250724080015726
48449 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-greenlet_3.2.2.bb' (55,886) at 20250724080015722
48450 2025-10-05 03:01:04.433-0500 FINEST t466 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' (55,887) at 20250724080015810
48451 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/0001-python-enable-unbundled-cross-compilation.patch' (55,888) at 20250724080015722
48452 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb' (55,889) at 20250724080015666
48453 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go_1.24.3.bb' (55,890) at 20250724080015790
48454 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/0001-Fix-build-with-libxml2-2.12.0-and-clang-17.patch' (55,891) at 20250724080015714
48455 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libpng/libpng_1.6.48.bb' (55,892) at 20250724080015810
48456 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland-protocols_1.44.bb' (55,893) at 20250724080015806
48457 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/0001-SimpleRowFormatter.h-fix-the-build-on-gcc-15-unsatis.patch' (55,894) at 20250724080015718
48458 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-arm-platforms.inc' (55,895) at 20250724080015646
48459 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap_7.92.bb' (55,896) at 20250724080015710
48460 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test2_git.bb' (55,897) at 20250724080015650
48461 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/notes/xfce4-notes-plugin_1.11.2.bb' (55,898) at 20250724080015726
48462 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb' (55,899) at 20250724080015710
48463 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Upgrade-radium-to-1.0.patch' (55,900) at 20250724080015722
48464 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/b4-wrapper-poky.py' (55,901) at 20250724080015814
48465 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost-1.88.0.inc' (55,902) at 20250724080015810
48466 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.1.bb' (55,903) at 20250724080015810
48467 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/pokybleeding.py' (55,904) at 20250724080015766
48468 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb' (55,905) at 20250724080015674
48469 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sdbus_0.14.0.bb' (55,906) at 20250724080015726
48470 2025-10-05 03:01:04.433-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/0001-fix-bool-reserved-word-error-in-gcc-15.patch' (55,907) at 20250724080015718
48471 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-poky/conf/distro/poky-tiny.conf' (55,908) at 20250724080015754
48472 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/manifest.py' (55,909) at 20250724080015762
48473 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch' (55,910) at 20250724080015774
48474 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/draw.py' (55,911) at 20250724080015818
48475 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sysdig/sysdig/0001-libsinsp-fix-build-with-gcc-15.patch' (55,912) at 20250724080015706
48476 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/0003-update-ca-certificates-use-relative-symlinks-from-ET.patch' (55,913) at 20250724080015810
48477 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-runtime_15.1.bb' (55,914) at 20250724080015786
48478 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-stevedore_5.4.1.bb' (55,915) at 20250724080015726
48479 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/fragments/yocto-autobuilder/autobuilder.conf' (55,916) at 20250724080015762
48480 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/conf/layer.conf' (55,917) at 20250724080015658
48481 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/epiphany_48.3.bb' (55,918) at 20250724080015802
48482 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typeguard_4.4.2.bb' (55,919) at 20250724080015726
48483 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml2/libtinyxml2_11.0.0.bb' (55,920) at 20250724080015714
48484 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/libsdl2/libsdl2_2.32.6.bb' (55,921) at 20250724080015806
48485 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0013-Ensure-target-gcc-headers-can-be-included.patch' (55,922) at 20250724080015786
48486 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.6.bb' (55,923) at 20250724080015698
48487 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief_0.16.5.bb' (55,924) at 20250724080015722
48488 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/testsdk.bbclass' (55,925) at 20250724080015758
48489 2025-10-05 03:01:04.434-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-examples_4.4.0.bb' (55,926) at 20250724080015646
48490 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-89.patch' (55,927) at 20250724080015726
48491 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-security/libgssglue/libgssglue_0.9.bb' (55,928) at 20250724080015734
48492 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/layer.conf' (55,929) at 20250724080015730
48493 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/netbase/netbase_6.5.bb' (55,930) at 20250724080015782
48494 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0005-Change-order-of-CFLAGS.patch' (55,931) at 20250724080015790
48495 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch' (55,932) at 20250724080015790
48496 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/0001-configure.ac-update-version-to-0.64.patch' (55,933) at 20250724080015662
48497 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-hardening/conf/layer.conf' (55,934) at 20250724080015734
48498 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb' (55,935) at 20250724080015802
48499 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/0001-bstat-use-uint32_t-instead-of-__uint32_t-to-fix-buil.patch' (55,936) at 20250724080015658
48500 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/wic.py' (55,937) at 20250724080015770
48501 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb' (55,938) at 20250724080015786
48502 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c/0001-AVRO-3960-C-Fix-st-ANYARGS-warning-2798.patch' (55,939) at 20250724080015710
48503 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/0001-strutl-Add-missing-include-cstdint-gcc-15.patch' (55,940) at 20250724080015782
48504 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/cve_check.py' (55,941) at 20250724080015762
48505 2025-10-05 03:01:04.435-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.20.2.bb' (55,942) at 20250724080015754
48506 2025-10-05 03:01:04.436-0500 FINEST t466 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' (55,943) at 20250724080015782
48507 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/xl2tpd/xl2tpd_1.3.16.bb' (55,944) at 20250724080015670
48508 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-calver_2025.04.17.bb' (55,945) at 20250724080015794
48509 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/libgfortran.inc' (55,946) at 20250724080015790
48510 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi_4.0.1.bb' (55,947) at 20250724080015770
48511 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.bb' (55,948) at 20250724080015662
48512 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.2.2.bb' (55,949) at 20250724080015706
48513 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-basetools-native_202502.bb' (55,950) at 20250724080015646
48514 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/busybox/busybox/small-flash.cfg' (55,951) at 20250724080015730
48515 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nano/nano_8.3.bb' (55,952) at 20250724080015714
48516 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat_0.32.bb' (55,953) at 20250724080015670
48517 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-protobuf_5.29.4.bb' (55,954) at 20250724080015722
48518 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/conf/layer.conf' (55,955) at 20250724080015658
48519 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/can-utils/0001-Include-time.h-for-timespec-struct-definition.patch' (55,956) at 20250724080015706
48520 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/hiredis-use-default-CC-if-it-is-set.patch' (55,957) at 20250724080015706
48521 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/README.md' (55,958) at 20250724080015726
48522 2025-10-05 03:01:04.436-0500 FINEST t466 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' (55,959) at 20250724080015642
48523 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/mutter_48.0.bb' (55,960) at 20250724080015662
48524 2025-10-05 03:01:04.436-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files_3.0.14.bb' (55,961) at 20250724080015774
48525 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.0.7.rst' (55,962) at 20250724080015750
48526 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/conf/layer.conf' (55,963) at 20250724080015658
48527 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis_6.2.16.bb' (55,964) at 20250724080015702
48528 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uim/uim_1.9.0.bb' (55,965) at 20250724080015718
48529 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/make/make/0001-Fix-signatures-for-getenv-getopt.patch' (55,966) at 20250724080015790
48530 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/samhain/files/0004-Set-the-PID-Lock-path-for-samhain.pid.patch' (55,967) at 20250724080015734
48531 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/libmpd_11.8.17.bb' (55,968) at 20250724080015662
48532 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/run-ptest' (55,969) at 20250724080015726
48533 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb' (55,970) at 20250724080015694
48534 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/radvd.service' (55,971) at 20250724080015666
48535 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/profile' (55,972) at 20250724080015774
48536 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymysql_1.1.1.bb' (55,973) at 20250724080015722
48537 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/set_versions.py' (55,974) at 20250724080015754
48538 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/acl_2.3.2.bb' (55,975) at 20250724080015810
48539 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/files/0001-Command-buffer-supported-queue-properties-265.patch' (55,976) at 20250724080015678
48540 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0005-sapi-cli-config.m4-fix-build-directory.patch' (55,977) at 20250724080015698
48541 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-decorator_5.2.1.bb' (55,978) at 20250724080015722
48542 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0003-iconv-fix-detection.patch' (55,979) at 20250724080015698
48543 2025-10-05 03:01:04.437-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/gcc14.patch' (55,980) at 20250724080015718
48544 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-greenstalk_2.1.0.bb' (55,981) at 20250724080015722
48545 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tqdm_4.67.1.bb' (55,982) at 20250724080015726
48546 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser_0.64.bb' (55,983) at 20250724080015662
48547 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany/0001-configure-Upgrade-to-a-modern-Gettext.patch' (55,984) at 20250724080015694
48548 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-netaddr_1.3.0.bb' (55,985) at 20250724080015722
48549 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/layer.conf' (55,986) at 20250724080015658
48550 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ipython_9.2.0.bb' (55,987) at 20250724080015722
48551 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/older-glibc-symbols.patch' (55,988) at 20250724080015790
48552 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/toolchain/build-gcc.inc' (55,989) at 20250724080015762
48553 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch' (55,990) at 20250724080015810
48554 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-automat_25.4.16.bb' (55,991) at 20250724080015718
48555 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono_2.16.bb' (55,992) at 20250724080015774
48556 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2025-0624.patch' (55,993) at 20250724080015770
48557 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-joblib_1.5.0.bb' (55,994) at 20250724080015722
48558 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/svg/patching.svg' (55,995) at 20250724080015750
48559 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/layer.conf' (55,996) at 20250724080015650
48560 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.sysvinit' (55,997) at 20250724080015718
48561 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/wireshark_4.2.11.bb' (55,998) at 20250724080015670
48562 2025-10-05 03:01:04.438-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm_git.bb' (55,999) at 20250724080015710
48563 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/0001-cargo-Update-tempfile-to-latest-3.x.patch' (56,000) at 20250724080015706
48564 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0004-make-Separate-TLS-targets-from-libraries.patch' (56,001) at 20250724080015670
48565 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/0001-fix-protobuf-native-build-failure-with-gcc-10.patch' (56,002) at 20250724080015698
48566 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/pseudo_git.bb' (56,003) at 20250724080015790
48567 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/create-spdx-3.0.bbclass' (56,004) at 20250724080015762
48568 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross_16.3.bb' (56,005) at 20250724080015790
48569 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/projecttags.py' (56,006) at 20250724080015742
48570 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/multilib.conf' (56,007) at 20250724080015762
48571 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ply_3.11.bb' (56,008) at 20250724080015794
48572 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/phosphor-base.inc' (56,009) at 20250724080015730
48573 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_47.1.bb' (56,010) at 20250724080015658
48574 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0011-clang-Add-lpthread-and-ldl-along-with-lunwind-for-st.patch' (56,011) at 20250724080015782
48575 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/base64_test.h' (56,012) at 20250729080011275
48576 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/mctp_setup@.service' (56,013) at 20250729080013983
48577 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/types.hpp' (56,014) at 20250729080022555
48578 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/mctp_setup.service' (56,015) at 20250729080013983
48579 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/software/meson.build' (56,016) at 20250729080019839
48580 2025-10-05 03:01:04.439-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/mctp_setup.service' (56,017) at 20250729080013983
48581 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/cper-parse.c' (56,018) at 20250729080011275
48582 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/mctp_init.sh' (56,019) at 20250729080013983
48583 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/meson.build' (56,020) at 20250729080011275
48584 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-support/mctp/mctp_%.bbappend' (56,021) at 20250729080013983
48585 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/base64_test.c' (56,022) at 20250729080011275
48586 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/cli-app/cper-convert.c' (56,023) at 20250729080011275
48587 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/mctp_setup.sh' (56,024) at 20250729080013983
48588 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/pldm/test_redfish_bios_attributes.robot' (56,025) at 20250729080015303
48589 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/mctp_%.bbappend' (56,026) at 20250729080013983
48590 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/mctp_init.service' (56,027) at 20250729080013983
48591 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/mctp_init.service' (56,028) at 20250729080013983
48592 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/software/software_config.cpp' (56,029) at 20250729080019839
48593 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/meson.build' (56,042) at 20250729080019839
48594 2025-10-05 03:01:04.440-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/generator/gen-utils.h' (56,043) at 20250729080011275
48595 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/filter_expr_executor.cpp' (56,044) at 20250729080003895
48596 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/log.h' (56,045) at 20250729080011275
48597 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/mctp_setup.sh' (56,046) at 20250729080013983
48598 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/meson.build' (56,047) at 20250729080011275
48599 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/mctp_init.sh' (56,048) at 20250729080013983
48600 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/fan.cpp' (56,049) at 20250729080022555
48601 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/perform_scan.hpp' (56,050) at 20250730080006564
48602 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/mctp/files/mctp_setup@.service' (56,055) at 20250729080013983
48603 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/gen-utils.c' (56,056) at 20250729080011275
48604 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/dbus-sdr/storagecommands.hpp' (56,057) at 20250730080022208
48605 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (56,058) at 20250730080013824
48606 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/dbus-sdr/sensorcommands.hpp' (56,059) at 20250730080022208
48607 2025-10-05 03:01:04.441-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/meson.build' (56,060) at 20250729080019839
48608 2025-10-05 03:01:04.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/software/software_get_random_softwareid.cpp' (56,061) at 20250729080019839
48609 2025-10-05 03:01:04.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/unit-test.py' (56,062) at 20250729080014567
48610 2025-10-05 03:01:04.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/test/google_accel_oob_unittest.cpp' (56,063) at 20250806080013653
48611 2025-10-05 03:01:04.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/OWNERS' (56,064) at 20250806080011585
48612 2025-10-05 03:01:04.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/utils.hpp' (56,065) at 20250806080024201
48613 2025-10-05 03:01:04.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (56,066) at 20250806080020553
48614 2025-10-05 03:01:04.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/devicetree_vpd_parser/machine_context.cpp' (56,067) at 20250806080012637
48615 2025-10-05 03:01:04.442-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/utils.cpp' (56,068) at 20250806080024201
48616 2025-10-05 03:01:04.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/apphandler.cpp' (56,069) at 20250805080025990
48617 2025-10-05 03:01:04.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/power_status_monitor.cpp' (56,070) at 20250805080004594
48618 2025-10-05 03:01:04.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/entity_manager/test_entity-manager.cpp' (56,071) at 20250805080004598
48619 2025-10-05 03:01:04.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/entity_manager/meson.build' (56,075) at 20250805080004598
48620 2025-10-05 03:01:04.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger.hpp' (56,076) at 20250805080043983
48621 2025-10-05 03:01:04.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/meta-layer-guidelines.md' (56,077) at 20250805080004110
48622 2025-10-05 03:01:04.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/machine/p10bmc.conf' (56,078) at 20250805080017114
48623 2025-10-05 03:01:04.443-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/gpio/id-button.bb' (56,079) at 20250805080017114
48624 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/cr-toggle-boot-disabled.service' (56,080) at 20250805080017114
48625 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/chassis/avsbus-control.bb' (56,081) at 20250805080017114
48626 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/oem/nvidia/meson.build' (56,082) at 20250805080025990
48627 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/power_status_monitor.hpp' (56,083) at 20250805080004594
48628 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/cr-toggle-boot-enabled.service' (56,084) at 20250805080017114
48629 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/cr-toggle-boot-logger' (56,085) at 20250805080017114
48630 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory-validation-bits.cperhex' (56,086) at 20250806080017361
48631 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/variant_visitors.hpp' (56,087) at 20250806080012637
48632 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_manager.cpp' (56,088) at 20250806080024197
48633 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/expression.hpp' (56,089) at 20250806080012637
48634 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/occ/openpower-occ-control_%.bbappend' (56,090) at 20250806080020553
48635 2025-10-05 03:01:04.444-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/README.md' (56,091) at 20250806080013653
48636 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/perform_probe.cpp' (56,092) at 20250806080012637
48637 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/p8.inc' (56,093) at 20250806080020557
48638 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/hpe/dl360g12_baseboard.json' (56,094) at 20250806080012633
48639 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/app.cpp' (56,095) at 20250806080024197
48640 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/expression.cpp' (56,096) at 20250806080012637
48641 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory-validation-bits.json' (56,097) at 20250806080017361
48642 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-neigh.sh.in' (56,098) at 20250806080020553
48643 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/occ/openpower-occ-control_%.bbappend' (56,099) at 20250806080020553
48644 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/main.cpp' (56,100) at 20250806080012637
48645 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/ir-tests.c' (56,101) at 20250806080017365
48646 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_device/fru_reader.hpp' (56,102) at 20250806080012637
48647 2025-10-05 03:01:04.445-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/devicetree_vpd_parser/machine_context.hpp' (56,103) at 20250806080012637
48648 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/log_device_inventory.hpp' (56,104) at 20250806080012637
48649 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/overlay.hpp' (56,132) at 20250806080012637
48650 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_manager.hpp' (56,133) at 20250806080024201
48651 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/pcie_i2c.cpp' (56,134) at 20250806080013653
48652 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-memory.c' (56,135) at 20250806080017361
48653 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/OWNERS' (56,136) at 20250806080011585
48654 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb' (56,137) at 20250806080020557
48655 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_device/fru_reader.cpp' (56,138) at 20250806080012637
48656 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/SensorPaths.hpp' (56,139) at 20250731080005978
48657 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (56,140) at 20250731080017254
48658 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/gpio-presence/gpio_presence_manager.cpp' (56,141) at 20250731080007382
48659 2025-10-05 03:01:04.446-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/NotifyWatch.cpp' (56,142) at 20250731080005978
48660 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/EntityManagerInterface.cpp' (56,151) at 20250731080005978
48661 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/meson.build' (56,152) at 20250731080036783
48662 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaDeviceDiscovery.cpp' (56,153) at 20250731080005978
48663 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/NotifyWatch.hpp' (56,154) at 20250731080005978
48664 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/OcpMctpVdm.cpp' (56,155) at 20250731080005978
48665 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/item_updater_main.cpp' (56,156) at 20250731080021314
48666 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuVoltageSensor.cpp' (56,157) at 20250731080005978
48667 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPReactor.cpp' (56,158) at 20250731080005978
48668 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console/client.conf' (56,159) at 20250801080021468
48669 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-x86/peci-pcie/peci-pcie_git.bb' (56,160) at 20250801080021472
48670 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/.clang-format' (56,161) at 20250801080040412
48671 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/cper-generate-cli.c' (56,162) at 20250729080011275
48672 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/mctp_%.bbappend' (56,163) at 20250729080013983
48673 2025-10-05 03:01:04.447-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/estoraged.cpp' (56,164) at 20250729080006807
48674 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/network/phosphor-network/config.json' (56,165) at 20250731080017250
48675 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/trigger.hpp' (56,166) at 20250731080003722
48676 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/test/oemrouter_unittest.cpp' (56,167) at 20250730080022212
48677 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/api.h' (56,168) at 20250730080022208
48678 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/flash/openpower-software-manager_git.bb' (56,169) at 20250801080021472
48679 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/oem/nuvoton/test_redfish_mcu_fw_update.robot' (56,170) at 20250801080022524
48680 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/oem/ieisystem/test_sensor_monitoring.robot' (56,171) at 20250801080022524
48681 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/configuration.hpp' (56,172) at 20250730080006564
48682 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/data/oem/ieisystem/sensors_resource.json' (56,173) at 20250801080022520
48683 2025-10-05 03:01:04.448-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/network/test_vlan_network.robot' (56,174) at 20250801080022520
48684 2025-10-05 03:01:04.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/dcmi/test_dcmi_asset_tag.robot' (56,175) at 20250801080022520
48685 2025-10-05 03:01:04.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/standby_bmc.robot' (56,176) at 20250801080022520
48686 2025-10-05 03:01:04.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/callback-manager/src/callback_manager.cpp' (56,192) at 20250802080028916
48687 2025-10-05 03:01:04.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbrdhcp.network' (56,193) at 20250802080010808
48688 2025-10-05 03:01:04.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/.gitignore' (56,194) at 20250802080028916
48689 2025-10-05 03:01:04.449-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/callback-manager/include/callback_manager.hpp' (56,195) at 20250802080028916
48690 2025-10-05 03:01:04.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/hsbp-manager/src/hsbp_manager.cpp' (56,196) at 20250802080028916
48691 2025-10-05 03:01:04.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-dhcrelay.sh.in' (56,219) at 20250802080010808
48692 2025-10-05 03:01:04.450-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/callback-manager/LICENCE' (56,220) at 20250802080028916
48693 2025-10-05 03:01:04.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/src/hsbp_manager.cpp' (56,221) at 20250802080028916
48694 2025-10-05 03:01:04.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/hsbp-manager/service_files/hsbp-manager.service' (56,222) at 20250802080028916
48695 2025-10-05 03:01:04.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/service_files/hsbp-manager.service' (56,223) at 20250802080028916
48696 2025-10-05 03:01:04.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/meson.build' (56,224) at 20250802080028916
48697 2025-10-05 03:01:04.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br-dhcp.rules' (56,225) at 20250802080010808
48698 2025-10-05 03:01:04.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcbrdhcp.netdev' (56,226) at 20250802080010808
48699 2025-10-05 03:01:04.453-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/callback-manager/.gitignore' (56,227) at 20250802080028916
48700 2025-10-05 03:01:04.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/meson.build' (56,228) at 20250802080028916
48701 2025-10-05 03:01:04.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/manufacturingcommands.cpp' (56,229) at 20250802080006640
48702 2025-10-05 03:01:04.454-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/callback-manager/service_files/callback-manager.service' (56,230) at 20250802080028916
48703 2025-10-05 03:01:04.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/50-gbmc-ncsi.rules.in' (56,231) at 20250802080010808
48704 2025-10-05 03:01:04.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/setup-bic-eid' (56,232) at 20250802080010804
48705 2025-10-05 03:01:04.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/LICENCE' (56,233) at 20250802080028916
48706 2025-10-05 03:01:04.455-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/LICENCE' (56,234) at 20250802080028916
48707 2025-10-05 03:01:04.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/storagecommands.cpp' (56,235) at 20250802080006644
48708 2025-10-05 03:01:04.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/dcmi/test_dcmi_get_temperature_reading.robot' (56,236) at 20250801080022520
48709 2025-10-05 03:01:04.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/callback-manager/README.md' (56,237) at 20250802080028916
48710 2025-10-05 03:01:04.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/service_files/callback-manager.service' (56,238) at 20250802080028916
48711 2025-10-05 03:01:04.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcdhcp.netdev' (56,239) at 20250802080010808
48712 2025-10-05 03:01:04.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/hsbp-manager/meson.build' (56,240) at 20250802080028916
48713 2025-10-05 03:01:04.456-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcrelay@.service' (56,241) at 20250802080010808
48714 2025-10-05 03:01:04.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/.gitignore' (56,242) at 20250802080028916
48715 2025-10-05 03:01:04.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/hsbp-manager/include/utils.hpp' (56,243) at 20250802080028916
48716 2025-10-05 03:01:04.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/src/callback_manager.cpp' (56,244) at 20250802080028916
48717 2025-10-05 03:01:04.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-ip-monitor.sh' (56,245) at 20250802080010808
48718 2025-10-05 03:01:04.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/callback-manager/meson.build' (56,246) at 20250802080028916
48719 2025-10-05 03:01:04.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/README.md' (56,247) at 20250802080028916
48720 2025-10-05 03:01:04.457-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/hsbp-manager/LICENCE' (56,248) at 20250802080028916
48721 2025-10-05 03:01:04.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-deprecated-ips.sh.in' (56,249) at 20250802080010808
48722 2025-10-05 03:01:04.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/OWNERS' (56,250) at 20250802080028916
48723 2025-10-05 03:01:04.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/-bmc-gbmcdhcp.network' (56,251) at 20250802080010808
48724 2025-10-05 03:01:04.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-ip-monitor-test.sh' (56,252) at 20250802080010808
48725 2025-10-05 03:01:04.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-usb.sh' (56,253) at 20250802080010808
48726 2025-10-05 03:01:04.458-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/include/callback_manager.hpp' (56,254) at 20250802080028916
48727 2025-10-05 03:01:04.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/smbpbi/SmbpbiSensor.cpp' (56,255) at 20250731080005978 to deleted uid set
48728 2025-10-05 03:01:04.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (56,256) at 20250801080021468
48729 2025-10-05 03:01:04.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/include/sensorcommands.hpp' (56,257) at 20250802080006640
48730 2025-10-05 03:01:04.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/callback-manager/meson.build' (56,258) at 20250802080028916
48731 2025-10-05 03:01:04.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/hsbp-manager/.gitignore' (56,259) at 20250802080028916
48732 2025-10-05 03:01:04.459-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcrelay.sh' (56,260) at 20250802080010808
48733 2025-10-05 03:01:04.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/s2600wf-misc/subprojects/hsbp-manager/include/utils.hpp' (56,261) at 20250802080028916
48734 2025-10-05 03:01:04.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/gbmc-psu-hardreset-time.service' (56,262) at 20250808080019222
48735 2025-10-05 03:01:04.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/meson.build' (56,263) at 20250811080015977
48736 2025-10-05 03:01:04.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/dump_collect_main.cpp' (56,264) at 20250812080024752
48737 2025-10-05 03:01:04.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/webassets.hpp' (56,265) at 20250812080003180
48738 2025-10-05 03:01:04.460-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/service_files/obmc-dump-monitor.service' (56,266) at 20250812080030008
48739 2025-10-05 03:01:04.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/service_files/xyz.openbmc_project.Dump.Manager.service' (56,267) at 20250812080030008
48740 2025-10-05 03:01:04.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/forward_unauthorized.hpp' (56,268) at 20250812080003180
48741 2025-10-05 03:01:04.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/meson.build' (56,269) at 20250812080024124
48742 2025-10-05 03:01:04.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb' (56,270) at 20250812080022540
48743 2025-10-05 03:01:04.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/recipes-intel/callback-manager.bb' (56,271) at 20250812080022540
48744 2025-10-05 03:01:04.461-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/writefrudata.cpp' (56,272) at 20250812080018872
48745 2025-10-05 03:01:04.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/software_utils.hpp' (56,273) at 20250809080017673
48746 2025-10-05 03:01:04.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/catalina/power-cmd' (56,274) at 20250809080012309
48747 2025-10-05 03:01:04.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/activation.hpp' (56,275) at 20250809080017673
48748 2025-10-05 03:01:04.462-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/serialcmd.cpp' (56,276) at 20250807080026194
48749 2025-10-05 03:01:04.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/tyan/tyan_s8030_baseboard.json' (56,277) at 20250807080010758 to deleted uid set
48750 2025-10-05 03:01:04.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/meson.build' (56,278) at 20250811080026213
48751 2025-10-05 03:01:04.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (56,279) at 20250809080012309
48752 2025-10-05 03:01:04.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-power-good-drop' (56,280) at 20250809080012313
48753 2025-10-05 03:01:04.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/software.cpp' (56,281) at 20250809080017673
48754 2025-10-05 03:01:04.463-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/gbmc-psu-hardreset.target' (56,282) at 20250808080019222
48755 2025-10-05 03:01:04.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/CONTRIBUTING.md' (56,294) at 20250809080043470
48756 2025-10-05 03:01:04.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (56,295) at 20250809080012313
48757 2025-10-05 03:01:04.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/associations.cpp' (56,296) at 20250809080029842
48758 2025-10-05 03:01:04.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/software.hpp' (56,297) at 20250809080017673
48759 2025-10-05 03:01:04.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/associations.cpp' (56,298) at 20250809080029838
48760 2025-10-05 03:01:04.464-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/boost.wrap' (56,299) at 20250809080029842
48761 2025-10-05 03:01:04.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/activation.cpp' (56,300) at 20250809080017673
48762 2025-10-05 03:01:04.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (56,315) at 20250808080019222
48763 2025-10-05 03:01:04.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/gbmc-systemd-config.bb' (56,316) at 20250808080019222
48764 2025-10-05 03:01:04.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-power-good-drop' (56,317) at 20250809080012313
48765 2025-10-05 03:01:04.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/dhcp-done/50-dhcp-done.rules' (56,318) at 20250809080012313
48766 2025-10-05 03:01:04.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-kernel/linux/linux-aspeed/santabarbara.cfg' (56,319) at 20250809080012313
48767 2025-10-05 03:01:04.465-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init' (56,320) at 20250809080012313
48768 2025-10-05 03:01:04.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/main.cpp' (56,321) at 20250809080029842
48769 2025-10-05 03:01:04.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/conf/machine/santabarbara.conf' (56,322) at 20250809080012313
48770 2025-10-05 03:01:04.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-power-good-drop.service' (56,323) at 20250809080012313
48771 2025-10-05 03:01:04.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init.service' (56,324) at 20250809080012313
48772 2025-10-05 03:01:04.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/meson.build' (56,325) at 20250809080029838
48773 2025-10-05 03:01:04.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/software_utils.cpp' (56,326) at 20250809080017673
48774 2025-10-05 03:01:04.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/fail-monitor/monitor.hpp' (56,327) at 20250809080029838
48775 2025-10-05 03:01:04.466-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/device.cpp' (56,328) at 20250807080023178
48776 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-power-good-drop.service' (56,329) at 20250809080012313
48777 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/phosphor-multi-gpio-monitor.conf' (56,330) at 20250809080012313
48778 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll/check-ipv6-ll' (56,331) at 20250809080012313
48779 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/gtest.wrap' (56,332) at 20250809080029842
48780 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/subprojects/cli11.wrap' (56,333) at 20250809080029842
48781 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/handler.cpp' (56,334) at 20250809080029838
48782 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/service_files/obmc-fru-fault-monitor.service' (56,335) at 20250807080027942
48783 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb' (56,336) at 20250808080019222
48784 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/gbmc-enqueue-powercycle.sh' (56,337) at 20250808080019222
48785 2025-10-05 03:01:04.467-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/gbmc-psu-hardreset-pre.target' (56,338) at 20250808080019222
48786 2025-10-05 03:01:04.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/platform_manager.cpp' (56,339) at 20250808080036027
48787 2025-10-05 03:01:04.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (56,340) at 20250808080019222
48788 2025-10-05 03:01:04.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-ipmi-sys/meson.build' (56,349) at 20250808080012206
48789 2025-10-05 03:01:04.468-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/configuration/entity-manager_%.bbappend' (56,350) at 20250807080017826
48790 2025-10-05 03:01:04.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/configuration/entity-manager/blacklist.json' (56,351) at 20250807080017826
48791 2025-10-05 03:01:04.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/OWNERS' (56,352) at 20250814080008958
48792 2025-10-05 03:01:04.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/generate_auth_certificates.py' (56,353) at 20250814080006926
48793 2025-10-05 03:01:04.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_dump_collector.hpp' (56,354) at 20250812080024756
48794 2025-10-05 03:01:04.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Configuration/meson.build' (56,369) at 20250813080021023
48795 2025-10-05 03:01:04.469-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/storage/estoraged_git.bb' (56,370) at 20250813080014643
48796 2025-10-05 03:01:04.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/frup.cpp' (56,371) at 20250813080011043
48797 2025-10-05 03:01:04.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/TableRoles.vue' (56,372) at 20250813080035964
48798 2025-10-05 03:01:04.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/parser.hpp' (56,373) at 20250813080019359
48799 2025-10-05 03:01:04.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Configuration/GPIOValve/meson.build' (56,374) at 20250813080021023
48800 2025-10-05 03:01:04.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/GPIOValve.interface.yaml' (56,382) at 20250813080021027
48801 2025-10-05 03:01:04.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector_git.bb' (56,383) at 20250813080014643
48802 2025-10-05 03:01:04.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/occ' (56,384) at 20250807080019794
48803 2025-10-05 03:01:04.470-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/docs/checklists/changes.md' (56,385) at 20250815080015494
48804 2025-10-05 03:01:04.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/openpower-debug-collector.inc' (56,386) at 20250815080017666
48805 2025-10-05 03:01:04.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/service_files/meson.build' (56,387) at 20250812080030008
48806 2025-10-05 03:01:04.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/fru_area.cpp' (56,388) at 20250812080018872
48807 2025-10-05 03:01:04.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/recipes-intel/s2600wf.inc' (56,389) at 20250812080022540
48808 2025-10-05 03:01:04.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/service_files/ramoops-monitor.service' (56,390) at 20250812080030008
48809 2025-10-05 03:01:04.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/selutility.hpp' (56,391) at 20250818080029639
48810 2025-10-05 03:01:04.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tools/pd.c' (56,392) at 20250819080022298
48811 2025-10-05 03:01:04.471-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/chassiscommands.cpp' (56,393) at 20250819080009730
48812 2025-10-05 03:01:04.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-kernel/linux/linux-aspeed/nvl32-obmc.cfg' (56,394) at 20250819080024574
48813 2025-10-05 03:01:04.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/firmware-update.cpp' (56,395) at 20250819080009734
48814 2025-10-05 03:01:04.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/ipmi/fb-ipmi-oem_git.bb' (56,396) at 20250819080024570
48815 2025-10-05 03:01:04.472-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/cpp/tidy-desired.md' (56,397) at 20250819080006178
48816 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/update_messages.cpp' (56,398) at 20250819080004433
48817 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/.clang-tidy' (56,399) at 20250819080005485
48818 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/update_messages.hpp' (56,400) at 20250819080004429
48819 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuDevice.hpp' (56,401) at 20250819080005489
48820 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/biosconfigcommands.cpp' (56,402) at 20250819080009730
48821 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/recipes-nvidia/usb-ethernet-init/files/usb-ethernet-init.sh' (56,403) at 20250819080024574
48822 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-kernel/linux/linux-aspeed/gb200nvl-obmc.cfg' (56,404) at 20250819080024570
48823 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuMctpVdm.cpp' (56,405) at 20250819080005489
48824 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-phosphor/console/obmc-console/obmc-console@.service' (56,406) at 20250819080024574
48825 2025-10-05 03:01:04.473-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/style/cpp/.clang-tidy' (56,407) at 20250819080006178
48826 2025-10-05 03:01:04.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager.inc' (56,408) at 20250819080024574
48827 2025-10-05 03:01:04.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/parse_registries.py' (56,409) at 20250819080004433
48828 2025-10-05 03:01:04.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/Inventory.cpp' (56,436) at 20250819080005485
48829 2025-10-05 03:01:04.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/appcommands.cpp' (56,437) at 20250819080009730
48830 2025-10-05 03:01:04.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuSensorMain.cpp' (56,438) at 20250819080005489
48831 2025-10-05 03:01:04.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/conf/machine/nvl32-obmc.conf' (56,439) at 20250819080024574
48832 2025-10-05 03:01:04.474-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/recipes-nvidia/usb-ethernet-init/files/01-bmc-usb0.network' (56,440) at 20250819080024574
48833 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/recipes-nvidia/usb-ethernet-init/files/usb-ethernet-init.service' (56,441) at 20250819080024574
48834 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/images/nvidia-gb200-obmc-phosphor-image.inc' (56,442) at 20250819080024570
48835 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuMctpVdm.hpp' (56,443) at 20250819080005489
48836 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/recipes-nvidia/usb-ethernet-init/usb-ethernet-init.bb' (56,444) at 20250819080024574
48837 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuDevice.cpp' (56,445) at 20250819080005489
48838 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/service_files/wait-vpd-parsers.service' (56,446) at 20250829080053574
48839 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/src/manager_serialize.cpp' (56,447) at 20250829080002733
48840 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/meson.build' (56,448) at 20250829080053574
48841 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/pamacct.c' (56,449) at 20250902080039247
48842 2025-10-05 03:01:04.475-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/xilinx_ethlite.c' (56,450) at 20250902080039391
48843 2025-10-05 03:01:04.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vpc.c' (56,451) at 20250902080039263
48844 2025-10-05 03:01:04.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast27x0.c' (56,452) at 20250902080039295
48845 2025-10-05 03:01:04.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/pylintrc' (56,453) at 20250902080039579
48846 2025-10-05 03:01:04.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_task.c' (56,454) at 20250902080039623
48847 2025-10-05 03:01:04.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/trace-events' (56,455) at 20250902080039451
48848 2025-10-05 03:01:04.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/sifive_gpio.c' (56,456) at 20250902080039331
48849 2025-10-05 03:01:04.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_gnttab.c' (56,457) at 20250902080039339
48850 2025-10-05 03:01:04.476-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pef.c' (56,458) at 20250902080039403
48851 2025-10-05 03:01:04.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx7_gpr.c' (56,459) at 20250902080039371
48852 2025-10-05 03:01:04.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memory_ldst.h.inc' (56,460) at 20250902080039483
48853 2025-10-05 03:01:04.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/bochs-display.c' (56,461) at 20250902080039323
48854 2025-10-05 03:01:04.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qom-test.c' (56,462) at 20250902080039719
48855 2025-10-05 03:01:04.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/replay/replay.c' (56,463) at 20250902080039571
48856 2025-10-05 03:01:04.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/q800.c' (56,464) at 20250902080039363
48857 2025-10-05 03:01:04.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/psp-sev.h' (56,465) at 20250902080039523
48858 2025-10-05 03:01:04.477-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/xiangshan_kmh.h' (56,466) at 20250902080039499
48859 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/edid.h' (56,467) at 20250902080039487
48860 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target-con-set.h' (56,468) at 20250902080039695
48861 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target-con-str.h' (56,469) at 20250902080039699
48862 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/boot.h' (56,470) at 20250902080039487
48863 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/allwinner-sun8i-emac.c' (56,471) at 20250902080039379
48864 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/cxl.rst' (56,472) at 20250902080039283
48865 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/sun4u_iommu.c' (56,473) at 20250902080039431
48866 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target.c.inc' (56,474) at 20250902080039699
48867 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/assertions.rs' (56,475) at 20250902080039575
48868 2025-10-05 03:01:04.478-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configure' (56,476) at 20250902080039271
48869 2025-10-05 03:01:04.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/qtest.h' (56,477) at 20250902080039511
48870 2025-10-05 03:01:04.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_rtc.c' (56,478) at 20250902080039411
48871 2025-10-05 03:01:04.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mem_helper.c' (56,479) at 20250902080039659
48872 2025-10-05 03:01:04.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/dma.h' (56,480) at 20250902080039511
48873 2025-10-05 03:01:04.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/bcm2835_aux.c' (56,481) at 20250902080039311
48874 2025-10-05 03:01:04.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-user-blk.h' (56,482) at 20250902080039499
48875 2025-10-05 03:01:04.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/css-bridge.c' (56,483) at 20250902080039419
48876 2025-10-05 03:01:04.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vhost-user-gpu.c' (56,484) at 20250902080039327
48877 2025-10-05 03:01:04.479-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/COPYING' (56,485) at 20250902080039239
48878 2025-10-05 03:01:04.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/cpu64.c' (56,486) at 20250902080039599
48879 2025-10-05 03:01:04.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-platform.h' (56,487) at 20250902080039499
48880 2025-10-05 03:01:04.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx6ul.h' (56,488) at 20250902080039487
48881 2025-10-05 03:01:04.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/msf2-emac.h' (56,489) at 20250902080039495
48882 2025-10-05 03:01:04.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/log.py' (56,490) at 20250902080039579
48883 2025-10-05 03:01:04.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-qatzip.c' (56,491) at 20250902080039535
48884 2025-10-05 03:01:04.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/crypto.json' (56,492) at 20250902080039559
48885 2025-10-05 03:01:04.480-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/cpu_loop.h' (56,493) at 20250902080039515
48886 2025-10-05 03:01:04.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/exynos4210.c' (56,494) at 20250902080039295
48887 2025-10-05 03:01:04.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/stm32l4x5_usart-test.c' (56,495) at 20250902080039719
48888 2025-10-05 03:01:04.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/ci.rst' (56,496) at 20250902080039279
48889 2025-10-05 03:01:04.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/functional.rst' (56,497) at 20250902080039279
48890 2025-10-05 03:01:04.481-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/net.json' (56,498) at 20250902080039563
48891 2025-10-05 03:01:04.482-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/vector_helper.c' (56,499) at 20250902080039671
48892 2025-10-05 03:01:04.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/log.c' (56,500) at 20250902080039731
48893 2025-10-05 03:01:04.483-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_device.h' (56,501) at 20250902080039487
48894 2025-10-05 03:01:04.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-sve.c' (56,502) at 20250902080039611
48895 2025-10-05 03:01:04.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongson_ipi.c' (56,503) at 20250902080039355
48896 2025-10-05 03:01:04.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_overlay.c' (56,504) at 20250902080039339
48897 2025-10-05 03:01:04.484-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/unistd_x32.h' (56,505) at 20250902080039519
48898 2025-10-05 03:01:04.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/mac_nvram.c' (56,506) at 20250902080039395
48899 2025-10-05 03:01:04.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/cable-config.json' (56,507) at 20250830080014999
48900 2025-10-05 03:01:04.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/locales/nvidia/en-US.json' (56,508) at 20250830080037807
48901 2025-10-05 03:01:04.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (56,509) at 20250830080015003
48902 2025-10-05 03:01:04.485-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/locales/en-US.json' (56,510) at 20250830080037807
48903 2025-10-05 03:01:04.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/package-lock.json' (56,511) at 20250830080037807
48904 2025-10-05 03:01:04.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.txt' (56,512) at 20250902080039711
48905 2025-10-05 03:01:04.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-crypto-pci.c' (56,513) at 20250902080039463
48906 2025-10-05 03:01:04.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-net.h' (56,514) at 20250902080039503
48907 2025-10-05 03:01:04.490-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/hd-geometry.c' (56,515) at 20250902080039307
48908 2025-10-05 03:01:04.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv.c' (56,516) at 20250902080039403
48909 2025-10-05 03:01:04.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/tdx-quote-generator.c' (56,517) at 20250902080039627
48910 2025-10-05 03:01:04.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/remote.h' (56,518) at 20250902080039495
48911 2025-10-05 03:01:04.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml' (56,519) at 20250902080039575
48912 2025-10-05 03:01:04.491-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/yank.json' (56,520) at 20250902080039563
48913 2025-10-05 03:01:04.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/s390_flic.c' (56,521) at 20250902080039355
48914 2025-10-05 03:01:04.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_hace.c' (56,522) at 20250902080039367
48915 2025-10-05 03:01:04.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/bsd-mem.h' (56,523) at 20250902080039267
48916 2025-10-05 03:01:04.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/e500plat.c' (56,524) at 20250902080039403
48917 2025-10-05 03:01:04.492-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/xtensaeb-softmmu.mak' (56,525) at 20250902080039271
48918 2025-10-05 03:01:04.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu.c' (56,526) at 20250902080039619
48919 2025-10-05 03:01:04.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/i386-softmmu.mak' (56,527) at 20250902080039271
48920 2025-10-05 03:01:04.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-legacy-backend.c' (56,528) at 20250902080039475
48921 2025-10-05 03:01:04.493-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/null.c' (56,529) at 20250902080039259
48922 2025-10-05 03:01:04.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/translate.c' (56,530) at 20250902080039671
48923 2025-10-05 03:01:04.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/i386-softmmu/default.mak' (56,531) at 20250902080039271
48924 2025-10-05 03:01:04.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/helper.c' (56,532) at 20250902080039679
48925 2025-10-05 03:01:04.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/trace-events' (56,533) at 20250902080039343
48926 2025-10-05 03:01:04.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-a10-dramc.c' (56,534) at 20250902080039367
48927 2025-10-05 03:01:04.494-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pythondeps.toml' (56,535) at 20250902080039559
48928 2025-10-05 03:01:04.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/m_helper.c' (56,536) at 20250902080039599
48929 2025-10-05 03:01:04.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/max34451.c' (56,537) at 20250902080039431
48930 2025-10-05 03:01:04.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx31.h' (56,538) at 20250902080039487
48931 2025-10-05 03:01:04.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vhost-scsi-common.c' (56,539) at 20250902080039427
48932 2025-10-05 03:01:04.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/triboard.c' (56,540) at 20250902080039439
48933 2025-10-05 03:01:04.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/bcm2838_gpio.c' (56,541) at 20250902080039331
48934 2025-10-05 03:01:04.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dpd/decimal32.h' (56,542) at 20250902080039503
48935 2025-10-05 03:01:04.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_sparc64_tuxrun.py' (56,543) at 20250902080039711
48936 2025-10-05 03:01:04.495-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/rx_icu.c' (56,544) at 20250902080039355
48937 2025-10-05 03:01:04.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/musicpal.c' (56,545) at 20250902080039299
48938 2025-10-05 03:01:04.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32ch.c' (56,546) at 20250902080039719
48939 2025-10-05 03:01:04.496-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/file-op-9p.h' (56,547) at 20250902080039287
48940 2025-10-05 03:01:04.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/aml-build.c' (56,548) at 20250902080039287
48941 2025-10-05 03:01:04.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/swim.c' (56,549) at 20250902080039311
48942 2025-10-05 03:01:04.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-rng.c' (56,550) at 20250902080039471
48943 2025-10-05 03:01:04.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/cxl.c' (56,551) at 20250902080039291
48944 2025-10-05 03:01:04.497-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio.c' (56,552) at 20250902080039715
48945 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vmw_pvscsi.h' (56,553) at 20250902080039427
48946 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/qom.rst' (56,554) at 20250902080039279
48947 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xlnx-versal-virt.c' (56,555) at 20250902080039303
48948 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/null-machine.c' (56,556) at 20250902080039319
48949 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx8mp.c' (56,557) at 20250902080039295
48950 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/q800-glue.c' (56,558) at 20250902080039363
48951 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/trace/meson.build' (56,559) at 20250902080039723
48952 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/isa_ipmi_bt.c' (56,560) at 20250902080039359
48953 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/tdvf.c' (56,561) at 20250902080039343
48954 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/xlnx-zynqmp-pmu.c' (56,562) at 20250902080039367
48955 2025-10-05 03:01:04.498-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/versatile.c' (56,563) at 20250902080039399
48956 2025-10-05 03:01:04.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb4.c' (56,564) at 20250902080039399
48957 2025-10-05 03:01:04.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/qom_type_info.py' (56,565) at 20250902080039575
48958 2025-10-05 03:01:04.499-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/system/cp0_helper.c' (56,566) at 20250902080039647
48959 2025-10-05 03:01:04.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/vfio-helpers.c' (56,567) at 20250902080039735
48960 2025-10-05 03:01:04.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/via.c' (56,568) at 20250902080039347
48961 2025-10-05 03:01:04.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/cfam.c' (56,569) at 20250902080039331
48962 2025-10-05 03:01:04.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-common.h' (56,570) at 20250902080039479
48963 2025-10-05 03:01:04.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/mac_dbdma.h' (56,571) at 20250902080039495
48964 2025-10-05 03:01:04.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gicv3_common.h' (56,572) at 20250902080039491
48965 2025-10-05 03:01:04.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/gdbstub64.c' (56,573) at 20250902080039591
48966 2025-10-05 03:01:04.500-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/tod-tcg.c' (56,574) at 20250902080039419
48967 2025-10-05 03:01:04.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/kvm_ppc.h' (56,575) at 20250902080039659
48968 2025-10-05 03:01:04.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/cpu-common.c' (56,576) at 20250902080039315
48969 2025-10-05 03:01:04.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/vec_internal.h' (56,577) at 20250902080039611
48970 2025-10-05 03:01:04.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/pic_cpu.c' (56,578) at 20250902080039475
48971 2025-10-05 03:01:04.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/zynq_slcr.c' (56,579) at 20250902080039379
48972 2025-10-05 03:01:04.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/cpr.h' (56,580) at 20250902080039503
48973 2025-10-05 03:01:04.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon-our_range_memslots.h' (56,581) at 20250902080039331
48974 2025-10-05 03:01:04.501-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/sbsa_gwdt.c' (56,582) at 20250902080039471
48975 2025-10-05 03:01:04.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/neon_helper.c' (56,583) at 20250902080039603
48976 2025-10-05 03:01:04.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-hvm-common.c' (56,584) at 20250902080039471
48977 2025-10-05 03:01:04.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/reset.c' (56,585) at 20250902080039319
48978 2025-10-05 03:01:04.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/testcase.py' (56,586) at 20250902080039707
48979 2025-10-05 03:01:04.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/src/device.rs' (56,587) at 20250902080039571
48980 2025-10-05 03:01:04.502-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32f4xx_exti.c' (56,588) at 20250902080039375
48981 2025-10-05 03:01:04.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-a64.c' (56,589) at 20250902080039607
48982 2025-10-05 03:01:04.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_extioi.h' (56,590) at 20250902080039491
48983 2025-10-05 03:01:04.503-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed_scu-test.c' (56,591) at 20250902080039715
48984 2025-10-05 03:01:04.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/memory-internal.h' (56,592) at 20250902080039579
48985 2025-10-05 03:01:04.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/plugin-api.c.inc' (56,593) at 20250902080039271
48986 2025-10-05 03:01:04.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_aspeed_ast2700.py' (56,594) at 20250902080039707
48987 2025-10-05 03:01:04.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/eccmemctl.c' (56,595) at 20250902080039371
48988 2025-10-05 03:01:04.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vdi.c' (56,596) at 20250902080039263
48989 2025-10-05 03:01:04.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ne2000.c' (56,597) at 20250902080039383
48990 2025-10-05 03:01:04.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc440_bamboo.c' (56,598) at 20250902080039407
48991 2025-10-05 03:01:04.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/stream_data.c' (56,599) at 20250902080039543
48992 2025-10-05 03:01:04.504-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios_type_38.c' (56,600) at 20250902080039431
48993 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu.c' (56,601) at 20250902080039587
48994 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/tdvf-hob.h' (56,602) at 20250902080039343
48995 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi_kcs.c' (56,603) at 20250902080039359
48996 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/lasi_i82596.c' (56,604) at 20250902080039383
48997 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_s390x_tuxrun.py' (56,605) at 20250902080039711
48998 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/exynos4210_rtc.c' (56,606) at 20250902080039415
48999 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi.c' (56,607) at 20250902080039359
49000 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-mem-hotplug-stub.c' (56,608) at 20250902080039287
49001 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-pci.h' (56,609) at 20250902080039503
49002 2025-10-05 03:01:04.505-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/cfam.h' (56,610) at 20250902080039487
49003 2025-10-05 03:01:04.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32l4x5_rcc.c' (56,611) at 20250902080039379
49004 2025-10-05 03:01:04.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/socket.c' (56,612) at 20250902080039543
49005 2025-10-05 03:01:04.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igbvf.c' (56,613) at 20250902080039383
49006 2025-10-05 03:01:04.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/smbios/smbios.c' (56,614) at 20250902080039431
49007 2025-10-05 03:01:04.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32cw.c' (56,615) at 20250902080039719
49008 2025-10-05 03:01:04.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/write-zeroes-unmap' (56,616) at 20250902080039715
49009 2025-10-05 03:01:04.506-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/cpregs-at.c' (56,617) at 20250902080039595
49010 2025-10-05 03:01:04.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/Kconfig' (56,618) at 20250902080039311
49011 2025-10-05 03:01:04.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/xen-pvh-common.h' (56,619) at 20250902080039503
49012 2025-10-05 03:01:04.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/user/main.rst' (56,620) at 20250902080039283
49013 2025-10-05 03:01:04.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/elfload.c' (56,621) at 20250902080039523
49014 2025-10-05 03:01:04.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/dtb/meson.build' (56,622) at 20250902080039547
49015 2025-10-05 03:01:04.507-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/graph-lock.c' (56,623) at 20250902080039255
49016 2025-10-05 03:01:04.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/tmp421.c' (56,624) at 20250902080039431
49017 2025-10-05 03:01:04.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/pckbd.c' (56,625) at 20250902080039347
49018 2025-10-05 03:01:04.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/fpu_helper.c' (56,626) at 20250902080039655
49019 2025-10-05 03:01:04.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/emulate/meson.build' (56,627) at 20250902080039619
49020 2025-10-05 03:01:04.508-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/tricore/tricore.h' (56,628) at 20250902080039499
49021 2025-10-05 03:01:04.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/file-posix.c' (56,629) at 20250902080039255
49022 2025-10-05 03:01:04.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_ppi.h' (56,630) at 20250902080039439
49023 2025-10-05 03:01:04.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_aspeed_ast2700fc.py' (56,631) at 20250902080039707
49024 2025-10-05 03:01:04.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/savevm.h' (56,632) at 20250902080039539
49025 2025-10-05 03:01:04.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_sbsaref_freebsd.py' (56,633) at 20250902080039707
49026 2025-10-05 03:01:04.509-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/sb16.c' (56,634) at 20250902080039307
49027 2025-10-05 03:01:04.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/cputlb.c' (56,635) at 20250902080039243
49028 2025-10-05 03:01:04.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-crypto.c' (56,636) at 20250902080039463
49029 2025-10-05 03:01:04.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/ppc64-softmmu.mak' (56,637) at 20250902080039271
49030 2025-10-05 03:01:04.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/max78000_aes.c' (56,638) at 20250902080039375
49031 2025-10-05 03:01:04.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target-has.h' (56,639) at 20250902080039699
49032 2025-10-05 03:01:04.510-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-properties-system.c' (56,640) at 20250902080039319
49033 2025-10-05 03:01:04.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/vof.c' (56,641) at 20250902080039411
49034 2025-10-05 03:01:04.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/gen-vdso.c' (56,642) at 20250902080039523
49035 2025-10-05 03:01:04.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/rdma.h' (56,643) at 20250902080039539
49036 2025-10-05 03:01:04.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/colo-compare.c' (56,644) at 20250902080039539
49037 2025-10-05 03:01:04.511-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/9p-marshal.h' (56,645) at 20250902080039287
49038 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/iotests.py' (56,646) at 20250902080039711
49039 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/listfile.c' (56,647) at 20250902080039247
49040 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/main.c' (56,648) at 20250902080039267
49041 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_mioe3680_pci.c' (56,649) at 20250902080039379
49042 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/iwmmxt_helper.c' (56,650) at 20250902080039599
49043 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target-info-stub.c' (56,651) at 20250902080039583
49044 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/stubs-all.c' (56,652) at 20250902080039579
49045 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/storage-daemon/qapi/qapi-schema.json' (56,653) at 20250902080039579
49046 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/container.h' (56,654) at 20250902080039451
49047 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-xramc.c' (56,655) at 20250902080039379
49048 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target.c.inc' (56,656) at 20250902080039699
49049 2025-10-05 03:01:04.512-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/emulate/x86_emu.h' (56,657) at 20250902080039623
49050 2025-10-05 03:01:04.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/decDPD.h' (56,658) at 20250902080039503
49051 2025-10-05 03:01:04.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/ps2.c' (56,659) at 20250902080039347
49052 2025-10-05 03:01:04.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/event-facility.c' (56,660) at 20250902080039419
49053 2025-10-05 03:01:04.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/slavio_misc.c' (56,661) at 20250902080039375
49054 2025-10-05 03:01:04.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/futex.h' (56,662) at 20250902080039507
49055 2025-10-05 03:01:04.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/alpha-linux-user.mak' (56,663) at 20250902080039271
49056 2025-10-05 03:01:04.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-balloon.c' (56,664) at 20250902080039463
49057 2025-10-05 03:01:04.513-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips_malta.py' (56,665) at 20250902080039707
49058 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/tcg.h' (56,666) at 20250902080039511
49059 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/cxl_downstream.c' (56,667) at 20250902080039395
49060 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/max78000_trng.h' (56,668) at 20250902080039495
49061 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/stream.c' (56,669) at 20250902080039263
49062 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/host_iommu_device.c' (56,670) at 20250902080039247
49063 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-serial.c' (56,671) at 20250902080039443
49064 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm7xx_mft.h' (56,672) at 20250902080039495
49065 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/ips.c' (56,673) at 20250902080039271
49066 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-mmio.c' (56,674) at 20250902080039467
49067 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/vhost-scsi-ccw.c' (56,675) at 20250902080039419
49068 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xlnx-zynq-devcfg.c' (56,676) at 20250902080039331
49069 2025-10-05 03:01:04.514-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis_isa.c' (56,677) at 20250902080039439
49070 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ich9.c' (56,678) at 20250902080039291
49071 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/aspeed_soc.h' (56,679) at 20250902080039483
49072 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx6ul.c' (56,680) at 20250902080039295
49073 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cpu-param.h' (56,681) at 20250902080039687
49074 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/tricore_testdevice.c' (56,682) at 20250902080039439
49075 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/thread-win32.h' (56,683) at 20250902080039507
49076 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-scmi.c' (56,684) at 20250902080039455
49077 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/decContext.h' (56,685) at 20250902080039503
49078 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/dm163.c' (56,686) at 20250902080039323
49079 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/bindings.rs' (56,687) at 20250902080039575
49080 2025-10-05 03:01:04.515-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/reset.rst' (56,688) at 20250902080039279
49081 2025-10-05 03:01:04.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio.c' (56,689) at 20250902080039471
49082 2025-10-05 03:01:04.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_cprman.c' (56,690) at 20250902080039371
49083 2025-10-05 03:01:04.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-book3s-v3.c' (56,691) at 20250902080039659
49084 2025-10-05 03:01:04.516-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/omap_intc.c' (56,692) at 20250902080039355
49085 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/jazz.c' (56,693) at 20250902080039367
49086 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/dtb/petalogix-ml605.dts' (56,694) at 20250902080039547
49087 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/mpc_i2c.c' (56,695) at 20250902080039335
49088 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/xtensa_memory.c' (56,696) at 20250902080039475
49089 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/sifive_pwm.c' (56,697) at 20250902080039439
49090 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/inband_code_update.hpp' (56,698) at 20250902080034111
49091 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/Cargo.lock' (56,699) at 20250902080039571
49092 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-chardev.c' (56,700) at 20250902080039727
49093 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/digic_boards.c' (56,701) at 20250902080039295
49094 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-serial-pci.c' (56,702) at 20250902080039471
49095 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/boot.c' (56,703) at 20250902080039411
49096 2025-10-05 03:01:04.517-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-power-good' (56,704) at 20250827080012982
49097 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge.bb' (56,705) at 20250827080012986
49098 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/meson.build' (56,706) at 20250827080022551 to deleted uid set
49099 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff@.service' (56,707) at 20250827080012986
49100 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/usb_network.sh' (56,708) at 20250827080012986
49101 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/subscription.hpp' (56,709) at 20250828080004260
49102 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/server.ttyUSB6.conf' (56,710) at 20250828080017316
49103 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/server.ttyUSB1.conf' (56,711) at 20250828080017316
49104 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/python3-sdbus++_git.bb' (56,712) at 20250828080017316
49105 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/metric_report.hpp' (56,726) at 20250828080004264
49106 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/server.ttyUSB0.conf' (56,727) at 20250828080017316
49107 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/dbus_log_watcher.cpp' (56,728) at 20250828080004264
49108 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/taggedrule.hpp' (56,729) at 20250826080007119
49109 2025-10-05 03:01:04.518-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/systemd.bbclass' (56,733) at 20250823080011883
49110 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/power-ctrl' (56,734) at 20250823080011883
49111 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/motor-init' (56,735) at 20250823080011883
49112 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/certificate_service.hpp' (56,736) at 20250823080002723
49113 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (56,742) at 20250823080011883
49114 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/groupext.cpp' (56,743) at 20250825080025204
49115 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/redfish_v1.hpp' (56,744) at 20250827080004142
49116 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/webserver_run.cpp' (56,745) at 20250827080004146 to deleted uid set
49117 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-x86/chassis/x86-power-control_git.bb' (56,746) at 20250827080012990
49118 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/multipart_test.cpp' (56,747) at 20250827080004146
49119 2025-10-05 03:01:04.519-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/parsing.hpp' (56,771) at 20250827080004138
49120 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/initial-poweron-device' (56,772) at 20250827080012986
49121 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd.inc' (56,773) at 20250827080012990
49122 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/listener.hpp' (56,774) at 20250827080017639
49123 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/sensors.hpp' (56,775) at 20250827080004142
49124 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing.hpp' (56,776) at 20250827080004138
49125 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/event_service.hpp' (56,777) at 20250827080004142
49126 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/obmc_functions/files/fb-common-functions' (56,778) at 20250827080012986
49127 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/credential_pipe.hpp' (56,779) at 20250827080004138
49128 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/http_utility.hpp' (56,780) at 20250827080004138
49129 2025-10-05 03:01:04.520-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/mutual_tls.cpp' (56,781) at 20250827080004138
49130 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/include/sub_route_trie.hpp' (56,782) at 20250827080004142 to deleted uid set
49131 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff@.service' (56,783) at 20250827080012986
49132 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/eventservice_sse.hpp' (56,784) at 20250827080004142
49133 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (56,785) at 20250827080012986
49134 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (56,786) at 20250827080012986
49135 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-post-code-manager_git.bb' (56,787) at 20250827080012990
49136 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/initial-poweron-device.service' (56,788) at 20250827080012986
49137 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/processor.hpp' (56,789) at 20250827080004142
49138 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/monitor-pldm-sensor' (56,790) at 20250827080012986
49139 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-power-good' (56,791) at 20250827080012986
49140 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/openbmc_rest/image_upload.hpp' (56,792) at 20250827080004138
49141 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config.bb' (56,793) at 20250827080012986 to deleted uid set
49142 2025-10-05 03:01:04.521-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/file_test_utilities.hpp' (56,794) at 20250827080004138
49143 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_client.hpp' (56,795) at 20250827080004138
49144 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/identity.hpp' (56,796) at 20250827080004138
49145 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/systems_utils.hpp' (56,797) at 20250827080004142
49146 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/recipes-ieisystem/ipmi/iei-ipmi-oem_git.bb' (56,798) at 20250827080012990
49147 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/phosphor-state-manager/power-cmd' (56,799) at 20250827080012986
49148 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/perform_scan.cpp' (56,800) at 20250826080009015
49149 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/http_response_test.cpp' (56,801) at 20250826080007127
49150 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/sserule.hpp' (56,802) at 20250826080007119
49151 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/websocketrule.hpp' (56,803) at 20250826080007119
49152 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/utility_test.cpp' (56,804) at 20250826080007127 to deleted uid set
49153 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/test/fallbacktest.cpp' (56,805) at 20250822080023176
49154 2025-10-05 03:01:04.522-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message/append.hpp' (56,806) at 20250822080035040
49155 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/sensor_utils.hpp' (56,807) at 20250822080005320
49156 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (56,808) at 20250822080015156
49157 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-deassert-log@.service' (56,809) at 20250822080015156
49158 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-assert-log@.service' (56,810) at 20250822080015156
49159 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan.hpp' (56,811) at 20250822080023176
49160 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/fallback.hpp' (56,812) at 20250822080023176
49161 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/rescan-cxl-eid' (56,813) at 20250822080015160
49162 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/leds/phosphor-led-manager/bletchley15/led-group-config.json' (56,814) at 20250822080015152
49163 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/entity_manager.hpp' (56,815) at 20250822080007548
49164 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/liquid-leak-detection.md' (56,816) at 20250822080007060
49165 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/plat-phosphor-multi-gpio-monitor.json' (56,817) at 20250822080015156
49166 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (56,818) at 20250822080015160
49167 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/rpolicy.hpp' (56,819) at 20250822080023176
49168 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (56,820) at 20250822080015156
49169 2025-10-05 03:01:04.523-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/machine/fvp-config.inc' (56,821) at 20250822080015152
49170 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/utils.robot' (56,822) at 20250822080016288
49171 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/trust_group.hpp' (56,823) at 20250822080023176
49172 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/policy-chassis-poweron@.service' (56,824) at 20250822080015160
49173 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/power-rail-assert-log@.service' (56,825) at 20250822080015156
49174 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/clemente/platform-gpio-monitor' (56,826) at 20250822080015156
49175 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/system.cpp' (56,827) at 20250822080023176
49176 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/anyof.hpp' (56,828) at 20250822080023176
49177 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-deassert-log@.service' (56,829) at 20250822080015156
49178 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/power-rail-event-logger' (56,830) at 20250822080015156
49179 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/append.cpp' (56,831) at 20250822080035040
49180 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/policy-chassis-poweron' (56,832) at 20250822080015160
49181 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/mctp-config' (56,833) at 20250822080015160
49182 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/console/obmc-console_git.bbappend' (56,834) at 20250822080015156
49183 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/meson.build' (56,835) at 20250822080023176
49184 2025-10-05 03:01:04.524-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-assert-log@.service' (56,836) at 20250822080015156
49185 2025-10-05 03:01:04.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-dhcrelay.sh.in' (56,837) at 20250822080015160
49186 2025-10-05 03:01:04.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/chassis.hpp' (56,838) at 20250822080005320
49187 2025-10-05 03:01:04.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/conf/machine/fvp.conf' (56,839) at 20250822080015152
49188 2025-10-05 03:01:04.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/10-ncsi-dhcrelay.conf' (56,840) at 20250822080015160
49189 2025-10-05 03:01:04.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/power-rail-deassert-log@.service' (56,841) at 20250822080015156
49190 2025-10-05 03:01:04.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/nonzero_speed_trust.hpp' (56,842) at 20250822080023176
49191 2025-10-05 03:01:04.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (56,843) at 20250822080015160
49192 2025-10-05 03:01:04.525-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/leds/phosphor-led-manager/bletchley/led-group-config.json' (56,844) at 20250822080015152
49193 2025-10-05 03:01:04.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/minerva-phosphor-multi-gpio-monitor.json' (56,845) at 20250822080015156
49194 2025-10-05 03:01:04.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-event-logger' (56,868) at 20250822080015156
49195 2025-10-05 03:01:04.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/console/obmc-console/81-plat-obmc-console-uart.rules' (56,869) at 20250822080015156
49196 2025-10-05 03:01:04.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-event-logger' (56,870) at 20250822080015156
49197 2025-10-05 03:01:04.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/test/meson.build' (56,871) at 20250822080023176
49198 2025-10-05 03:01:04.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/anyof.cpp' (56,872) at 20250822080023176
49199 2025-10-05 03:01:04.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/logger.hpp' (56,873) at 20250821080026346
49200 2025-10-05 03:01:04.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/event.cpp' (56,874) at 20250821080026346
49201 2025-10-05 03:01:04.526-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/fan.cpp' (56,875) at 20250821080026346
49202 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/router_test.cpp' (56,876) at 20250826080007127
49203 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/crow_getroutes_test.cpp' (56,877) at 20250826080007127
49204 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/http_connection_test.cpp' (56,878) at 20250826080007127
49205 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/types.hpp' (56,879) at 20250826080020743
49206 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/logger.cpp' (56,880) at 20250826080020743
49207 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/utils.cpp' (56,881) at 20250826080009015
49208 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/overlay.cpp' (56,883) at 20250826080009015
49209 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/pcie.hpp' (56,884) at 20250826080007123
49210 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/meson.build' (56,885) at 20250826080007127 to deleted uid set
49211 2025-10-05 03:01:04.527-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/network_protocol.hpp' (56,886) at 20250826080007123
49212 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sensordatahandler.hpp' (56,887) at 20250826080024347
49213 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/systems_utils_test.cpp' (56,888) at 20250826080007127
49214 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/logger.hpp' (56,889) at 20250826080020743
49215 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sensordatahandler.cpp' (56,890) at 20250826080024347
49216 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/metric_report_definition.hpp' (56,891) at 20250826080007123
49217 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-mac-config.bb' (56,892) at 20250829080048394
49218 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/docs/pdr_implementation.md' (56,893) at 20250829080106471
49219 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/scsi-bus.c' (56,894) at 20250902080039423
49220 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/register.c' (56,895) at 20250902080039319
49221 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed_smc-test.c' (56,896) at 20250902080039715
49222 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/aspeed_otp.h' (56,897) at 20250902080039495
49223 2025-10-05 03:01:04.528-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/kvm.h' (56,898) at 20250902080039519
49224 2025-10-05 03:01:04.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_mphi.c' (56,899) at 20250902080039371
49225 2025-10-05 03:01:04.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/gpex.h' (56,900) at 20250902080039495
49226 2025-10-05 03:01:04.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb3_pbcq.c' (56,901) at 20250902080039399
49227 2025-10-05 03:01:04.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/machine.c' (56,902) at 20250902080039627
49228 2025-10-05 03:01:04.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/mpc8544ds.c' (56,903) at 20250902080039403
49229 2025-10-05 03:01:04.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/3270-ccw.c' (56,904) at 20250902080039419
49230 2025-10-05 03:01:04.529-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/cpu.c' (56,905) at 20250902080039639
49231 2025-10-05 03:01:04.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sve_helper.c' (56,906) at 20250902080039607
49232 2025-10-05 03:01:04.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/strongarm.h' (56,907) at 20250902080039303
49233 2025-10-05 03:01:04.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/ptw.c' (56,908) at 20250902080039595
49234 2025-10-05 03:01:04.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/machine.c' (56,909) at 20250902080039411
49235 2025-10-05 03:01:04.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/apic_common.c' (56,910) at 20250902080039347
49236 2025-10-05 03:01:04.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/ui.json' (56,911) at 20250902080039563
49237 2025-10-05 03:01:04.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-common.c' (56,912) at 20250902080039339
49238 2025-10-05 03:01:04.530-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/xen.h' (56,913) at 20250902080039511
49239 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block.c' (56,914) at 20250902080039251
49240 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/plugin-api.c' (56,915) at 20250902080039523
49241 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-policy.c' (56,916) at 20250902080039439
49242 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/riscv_imsic.c' (56,917) at 20250902080039355
49243 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/migration-multifd.c' (56,918) at 20250902080039451
49244 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/compression-tests.c' (56,919) at 20250902080039719
49245 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_branch.c.inc' (56,920) at 20250902080039639
49246 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/i2c_mux_pca954x.c' (56,921) at 20250902080039335
49247 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_vnc.py' (56,922) at 20250902080039711
49248 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/macfb.h' (56,923) at 20250902080039487
49249 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/thread-posix.h' (56,924) at 20250902080039507
49250 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/xio3130_upstream.c' (56,925) at 20250902080039395
49251 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/qapi-code-gen.rst' (56,926) at 20250902080039279
49252 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-barrier.c' (56,927) at 20250902080039727
49253 2025-10-05 03:01:04.531-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/anyhow-1-rs.wrap' (56,928) at 20250902080039579
49254 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/nubus-virtio-mmio.c' (56,929) at 20250902080039391
49255 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pvpanic-pci.c' (56,930) at 20250902080039375
49256 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_scu.h' (56,931) at 20250902080039495
49257 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-scsi-pci.c' (56,932) at 20250902080039455
49258 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/ivshmem-flat.h' (56,933) at 20250902080039495
49259 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/dmabuf.h' (56,934) at 20250902080039515
49260 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/isa.c' (56,935) at 20250902080039347
49261 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/qos_fuzz.c' (56,936) at 20250902080039715
49262 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-cpu-s390x-kvm.c' (56,937) at 20250902080039579
49263 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/rcu.h' (56,938) at 20250902080039507
49264 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/meson.build' (56,939) at 20250902080039715
49265 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/crypto/tlssession.h' (56,940) at 20250902080039479
49266 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/openrisc_sim.c' (56,941) at 20250902080039395
49267 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/tdx-quote-generator.h' (56,942) at 20250902080039627
49268 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/tls.c' (56,943) at 20250902080039539
49269 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-input-pci.c' (56,944) at 20250902080039463
49270 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/pv.h' (56,945) at 20250902080039675
49271 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/trace-events' (56,946) at 20250902080039395
49272 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/gdbstub.c' (56,947) at 20250902080039591
49273 2025-10-05 03:01:04.532-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/accel-cpu-ops.h' (56,948) at 20250902080039475
49274 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/helper.c' (56,949) at 20250902080039643
49275 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/pflash_cfi02.c' (56,950) at 20250902080039311
49276 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-input.c' (56,951) at 20250902080039423
49277 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/meson.build' (56,952) at 20250902080039559
49278 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/virt.c' (56,953) at 20250902080039303
49279 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/internal-common.h' (56,954) at 20250902080039243
49280 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/isl_pmbus_vr.c' (56,955) at 20250902080039431
49281 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target-has.h' (56,956) at 20250902080039695
49282 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ramfb-stubs.c' (56,957) at 20250902080039323
49283 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/deprecated.rst' (56,958) at 20250902080039275
49284 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/stellaris_enet.c' (56,959) at 20250902080039387
49285 2025-10-05 03:01:04.533-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/aspeed_rtc.c' (56,960) at 20250902080039415
49286 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/kvm.c' (56,961) at 20250902080039659
49287 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_tcg_plugins.py' (56,962) at 20250902080039707
49288 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qemu-qmp-ref.rst' (56,963) at 20250902080039279
49289 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/virtio-net-failover.rst' (56,964) at 20250902080039283
49290 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen_apic.c' (56,965) at 20250902080039343
49291 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/omap_sx1.c' (56,966) at 20250902080039299
49292 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/error.rs' (56,967) at 20250902080039575
49293 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/u2f-passthru.c' (56,968) at 20250902080039447
49294 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-linux.c' (56,969) at 20250902080039567
49295 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/a15mpcore.c' (56,970) at 20250902080039319
49296 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_virtio_gpu.py' (56,971) at 20250902080039711
49297 2025-10-05 03:01:04.534-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/fsl_imx8m_phy.c' (56,972) at 20250902080039395
49298 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/pnv-host-i2c-test.c' (56,973) at 20250902080039719
49299 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/scsi-generic.c' (56,974) at 20250902080039427
49300 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/grlib_apbuart.c' (56,975) at 20250902080039311
49301 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-efuse.c' (56,976) at 20250902080039395
49302 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/machine.c' (56,977) at 20250902080039583
49303 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ioapic_common.c' (56,978) at 20250902080039351
49304 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/main.c' (56,979) at 20250902080039571
49305 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/microchip_pfsoc.h' (56,980) at 20250902080039499
49306 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/aspeed_timer.h' (56,981) at 20250902080039499
49307 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_pci.c' (56,982) at 20250902080039411
49308 2025-10-05 03:01:04.535-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/aspeed_adc.c' (56,983) at 20250902080039291
49309 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-loongarch/unistd_64.h' (56,984) at 20250902080039519
49310 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/cpu-param.h' (56,985) at 20250902080039611
49311 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/target-info-impl.h' (56,986) at 20250902080039507
49312 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_catalina.py' (56,987) at 20250902080039707
49313 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/pl022.c' (56,988) at 20250902080039435
49314 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/npcm_pspi.c' (56,989) at 20250902080039435
49315 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/make-release' (56,990) at 20250902080039579
49316 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hv-balloon.c' (56,991) at 20250902080039335
49317 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/syscall.c' (56,992) at 20250902080039719
49318 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mips/target_signal.h' (56,993) at 20250902080039523
49319 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ahci-allwinner.c' (56,994) at 20250902080039343
49320 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ipmi/ipmi.h' (56,995) at 20250902080039491
49321 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/riscv_aclint.c' (56,996) at 20250902080039355
49322 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/bcm2835_fb.c' (56,997) at 20250902080039323
49323 2025-10-05 03:01:04.536-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/cpu-param.h' (56,998) at 20250902080039651
49324 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/loongarch-qmp-cmds.c' (56,999) at 20250902080039639
49325 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/trace-events' (57,000) at 20250902080039403
49326 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/emulation.rst' (57,001) at 20250902080039275
49327 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/rdma-migration-helper.sh' (57,002) at 20250902080039579
49328 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast27x0-tsp.c' (57,003) at 20250902080039295
49329 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_s390x_topology.py' (57,004) at 20250902080039711
49330 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/debug_helper.c' (57,005) at 20250902080039591
49331 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/221' (57,006) at 20250902080039711
49332 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/include/wrappers_mips64r6.h' (57,007) at 20250902080039719
49333 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/next-fb.c' (57,008) at 20250902080039323
49334 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-file.c' (57,009) at 20250902080039515
49335 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/memory.rst' (57,010) at 20250902080039275
49336 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/hvf.c' (57,011) at 20250902080039623
49337 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/fsl_imx8m_phy.h' (57,012) at 20250902080039495
49338 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/cofile.c' (57,013) at 20250902080039287
49339 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/ram_addr.h' (57,014) at 20250902080039511
49340 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_lpc.h' (57,015) at 20250902080039495
49341 2025-10-05 03:01:04.537-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fby35.c' (57,016) at 20250902080039295
49342 2025-10-05 03:01:04.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm_clk.c' (57,017) at 20250902080039375
49343 2025-10-05 03:01:04.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/virtio-input-host.c' (57,018) at 20250902080039347
49344 2025-10-05 03:01:04.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/pflash_cfi01.c' (57,019) at 20250902080039311
49345 2025-10-05 03:01:04.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target-con-str.h' (57,020) at 20250902080039695
49346 2025-10-05 03:01:04.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi_bmc_sim.c' (57,021) at 20250902080039359
49347 2025-10-05 03:01:04.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/boot.c' (57,022) at 20250902080039395
49348 2025-10-05 03:01:04.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pci_bridge_dev.c' (57,023) at 20250902080039395
49349 2025-10-05 03:01:04.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu.c' (57,024) at 20250902080039415
49350 2025-10-05 03:01:04.538-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pcie_root_port.c' (57,025) at 20250902080039395
49351 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/armsse-cpuid.c' (57,026) at 20250902080039367
49352 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/pci.c' (57,027) at 20250902080039347
49353 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/vfp_helper.c' (57,028) at 20250902080039611
49354 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-accel-ops.h' (57,029) at 20250902080039635
49355 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ide-bus.h' (57,030) at 20250902080039491
49356 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/bits/meson.build' (57,031) at 20250902080039571
49357 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32h.c' (57,032) at 20250902080039719
49358 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/dpcd.c' (57,033) at 20250902080039323
49359 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/translate.c' (57,034) at 20250902080039619
49360 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-balloon-pci.c' (57,035) at 20250902080039463
49361 2025-10-05 03:01:04.539-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/guest-agent-core.h' (57,036) at 20250902080039571
49362 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem.c' (57,037) at 20250902080039247
49363 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/lasips2.c' (57,038) at 20250902080039347
49364 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/ethtool.h' (57,039) at 20250902080039511
49365 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/uefi-test-build.config' (57,040) at 20250902080039719
49366 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/authz.json' (57,041) at 20250902080039559
49367 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ap-bridge.c' (57,042) at 20250902080039419
49368 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/memory.rs' (57,043) at 20250902080039575
49369 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/meson.build' (57,044) at 20250902080039243
49370 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/imx_spi.c' (57,045) at 20250902080039431
49371 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-build.h' (57,046) at 20250902080039339
49372 2025-10-05 03:01:04.540-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/compat.json' (57,047) at 20250902080039559
49373 2025-10-05 03:01:04.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/virt.c' (57,048) at 20250902080039415
49374 2025-10-05 03:01:04.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/xen-emu.c' (57,049) at 20250902080039627
49375 2025-10-05 03:01:04.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/mman-common.h' (57,050) at 20250902080039519
49376 2025-10-05 03:01:04.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_nested.c' (57,051) at 20250902080039411
49377 2025-10-05 03:01:04.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_of_dpa.c' (57,052) at 20250902080039387
49378 2025-10-05 03:01:04.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/xlnx-zynqmp-can.c' (57,053) at 20250902080039379
49379 2025-10-05 03:01:04.541-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/a9gtimer.c' (57,054) at 20250902080039435
49380 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/internal.h' (57,055) at 20250902080039659
49381 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/cpu-param.h' (57,056) at 20250902080039683
49382 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/i386/qemu-vmsr-helper.c' (57,057) at 20250902080039723
49383 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/translate.c' (57,058) at 20250902080039691
49384 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/dirtyrate.c' (57,059) at 20250902080039531
49385 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vhost.h' (57,060) at 20250902080039523
49386 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/arch_dump.c' (57,061) at 20250902080039587
49387 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/helper.h' (57,062) at 20250902080039611
49388 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/allwinner-a10-pic.c' (57,063) at 20250902080039347
49389 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memop.h' (57,064) at 20250902080039483
49390 2025-10-05 03:01:04.542-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/qapi-schema.json' (57,065) at 20250902080039571
49391 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/translate.h' (57,066) at 20250902080039651
49392 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/tuxruntest.py' (57,067) at 20250902080039707
49393 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/tpm.json' (57,068) at 20250902080039563
49394 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-vhost-user.c' (57,069) at 20250902080039247
49395 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/test-x86-cpuid-compat.c' (57,070) at 20250902080039719
49396 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/049.out' (57,071) at 20250902080039711
49397 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/build-environment.rst' (57,072) at 20250902080039275
49398 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/pm_smbus.c' (57,073) at 20250902080039335
49399 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/cpr-transfer.c' (57,074) at 20250902080039531
49400 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/meson.build' (57,075) at 20250902080039703
49401 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_pch_pic.c' (57,076) at 20250902080039355
49402 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qht.c' (57,077) at 20250902080039735
49403 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/seg_helper.h' (57,078) at 20250902080039631
49404 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/clock.c' (57,079) at 20250902080039315
49405 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/Makefile.include' (57,080) at 20250902080039703
49406 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu-sysregs.h.inc' (57,081) at 20250902080039587
49407 2025-10-05 03:01:04.543-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/meson.build' (57,082) at 20250902080039339
49408 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/idef-parser/parser-helpers.c' (57,083) at 20250902080039615
49409 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/nvmm/nvmm-accel-ops.c' (57,084) at 20250902080039627
49410 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/memory.h' (57,085) at 20250902080039511
49411 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/helper.c' (57,086) at 20250902080039671
49412 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/qtest.c' (57,087) at 20250902080039583
49413 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-build.c' (57,088) at 20250902080039339
49414 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu-param.h' (57,089) at 20250902080039655
49415 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_cubieboard.py' (57,090) at 20250902080039707
49416 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/pl080.c' (57,091) at 20250902080039331
49417 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target.c.inc' (57,092) at 20250902080039691
49418 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/datadir.c' (57,093) at 20250902080039579
49419 2025-10-05 03:01:04.544-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/i8259_common.c' (57,094) at 20250902080039351
49420 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/kvm_int.h' (57,095) at 20250902080039511
49421 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/pl110.c' (57,096) at 20250902080039323
49422 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/qapi-mypy.sh' (57,097) at 20250902080039551
49423 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/meson_options.txt' (57,098) at 20250902080039531
49424 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xive2.h' (57,099) at 20250902080039499
49425 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-sme.c' (57,100) at 20250902080039607
49426 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xlnx_dpdma.c' (57,101) at 20250902080039331
49427 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/op_helper.c' (57,102) at 20250902080039643
49428 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost.h' (57,103) at 20250902080039499
49429 2025-10-05 03:01:04.545-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-socket.c' (57,104) at 20250902080039267
49430 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-icount.c' (57,105) at 20250902080039243
49431 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap.c' (57,106) at 20250902080039543
49432 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/virtio-snd.c' (57,107) at 20250902080039307
49433 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/csr_helper.c' (57,108) at 20250902080039639
49434 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/helper.h' (57,109) at 20250902080039667
49435 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/vfio-user.rst' (57,110) at 20250902080039283
49436 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu-param.h' (57,111) at 20250902080039643
49437 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/stm32l4x5_soc.h' (57,112) at 20250902080039487
49438 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/tcg-stub.c' (57,113) at 20250902080039243
49439 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/testdev.c' (57,114) at 20250902080039271
49440 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64_malta.py' (57,115) at 20250902080039707
49441 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-sve.h' (57,116) at 20250902080039599
49442 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-zynqmp-apu-ctrl.c' (57,117) at 20250902080039379
49443 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen-stubs.c' (57,118) at 20250902080039339
49444 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/meson.build' (57,119) at 20250902080039583
49445 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/armv7m_ras.c' (57,120) at 20250902080039367
49446 2025-10-05 03:01:04.546-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/wm8750.c' (57,121) at 20250902080039307
49447 2025-10-05 03:01:04.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqtest.c' (57,122) at 20250902080039715
49448 2025-10-05 03:01:04.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu-param.h' (57,123) at 20250902080039635
49449 2025-10-05 03:01:04.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-tight.c' (57,124) at 20250902080039731
49450 2025-10-05 03:01:04.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_riscv64_sifive_u.py' (57,125) at 20250902080039711
49451 2025-10-05 03:01:04.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/omap_mmc.c' (57,126) at 20250902080039427
49452 2025-10-05 03:01:04.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/devices/net.rst' (57,127) at 20250902080039283
49453 2025-10-05 03:01:04.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/Makefile' (57,128) at 20250902080039719
49454 2025-10-05 03:01:04.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vhost-scsi.c' (57,129) at 20250902080039427
49455 2025-10-05 03:01:04.547-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/roms/Makefile' (57,130) at 20250902080039571
49456 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu.h' (57,131) at 20250902080039591
49457 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xive2.c' (57,132) at 20250902080039359
49458 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/spapr_llan.c' (57,133) at 20250902080039387
49459 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-rng-pci.c' (57,134) at 20250902080039455
49460 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/mmu_helper.c' (57,135) at 20250902080039675
49461 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/curses.c' (57,136) at 20250902080039727
49462 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_primary_console.c' (57,137) at 20250902080039339
49463 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/cpr.c' (57,138) at 20250902080039531
49464 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/resetcontainer.c' (57,139) at 20250902080039319
49465 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/target-info.h' (57,140) at 20250902080039507
49466 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_piix.c' (57,141) at 20250902080039343
49467 2025-10-05 03:01:04.548-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-scmi-pci.c' (57,142) at 20250902080039455
49468 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-io.h' (57,143) at 20250902080039479
49469 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_sbsaref_alpine.py' (57,144) at 20250902080039707
49470 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sh4/sh7750.c' (57,145) at 20250902080039431
49471 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/es1370.c' (57,146) at 20250902080039307
49472 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/qom_common.py' (57,147) at 20250902080039551
49473 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-i386.rst' (57,148) at 20250902080039283
49474 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/disas/disas-mon.c' (57,149) at 20250902080039275
49475 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000e.c' (57,150) at 20250902080039383
49476 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/debugexit.c' (57,151) at 20250902080039371
49477 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/hflags.c' (57,152) at 20250902080039599
49478 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/single_fab.cpp' (57,153) at 20250902080017326
49479 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/block.json' (57,154) at 20250902080039559
49480 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/gdbstub.c' (57,155) at 20250902080039287
49481 2025-10-05 03:01:04.549-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/syslog.py' (57,156) at 20250902080039579
49482 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/raw-format.c' (57,157) at 20250902080039263
49483 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/pl031.c' (57,158) at 20250902080039415
49484 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/mac_oldworld.c' (57,159) at 20250902080039403
49485 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pc-testdev.c' (57,160) at 20250902080039375
49486 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/log.h' (57,161) at 20250902080039507
49487 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/highbank.c' (57,162) at 20250902080039295
49488 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/isa.h' (57,163) at 20250902080039491
49489 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/meson.build' (57,164) at 20250902080039247
49490 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/uaccess.c' (57,165) at 20250902080039579
49491 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/helper.h' (57,166) at 20250902080039643
49492 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-common.c' (57,167) at 20250902080039239
49493 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/Kconfig' (57,168) at 20250902080039307
49494 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/sys_helper.c' (57,169) at 20250902080039655
49495 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32f4xx_syscfg.c' (57,170) at 20250902080039375
49496 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/heathrow_pic.c' (57,171) at 20250902080039351
49497 2025-10-05 03:01:04.550-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc.h' (57,172) at 20250902080039731
49498 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/vof.h' (57,173) at 20250902080039495
49499 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/dpd/decimal64.c' (57,174) at 20250902080039519
49500 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/uefi/uefi.h' (57,175) at 20250902080039511
49501 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mac_via.c' (57,176) at 20250902080039371
49502 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/imx-usb-phy.c' (57,177) at 20250902080039447
49503 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-iommu-pci.c' (57,178) at 20250902080039463
49504 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/cxl_type3.c' (57,179) at 20250902080039363
49505 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/op_helper.c' (57,180) at 20250902080039667
49506 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/crypto_helper.c' (57,181) at 20250902080039667
49507 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/xilinx-pcie.c' (57,182) at 20250902080039399
49508 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_max78000fthr.py' (57,183) at 20250902080039707
49509 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gic_common.h' (57,184) at 20250902080039491
49510 2025-10-05 03:01:04.551-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tls-cipher-suites.c' (57,185) at 20250902080039275
49511 2025-10-05 03:01:04.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target.c.inc' (57,186) at 20250902080039695
49512 2025-10-05 03:01:04.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/edu.c' (57,187) at 20250902080039371
49513 2025-10-05 03:01:04.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/job.json' (57,188) at 20250902080039559
49514 2025-10-05 03:01:04.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_peci.c' (57,189) at 20250902080039367
49515 2025-10-05 03:01:04.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/npcm7xx_gpio.c' (57,190) at 20250902080039331
49516 2025-10-05 03:01:04.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target.c.inc' (57,191) at 20250902080039695
49517 2025-10-05 03:01:04.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/watchpoint.c' (57,192) at 20250902080039247
49518 2025-10-05 03:01:04.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qapi-schema.json' (57,193) at 20250902080039563
49519 2025-10-05 03:01:04.552-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate.c' (57,194) at 20250902080039611
49520 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/emulate/x86_decode.c' (57,195) at 20250902080039623
49521 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen_platform.c' (57,196) at 20250902080039343
49522 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/backend.py' (57,197) at 20250902080039579
49523 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_replay.py' (57,198) at 20250902080039707
49524 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_orangepi.py' (57,199) at 20250902080039707
49525 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/target-info-qapi.h' (57,200) at 20250902080039507
49526 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/decorators.py' (57,201) at 20250902080039707
49527 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/system/misc_helper.c' (57,202) at 20250902080039635
49528 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/op_helper.c' (57,203) at 20250902080039639
49529 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/iothread.c' (57,204) at 20250902080039515
49530 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/eeprom_at24c.c' (57,205) at 20250902080039391
49531 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/cpu_loop.c' (57,206) at 20250902080039523
49532 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zrle.c.inc' (57,207) at 20250902080039731
49533 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_hv.py' (57,208) at 20250902080039711
49534 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/vfio-listener.h' (57,209) at 20250902080039455
49535 2025-10-05 03:01:04.553-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-blk.c' (57,210) at 20250902080039419
49536 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/fpu_helper.c' (57,211) at 20250902080039631
49537 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm7xx_pwm.c' (57,212) at 20250902080039375
49538 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/cpu.h' (57,213) at 20250902080039611
49539 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/boot.c' (57,214) at 20250902080039363
49540 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/tcg/tcg-cpu.h' (57,215) at 20250902080039671
49541 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/ioport.h' (57,216) at 20250902080039511
49542 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/emulate/x86_emu.c' (57,217) at 20250902080039623
49543 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/adm1266.c' (57,218) at 20250902080039431
49544 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/xlnx_dpdma.h' (57,219) at 20250902080039487
49545 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/virt-acpi-build.c' (57,220) at 20250902080039363
49546 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/tests/tests.rs' (57,221) at 20250902080039575
49547 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/alpha-softmmu.mak' (57,222) at 20250902080039271
49548 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/igb.c' (57,223) at 20250902080039383
49549 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-config-io.c' (57,224) at 20250902080039463
49550 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/openbsd' (57,225) at 20250902080039723
49551 2025-10-05 03:01:04.554-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-pci-inst.c' (57,226) at 20250902080039419
49552 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qom-set-drive' (57,227) at 20250902080039715
49553 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/mmio.c' (57,228) at 20250902080039347
49554 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/vfio-helpers.h' (57,229) at 20250902080039455
49555 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/block-core.json' (57,230) at 20250902080039559
49556 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/bonito.c' (57,231) at 20250902080039395
49557 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vmapple/bdif.c' (57,232) at 20250902080039471
49558 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xlnx-versal.c' (57,233) at 20250902080039303
49559 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/softfloat-parts.c.inc' (57,234) at 20250902080039283
49560 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-sparse' (57,235) at 20250902080039715
49561 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/build-system.rst' (57,236) at 20250902080039275
49562 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/guest-host.h' (57,237) at 20250902080039515
49563 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-i386-sgx.c' (57,238) at 20250902080039579
49564 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu.c' (57,239) at 20250902080039679
49565 2025-10-05 03:01:04.555-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bananapi_m2u.c' (57,240) at 20250902080039295
49566 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/loongarch/boot.h' (57,241) at 20250902080039491
49567 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/qdev.rs' (57,242) at 20250902080039575
49568 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_occ.c' (57,243) at 20250902080039403
49569 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/loongarch64/tcg-target-con-str.h' (57,244) at 20250902080039695
49570 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-base.c' (57,245) at 20250902080039327
49571 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/tls-tests.c' (57,246) at 20250902080039719
49572 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target-has.h' (57,247) at 20250902080039699
49573 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/fnmsub.c' (57,248) at 20250902080039719
49574 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/Cargo.toml' (57,249) at 20250902080039575
49575 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/nitro_enclave.c' (57,250) at 20250902080039339
49576 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/op_helper.c' (57,251) at 20250902080039687
49577 2025-10-05 03:01:04.556-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_bpim2u.py' (57,252) at 20250902080039707
49578 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/decNumber.c' (57,253) at 20250902080039519
49579 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/raven.c' (57,254) at 20250902080039399
49580 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv_hart.c' (57,255) at 20250902080039415
49581 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/lbus.c' (57,256) at 20250902080039331
49582 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_hppa_seabios.py' (57,257) at 20250902080039707
49583 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpregs.h' (57,258) at 20250902080039587
49584 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/signal.c' (57,259) at 20250902080039527
49585 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-cpu-hotplug-stub.c' (57,260) at 20250902080039287
49586 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev.c' (57,261) at 20250902080039247
49587 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci.h' (57,262) at 20250902080039447
49588 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/cpu-param.h' (57,263) at 20250902080039583
49589 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/meson.build' (57,264) at 20250902080039451
49590 2025-10-05 03:01:04.557-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/meson.build' (57,265) at 20250902080039363
49591 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/armsse-mhu.c' (57,266) at 20250902080039367
49592 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/mac-nubus-bridge.c' (57,267) at 20250902080039391
49593 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/keys.rst.inc' (57,268) at 20250902080039283
49594 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/confidential-guest.h' (57,269) at 20250902080039619
49595 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/main.c' (57,270) at 20250902080039523
49596 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-op-ldst.c' (57,271) at 20250902080039699
49597 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vhost_net.c' (57,272) at 20250902080039387
49598 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tb-maint.c' (57,273) at 20250902080039243
49599 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_gfx.c' (57,274) at 20250902080039367
49600 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/cadence_gem.c' (57,275) at 20250902080039379
49601 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/amd-memory-encryption.rst' (57,276) at 20250902080039283
49602 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/scripts/vendor.py' (57,277) at 20250902080039551
49603 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/timer/hpet/src/lib.rs' (57,278) at 20250902080039571
49604 2025-10-05 03:01:04.558-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/device-crash-test' (57,279) at 20250902080039579
49605 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/user/excp_helper.c' (57,280) at 20250902080039635
49606 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/register.h' (57,281) at 20250902080039499
49607 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml' (57,282) at 20250902080039239
49608 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/rocker.json' (57,283) at 20250902080039563
49609 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu-param.h' (57,284) at 20250902080039679
49610 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/vec_helper.c' (57,285) at 20250902080039611
49611 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target-con-set.h' (57,286) at 20250902080039699
49612 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/ppc4xx_pci.c' (57,287) at 20250902080039399
49613 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/i8259.c' (57,288) at 20250902080039351
49614 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mchp_pfsoc_sysreg.c' (57,289) at 20250902080039375
49615 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/pcnet.h' (57,290) at 20250902080039383
49616 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32l4x5_soc.c' (57,291) at 20250902080039303
49617 2025-10-05 03:01:04.559-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hyperv_testdev.c' (57,292) at 20250902080039335
49618 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/g364fb.c' (57,293) at 20250902080039323
49619 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/isa-bus.c' (57,294) at 20250902080039359
49620 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_ib700.c' (57,295) at 20250902080039471
49621 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/250' (57,296) at 20250902080039711
49622 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-pci-hotplug-stub.c' (57,297) at 20250902080039287
49623 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/194' (57,298) at 20250902080039711
49624 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api-macros/src/bits.rs' (57,299) at 20250902080039575
49625 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/x509-utils.c' (57,300) at 20250902080039275
49626 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/ufs.c' (57,301) at 20250902080039439
49627 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_sbe.h' (57,302) at 20250902080039495
49628 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/ich9_tco.h' (57,303) at 20250902080039483
49629 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/Makefile' (57,304) at 20250902080039719
49630 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/armsse-cpu-pwrctrl.c' (57,305) at 20250902080039367
49631 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/listener.cpp' (57,306) at 20250902080017322
49632 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/virtio-backends.rst' (57,307) at 20250902080039279
49633 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ipl.c' (57,308) at 20250902080039419
49634 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/hw_accel.h' (57,309) at 20250902080039511
49635 2025-10-05 03:01:04.560-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target-con-set.h' (57,310) at 20250902080039691
49636 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/npcm_gmac-test.c' (57,311) at 20250902080039719
49637 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/grlib_gptimer.c' (57,312) at 20250902080039435
49638 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target-has.h' (57,313) at 20250902080039703
49639 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qed.c' (57,314) at 20250902080039259
49640 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/realview.c' (57,315) at 20250902080039299
49641 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/parallel.h' (57,316) at 20250902080039487
49642 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/win_helper.c' (57,317) at 20250902080039691
49643 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/meson.build' (57,318) at 20250902080039243
49644 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu.c' (57,319) at 20250902080039671
49645 2025-10-05 03:01:04.561-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vvfat.c' (57,320) at 20250902080039263
49646 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/aspeed_gpio.c' (57,321) at 20250902080039331
49647 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel-socket.h' (57,322) at 20250902080039503
49648 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/microbit.c' (57,323) at 20250902080039295
49649 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/job.h' (57,324) at 20250902080039507
49650 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx7_snvs.c' (57,325) at 20250902080039371
49651 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/bitmanip_helper.c' (57,326) at 20250902080039663
49652 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/dns-resolver.c' (57,327) at 20250902080039515
49653 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/sh_serial.c' (57,328) at 20250902080039315
49654 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/block-dirty-bitmap.c' (57,329) at 20250902080039531
49655 2025-10-05 03:01:04.563-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/helper.h' (57,330) at 20250902080039639
49656 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/virtio-9p-test.c' (57,331) at 20250902080039719
49657 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/aspeed_smc.c' (57,332) at 20250902080039431
49658 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter-buffer.c' (57,333) at 20250902080039543
49659 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/baum.c' (57,334) at 20250902080039267
49660 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_ast2600.py' (57,335) at 20250902080039707
49661 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/power8-pmu.c' (57,336) at 20250902080039663
49662 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx_rngc.c' (57,337) at 20250902080039371
49663 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/ivshmem-flat.c' (57,338) at 20250902080039371
49664 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/glib-compat.h' (57,339) at 20250902080039483
49665 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mps2.c' (57,340) at 20250902080039299
49666 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_ast2500.py' (57,341) at 20250902080039707
49667 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/arduino.c' (57,342) at 20250902080039307
49668 2025-10-05 03:01:04.564-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/zeroable.rs' (57,343) at 20250902080039575
49669 2025-10-05 03:01:04.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/virt.c' (57,344) at 20250902080039475
49670 2025-10-05 03:01:04.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/kvm-stub.c' (57,345) at 20250902080039243
49671 2025-10-05 03:01:04.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/pci.c' (57,346) at 20250902080039455
49672 2025-10-05 03:01:04.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/amd_iommu.h' (57,347) at 20250902080039339
49673 2025-10-05 03:01:04.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu-features.h' (57,348) at 20250902080039587
49674 2025-10-05 03:01:04.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cpu.h' (57,349) at 20250902080039687
49675 2025-10-05 03:01:04.565-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/fsi.c' (57,350) at 20250902080039331
49676 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/aspeed_intc.c' (57,351) at 20250902080039351
49677 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/vfio.c' (57,352) at 20250902080039539
49678 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-i2c-pci.c' (57,353) at 20250902080039455
49679 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-opc.h' (57,354) at 20250902080039515
49680 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_stellaris.py' (57,355) at 20250902080039707
49681 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper.h' (57,356) at 20250902080039599
49682 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_drc.c' (57,357) at 20250902080039407
49683 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/igd-assign.txt' (57,358) at 20250902080039279
49684 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/common.c' (57,359) at 20250902080039539
49685 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/s390x_pci_mmio.c' (57,360) at 20250902080039735
49686 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/thread-context.c' (57,361) at 20250902080039735
49687 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/dps310.c' (57,362) at 20250902080039431
49688 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/main.rst' (57,363) at 20250902080039279
49689 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/sysbus.c' (57,364) at 20250902080039319
49690 2025-10-05 03:01:04.566-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipack/ipack.c' (57,365) at 20250902080039359
49691 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/translate.c' (57,366) at 20250902080039643
49692 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_x86_cpu_model_versions.py' (57,367) at 20250902080039711
49693 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/nrf51_nvm.c' (57,368) at 20250902080039395
49694 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32cb.c' (57,369) at 20250902080039719
49695 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/confidential-guest-support.h' (57,370) at 20250902080039511
49696 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-arm64/unistd_64.h' (57,371) at 20250902080039519
49697 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-armhf-cross.docker' (57,372) at 20250902080039707
49698 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/pvpanic.h' (57,373) at 20250902080039495
49699 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/xilinx_axienet.c' (57,374) at 20250902080039391
49700 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/exynos4210_combiner.c' (57,375) at 20250902080039351
49701 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/vfio-user-obj.c' (57,376) at 20250902080039411
49702 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/dump.c' (57,377) at 20250902080039543
49703 2025-10-05 03:01:04.567-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter-mirror.c' (57,378) at 20250902080039543
49704 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/submitting-a-patch.rst' (57,379) at 20250902080039279
49705 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/stm32l4x5_gpio.c' (57,380) at 20250902080039331
49706 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/pcnet-pci.c' (57,381) at 20250902080039383
49707 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/mss-timer.c' (57,382) at 20250902080039439
49708 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ufs/lu.c' (57,383) at 20250902080039439
49709 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_pc_cpu_hotplug_props.py' (57,384) at 20250902080039711
49710 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/gdbstub.c' (57,385) at 20250902080039667
49711 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/host-utils.h' (57,386) at 20250902080039507
49712 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration.c' (57,387) at 20250902080039535
49713 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/access.c' (57,388) at 20250902080039627
49714 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/125' (57,389) at 20250902080039711
49715 2025-10-05 03:01:04.568-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/octeon_translate.c' (57,390) at 20250902080039647
49716 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/i440fx.c' (57,391) at 20250902080039399
49717 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bb' (57,392) at 20250829080048398
49718 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/platform-init.md' (57,393) at 20250829080007925
49719 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/southbridge/ich9.h' (57,394) at 20250902080039499
49720 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/ppc440_pcix.c' (57,395) at 20250902080039399
49721 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/win_helper.c' (57,396) at 20250902080039683
49722 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctucan_core.c' (57,397) at 20250902080039379
49723 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/icount-common.c' (57,398) at 20250902080039243
49724 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/npcm7xx_otp.c' (57,399) at 20250902080039395
49725 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/translate.c' (57,400) at 20250902080039615
49726 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/terminal3270.c' (57,401) at 20250902080039315
49727 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/atomic_template.h' (57,402) at 20250902080039243
49728 2025-10-05 03:01:04.569-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/event-facility.h' (57,403) at 20250902080039499
49729 2025-10-05 03:01:04.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zlib.c' (57,404) at 20250902080039731
49730 2025-10-05 03:01:04.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/framebuffer.h' (57,405) at 20250902080039323
49731 2025-10-05 03:01:04.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/linuxboot.rst' (57,406) at 20250902080039283
49732 2025-10-05 03:01:04.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx6.c' (57,407) at 20250902080039295
49733 2025-10-05 03:01:04.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/iotkit-secctl.c' (57,408) at 20250902080039371
49734 2025-10-05 03:01:04.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/redirect.c' (57,409) at 20250902080039447
49735 2025-10-05 03:01:04.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/xtensa-semi.c' (57,410) at 20250902080039691
49736 2025-10-05 03:01:04.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/smc37c669-superio.c' (57,411) at 20250902080039363
49737 2025-10-05 03:01:04.570-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-op.c' (57,412) at 20250902080039699
49738 2025-10-05 03:01:04.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/proxy.c' (57,413) at 20250902080039411
49739 2025-10-05 03:01:04.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/graph-changes-while-io.out' (57,414) at 20250902080039715
49740 2025-10-05 03:01:04.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/system/patch-target.c' (57,415) at 20250902080039719
49741 2025-10-05 03:01:04.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/secret.c' (57,416) at 20250902080039275
49742 2025-10-05 03:01:04.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/cpus.h' (57,417) at 20250902080039511
49743 2025-10-05 03:01:04.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/pr-manager-helper.c' (57,418) at 20250902080039579
49744 2025-10-05 03:01:04.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/syscall_defs.h' (57,419) at 20250902080039531
49745 2025-10-05 03:01:04.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390_flic.h' (57,420) at 20250902080039499
49746 2025-10-05 03:01:04.571-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_pch_pic.h' (57,421) at 20250902080039491
49747 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/misc_helper.c' (57,422) at 20250902080039659
49748 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/i8254.c' (57,423) at 20250902080039435
49749 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/vax_helper.c' (57,424) at 20250902080039587
49750 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu_init.c' (57,425) at 20250902080039655
49751 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-pci.c' (57,426) at 20250902080039327
49752 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/op_helper.c' (57,427) at 20250902080039647
49753 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api-macros/src/lib.rs' (57,428) at 20250902080039575
49754 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-cpucfg.c' (57,429) at 20250902080039367
49755 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/meson.build' (57,430) at 20250902080039375
49756 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/loongarch/virt.c' (57,431) at 20250902080039363
49757 2025-10-05 03:01:04.572-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/m48t59.c' (57,432) at 20250902080039415
49758 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blkio.c' (57,433) at 20250902080039251
49759 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu64.c' (57,434) at 20250902080039591
49760 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/renesas_sci.c' (57,435) at 20250902080039315
49761 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx6.h' (57,436) at 20250902080039487
49762 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/meson.build' (57,437) at 20250902080039287
49763 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/msix.h' (57,438) at 20250902080039495
49764 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stellaris.c' (57,439) at 20250902080039303
49765 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/vmmouse.c' (57,440) at 20250902080039343
49766 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/internals.h' (57,441) at 20250902080039667
49767 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/lpc_ich9.c' (57,442) at 20250902080039363
49768 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/cpu-param.h' (57,443) at 20250902080039639
49769 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/mmap.c' (57,444) at 20250902080039267
49770 2025-10-05 03:01:04.573-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/bitbang_i2c.c' (57,445) at 20250902080039335
49771 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/backup.c' (57,446) at 20250902080039251
49772 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-9p-client.h' (57,447) at 20250902080039715
49773 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-mips.rst' (57,448) at 20250902080039283
49774 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/page-vary-target.c' (57,449) at 20250902080039543
49775 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/system/tlb_helper.c' (57,450) at 20250902080039651
49776 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-hub.c' (57,451) at 20250902080039267
49777 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/i386/tdx.rst' (57,452) at 20250902080039283
49778 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dpd/decimal128Local.h' (57,453) at 20250902080039503
49779 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-scsi-common.h' (57,454) at 20250902080039499
49780 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/dtb/canyonlands.dts' (57,455) at 20250902080039547
49781 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/avr_timer16.c' (57,456) at 20250902080039435
49782 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/register.h' (57,457) at 20250902080039503
49783 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/helper.c' (57,458) at 20250902080039639
49784 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/pc-dimm.h' (57,459) at 20250902080039491
49785 2025-10-05 03:01:04.574-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/npcm7xx_otp.h' (57,460) at 20250902080039495
49786 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gic.c' (57,461) at 20250902080039347
49787 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/bcm2835_dma.c' (57,462) at 20250902080039327
49788 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx6_src.c' (57,463) at 20250902080039371
49789 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow2.c' (57,464) at 20250902080039259
49790 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/libqos-malloc.c' (57,465) at 20250902080039715
49791 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/lasi.h' (57,466) at 20250902080039495
49792 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/migration-multifd.h' (57,467) at 20250902080039451
49793 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/microblazeel-softmmu.mak' (57,468) at 20250902080039271
49794 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xics_spapr.c' (57,469) at 20250902080039359
49795 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/nvmm.h' (57,470) at 20250902080039511
49796 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/mock-i3c-target.h' (57,471) at 20250902080039491
49797 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_cpuid.c' (57,472) at 20250902080039623
49798 2025-10-05 03:01:04.575-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu-pci.c' (57,473) at 20250902080039415
49799 2025-10-05 03:01:04.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_aspeed.c' (57,474) at 20250902080039471
49800 2025-10-05 03:01:04.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/atmega.c' (57,475) at 20250902080039307
49801 2025-10-05 03:01:04.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/slavio_intctl.c' (57,476) at 20250902080039355
49802 2025-10-05 03:01:04.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/trace-events' (57,477) at 20250902080039455
49803 2025-10-05 03:01:04.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_pch_msi.c' (57,478) at 20250902080039355
49804 2025-10-05 03:01:04.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/control.json' (57,479) at 20250902080039559
49805 2025-10-05 03:01:04.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/removed-features.rst' (57,480) at 20250902080039275
49806 2025-10-05 03:01:04.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-pci-bus.c' (57,481) at 20250902080039419
49807 2025-10-05 03:01:04.576-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/ls7a_rtc.c' (57,482) at 20250902080039415
49808 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/translate.c' (57,483) at 20250902080039683
49809 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-udp.c' (57,484) at 20250902080039267
49810 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3.c' (57,485) at 20250902080039347
49811 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ahci-test.c' (57,486) at 20250902080039715
49812 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu-sysregs.h' (57,487) at 20250902080039587
49813 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/mixeng.h' (57,488) at 20250902080039247
49814 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/cpu.h' (57,489) at 20250902080039671
49815 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-fs-pci.c' (57,490) at 20250902080039455
49816 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/kvm-accel-ops.c' (57,491) at 20250902080039239
49817 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/malta.c' (57,492) at 20250902080039367
49818 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/s390x/tcg-target-con-str.h' (57,493) at 20250902080039699
49819 2025-10-05 03:01:04.577-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/arm_mptimer.c' (57,494) at 20250902080039435
49820 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vhost-user-stub.c' (57,495) at 20250902080039543
49821 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/184.out' (57,496) at 20250902080039711
49822 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/gengvec64.c' (57,497) at 20250902080039599
49823 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/chipidea.c' (57,498) at 20250902080039439
49824 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-iova-tree.h' (57,499) at 20250902080039455
49825 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-h3-sysctrl.c' (57,500) at 20250902080039367
49826 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc64-linux-user.mak' (57,501) at 20250902080039271
49827 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/npcm7xx.c' (57,502) at 20250902080039299
49828 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-hash64.c' (57,503) at 20250902080039659
49829 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-iommu.c' (57,504) at 20250902080039467
49830 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/integratorcp.c' (57,505) at 20250902080039295
49831 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xen-pvh.c' (57,506) at 20250902080039303
49832 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/sifive_u.c' (57,507) at 20250902080039415
49833 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/vfio-iommufd.h' (57,508) at 20250902080039455
49834 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/loongarch64-softmmu.mak' (57,509) at 20250902080039271
49835 2025-10-05 03:01:04.578-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/get-wraps-from-cargo-registry.py' (57,510) at 20250902080039579
49836 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_rng.c' (57,511) at 20250902080039411
49837 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_microblaze_s3adsp1800.py' (57,512) at 20250902080039707
49838 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/mpx_helper.c' (57,513) at 20250902080039631
49839 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi_bt.c' (57,514) at 20250902080039359
49840 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-dwc3.c' (57,515) at 20250902080039443
49841 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-pmem.h' (57,516) at 20250902080039503
49842 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_chiptod.c' (57,517) at 20250902080039403
49843 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/page-protection.h' (57,518) at 20250902080039515
49844 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-fsf/xtensa-modules.c.inc' (57,519) at 20250902080039687
49845 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/msix.c' (57,520) at 20250902080039399
49846 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-sysbus.c' (57,521) at 20250902080039439
49847 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/translate-all.c' (57,522) at 20250902080039247
49848 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_reverse_debug.py' (57,523) at 20250902080039711
49849 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-vars.c' (57,524) at 20250902080039439
49850 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_ast1030.py' (57,525) at 20250902080039707
49851 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/helper.c' (57,526) at 20250902080039615
49852 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/petalogix_s3adsp1800_mmu.c' (57,527) at 20250902080039367
49853 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/misc-i386.json' (57,528) at 20250902080039563
49854 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/iommufd-stubs.c' (57,529) at 20250902080039451
49855 2025-10-05 03:01:04.579-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/qapi-domain.rst' (57,530) at 20250902080039279
49856 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmxnet3.c' (57,531) at 20250902080039391
49857 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/spapr_nvram.c' (57,532) at 20250902080039395
49858 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx7.c' (57,533) at 20250902080039295
49859 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_spapr.c' (57,534) at 20250902080039439
49860 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-sme.h' (57,535) at 20250902080039599
49861 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/pl181.c' (57,536) at 20250902080039427
49862 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-system.c' (57,537) at 20250902080039239
49863 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bdrv-graph-mod.c' (57,538) at 20250902080039723
49864 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/ioapic.c' (57,539) at 20250902080039339
49865 2025-10-05 03:01:04.580-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/translate.c' (57,540) at 20250902080039643
49866 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hyperv/hyperv.h' (57,541) at 20250902080039491
49867 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/m41t80.c' (57,542) at 20250902080039415
49868 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/tcg/cpu-ops.h' (57,543) at 20250902080039475
49869 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu.c' (57,544) at 20250902080039615
49870 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/resetcontainer.h' (57,545) at 20250902080039487
49871 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/aspeed_pcie.h' (57,546) at 20250902080039495
49872 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-core.c' (57,547) at 20250902080039439
49873 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/Makefile.softmmu-target' (57,548) at 20250902080039719
49874 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/kvm_i386.h' (57,549) at 20250902080039627
49875 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/container.c' (57,550) at 20250902080039451
49876 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/hvf-all.c' (57,551) at 20250902080039239
49877 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/mappings.yml' (57,552) at 20250902080039711
49878 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/trace.h' (57,553) at 20250902080039239
49879 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/base.yml' (57,554) at 20250902080039235
49880 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/copy-before-write.c' (57,555) at 20250902080039255
49881 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/pv.c' (57,556) at 20250902080039675
49882 2025-10-05 03:01:04.581-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/npcm7xx_smbus.c' (57,557) at 20250902080039335
49883 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu.h' (57,568) at 20250902080039635
49884 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/macros.h' (57,569) at 20250902080039615
49885 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_core.c' (57,570) at 20250902080039403
49886 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/pcf8574.c' (57,571) at 20250902080039331
49887 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/cputlb.h' (57,572) at 20250902080039479
49888 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/trace-events' (57,573) at 20250902080039239
49889 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/vfio-ccw.h' (57,574) at 20250902080039499
49890 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/imx_epit.c' (57,575) at 20250902080039435
49891 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/spapr_watchdog.c' (57,576) at 20250902080039471
49892 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/flatload.c' (57,577) at 20250902080039523
49893 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_device.h' (57,578) at 20250902080039495
49894 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_cfg.h' (57,579) at 20250902080039663
49895 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/README' (57,580) at 20250902080039635
49896 2025-10-05 03:01:04.582-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-win.c' (57,581) at 20250902080039267
49897 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/openrisc/virt.c' (57,582) at 20250902080039395
49898 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/msmouse.c' (57,583) at 20250902080039271
49899 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_vec.c.inc' (57,584) at 20250902080039639
49900 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/remote-obj.c' (57,585) at 20250902080039411
49901 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/VERSION' (57,586) at 20250902080039239
49902 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-pmem-pci.c' (57,587) at 20250902080039467
49903 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/lsm303dlhc_mag.c' (57,588) at 20250902080039431
49904 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rtl8139.c' (57,589) at 20250902080039387
49905 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu32-stubs.c' (57,590) at 20250902080039591
49906 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-thread-win32.c' (57,591) at 20250902080039735
49907 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/smbus_ich9.c' (57,592) at 20250902080039335
49908 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_reverse_debug.py' (57,593) at 20250902080039707
49909 2025-10-05 03:01:04.583-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/goldfish_rtc.c' (57,594) at 20250902080039415
49910 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/sse-timer.c' (57,595) at 20250902080039439
49911 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/s390x_pci_mmio.h' (57,596) at 20250902080039507
49912 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/ppc-qmp-cmds.c' (57,597) at 20250902080039663
49913 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/spin/tcg-exclusive.promela' (57,598) at 20250902080039283
49914 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/unistd_o32.h' (57,599) at 20250902080039519
49915 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/parallel.c' (57,600) at 20250902080039315
49916 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-utils.c' (57,601) at 20250902080039439
49917 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/max78000_icc.h' (57,602) at 20250902080039495
49918 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/cpu.h' (57,603) at 20250902080039615
49919 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/npcm7xx_boards.c' (57,604) at 20250902080039299
49920 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ide-dev.c' (57,605) at 20250902080039347
49921 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_xdma.c' (57,606) at 20250902080039371
49922 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/max78000_icc.c' (57,607) at 20250902080039375
49923 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/lasi.c' (57,608) at 20250902080039371
49924 2025-10-05 03:01:04.584-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/apple-gfx.h' (57,609) at 20250902080039319
49925 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.mailmap' (57,610) at 20250902080039239
49926 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mps2-fpgaio.c' (57,611) at 20250902080039375
49927 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc_bamboo.py' (57,612) at 20250902080039711
49928 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_models.c' (57,613) at 20250902080039675
49929 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/ppc4xx.h' (57,614) at 20250902080039495
49930 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target-con-str.h' (57,615) at 20250902080039695
49931 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/riscv/tcg-target-con-set.h' (57,616) at 20250902080039699
49932 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/sgx-stub.c' (57,617) at 20250902080039343
49933 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-qpl.c' (57,618) at 20250902080039535
49934 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/CVE-2021-3643_CVE-2021-23210.patch' (57,619) at 20250724080015662
49935 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.12.bbappend' (57,620) at 20250724080015754
49936 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/0001-Fix-DATADIRNAME-on-uclibc-Linux.patch' (57,621) at 20250724080015778
49937 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam_1.7.0.bb' (57,622) at 20250724080015802
49938 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/trusted-firmware-m_2.2.0.bb' (57,623) at 20250724080015646
49939 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-boot_257.5.bb' (57,624) at 20250724080015782
49940 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/0005-Make-libsoup-v3-support-optional.patch' (57,625) at 20250724080015730
49941 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc-common.inc' (57,626) at 20250724080015778
49942 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dhex/dhex/0001-Fix-function-declaration-conflict-error-with-empty-p.patch' (57,627) at 20250724080015710
49943 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4-native_1.4.20.bb' (57,628) at 20250724080015790
49944 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb' (57,629) at 20250724080015678
49945 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/tasks.rst' (57,630) at 20250724080015750
49946 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman_2.7.2.bb' (57,631) at 20250724080015702
49947 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-simplejson_3.20.1.bb' (57,632) at 20250724080015726
49948 2025-10-05 03:01:04.585-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/s390x_vec_op_t.patch' (57,633) at 20250724080015798
49949 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/run-ptest' (57,634) at 20250724080015810
49950 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb' (57,635) at 20250724080015722
49951 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/skeletoninit.py' (57,636) at 20250724080015766
49952 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-ttf_2.24.0.bb' (57,637) at 20250724080015706
49953 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe_3.15.bb' (57,638) at 20250724080015670
49954 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mercurial/mercurial_6.6.3.bb' (57,639) at 20250724080015698
49955 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/0001-Fix-build-with-gcc-15.patch' (57,640) at 20250724080015670
49956 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/psqlodbc_16.00.0000.bb' (57,641) at 20250724080015694
49957 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-packaging_25.0.bb' (57,642) at 20250724080015794
49958 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/pkgconfig/pkgconfig/pkg-config-native.in' (57,643) at 20250724080015790
49959 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-basetools-native_202408.bb' (57,644) at 20250724080015642
49960 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/wget.py' (57,645) at 20250724080015738
49961 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/0002-fix-incompatible-type-assignment-in-txring.c.patch' (57,646) at 20250724080015670
49962 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/migration-5.2.rst' (57,647) at 20250724080015746
49963 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-reset-re++/file1' (57,648) at 20250724080015754
49964 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0001-Add-autogen.sh.patch' (57,649) at 20250724080015666
49965 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/views.py' (57,650) at 20250724080015746
49966 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libbpf/files/CVE-2025-29481.patch' (57,651) at 20250724080015706
49967 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/CVE-2024-25081_CVE-2024-25082.patch' (57,652) at 20250724080015706
49968 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0-initial_2.84.2.bb' (57,653) at 20250724080015778
49969 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/nginx_1.26.3.bb' (57,654) at 20250724080015726
49970 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libdecor/libdecor_0.2.3.bb' (57,655) at 20250724080015706
49971 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/python3-psycopg_3.2.9.bb' (57,656) at 20250724080015698
49972 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo/0adf38535637ec668e658d43f04f60f11f51574f.patch' (57,657) at 20250724080015714
49973 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/vala/vala_0.56.18.bb' (57,658) at 20250724080015798
49974 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb' (57,659) at 20250724080015810
49975 2025-10-05 03:01:04.586-0500 FINEST t466 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' (57,660) at 20250724080015794
49976 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/package.py' (57,661) at 20250724080015766
49977 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch' (57,662) at 20250724080015814
49978 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/manpages.bbclass' (57,663) at 20250724080015758
49979 2025-10-05 03:01:04.586-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/babl/babl_0.1.114.bb' (57,664) at 20250724080015658
49980 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uinput_1.0.1.bb' (57,665) at 20250724080015726
49981 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/nativesdk-clang-glue.bb' (57,666) at 20250724080015786
49982 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch' (57,667) at 20250724080015806
49983 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/conf/multiconfig/firmware.conf' (57,668) at 20250724080015646
49984 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/CVE-2021-23159_CVE-2021-2317.patch' (57,669) at 20250724080015662
49985 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-multilib-config.inc' (57,670) at 20250724080015786
49986 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-mako_1.3.10.bb' (57,671) at 20250724080015794
49987 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/0003-projectorganizer-Use-g_pattern_spec_match_string-ins.patch' (57,672) at 20250724080015694
49988 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os-ts.inc' (57,673) at 20250724080015646
49989 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/npm.bbclass' (57,674) at 20250724080015758
49990 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/0001-Use-monotonic-time.patch' (57,675) at 20250724080015802
49991 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/mbedtls_2.28.10.bb' (57,676) at 20250724080015666
49992 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybind11_2.13.6.bb' (57,677) at 20250724080015722
49993 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-filelock_3.18.0.bb' (57,678) at 20250724080015722
49994 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/archiver.py' (57,679) at 20250724080015766
49995 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2025-0690.patch' (57,680) at 20250724080015770
49996 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools-crates.inc' (57,681) at 20250724080015674
49997 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libidn/libidn/dont-depend-on-help2man.patch' (57,682) at 20250724080015702
49998 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_25.1.0.bb' (57,683) at 20250724080015794
49999 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/7zip_24.09.bb' (57,684) at 20250724080015698
50000 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb' (57,685) at 20250724080015670
50001 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/lib/devtool/__init__.py' (57,686) at 20250724080015814
50002 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cppgenerate/cppgenerate_0.3.bb' (57,687) at 20250724080015694
50003 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-module-split.bbclass' (57,688) at 20250724080015758
50004 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/capnproto/capnproto/0001-Export-binaries-only-for-native-build.patch' (57,689) at 20250724080015694
50005 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iniparser/iniparser_4.2.6.bb' (57,690) at 20250724080015714
50006 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/imlib2/imlib2_git.bb' (57,691) at 20250724080015706
50007 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hiredis/hiredis_1.2.0.bb' (57,692) at 20250724080015702
50008 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0004-Pass-noline-flag-to-flex.patch' (57,693) at 20250724080015702
50009 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.6.bb' (57,694) at 20250724080015806
50010 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb' (57,695) at 20250724080015662
50011 2025-10-05 03:01:04.587-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/0001-Fix-proxycmd-without-netcat.patch' (57,696) at 20250724080015778
50012 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-h2/python3-h2_4.2.0.bb' (57,697) at 20250724080015718
50013 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uhubctl/uhubctl_2.6.0.bb' (57,698) at 20250724080015718
50014 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ltp/ltp/0001-cve-2015-3290-Disable-AVX-for-x86_64.patch' (57,699) at 20250724080015802
50015 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5_1.21.3.bb' (57,700) at 20250724080015678
50016 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto-dev.bb' (57,701) at 20250724080015806
50017 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils/0002-Bump-onig-from-6.4.0-to-6.5.1.patch' (57,702) at 20250724080015678
50018 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/environment.d-curl.sh' (57,703) at 20250724080015810
50019 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-legacy-cgi_2.6.2.bb' (57,704) at 20250724080015722
50020 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch' (57,705) at 20250724080015794
50021 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/fix-ftbfs-riscv64.patch' (57,706) at 20250724080015718
50022 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/pcapplusplus/pcapplusplus_24.09.bb' (57,707) at 20250724080015678
50023 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch' (57,708) at 20250724080015706
50024 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/genmon/xfce4-genmon-plugin_4.2.0.bb' (57,709) at 20250724080015726
50025 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie_1.7.2.bb' (57,710) at 20250724080015798
50026 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/perl-layer/recipes-support/rasdaemon/rasdaemon_0.8.3.bb' (57,711) at 20250724080015674
50027 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py_0.24.0.bb' (57,712) at 20250724080015794
50028 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/sqlite.py' (57,713) at 20250724080015742
50029 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0036-libunwind-Use-gcs-instead-of-gcs-target-attribute.patch' (57,714) at 20250724080015782
50030 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb.inc' (57,715) at 20250724080015790
50031 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/run-ptest' (57,716) at 20250724080015790
50032 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.1.bb' (57,717) at 20250724080015810
50033 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-babel_2.17.0.bb' (57,718) at 20250724080015794
50034 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/cairo/cairo_1.18.4.bb' (57,719) at 20250724080015802
50035 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb' (57,720) at 20250724080015726
50036 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/syslog-ng.conf.systemd' (57,721) at 20250724080015718
50037 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/setuptools3_legacy.bbclass' (57,722) at 20250724080015758
50038 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-makefiles-Drop-setting-mcpu-to-cortex-a8-on-arm-arch.patch' (57,723) at 20250724080015798
50039 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.6.1.bb' (57,724) at 20250724080015718
50040 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0032-clangd-Add-a-build-option-to-disable-building-dexp.patch' (57,725) at 20250724080015782
50041 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/0001-configure-make-sure-to-call-AC_CHECK_HEADER_STDBOOL.patch' (57,726) at 20250724080015694
50042 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/svg/analysis-for-package-splitting.svg' (57,727) at 20250724080015750
50043 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/radvd.init' (57,728) at 20250724080015666
50044 2025-10-05 03:01:04.588-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/graphviz/graphviz_12.2.1.bb' (57,729) at 20250724080015706
50045 2025-10-05 03:01:04.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/layer.conf' (59,531) at 20250724080015654
50046 2025-10-05 03:01:04.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley-host-state-monitor' (59,532) at 20250724080015650
50047 2025-10-05 03:01:04.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/uboot-config.bbclass' (59,533) at 20250724080015758
50048 2025-10-05 03:01:04.599-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/meson.bbclass' (59,534) at 20250724080015758
50049 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-binary-native_1.24.3.bb' (59,535) at 20250724080015790
50050 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0009-Readline-8.3-alpha-release.patch' (59,536) at 20250724080015790
50051 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client_4.4.0.bb' (59,537) at 20250724080015646
50052 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/testimage.bbclass' (59,538) at 20250724080015758
50053 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/frr/frr_10.3.bb' (59,539) at 20250724080015670
50054 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgusb/libgusb_0.4.9.bb' (59,540) at 20250724080015714
50055 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/distributor.patch' (59,541) at 20250724080015802
50056 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-validators_0.35.0.bb' (59,542) at 20250724080015726
50057 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/fixed-perl-path.patch' (59,543) at 20250724080015798
50058 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/configure-sbindir.patch' (59,544) at 20250724080015782
50059 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pahole/pahole_1.29.bb' (59,545) at 20250724080015698
50060 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch' (59,546) at 20250724080015790
50061 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/fedora_docs.sh' (59,547) at 20250724080015754
50062 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/pldm_interface.cpp' (59,549) at 20250315080021280
50063 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/meson.build' (59,550) at 20250315080021280
50064 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/bin/generate_testsuite_info.py' (59,551) at 20250315080011448
50065 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/cpu.hpp' (59,552) at 20250319080041867
50066 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/external_intf/management_console_utils.py' (59,553) at 20250319080014275
50067 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/utility.hpp' (59,554) at 20250319080002754 to deleted uid set
50068 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/requester/instance-id.c' (59,555) at 20250319080011123
50069 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/pcieslot.hpp' (59,556) at 20250319080041867
50070 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/pcieslot.cpp' (59,557) at 20250319080041867
50071 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/instance-id.cpp' (59,558) at 20250319080011123
50072 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/message/unpack.hpp' (59,559) at 20250319080021991
50073 2025-10-05 03:01:04.600-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/bare-metal-host-monitor/meson_options.txt' (59,560) at 20250319080006063
50074 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/analyze-reviews.py' (59,561) at 20250319080014635
50075 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/message/pack.hpp' (59,562) at 20250319080021987
50076 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/rescan-fru.service' (59,563) at 20250319080013043
50077 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager_%.bbappend' (59,564) at 20250319080013043
50078 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/cpu.cpp' (59,565) at 20250319080041867
50079 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/example/asio-example.cpp' (59,566) at 20250319080040319
50080 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/bare-metal-host-monitor/host_gpio_monitor.cpp' (59,567) at 20250319080006063
50081 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/bare-metal-host-monitor/host-gpio-monitor@.service.in' (59,568) at 20250319080006063
50082 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/google-ipmi-i2c_git.bb' (59,569) at 20250319080013043
50083 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/openbmctool/openbmctool.py' (59,570) at 20250319080014635
50084 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/cpuinfo_main.cpp' (59,574) at 20250320080033493
50085 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/service_root/test_service_root_security.robot' (59,575) at 20250320080012904
50086 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/esel_utils.robot' (59,576) at 20250320080012904
50087 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/nic-powercycle' (59,577) at 20250320080011808
50088 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/socket-handler.c' (59,578) at 20250321080023152
50089 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.server.hpp.mako' (59,579) at 20250321080050072
50090 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/cookies.hpp' (59,580) at 20250321080003028
50091 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed/harma.cfg' (59,581) at 20250321080024008
50092 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/templates/pgm_template.robot' (59,582) at 20250321080030164
50093 2025-10-05 03:01:04.601-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/nic-powercycle@.service' (59,583) at 20250320080011808
50094 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/images/fb-harma-phosphor-image.inc' (59,584) at 20250321080024008
50095 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/cable.hpp' (59,585) at 20250321080003028
50096 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/host_power.hpp' (59,586) at 20250317080020772
50097 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intrusion/IntrusionSensorMain.cpp' (59,587) at 20250317080003920
50098 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/extended/test_bmc_upload_stability.robot' (59,588) at 20250324080025395
50099 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/pel_manager_test.cpp' (59,589) at 20250325080023422
50100 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/test/openpower-pels/src_test.cpp' (59,590) at 20250325080023422
50101 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/10-reboot-timeout.conf' (59,591) at 20250325080012662
50102 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/Doxyfile.in' (59,592) at 20250325080009734
50103 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VLanNetworkInterface_v1.xml' (59,593) at 20250327080007493
50104 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AddressPoolCollection_v1.xml' (59,594) at 20250327080007469
50105 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VirtualMediaCollection_v1.xml' (59,595) at 20250327080007493
50106 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ContainerImageCollection.json' (59,596) at 20250327080007497
50107 2025-10-05 03:01:04.602-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LogEntryCollection_v1.xml' (59,597) at 20250327080007481
50108 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Port.v1_16_0.json' (59,598) at 20250327080007501
50109 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RegisteredClientCollection.json' (59,599) at 20250327080007501
50110 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FabricAdapter_v1.xml' (59,600) at 20250327080007477
50111 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MediaController_v1.xml' (59,601) at 20250327080007481
50112 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Session_v1.xml' (59,602) at 20250327080007493
50113 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Privileges_v1.xml' (59,603) at 20250327080007489
50114 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SerialInterfaceCollection.json' (59,604) at 20250327080007501
50115 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ContainerImage_v1.xml' (59,605) at 20250327080007473
50116 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Cable_v1.xml' (59,606) at 20250327080007469
50117 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Aggregate_v1.xml' (59,607) at 20250327080007469
50118 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SoftwareInventoryCollection_v1.xml' (59,608) at 20250327080007493
50119 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ResourceBlockCollection.json' (59,609) at 20250327080007501
50120 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/USBControllerCollection.json' (59,610) at 20250327080007501
50121 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CompositionReservation_v1.xml' (59,611) at 20250327080007469
50122 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SecureBootDatabase_v1.xml' (59,612) at 20250327080007489
50123 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TaskCollection.json' (59,613) at 20250327080007501
50124 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkInterfaceCollection_v1.xml' (59,614) at 20250327080007485
50125 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeSlots_v1.xml' (59,615) at 20250327080007485
50126 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AccountService_v1.xml' (59,616) at 20250327080007469
50127 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/assets/styles/bmc/custom/_dropdown.scss' (59,617) at 20250327080038685
50128 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MediaControllerCollection_v1.xml' (59,618) at 20250327080007481
50129 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PowerDomain_v1.xml' (59,619) at 20250327080007489
50130 2025-10-05 03:01:04.603-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AccelerationFunctionCollection.json' (59,620) at 20250327080007497
50131 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Port.v1_16_0.json' (59,621) at 20250327080007501
50132 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerDiagnosticData_v1.xml' (59,622) at 20250327080007481
50133 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TaskService_v1.xml' (59,623) at 20250327080007493
50134 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/vector_internals.c' (59,624) at 20250327080034689
50135 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EthernetInterface.v1_12_4.json' (59,625) at 20250327080007497
50136 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/TableToolbar.vue' (59,626) at 20250327080038689
50137 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LogService_v1.xml' (59,627) at 20250327080007481
50138 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryDomainCollection_v1.xml' (59,628) at 20250327080007481
50139 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/KeyCollection.json' (59,629) at 20250327080007497
50140 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ProcessorMetrics_v1.xml' (59,630) at 20250327080007489
50141 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/KeyPolicyCollection_v1.xml' (59,631) at 20250327080007477
50142 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-cxl-component.c' (59,632) at 20250327080013973
50143 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-pci-dev.c' (59,633) at 20250327080013973
50144 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/PageContainer.vue' (59,634) at 20250327080038689
50145 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CompositionService_v1.xml' (59,635) at 20250327080007469
50146 2025-10-05 03:01:04.604-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricReportDefinitionCollection.json' (59,636) at 20250327080007501
50147 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JobCollection.json' (59,637) at 20250327080007497
50148 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-ccix-per.c' (59,638) at 20250327080013973
50149 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FabricCollection.json' (59,639) at 20250327080007497
50150 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ContainerCollection.json' (59,640) at 20250327080007497
50151 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/OutboundConnectionCollection_v1.xml' (59,641) at 20250327080007485
50152 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AccountService.v1_18_0.json' (59,642) at 20250327080007497
50153 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/json-schema.h' (59,643) at 20250327080013973
50154 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Task_v1.xml' (59,644) at 20250327080007493
50155 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/BatteryMetrics_v1.xml' (59,645) at 20250327080007469
50156 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MessageRegistryCollection.json' (59,646) at 20250327080007501
50157 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Fan_v1.xml' (59,647) at 20250327080007477
50158 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-dmar.c' (59,648) at 20250327080013973
50159 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FabricAdapterCollection_v1.xml' (59,649) at 20250327080007477
50160 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/HostInterfaceCollection.json' (59,650) at 20250327080007497
50161 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/generator/sections/gen-section-ia32x64.c' (59,651) at 20250327080013973
50162 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricReportCollection.json' (59,652) at 20250327080007501
50163 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MessageRegistryFileCollection_v1.xml' (59,653) at 20250327080007485
50164 2025-10-05 03:01:04.605-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvzicfiss.c.inc' (59,654) at 20250327080034689
50165 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ConnectionMethodCollection.json' (59,655) at 20250327080007497
50166 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/51-gbmc-reboot.sh' (59,656) at 20250327080016713
50167 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkDeviceFunctionMetrics_v1.xml' (59,657) at 20250327080007485
50168 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkDeviceFunctionCollection_v1.xml' (59,658) at 20250327080007485
50169 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Triggers_v1.xml' (59,659) at 20250327080007493
50170 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/mutual_tls.cpp' (59,660) at 20250317080002812
50171 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SwitchCollection.json' (59,661) at 20250327080007501
50172 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EventService.v1_11_0.json' (59,662) at 20250327080007497
50173 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/computer_system.hpp' (59,663) at 20250327080007465
50174 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AllowDeny_v1.xml' (59,664) at 20250327080007469
50175 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VirtualMediaCollection.json' (59,665) at 20250327080007501
50176 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Application_v1.xml' (59,666) at 20250327080007469
50177 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Manifest_v1.xml' (59,667) at 20250327080007481
50178 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SoftwareInventoryCollection.json' (59,668) at 20250327080007501
50179 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MemoryRegion_v1.xml' (59,669) at 20250327080007485
50180 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/NetworkInterfaceCollection.json' (59,670) at 20250327080007501
50181 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ChassisCollection_v1.xml' (59,671) at 20250327080007469
50182 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/requirements.txt' (59,672) at 20250327080017657
50183 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricDefinitionCollection_v1.xml' (59,673) at 20250327080007485
50184 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AttributeRegistry_v1.xml' (59,674) at 20250327080007469
50185 2025-10-05 03:01:04.606-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/monitor-pldm-sensor.service' (59,675) at 20250327080016713
50186 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PhysicalContext.json' (59,676) at 20250327080007501
50187 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/FabricCollection_v1.xml' (59,677) at 20250327080007477
50188 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JsonSchemaFileCollection_v1.xml' (59,678) at 20250327080007477
50189 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/AppNavigation/AppNavigation.vue' (59,679) at 20250327080038685
50190 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PowerDistributionMetrics.v1_4_0.json' (59,680) at 20250327080007501
50191 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/FormFile.vue' (59,681) at 20250327080038685
50192 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/meson.build' (59,682) at 20250327080034673
50193 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageControllerCollection_v1.xml' (59,683) at 20250327080007493
50194 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/HeaterMetrics_v1.xml' (59,684) at 20250327080007477
50195 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Heater_v1.xml' (59,685) at 20250327080007477
50196 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/RoleCollection.json' (59,686) at 20250327080007501
50197 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EndpointGroup_v1.xml' (59,687) at 20250327080007473
50198 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/FacilityCollection.json' (59,688) at 20250327080007497
50199 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ApplicationCollection_v1.xml' (59,689) at 20250327080007469
50200 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ResolutionStep_v1.xml' (59,690) at 20250327080007489
50201 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/components/Global/StatusIcon.vue' (59,691) at 20250327080038689
50202 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ContainerImageCollection_v1.xml' (59,692) at 20250327080007473
50203 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricReportDefinitionCollection_v1.xml' (59,693) at 20250327080007485
50204 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/meson.options' (59,694) at 20250304090009644
50205 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/integrity_algo.hpp' (59,695) at 20250304090030841
50206 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/argument.cpp' (59,696) at 20250304090031245
50207 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/meson.options' (59,697) at 20250304090001476
50208 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/libmapper/test/meson.build' (59,698) at 20250304090031589
50209 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/test/meson.build' (59,699) at 20250304090009644
50210 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/serialbridged.cpp' (59,700) at 20250304090027165
50211 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/property.hpp' (59,701) at 20250304090043597
50212 2025-10-05 03:01:04.607-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/service_files/meson.build' (59,702) at 20250304090009644
50213 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/meson.options' (59,703) at 20250304090028993
50214 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/sol_manager.cpp' (59,704) at 20250304090030841
50215 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/meson.build' (59,705) at 20250304090001476
50216 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command_table.cpp' (59,706) at 20250304090030841
50217 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/session.hpp' (59,707) at 20250304090030841
50218 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/erase/meson.build' (59,708) at 20250304090009644
50219 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/.clang-format' (59,709) at 20250304090001476
50220 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/serialbridge@.service.in' (59,710) at 20250304090027165
50221 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/meson.build' (59,711) at 20250304090001476
50222 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/meson.build' (59,712) at 20250304090031589
50223 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/meson.options' (59,713) at 20250304090031589
50224 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/meson.build' (59,714) at 20250304090001476
50225 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/meson.build' (59,715) at 20250304090009644
50226 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/rde_dictionary_manager.cpp' (59,716) at 20250304090001476
50227 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/service_files/meson.build' (59,717) at 20250304090001476
50228 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/serialcmd.hpp' (59,729) at 20250304090027165
50229 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/sol/sol_manager.hpp' (59,730) at 20250304090030841
50230 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/packagefiles/boost/meson.build' (59,731) at 20250304090009644
50231 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMC/Redundancy/meson.build' (59,732) at 20250304090024889
50232 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/meson.build' (59,733) at 20250304090001476
50233 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/emobjects' (59,734) at 20250305090014583
50234 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/meson.options' (59,735) at 20250305090018719
50235 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/test/meson.build' (59,736) at 20250305090028931
50236 2025-10-05 03:01:04.608-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/LockOut.events.yaml' (59,737) at 20250305090019495
50237 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/SMC.events.yaml' (59,738) at 20250305090019495
50238 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/SMC/meson.build' (59,739) at 20250305090019495
50239 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Power/meson.build' (59,740) at 20250305090019495
50240 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/.clang-format' (59,741) at 20250305090028931
50241 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/machine/nf5280m7.conf' (59,742) at 20250305090012507
50242 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/test/meson.build' (59,743) at 20250304090028993
50243 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/include/meson.build' (59,744) at 20250304090009644
50244 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/meson.build' (59,745) at 20250304090019429
50245 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/handler.hpp' (59,746) at 20250306090042592
50246 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/IP/Create/meson.build' (59,747) at 20250306090037856
50247 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (59,748) at 20250306090022120
50248 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/regenerate-meson' (59,749) at 20250306090037856
50249 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/conf/machine/include/ieisystem-x86.inc' (59,750) at 20250306090022120
50250 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/gen/xyz/openbmc_project/Network/Neighbor/meson.build' (59,751) at 20250306090037856
50251 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/wft_baseboard.json' (59,752) at 20250306090005144
50252 2025-10-05 03:01:04.609-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/test/meson.build' (59,776) at 20250307090024681
50253 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/meson.build' (59,777) at 20250307090024681
50254 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/subprojects/googletest.wrap' (59,778) at 20250307090028013
50255 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/IPMI/UnifiedSEL/meson.build' (59,779) at 20250307090018633
50256 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/meson.options' (59,780) at 20250307090020141
50257 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/subprojects/packagefiles/boost/meson.build' (59,781) at 20250307090020141
50258 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/slpd-lite_git.bb' (59,782) at 20250307090012172
50259 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/meson.options' (59,783) at 20250307090024681
50260 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/mfa_pam' (59,784) at 20250307090028681
50261 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/test/meson.build' (59,785) at 20250307090020141
50262 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUSensor.cpp' (59,800) at 20250317080003920
50263 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/IpmbSensorMain.cpp' (59,801) at 20250317080003920
50264 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ncsi_util.cpp' (59,802) at 20250317080027572
50265 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/gpio_monitor.hpp' (59,803) at 20250317080020060
50266 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/PresenceGpio.cpp' (59,804) at 20250317080003916
50267 2025-10-05 03:01:04.610-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/external/ExternalSensorMain.cpp' (59,805) at 20250317080003916
50268 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ncsi_netlink_main.cpp' (59,806) at 20250311080041342
50269 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_ldap_utils.robot' (59,807) at 20250311080016294
50270 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.clang-format' (59,812) at 20250408080023479
50271 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/power_supply.hpp' (59,813) at 20250408080002462
50272 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bios/bios_software_manager.hpp' (59,814) at 20250408080018415
50273 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-vtd-dmar.json' (59,815) at 20250331080009374
50274 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/ir-parse.c' (59,816) at 20250331080009370
50275 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-pci-bus.json' (59,817) at 20250331080009374
50276 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/bios_table.c' (59,818) at 20250406080009816
50277 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/bios_table_iter.c' (59,819) at 20250406080009820
50278 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/requester/meson.build' (59,820) at 20250406080009816
50279 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/pldm.h' (59,821) at 20250406080009816
50280 2025-10-05 03:01:04.611-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/fans/phosphor-pid-control/fan-setup.service' (59,823) at 20250405080010659
50281 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/oemhandler.cpp' (59,824) at 20250407080015704
50282 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/file_table.cpp' (59,826) at 20250407080030145
50283 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/create_package/create_pldm_fw_package.cpp' (59,827) at 20250407080018756
50284 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-nvidia.json' (59,828) at 20250331080009374
50285 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/oem_ibm.hpp' (59,829) at 20250408080030207
50286 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/subprojects/libgpiod.wrap' (59,830) at 20250408080018419
50287 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-sys-init.service' (59,831) at 20250408080013019
50288 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/openbmc_test_architecture.md' (59,832) at 20250408080014043
50289 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/config-validator.cpp' (59,833) at 20250408080023479
50290 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/network/phosphor-network_%.bbappend' (59,834) at 20250408080013023
50291 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sdbusplus.hpp' (59,835) at 20250408080020711
50292 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/meson.build' (59,836) at 20250408080019359
50293 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/auditlog' (59,837) at 20250408080020051
50294 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/shutdown_alarm_monitor.cpp' (59,838) at 20250408080020711
50295 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/operational-status-monitor.cpp' (59,839) at 20250408080023479
50296 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/sas_module.json' (59,840) at 20250408080004474
50297 2025-10-05 03:01:04.612-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/network/phosphor-network/config.json' (59,841) at 20250408080013023
50298 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/tyan/tyan_s8047_baseboard.json' (59,842) at 20250408080004478 to deleted uid set
50299 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/alarm_timestamps.hpp' (59,850) at 20250408080020711
50300 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/test/host_bmc_lamp_test.cpp' (59,851) at 20250408080030207
50301 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/conf/templates/default/conf-notes.txt' (59,852) at 20250402080017762
50302 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ipmi_client.py' (59,853) at 20250402080018942
50303 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD.errors.yaml' (59,854) at 20250402080024294
50304 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Hardware/Chassis.interface.yaml' (59,855) at 20250402080024294
50305 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/conf/machine/include/nvidia.inc' (59,856) at 20250402080017762
50306 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/witherspoon-led-manager-config-native.bb' (59,857) at 20250402080017762
50307 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/validator.hpp' (59,858) at 20250402080031966
50308 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/test_lists/QEMU_CI' (59,859) at 20250402080018946
50309 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-bsp/u-boot/files/gb200nvl-obmc.cfg' (59,860) at 20250402080017762
50310 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_redfish.py' (59,861) at 20250402080018942
50311 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/power.hpp' (59,873) at 20250402080003066
50312 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/config/config.h.meson' (59,874) at 20250402080029034
50313 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (59,875) at 20250402080017762
50314 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/meson.build' (59,877) at 20250401080026143
50315 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/updater.hpp' (59,878) at 20250401080026143
50316 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/mountinfo' (59,879) at 20250401080019175
50317 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/single_fab.hpp' (59,880) at 20250401080016991
50318 2025-10-05 03:01:04.613-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/test/meson.build' (59,881) at 20250401080026143
50319 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/kernlcmdline' (59,882) at 20250401080019175
50320 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/machine/witherspoon.conf' (59,883) at 20250402080017762
50321 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-kernel/linux/linux-aspeed_%.bbappend' (59,884) at 20250402080017762
50322 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/witherspoon-led-manager-config/led.yaml' (59,885) at 20250402080017762
50323 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/distro/include/etcd.inc' (59,886) at 20250408080013023
50324 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/host-bmc/host_lamp_test.hpp' (59,887) at 20250408080030207
50325 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/tyan/tyan_s5549_baseboard.json' (59,888) at 20250408080004478 to deleted uid set
50326 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/main.cpp' (59,889) at 20250410080026288
50327 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/plat-svc_0.1.bb' (59,890) at 20250410080013848
50328 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/dbus_zone.cpp' (59,891) at 20250410080026288
50329 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/signal.cpp' (59,892) at 20250410080026288
50330 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-fixed-nic.inc' (59,893) at 20250410080013848
50331 2025-10-05 03:01:04.614-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/bare-metal-host-monitor/meson.build' (59,894) at 20250410080008212
50332 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50001001_v2.json' (59,895) at 20250410080023632
50333 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-kernel/linux/linux-aspeed/catalina.cfg' (59,896) at 20250410080013848
50334 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/action.hpp' (59,897) at 20250410080026284
50335 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/set_parameter_from_group_max.cpp' (59,898) at 20250410080026288
50336 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/init.cpp' (59,899) at 20250410080026288
50337 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/preconditions.cpp' (59,900) at 20250410080026288
50338 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/group.cpp' (59,901) at 20250410080026288
50339 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/pcie_card_metadata.cpp' (59,902) at 20250410080026288
50340 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/utils/modifier.cpp' (59,903) at 20250410080026288
50341 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/manager.cpp' (59,904) at 20250410080026288
50342 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/zone.cpp' (59,905) at 20250410080026288
50343 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/profile.cpp' (59,906) at 20250410080026288
50344 2025-10-05 03:01:04.615-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/triggers/parameter.cpp' (59,907) at 20250410080026288
50345 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/zone.cpp' (59,908) at 20250410080026288
50346 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/request_target_base.cpp' (59,909) at 20250410080026288
50347 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/manager.hpp' (59,910) at 20250410080026288
50348 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/mapped_floor.cpp' (59,921) at 20250410080026288
50349 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/machine/include/facebook-ncsi-nic.inc' (59,922) at 20250410080013848
50350 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/target_from_group_max.cpp' (59,923) at 20250410080026288
50351 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/net_target_decrease.cpp' (59,924) at 20250410080026288
50352 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/update_service/test_firmware_property.robot' (59,925) at 20250410080014920
50353 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-ia32x64-processor.json' (59,926) at 20250331080009374
50354 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console_%.bbappend' (59,928) at 20250403080014705
50355 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.clang-format' (59,929) at 20250403080028961
50356 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/handler.cpp' (59,930) at 20250403080028017
50357 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/recipes-phosphor/images/obmc-phosphor-image.bbappend' (59,940) at 20250403080014705
50358 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/buildjson.hpp' (59,941) at 20250403080028965
50359 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/slot-hsc-fault' (59,942) at 20250403080014705
50360 2025-10-05 03:01:04.616-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-power-module-pwrgd' (59,943) at 20250403080014705
50361 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-hsc-fault' (59,944) at 20250403080014705
50362 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/OWNERS' (59,945) at 20250403080028961
50363 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/packagegroups/packagegroup-nvidia-apps.bb' (59,946) at 20250403080014705
50364 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/redundancy_main.cpp' (59,947) at 20250403080029673
50365 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/boost/boost_%.bbappend' (59,948) at 20250403080014705
50366 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/cold_redundancy.cpp' (59,949) at 20250403080029673
50367 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/OWNERS' (59,950) at 20250404080013723
50368 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/arch/arm/dts/Makefile' (59,951) at 20250404080034727
50369 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/meson.options' (59,952) at 20250404080026599
50370 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/server_sent_event_impl.hpp' (59,953) at 20250404080002634
50371 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/images/obmc-phosphor-image.bbappend' (59,954) at 20250404080013723
50372 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-medusa-event' (59,955) at 20250403080014705
50373 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-power-module-fault' (59,956) at 20250403080014705
50374 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-hsc-alert' (59,957) at 20250403080014705
50375 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/plat-80-obmc-console-uart.rules' (59,958) at 20250403080014701
50376 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/baserule.hpp' (59,959) at 20250404080002634
50377 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/tach_sensor.hpp' (59,960) at 20250404080021179
50378 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/sensor_info_record.py' (59,962) at 20250404080014775
50379 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/routing/trie.hpp' (59,963) at 20250404080002634 to deleted uid set
50380 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan_error.cpp' (59,964) at 20250404080021179
50381 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Login/Login.vue' (59,965) at 20250404080035183
50382 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/common/cper-json-nvp.json' (59,966) at 20250331080009374
50383 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json-header.json' (59,967) at 20250331080009374
50384 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-ccix-per.json' (59,968) at 20250331080009374
50385 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-pci-component.json' (59,969) at 20250331080009374
50386 2025-10-05 03:01:04.617-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-generic-processor.json' (59,970) at 20250331080009374
50387 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-iommu-dmar.json' (59,971) at 20250331080009374
50388 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-memory.json' (59,972) at 20250331080009374
50389 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-cxl-component.json' (59,973) at 20250331080009374
50390 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-generic-dmar.json' (59,974) at 20250331080009374
50391 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/common/cper-json-error-status.json' (59,975) at 20250331080009374
50392 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-medusa-event.service' (59,976) at 20250329080010795
50393 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-power-module-fault.service' (59,977) at 20250329080010795
50394 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-power-module-pwrgd@.service' (59,978) at 20250329080010795
50395 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/medusa-hsc-alert@.service' (59,979) at 20250329080010795
50396 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/plat-svc_0.1.bb' (59,980) at 20250329080010795
50397 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/conf/machine/ventura.conf' (59,981) at 20250605080017439
50398 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/test/meson.build' (59,982) at 20250603080006642
50399 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/ChangePassword/ChangePassword.vue' (59,983) at 20250603080036430
50400 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/.clang-tidy' (59,984) at 20250602080031892
50401 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (59,985) at 20250602080013723
50402 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/memory.hpp' (59,986) at 20250609080002201
50403 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/config.json' (59,987) at 20250607080031985
50404 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/aei_updater.cpp' (59,988) at 20250607080038537
50405 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/utils.cpp' (59,989) at 20250607080038537
50406 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/pci_handler.cpp' (59,990) at 20250610080001617
50407 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/.clang-tidy' (59,991) at 20250610080017021
50408 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/libcr51sign_support.h' (59,992) at 20250610080006249
50409 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/.clang-tidy' (59,993) at 20250610080029509
50410 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network_git.bb' (59,994) at 20250610080012801
50411 2025-10-05 03:01:04.618-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/50-gbmc-ncsi-clear-ip.sh.in' (59,995) at 20250610080012801
50412 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/memory.hpp' (59,997) at 20250610080033309
50413 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign_support.c' (59,998) at 20250610080006249
50414 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/ibm-power-cpu.inc' (59,999) at 20250611080014123
50415 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/Documentation/mboxd.md' (60,000) at 20250613080012487
50416 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/pretty-journal/pretty-journal.py' (60,001) at 20250613080023315
50417 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.exitairsensor.service' (60,002) at 20250613080004287
50418 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.adcsensor.service' (60,003) at 20250613080004287
50419 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/cable-monitor/CableConfig.hpp' (60,004) at 20250613080004291
50420 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/Documentation/protocol.md' (60,005) at 20250613080012487
50421 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/README.md' (60,006) at 20250613080004287
50422 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-oem/README.md' (60,007) at 20250613080024723
50423 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.hwmontempsensor.service' (60,008) at 20250613080004287
50424 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.nvmesensor.service' (60,009) at 20250613080004287
50425 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/gerrit-setup.md' (60,034) at 20250612080004668
50426 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/external-sensor.md' (60,035) at 20250612080004664
50427 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/fail-boot-on-hw-error.md' (60,036) at 20250612080004664
50428 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/power-recovery.md' (60,037) at 20250612080004668
50429 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/docs/fuzzing.md' (60,038) at 20250613080015887
50430 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/cable-monitor/CableEvents.hpp' (60,039) at 20250613080004291
50431 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/CHANGELOG.md' (60,040) at 20250613080020623
50432 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/leakdetector/meson.build' (60,041) at 20250613080004291
50433 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/cable-monitor/CableMonitor.cpp' (60,042) at 20250613080004291
50434 2025-10-05 03:01:04.619-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/meson.build' (60,043) at 20250613080004295
50435 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/README.md' (60,044) at 20250613080027951
50436 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/meson.build' (60,045) at 20250613080004291
50437 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/meson.build' (60,046) at 20250613080004295
50438 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bios/README.md' (60,047) at 20250613080027951
50439 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/cable-monitor/CableEvents.cpp' (60,048) at 20250613080004291
50440 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.smbpbisensor.service' (60,049) at 20250613080004287
50441 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/phosphor-hwmon-io-uring.md' (60,050) at 20250612080004668
50442 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/management-console/Authorities_List_Management.md' (60,051) at 20250612080004664
50443 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-service-failure-debug-and-recovery.md' (60,052) at 20250612080004664
50444 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bios-bmc-smm-error-logging.md' (60,053) at 20250612080004660
50445 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.cablemonitor.service' (60,054) at 20250613080004287
50446 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/hwmon-temp/meson.build' (60,055) at 20250613080004291
50447 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/.markdownlint.yaml' (60,056) at 20250613080012487
50448 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/cable-monitor/meson.build' (60,057) at 20250613080004291
50449 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/meson.build' (60,058) at 20250613080004295
50450 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (60,059) at 20250613080021763
50451 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/README.md' (60,060) at 20250613080039556
50452 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/adc/meson.build' (60,061) at 20250613080004291
50453 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (60,062) at 20250613080021763
50454 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.fansensor.service' (60,063) at 20250613080004287
50455 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.nvidiagpusensor.service' (60,064) at 20250613080004287
50456 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/meson.options' (60,065) at 20250613080004287
50457 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/.clang-tidy' (60,066) at 20250613080040312
50458 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/README.md' (60,067) at 20250613080033355
50459 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/docs/fuzzing.md' (60,068) at 20250613080016375
50460 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.mcutempsensor.service' (60,069) at 20250613080004287
50461 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.mctpreactor.service' (60,070) at 20250613080004287
50462 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/README.md' (60,071) at 20250613080002719
50463 2025-10-05 03:01:04.620-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.ipmbsensor.service' (60,072) at 20250613080004287
50464 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/docs/bindings/vendor-ibm-astlpc.md' (60,073) at 20250613080015887
50465 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/cable-monitor/CableMonitor.hpp' (60,074) at 20250613080004291
50466 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.leakdetector.service' (60,075) at 20250613080004287
50467 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mcu/meson.build' (60,076) at 20250613080004295
50468 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.externalsensor.service' (60,077) at 20250613080004287
50469 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/README.md' (60,078) at 20250613080005483
50470 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/fan/meson.build' (60,079) at 20250613080004291
50471 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.intelcpusensor.service' (60,080) at 20250613080004287
50472 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/README.md' (60,081) at 20250613080002243
50473 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/README.md' (60,082) at 20250613080044892
50474 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.psusensor.service' (60,083) at 20250613080004287
50475 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/gpio-presence/README.md' (60,084) at 20250613080005483
50476 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/smbpbi/meson.build' (60,085) at 20250613080004295
50477 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.markdownlint.yaml' (60,086) at 20250613080005479
50478 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/ipmb/meson.build' (60,087) at 20250613080004291
50479 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/README.md' (60,088) at 20250613080036327
50480 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/unique-hostname.md' (60,089) at 20250612080004668
50481 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/nvmemi-over-smbus.md' (60,090) at 20250612080004664
50482 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/code-update-diagrams.md' (60,091) at 20250612080004660
50483 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/mctp/mctp.md' (60,092) at 20250612080004664
50484 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/hw-fault-monitor.md' (60,093) at 20250612080004664
50485 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/physical-topology.md' (60,094) at 20250612080004668
50486 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/README.md' (60,095) at 20250612080004660
50487 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/devtool-hello-world.md' (60,096) at 20250612080004668
50488 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_multiple_interfaces.robot' (60,097) at 20250523080023241
50489 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/data_interface.hpp' (60,098) at 20250523080034006
50490 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_host.h' (60,099) at 20250527080031435
50491 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn32.decode' (60,100) at 20250527080031447
50492 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/qemu-block-drivers.rst.inc' (60,101) at 20250527080031431
50493 2025-10-05 03:01:04.621-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/insn.decode' (60,102) at 20250527080031439
50494 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/mips16e_translate.c.inc' (60,103) at 20250527080031443
50495 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/hppa/cpu_loop.c' (60,104) at 20250527080031435
50496 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/int_helper.c' (60,108) at 20250527080031439
50497 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/dino.h' (60,109) at 20250527080031435
50498 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvbf16.c.inc' (60,110) at 20250527080031447
50499 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_numeric_threshold.cpp' (60,111) at 20250527080034591
50500 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-mapcache.c' (60,112) at 20250527080031435
50501 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/common-user/host/riscv/safe-syscall.inc.S' (60,113) at 20250527080031427
50502 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/meson.options' (60,114) at 20250527080028243
50503 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/repository.hpp' (60,115) at 20250523080034010
50504 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_entry.cpp' (60,116) at 20250523080034006
50505 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_entry.hpp' (60,117) at 20250523080034006
50506 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/storage.hpp' (60,118) at 20250523080003273
50507 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/test_user_management_sub_menu.robot' (60,119) at 20250523080023241
50508 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/error_messages.hpp' (60,120) at 20250528080003068
50509 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/interface.hpp' (60,122) at 20250529080034537 to deleted uid set
50510 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/dbus-sensor_config.h.in' (60,123) at 20250529080004869
50511 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/gpios-event-logger' (60,124) at 20250529080023933
50512 2025-10-05 03:01:04.622-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/meson.build' (60,125) at 20250529080050378
50513 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-assert-log@.service' (60,126) at 20250529080023933
50514 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/cpld_software_manager.hpp' (60,127) at 20250529080034537
50515 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_mapper_entry.hpp' (60,128) at 20250529080045114
50516 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/users.hpp' (60,129) at 20250529080045114
50517 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/meson.options' (60,130) at 20250529080050378
50518 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/cpld.hpp' (60,131) at 20250529080034537
50519 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/gpios-assert-log@.service' (60,132) at 20250529080023933
50520 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/power-rail-assert-log@.service' (60,133) at 20250529080023933
50521 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/mdrv2.cpp' (60,134) at 20250529080050378
50522 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/gpios-deassert-log@.service' (60,135) at 20250529080023933
50523 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/ldap_config.hpp' (60,136) at 20250529080045114
50524 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/cpld.cpp' (60,137) at 20250529080034537
50525 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_Utils.cpp' (60,138) at 20250529080004869
50526 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/phosphor-virtual-sensor.service.in' (60,139) at 20250530080030121
50527 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/.clang-format' (60,140) at 20250530080022397
50528 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/smbpbi/SmbpbiSensor.hpp' (60,141) at 20250530080004377
50529 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/auto-poweron' (60,142) at 20250530080013369
50530 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/src/journal.hpp' (60,143) at 20250530080027649
50531 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/buffer.hpp' (60,144) at 20250611080001911
50532 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-intel/pfr/pfr-manager_git.bb' (60,145) at 20250611080014119
50533 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/tools/opdump/opdreport' (60,146) at 20250611080016495
50534 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_logging.cpp' (60,147) at 20250611080016499
50535 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/ibm-power9-cpu.inc' (60,159) at 20250611080014123
50536 2025-10-05 03:01:04.623-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/main.cpp' (60,160) at 20250611080023947
50537 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-postd/lpcsnoop/snoop_listen.hpp' (60,161) at 20250611080023943
50538 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_dbus.cpp' (60,162) at 20250611080016495
50539 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/.markdownlint.yaml' (60,163) at 20250611080004823
50540 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.markdownlint.yaml' (60,164) at 20250611080003039
50541 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/ibm-power8-cpu.inc' (60,165) at 20250611080014123
50542 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/websocket_impl.hpp' (60,166) at 20250611080003043
50543 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/config/markdownlint.yaml' (60,167) at 20250611080014655
50544 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/configuration/entity-manager_%.bbappend' (60,168) at 20250611080014123
50545 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/README.md' (60,169) at 20250611080021371
50546 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/conf/machine/include/ibm-power10-cpu.inc' (60,170) at 20250611080014123
50547 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_logging.hpp' (60,171) at 20250611080016499
50548 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/phosphor-u-boot-mgr/phosphor-u-boot-mgr_git.bb' (60,172) at 20250611080014127
50549 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/main.cpp' (60,173) at 20250611080001915
50550 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_common.cpp' (60,174) at 20250611080016495
50551 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-arm-processor.json' (60,175) at 20250611080010627
50552 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/.markdownlint.yaml' (60,176) at 20250611080021371
50553 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/buffer.cpp' (60,177) at 20250611080001915
50554 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/README.md' (60,178) at 20250611080014655
50555 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-devtools/qemu/qemu-system-native_%.bbappend' (60,179) at 20250611080014123
50556 2025-10-05 03:01:04.624-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Configuration/README.md' (60,180) at 20250611080021371
50557 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/event_logger.hpp' (60,181) at 20250611080019615
50558 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-ra.sh.in' (60,182) at 20250610080012801
50559 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/.clang-tidy' (60,183) at 20250610080010185
50560 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/include/rde/rde_handler.hpp' (60,184) at 20250610080001617
50561 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-tls-user-authentication.md' (60,185) at 20250612080004668
50562 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/multihost-phosphor-buttons.md' (60,186) at 20250612080004664
50563 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/multihost-ipmi-design.md' (60,187) at 20250612080004664
50564 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-networking/mctp/files/setup-local-eid' (60,188) at 20250612080016580
50565 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/estoraged.md' (60,189) at 20250612080004664
50566 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/obmc-security-response-team.md' (60,190) at 20250612080004668
50567 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-boot-ready.md' (60,191) at 20250612080004660
50568 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/firmware-update-via-usb.md' (60,192) at 20250612080004664
50569 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/cpp-style-and-conventions.md' (60,193) at 20250612080004660
50570 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/thermal-control-modes.md' (60,194) at 20250612080004668
50571 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/multihost-physical-led.md' (60,195) at 20250612080004664
50572 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/kernel-development.md' (60,196) at 20250612080004668
50573 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/LED-architecture.md' (60,205) at 20250612080004660
50574 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/frontend-nic-temp-read.service' (60,206) at 20250612080016580
50575 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/target-fail-monitoring.md' (60,207) at 20250612080004668
50576 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/virtual-sensors.md' (60,208) at 20250612080004668
50577 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/host-management.md' (60,209) at 20250612080004668
50578 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/cheatsheet.md' (60,210) at 20250612080004660
50579 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/README.md' (60,211) at 20250612080004656
50580 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/how-to-report-a-security-vulnerability.md' (60,212) at 20250612080004668
50581 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/boot-progress.md' (60,213) at 20250612080004664
50582 2025-10-05 03:01:04.625-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-authorization.md' (60,214) at 20250612080004668
50583 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-health-monitor.md' (60,215) at 20250612080004664
50584 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/include/oemcommands.hpp' (60,216) at 20250612080005960
50585 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/README.md' (60,217) at 20250612080033896
50586 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/testing/run-test-docker.md' (60,218) at 20250612080004668
50587 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/features.md' (60,219) at 20250612080004668
50588 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/gpio-based-cable-presence.md' (60,220) at 20250612080004664
50589 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/oem/google/root_of_trust.md' (60,221) at 20250612080004664
50590 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/tof/contract.md' (60,222) at 20250612080004668
50591 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/code-update-deprecated.md' (60,223) at 20250612080004660
50592 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/oem/ibm/system-power-mode.md' (60,224) at 20250612080004664
50593 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/telemetry.md' (60,225) at 20250612080004668
50594 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/error-log-handling-for-phal.md' (60,226) at 20250612080004664
50595 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/meson.build' (60,227) at 20250612080028524
50596 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/interface-overview.md' (60,228) at 20250612080004660
50597 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/ipmi-architecture.md' (60,229) at 20250612080004660
50598 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-postcodes.md' (60,230) at 20250612080004668
50599 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/vpd-collection.md' (60,231) at 20250612080004668
50600 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/Asset.interface.yaml' (60,232) at 20250612080028524
50601 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/maintainer-workflow.md' (60,233) at 20250612080004668
50602 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/expired-password.md' (60,234) at 20250612080004664
50603 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/state-management-and-external-interfaces.md' (60,235) at 20250612080004668
50604 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/multi-host-postcode.md' (60,236) at 20250612080004664
50605 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/mctp/mctp-userspace.md' (60,237) at 20250612080004664
50606 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/object-mapper.md' (60,238) at 20250612080004660
50607 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-pcie.md' (60,239) at 20250612080004668
50608 2025-10-05 03:01:04.626-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/yocto-development.md' (60,240) at 20250612080004672
50609 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/binarystore-via-blobs.md' (60,241) at 20250612080004660
50610 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/phosphor-audit.md' (60,242) at 20250612080004664
50611 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/testing/local-ci-build.md' (60,243) at 20250612080004668
50612 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/code-update/firmware-update-over-redfish.md' (60,244) at 20250612080004660
50613 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/TLS-configuration.md' (60,245) at 20250612080004668
50614 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/bmc-reset-with-host-up.md' (60,246) at 20250612080004664
50615 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/rest-api.md' (60,247) at 20250612080004668
50616 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/management-console/service-discovery.md' (60,248) at 20250612080004664
50617 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/psu-firmware-update.md' (60,249) at 20250612080004668
50618 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/firmware-update-via-blobs.md' (60,250) at 20250612080004664
50619 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/certificate-revocation-list.md' (60,251) at 20250612080004664
50620 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/IPMITOOL-cheatsheet.md' (60,252) at 20250612080004656
50621 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/frontend-nic-temp-read' (60,253) at 20250612080016580
50622 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/nmi-dbus-interface.md' (60,254) at 20250612080004664
50623 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/architecture/user-management.md' (60,255) at 20250612080004660
50624 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/Asset/meson.build' (60,256) at 20250612080028520
50625 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/aspeed.inc' (60,257) at 20250612080016576
50626 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/obmc-github-security-advisory-template.md' (60,258) at 20250612080004668
50627 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/ci-authorization.md' (60,259) at 20250612080004664
50628 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/security/network-security-considerations.md' (60,260) at 20250612080004668
50629 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/ecc-dbus-sel.md' (60,261) at 20250612080004664
50630 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/console.md' (60,262) at 20250612080004660
50631 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/add-new-system.md' (60,263) at 20250612080004668
50632 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/virtual-media.md' (60,264) at 20250612080004668
50633 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (60,265) at 20250611080014119
50634 2025-10-05 03:01:04.627-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/watchdog/watchdog_handler.cpp' (60,266) at 20250611080016499
50635 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/buffer_test.cpp' (60,267) at 20250611080001915
50636 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/access_control/test_obmc_gui_local_users.robot' (60,268) at 20250523080023241
50637 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_lldp_config.robot' (60,269) at 20250523080023245
50638 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/elog_serialize.hpp' (60,270) at 20250523080034006
50639 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC.events.yaml' (60,274) at 20250601080018510
50640 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/stdplus/stdplus_git.bb' (60,275) at 20250601080012241
50641 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-blobs_git.bb' (60,276) at 20250601080012245
50642 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/BMC/meson.build' (60,277) at 20250601080018510
50643 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdeventplus/sdeventplus_git.bb' (60,278) at 20250601080012241
50644 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/.clang-tidy' (60,280) at 20250602080011615
50645 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/example/meson.build' (60,281) at 20250531080038393
50646 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/.clang-tidy' (60,282) at 20250531080009685
50647 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdeventplus/meson.build' (60,283) at 20250531080038393
50648 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/extended_user_data.hpp' (60,284) at 20250531080023921
50649 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/.clang-tidy' (60,285) at 20250602080024872
50650 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/clemente/host-poweroff' (60,286) at 20250604080017514
50651 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/gpio-presence/config_provider.hpp' (60,287) at 20250604080009770
50652 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/test_gpio_presence.cpp' (60,288) at 20250604080009774
50653 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempMain.cpp' (60,289) at 20250604080008690 to deleted uid set
50654 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-reset-button.service' (60,290) at 20250604080017510
50655 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/conf/templates/default/bblayers.conf.sample' (60,291) at 20250604080017514
50656 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/platform-host-ready.target' (60,292) at 20250604080017510
50657 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/phosphor-multi-gpio-presence.json' (60,293) at 20250604080017510
50658 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (60,294) at 20250604080017510
50659 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-run-power-pg.service' (60,295) at 20250604080017510
50660 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/gpio-presence/gpio_presence_manager.hpp' (60,296) at 20250604080009770
50661 2025-10-05 03:01:04.628-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/gpio-presence/meson.build' (60,297) at 20250604080009774
50662 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/meta-clemente/conf/machine/clemente.conf' (60,298) at 20250604080017510
50663 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/phosphor-multi-gpio-monitor.service' (60,299) at 20250604080017510
50664 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/libgpiod.wrap' (60,300) at 20250604080009774
50665 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/meta-clemente/recipes-phosphor/images/fb-clemente-phosphor-image.inc' (60,301) at 20250604080017510
50666 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/conf/templates/default/local.conf.sample' (60,302) at 20250604080017514
50667 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/catalina/platform-temporary-software-versions.yml' (60,303) at 20250604080017510
50668 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/include/sessions_test.cpp' (60,304) at 20250604080007646
50669 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/santabarbara/host-poweroff' (60,305) at 20250604080017514
50670 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (60,306) at 20250604080017510
50671 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/mutual_tls_private.hpp' (60,307) at 20250604080007638
50672 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/iob-nic-temp-read.service' (60,308) at 20250604080017510
50673 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/phosphor-multi-gpio-presence-evt.json' (60,309) at 20250604080017510
50674 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/configuration/entity-manager/catalina/blacklist.json' (60,310) at 20250604080017510
50675 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/xyz.openbmc_project.gpiopresence.service' (60,311) at 20250604080009770
50676 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/meson.build' (60,312) at 20250604080009770
50677 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/gpioplus/.clang-format' (60,313) at 20250604080011350
50678 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/meta-clemente/conf/templates/default/conf-notes.txt' (60,331) at 20250604080017510
50679 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/.clang-tidy' (60,332) at 20250604080030991
50680 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/meson.build' (60,333) at 20250604080009774
50681 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/Manager.interface.yaml' (60,334) at 20250604080024326
50682 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/platform-sys-init.service' (60,335) at 20250604080017510
50683 2025-10-05 03:01:04.629-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/meta-clemente/conf/templates/default/bblayers.conf.sample' (60,336) at 20250604080017510
50684 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/sessions.hpp' (60,337) at 20250604080007638
50685 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-reset-button.service' (60,338) at 20250604080017510
50686 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/bmc_state_manager.cpp' (60,339) at 20250604080034327
50687 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (60,340) at 20250604080017514
50688 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/phosphor-multi-gpio-monitor-evt.json' (60,341) at 20250604080017510
50689 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/osfp-eeprom-driver-bind.service' (60,342) at 20250604080017510
50690 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (60,343) at 20250604080017514 to deleted uid set
50691 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-gpio-log@.service' (60,344) at 20250604080017510
50692 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-cpu-boot-done.service' (60,345) at 20250604080017510
50693 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/phosphor-multi-gpio-presence.service' (60,346) at 20250604080017510
50694 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/meta-clemente/conf/templates/default/local.conf.sample' (60,347) at 20250604080017510
50695 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/json_html_serializer.cpp' (60,348) at 20250604080007646
50696 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/clemente/phosphor-multi-gpio-monitor.json' (60,349) at 20250604080017510
50697 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff' (60,350) at 20250604080017510
50698 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-kernel/linux/linux-aspeed_%.bbappend' (60,351) at 20250604080017514
50699 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/gpio_presence.json' (60,352) at 20250604080009770
50700 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-gpio-log@.service' (60,353) at 20250604080017510
50701 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/software_update.hpp' (60,354) at 20250604080023266
50702 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/gpioplus/gpioplus_git.bb' (60,355) at 20250604080017514
50703 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-run-power-pg.service' (60,356) at 20250604080017510
50704 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (60,357) at 20250604080017510
50705 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/gpio-presence/device_presence.hpp' (60,358) at 20250604080009770
50706 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-bsp/u-boot/u-boot-aspeed-sdk/santabarbara.cfg' (60,359) at 20250604080017514
50707 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/.clang-format' (60,360) at 20250604080026543
50708 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/gpio-presence/main.cpp' (60,361) at 20250604080009774
50709 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (60,362) at 20250604080017514
50710 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-powerreset' (60,363) at 20250604080017510
50711 2025-10-05 03:01:04.630-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/prepare-serv-json' (60,364) at 20250604080017510
50712 2025-10-05 03:01:04.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/clemente/phosphor-multi-gpio-presence.json' (60,365) at 20250604080017510
50713 2025-10-05 03:01:04.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (60,366) at 20250604080017514
50714 2025-10-05 03:01:04.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/dbus_utils.cpp' (60,367) at 20250604080007646
50715 2025-10-05 03:01:04.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-cpu-boot-done.service' (60,368) at 20250604080017510
50716 2025-10-05 03:01:04.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff' (60,369) at 20250604080017510
50717 2025-10-05 03:01:04.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/bmc_state_manager.hpp' (60,370) at 20250604080034327
50718 2025-10-05 03:01:04.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/conf/templates/default/conf-notes.txt' (60,371) at 20250604080017514
50719 2025-10-05 03:01:04.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/vpd/test_vpd_tool.robot' (60,372) at 20250614080014233
50720 2025-10-05 03:01:04.631-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/docs/control/README.md' (60,373) at 20250614080021209
50721 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/vpd_tool_resource.robot' (60,374) at 20250614080014233
50722 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/metrics-ipmi-blobs/README.md' (60,375) at 20250614080005549
50723 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/api.h' (60,376) at 20250614080009997
50724 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/compiler.h' (60,386) at 20250614080009997
50725 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/nemora-postd/README.md' (60,387) at 20250614080005549
50726 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/docs/configuration.md' (60,388) at 20250613080031663
50727 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intrusion/meson.build' (60,389) at 20250613080004291
50728 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/exit-air/meson.build' (60,390) at 20250613080004291
50729 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/cable-monitor/CableConfig.cpp' (60,391) at 20250613080004291
50730 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/service_files/xyz.openbmc_project.intrusionsensor.service' (60,392) at 20250613080004287
50731 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/external/meson.build' (60,393) at 20250613080004291
50732 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intel-cpu/meson.build' (60,394) at 20250613080004291
50733 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/vpnor/README.md' (60,395) at 20250613080012487
50734 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.13.0/crc8.yaml' (60,396) at 20250616080015881
50735 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/unit-testing/readme.md' (60,397) at 20250617080036986
50736 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/device_updater_test.cpp' (60,398) at 20250617080031706
50737 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/conf/templates/default/conf-notes.txt' (60,399) at 20250617080013506
50738 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/oem/meson.build' (60,400) at 20250617080022814
50739 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/.clang-tidy' (60,401) at 20250617080008618
50740 2025-10-05 03:01:04.632-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/fru_area.hpp' (60,402) at 20250617080008622
50741 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/conf/machine/yosemite5.conf' (60,403) at 20250617080013506
50742 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/guidelines/colors.md' (60,404) at 20250617080036986
50743 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/toasts/index.md' (60,405) at 20250617080036986
50744 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/software_config.cpp' (60,406) at 20250617080019302
50745 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/meson.options' (60,407) at 20250617080022814
50746 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/thermal-event-logger' (60,408) at 20250617080013506
50747 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/readeeprom.cpp' (60,409) at 20250617080008622
50748 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (60,410) at 20250617080013506
50749 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/images/fb-yosemite5-phosphor-image.inc' (60,411) at 20250617080013506 to deleted uid set
50750 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/customization/build.md' (60,412) at 20250617080036982
50751 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/file-upload/readme.md' (60,413) at 20250617080036986
50752 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (60,414) at 20250617080013506
50753 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.clang-tidy' (60,415) at 20250617080022810
50754 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-kernel/linux/linux-aspeed/yosemite4.cfg' (60,419) at 20250614080013013
50755 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-kernel/linux/linux-nuvoton/yosemite4.cfg' (60,420) at 20250614080013013
50756 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (60,421) at 20250617080013506
50757 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/example_updater_main.cpp' (60,422) at 20250617080019306
50758 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/buttons/index.md' (60,423) at 20250617080036986
50759 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/conf/templates/default/bblayers.conf.sample' (60,424) at 20250617080013506
50760 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/conf/templates/default/local.conf.sample' (60,425) at 20250617080013506
50761 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/index.md' (60,426) at 20250617080036986
50762 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (60,427) at 20250617080013506
50763 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-kernel/linux/linux-aspeed_%.bbappend' (60,428) at 20250617080013506
50764 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/logging-util' (60,429) at 20250617080013506
50765 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/OWNERS' (60,430) at 20250617080022810
50766 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/example_device.hpp' (60,431) at 20250617080019306
50767 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/yosemite4-common.cfg' (60,449) at 20250614080013013
50768 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/README.md' (60,450) at 20250614080005549
50769 2025-10-05 03:01:04.633-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/data/test.hex' (60,451) at 20250614080010001
50770 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-early-sys-init' (60,452) at 20250614080013013
50771 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/DevicePresence.interface.yaml' (60,453) at 20250617080020490 to deleted uid set
50772 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/guidelines/motion.md' (60,454) at 20250617080036986
50773 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/package_parser.cpp' (60,455) at 20250617080031706
50774 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/update_manager.cpp' (60,456) at 20250617080031710
50775 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/prochot-deassert-log.service' (60,457) at 20250617080013506
50776 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/thermtrip-assert-log.service' (60,458) at 20250617080013506
50777 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-bsp/u-boot/u-boot-aspeed-sdk/yosemite5.cfg' (60,459) at 20250617080013506
50778 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/yosemite5/host-poweroff' (60,460) at 20250617080013510
50779 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/prochot-assert-log.service' (60,461) at 20250617080013506
50780 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/thermtrip-deassert-log.service' (60,462) at 20250617080013506
50781 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/package_parser_test.cpp' (60,463) at 20250617080031710
50782 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/evolutions/v0.13.0/crc32.yaml' (60,464) at 20250616080015881
50783 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvme/NVMeSensor.cpp' (60,465) at 20250606080003721
50784 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/analyzer/filter-root-cause.cpp' (60,466) at 20250606080025813
50785 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/.clang-tidy' (60,467) at 20250606080044773
50786 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/OcpMctpVdm.hpp' (60,479) at 20250607080004197
50787 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/psu_manager.cpp' (60,480) at 20250607080038533
50788 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/main.cpp' (60,481) at 20250607080038533
50789 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/main.cpp' (60,482) at 20250607080038537
50790 2025-10-05 03:01:04.634-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/pcie_cards.json' (60,483) at 20250607080031985
50791 2025-10-05 03:01:04.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/elog-errors.hpp' (60,484) at 20250607080038533
50792 2025-10-05 03:01:04.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-supply/main.cpp' (60,491) at 20250607080038537
50793 2025-10-05 03:01:04.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/error_messages.cpp' (60,492) at 20250607080003029
50794 2025-10-05 03:01:04.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/main.cpp' (60,493) at 20250607080038537
50795 2025-10-05 03:01:04.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/util.hpp' (60,494) at 20250607080038533
50796 2025-10-05 03:01:04.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/power_supply.cpp' (60,495) at 20250607080038533
50797 2025-10-05 03:01:04.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/updater.cpp' (60,496) at 20250607080038537
50798 2025-10-05 03:01:04.635-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/version.cpp' (60,497) at 20250607080038537
50799 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/psu_manager.hpp' (60,498) at 20250607080038533
50800 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/pgood_monitor.cpp' (60,499) at 20250607080038537
50801 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/runtime_monitor.cpp' (60,500) at 20250607080038537
50802 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/model.cpp' (60,501) at 20250607080038537
50803 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/util.cpp' (60,502) at 20250607080038533
50804 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/device_monitor.hpp' (60,503) at 20250607080038533
50805 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/classes/otptool.bbclass' (60,504) at 20250607080023721
50806 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_poh_counter.robot' (60,505) at 20250621080011771
50807 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_fru.robot' (60,506) at 20250621080011771
50808 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sel.robot' (60,507) at 20250621080011775
50809 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sol.robot' (60,508) at 20250621080011775
50810 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_watchdog.robot' (60,509) at 20250621080011775
50811 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley/obmc/gpio/presence-sled3.conf' (60,510) at 20250627080014437
50812 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/snmp/redfish_snmp_utils.robot' (60,511) at 20250627080015477
50813 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley15/bletchley-host-state-monitor.service' (60,512) at 20250627080014433
50814 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/VariantVisitors.hpp' (60,513) at 20250627080003988
50815 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/meson.options' (60,514) at 20250627080031229
50816 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/fw-update/fw-update/usb-controller-update' (60,515) at 20250627080014433
50817 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley/obmc/gpio/presence-sled5.conf' (60,516) at 20250627080014437
50818 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPReactorMain.cpp' (60,517) at 20250627080003992
50819 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-common-functions' (60,518) at 20250627080014437
50820 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/OWNERS' (60,519) at 20250627080014437
50821 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley15/bletchley-platform-functions' (60,520) at 20250627080014437
50822 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/Utils.hpp' (60,521) at 20250627080003988 to deleted uid set
50823 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/bletchley-common-functions_0.1.bb' (60,522) at 20250627080014437
50824 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/iob-nic-temp-read' (60,523) at 20250627080014437
50825 2025-10-05 03:01:04.636-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/utils/dbus_utils.cpp' (60,524) at 20250627080003008
50826 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPEndpoint.hpp' (60,525) at 20250627080003992
50827 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-net-util' (60,526) at 20250627080014437
50828 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/motor-ctrl' (60,527) at 20250627080014433
50829 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/nvidia.json' (60,528) at 20250627080005016
50830 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/src/libcr51sign.c' (60,529) at 20250627080006348
50831 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley15/obmc/gpio/presence-sled4.conf' (60,530) at 20250627080014437
50832 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/device_updater.hpp' (60,531) at 20250627080031229
50833 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/state_manager.robot' (60,532) at 20250627080015477
50834 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/Yosemite5/meson.build' (60,533) at 20250627080020941
50835 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley15/obmc/gpio/presence-sled1.conf' (60,534) at 20250627080014437
50836 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/meta-bletchley15/conf/machine/bletchley15.conf' (60,535) at 20250627080014433
50837 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley/obmc/gpio/presence-sled1.conf' (60,536) at 20250627080014437
50838 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley15/obmc/gpio/presence-sled2.conf' (60,537) at 20250627080014437
50839 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/run-ci.sh' (60,538) at 20250625080009542
50840 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/service_files/xyz.openbmc_project.FruDevice.service' (60,539) at 20250625080009542
50841 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (60,540) at 20250625080018170
50842 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/generate_config_list.sh' (60,541) at 20250625080009542
50843 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/generate_schema_list.sh' (60,542) at 20250625080009542
50844 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/test/server_config/test_obmc_gui_firmware_update.robot' (60,543) at 20250625080019214
50845 2025-10-05 03:01:04.637-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/serial/meson.build' (60,552) at 20250628080002536
50846 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/webui_login/login_routes.hpp' (60,553) at 20250628080002536
50847 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/VirtualMedia_v1.xml' (60,554) at 20250327080007493
50848 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_sensor.robot' (60,555) at 20250627080015477
50849 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley/obmc/gpio/presence-sled4.conf' (60,556) at 20250627080014437
50850 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/snmp/snmp_utils.robot' (60,557) at 20250627080015477
50851 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley/obmc/gpio/presence-sled6.conf' (60,558) at 20250627080014437
50852 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/libcr51sign.h' (60,559) at 20250627080006344
50853 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley/bletchley-platform-functions' (60,560) at 20250627080014437
50854 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/bletchley/bletchley-host-state-monitor.service' (60,561) at 20250627080014433
50855 2025-10-05 03:01:04.643-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (60,562) at 20250627080014437
50856 2025-10-05 03:01:04.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley/obmc/gpio/presence-sled2.conf' (60,563) at 20250627080014437
50857 2025-10-05 03:01:04.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ipmi/test_ipmi_payload.robot' (60,564) at 20250627080015473
50858 2025-10-05 03:01:04.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor/bletchley15/obmc/gpio/presence-sled3.conf' (60,565) at 20250627080014437
50859 2025-10-05 03:01:04.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/mctp/MCTPEndpoint.cpp' (60,566) at 20250627080003992
50860 2025-10-05 03:01:04.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/meson.build' (60,594) at 20250628080002532
50861 2025-10-05 03:01:04.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/openbmc_rest/dbus_monitor.hpp' (60,595) at 20250628080002532
50862 2025-10-05 03:01:04.644-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/kvm/kvm_websocket.hpp' (60,596) at 20250628080002532
50863 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/openbmc_rest/openbmc_dbus_rest.hpp' (60,597) at 20250628080002532
50864 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/openbmc_rest/openbmc_dbus_rest_test.cpp' (60,610) at 20250628080002536
50865 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/openbmc_rest/meson.build' (60,611) at 20250628080002532
50866 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/features/ibm/ibm_management_console_rest.hpp' (60,612) at 20250628080002532
50867 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/cpld/cpld_interface.cpp' (60,619) at 20250624080017548 to deleted uid set
50868 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/i2c/i2c.hpp' (60,620) at 20250624080017548
50869 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/sections/cper-pcie-capabilityStructure.json' (60,621) at 20250624080009543
50870 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/README.md' (60,622) at 20250624080017548
50871 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-stop-instructions@.service.in' (60,623) at 20250624080016280
50872 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/cpld_interface.hpp' (60,624) at 20250624080017548
50873 2025-10-05 03:01:04.645-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/pldm_package_util.cpp' (60,625) at 20250625080023922
50874 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/openbmc/openbmc_managers.hpp' (60,626) at 20250625080007606 to deleted uid set
50875 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/scripts/generate_meson_array.sh' (60,627) at 20250625080009542
50876 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootloader/settings.json' (60,628) at 20250625080018170
50877 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/CONFIG_FORMAT.md' (60,629) at 20250625080009542
50878 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeFunction_v1.xml' (60,630) at 20250327080007485
50879 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/trigger_factory_mock.hpp' (60,631) at 20250626080045538
50880 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/metric.cpp' (60,632) at 20250626080045534
50881 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/test/README.md' (60,633) at 20250626080027850
50882 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeDevice_v1.xml' (60,634) at 20250618080003343
50883 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/IPAddresses_v1.xml' (60,635) at 20250327080007477
50884 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Chassis_v1.xml' (60,636) at 20250618080003335
50885 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Assembly_v1.xml' (60,637) at 20250618080003335
50886 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Protocol_v1.xml' (60,638) at 20250618080003343
50887 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Storage_v1.xml' (60,639) at 20250618080003343
50888 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EventDestinationCollection_v1.xml' (60,640) at 20250327080007477
50889 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/test/README.md' (60,641) at 20250626080029458
50890 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/TelemetryService_v1.xml' (60,642) at 20250618080003343
50891 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Role_v1.xml' (60,643) at 20250327080007489
50892 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AttributeRegistry_v1.xml' (60,644) at 20250327080007469
50893 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/TaskCollection_v1.xml' (60,645) at 20250327080007493
50894 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Settings_v1.xml' (60,646) at 20250327080007493
50895 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/LogEntryCollection_v1.xml' (60,647) at 20250327080007481
50896 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/JsonSchemaFileCollection_v1.xml' (60,648) at 20250327080007477
50897 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MessageRegistryCollection_v1.xml' (60,649) at 20250327080007485
50898 2025-10-05 03:01:04.646-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Processor_v1.xml' (60,650) at 20250327080007489
50899 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Message_v1.xml' (60,660) at 20250327080007485
50900 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeFunctionCollection_v1.xml' (60,661) at 20250327080007485
50901 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/format-code.sh' (60,662) at 20250626080024102
50902 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerCollection_v1.xml' (60,663) at 20250327080007481
50903 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/CableCollection_v1.xml' (60,664) at 20250327080007469
50904 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerNetworkProtocol_v1.xml' (60,665) at 20250618080003339
50905 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/UpdateService_v1.xml' (60,666) at 20250618080003347
50906 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EventDestination_v1.xml' (60,667) at 20250327080007477
50907 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/smbios/smbios-mdr_git.bb' (60,668) at 20250626080023586
50908 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Drive_v1.xml' (60,669) at 20250618080003339
50909 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Bios_v1.xml' (60,670) at 20250327080007469
50910 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_report.cpp' (60,671) at 20250626080045538
50911 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/DriveCollection_v1.xml' (60,672) at 20250327080007473
50912 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/FabricAdapter_v1.xml' (60,673) at 20250327080007477
50913 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/FanCollection_v1.xml' (60,674) at 20250327080007477
50914 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PortCollection_v1.xml' (60,675) at 20250618080003343
50915 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/.clang-tidy' (60,676) at 20250626080045534
50916 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ActionInfo_v1.xml' (60,677) at 20250327080007469
50917 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MessageRegistryFileCollection_v1.xml' (60,678) at 20250327080007485
50918 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_trigger_actions.cpp' (60,679) at 20250626080045538
50919 2025-10-05 03:01:04.647-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Certificate_v1.xml' (60,680) at 20250618080003335
50920 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PowerSubsystem_v1.xml' (60,681) at 20250327080007489
50921 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/mocks/report_factory_mock.hpp' (60,682) at 20250626080045534
50922 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/RedfishExtensions_v1.xml' (60,683) at 20250327080007489
50923 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Triggers_v1.xml' (60,684) at 20250327080007493
50924 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/docs/redfish_coding_guidelines.md' (60,685) at 20250626080024806
50925 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EthernetInterfaceCollection_v1.xml' (60,686) at 20250327080007473
50926 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ComponentIntegrityCollection_v1.xml' (60,687) at 20250327080007469
50927 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/StorageControllerCollection_v1.xml' (60,688) at 20250327080007493
50928 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/snmp_trap_event_clients.hpp' (60,689) at 20250626080002229
50929 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/OperatingConfigCollection_v1.xml' (60,690) at 20250327080007485
50930 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeDeviceCollection_v1.xml' (60,691) at 20250327080007485
50931 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/LogEntry_v1.xml' (60,692) at 20250618080003339
50932 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EventService_v1.xml' (60,693) at 20250327080007477
50933 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/gpioMon.cpp' (60,694) at 20250626080032118
50934 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Memory_v1.xml' (60,695) at 20250618080003339
50935 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricReportDefinitionCollection_v1.xml' (60,696) at 20250327080007485
50936 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/OperatingConfig_v1.xml' (60,697) at 20250327080007485
50937 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EnvironmentMetrics_v1.xml' (60,698) at 20250618080003339
50938 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MessageRegistry_v1.xml' (60,699) at 20250327080007485
50939 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Fan_v1.xml' (60,700) at 20250327080007477
50940 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/CONTRIBUTING.md' (60,701) at 20250626080024806
50941 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Port_v1.xml' (60,702) at 20250618080003343
50942 2025-10-05 03:01:04.648-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Session_v1.xml' (60,703) at 20250327080007493
50943 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Cable_v1.xml' (60,704) at 20250327080007469
50944 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/JsonSchemaFile_v1.xml' (60,705) at 20250327080007477
50945 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/fans/phosphor-pid-control/config.json' (60,706) at 20250626080023582
50946 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/FabricAdapterCollection_v1.xml' (60,707) at 20250327080007477
50947 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/EthernetInterface_v1.xml' (60,708) at 20250327080007477
50948 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Privileges_v1.xml' (60,709) at 20250327080007489
50949 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SessionCollection_v1.xml' (60,710) at 20250327080007493
50950 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/RoleCollection_v1.xml' (60,711) at 20250327080007489
50951 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/RedfishError_v1.xml' (60,712) at 20250327080007489
50952 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SensorCollection_v1.xml' (60,713) at 20250327080007493
50953 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PhysicalContext_v1.xml' (60,714) at 20250327080007485
50954 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SoftwareInventory_v1.xml' (60,715) at 20250618080003343
50955 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/VirtualMediaCollection_v1.xml' (60,716) at 20250327080007493
50956 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/StorageCollection_v1.xml' (60,717) at 20250327080007493
50957 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Task_v1.xml' (60,718) at 20250327080007493
50958 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerAccountCollection_v1.xml' (60,719) at 20250327080007481
50959 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricReport_v1.xml' (60,720) at 20250327080007485
50960 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Sensor_v1.xml' (60,721) at 20250618080003343
50961 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricReportDefinition_v1.xml' (60,722) at 20250618080003339
50962 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Power_v1.xml' (60,723) at 20250327080007489
50963 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ComponentIntegrity_v1.xml' (60,724) at 20250327080007469
50964 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerDiagnosticData_v1.xml' (60,725) at 20250327080007481
50965 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PowerSupplyCollection_v1.xml' (60,726) at 20250327080007489
50966 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/gpioMon.hpp' (60,727) at 20250626080032118
50967 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/docs/checklists/releases.md' (60,728) at 20250626080020346
50968 2025-10-05 03:01:04.649-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Thermal_v1.xml' (60,729) at 20250327080007493
50969 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SoftwareInventoryCollection_v1.xml' (60,730) at 20250327080007493
50970 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bios/spi_device.hpp' (60,731) at 20250626080029458
50971 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/stubs/dbus_sensor_object.hpp' (60,732) at 20250626080045538
50972 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PCIeSlots_v1.xml' (60,733) at 20250327080007485
50973 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/LogService_v1.xml' (60,734) at 20250327080007481
50974 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricDefinition_v1.xml' (60,735) at 20250618080003339
50975 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AggregationSource_v1.xml' (60,736) at 20250618080003335
50976 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MessageRegistryFile_v1.xml' (60,737) at 20250327080007485
50977 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/eeprom_device.hpp' (60,738) at 20250626080029458
50978 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/LogServiceCollection_v1.xml' (60,739) at 20250327080007481
50979 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/scripts/update_schemas.py' (60,740) at 20250626080002233
50980 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/TaskService_v1.xml' (60,741) at 20250327080007493
50981 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Manager_v1.xml' (60,742) at 20250618080003339
50982 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/README.md' (60,743) at 20250626080024098
50983 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricReportCollection_v1.xml' (60,744) at 20250327080007485
50984 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ServiceRoot_v1.xml' (60,745) at 20250618080003343
50985 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ProcessorCollection_v1.xml' (60,746) at 20250327080007489
50986 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Resource_v1.xml' (60,747) at 20250618080003343
50987 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ComputerSystem_v1.xml' (60,748) at 20250618080003339
50988 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ComputerSystemCollection_v1.xml' (60,749) at 20250327080007469
50989 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/PowerSupply_v1.xml' (60,750) at 20250327080007489
50990 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ThermalMetrics_v1.xml' (60,751) at 20250327080007493
50991 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ThermalSubsystem_v1.xml' (60,752) at 20250618080003343
50992 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Redundancy_v1.xml' (60,753) at 20250327080007489
50993 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/interface.cpp' (60,754) at 20250624080017548 to deleted uid set
50994 2025-10-05 03:01:04.650-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/i2c/i2c.cpp' (60,755) at 20250624080017544
50995 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/service_files/op-enter-mpreboot@.service.in' (60,756) at 20250624080016280
50996 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/src/firmware_inventory.cpp' (60,757) at 20250624080032324
50997 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/smbios-mdr/include/firmware_inventory.hpp' (60,758) at 20250624080032320
50998 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ChassisCollection_v1.xml' (60,759) at 20250327080007469
50999 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MemoryCollection_v1.xml' (60,760) at 20250327080007481
51000 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AggregationSourceCollection_v1.xml' (60,761) at 20250327080007469
51001 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/CertificateLocations_v1.xml' (60,762) at 20250327080007469
51002 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/SessionService_v1.xml' (60,763) at 20250327080007493
51003 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AccountService_v1.xml' (60,764) at 20250327080007469
51004 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/CertificateService_v1.xml' (60,765) at 20250618080003335
51005 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/MetricDefinitionCollection_v1.xml' (60,766) at 20250327080007485
51006 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/README.md' (60,767) at 20250626080032118
51007 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/Event_v1.xml' (60,768) at 20250327080007477
51008 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/AggregationService_v1.xml' (60,769) at 20250327080007469
51009 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/StorageController_v1.xml' (60,770) at 20250618080003343
51010 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ManagerAccount_v1.xml' (60,771) at 20250618080003339
51011 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/TriggersCollection_v1.xml' (60,772) at 20250327080007493
51012 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/installed/CertificateCollection_v1.xml' (60,773) at 20250618080003335
51013 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/meson.build' (60,774) at 20250623080018535
51014 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ampere_flash_bios.sh' (60,775) at 20250622080012007
51015 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/EnvironmentMetrics_v1.xml' (60,779) at 20250618080003339
51016 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AutomationNodeCollection_v1.xml' (60,780) at 20250618080003335
51017 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/MetricDefinition_v1.xml' (60,781) at 20250618080003339
51018 2025-10-05 03:01:04.651-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Fabric.v1_4_0.json' (60,782) at 20250618080003347
51019 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VirtualCXLSwitch_v1.xml' (60,783) at 20250618080003347
51020 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Protocol.json' (60,784) at 20250618080003351
51021 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JobDocument_v1.xml' (60,785) at 20250618080003339
51022 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ComputerSystem_v1.xml' (60,786) at 20250618080003339
51023 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/sensor.hpp' (60,787) at 20250618080003331
51024 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/cooling_unit.hpp' (60,788) at 20250618080003331
51025 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JobDocumentCollection_v1.xml' (60,789) at 20250618080003339
51026 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CertificateCollection_v1.xml' (60,790) at 20250618080003335
51027 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Control_v1.xml' (60,791) at 20250618080003339
51028 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/PCIeDevice.v1_19_0.json' (60,792) at 20250618080003351
51029 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/memory.hpp' (60,793) at 20250618080003331
51030 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Switch_v1.xml' (60,794) at 20250618080003343
51031 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolingUnit_v1.xml' (60,795) at 20250618080003339
51032 2025-10-05 03:01:04.652-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerAccount_v1.xml' (60,796) at 20250618080003339
51033 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/UpdateService_v1.xml' (60,797) at 20250618080003347
51034 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolantConnectorCollection_v1.xml' (60,798) at 20250618080003339
51035 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AutomationInstrumentation_v1.xml' (60,799) at 20250618080003335
51036 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/LogEntry.v1_19_0.json' (60,800) at 20250618080003347
51037 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/serial_interface.hpp' (60,801) at 20250618080003331
51038 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/package_parser.hpp' (60,802) at 20250618080020583
51039 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/types.hpp' (60,803) at 20250618080029671
51040 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/files/gbmc-ncsi-br-pub-addr.sh.in' (60,804) at 20250618080013531
51041 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolantConnectorCollection.json' (60,805) at 20250618080003347
51042 2025-10-05 03:01:04.653-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageController_v1.xml' (60,806) at 20250618080003343
51043 2025-10-05 03:01:04.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PCIeDevice.v1_19_0.json' (60,807) at 20250618080003351
51044 2025-10-05 03:01:04.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ManagerNetworkProtocol_v1.xml' (60,808) at 20250618080003339
51045 2025-10-05 03:01:04.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/UpdateService.v1_16_0.json' (60,809) at 20250618080003351
51046 2025-10-05 03:01:04.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Pump_v1.xml' (60,822) at 20250618080003343
51047 2025-10-05 03:01:04.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/test/temporary_subdirectory_tests.cpp' (60,823) at 20250618080029671
51048 2025-10-05 03:01:04.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JobExecutorCollection.json' (60,824) at 20250618080003347
51049 2025-10-05 03:01:04.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/UpdateServiceCapabilities.v1_0_0.json' (60,825) at 20250618080003351
51050 2025-10-05 03:01:04.654-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SerialInterface_v1.xml' (60,826) at 20250618080003343
51051 2025-10-05 03:01:04.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/TelemetryService.v1_4_0.json' (60,827) at 20250618080003351
51052 2025-10-05 03:01:04.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ServiceRoot.v1_19_0.json' (60,828) at 20250618080003351
51053 2025-10-05 03:01:04.655-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Sensor.v1_11_0.json' (60,829) at 20250618080003351
51054 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/NetworkDeviceFunction_v1.xml' (60,830) at 20250618080003343
51055 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CertificateCollection.json' (60,831) at 20250618080003347
51056 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/aggregation_utils.hpp' (60,832) at 20250618080003331
51057 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/CertificateService.v1_1_0.json' (60,833) at 20250618080003347
51058 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PCIeDevice_v1.xml' (60,834) at 20250618080003343
51059 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Filter.v1_1_0.json' (60,835) at 20250618080003347
51060 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/gen-ucd90160-defs.py' (60,836) at 20250618080029667
51061 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PortCollection_v1.xml' (60,837) at 20250618080003343
51062 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VirtualPCI2PCIBridgeCollection.json' (60,838) at 20250618080003351
51063 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/pldm/package_parser.cpp' (60,839) at 20250618080020583
51064 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/tools/power-utils/validator.cpp' (60,840) at 20250618080029671
51065 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TrustedComponent_v1.xml' (60,841) at 20250618080003343
51066 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ThermalEquipment.v1_2_0.json' (60,842) at 20250618080003351
51067 2025-10-05 03:01:04.656-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Storage_v1.xml' (60,843) at 20250618080003343
51068 2025-10-05 03:01:04.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/SoftwareInventory.v1_12_0.json' (60,844) at 20250618080003351
51069 2025-10-05 03:01:04.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/PortMetrics_v1.xml' (60,845) at 20250618080003343
51070 2025-10-05 03:01:04.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LeakDetector_v1.xml' (60,846) at 20250618080003339
51071 2025-10-05 03:01:04.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ServiceRoot_v1.xml' (60,847) at 20250618080003343
51072 2025-10-05 03:01:04.657-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Control.v1_7_0.json' (60,848) at 20250618080003347
51073 2025-10-05 03:01:04.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Memory.v1_21_0.json' (60,849) at 20250618080003351
51074 2025-10-05 03:01:04.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JobExecutorCollection_v1.xml' (60,850) at 20250618080003339
51075 2025-10-05 03:01:04.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PumpCollection.json' (60,851) at 20250618080003351
51076 2025-10-05 03:01:04.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerNetworkProtocol.v1_12_0.json' (60,852) at 20250618080003351
51077 2025-10-05 03:01:04.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Fabric_v1.xml' (60,853) at 20250618080003339
51078 2025-10-05 03:01:04.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/GraphicsController_v1.xml' (60,854) at 20250618080003339
51079 2025-10-05 03:01:04.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Certificate.v1_10_0.json' (60,855) at 20250618080003347
51080 2025-10-05 03:01:04.658-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VirtualPCI2PCIBridge.v1_0_0.json' (60,856) at 20250618080003351
51081 2025-10-05 03:01:04.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ComputerSystem.v1_25_0.json' (60,857) at 20250618080003347
51082 2025-10-05 03:01:04.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Battery.v1_4_0.json' (60,858) at 20250618080003347
51083 2025-10-05 03:01:04.659-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/PortCollection.json' (60,859) at 20250618080003351
51084 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Chassis.v1_27_0.json' (60,860) at 20250618080003347
51085 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/virtual_pci2_pci_bridge.hpp' (60,861) at 20250618080003335
51086 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/StorageControllerMetrics_v1.xml' (60,862) at 20250618080003343
51087 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/automation_node.hpp' (60,863) at 20250618080003331
51088 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Reservoir_v1.xml' (60,864) at 20250618080003343
51089 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Switch.v1_10_0.json' (60,865) at 20250618080003351
51090 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/UpdateService.v1_16_0.json' (60,866) at 20250618080003351
51091 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/meson.build' (60,867) at 20250618080029667
51092 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Filter_v1.xml' (60,868) at 20250618080003339
51093 2025-10-05 03:01:04.660-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Port_v1.xml' (60,869) at 20250618080003343
51094 2025-10-05 03:01:04.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricReportDefinition.v1_4_7.json' (60,870) at 20250618080003351
51095 2025-10-05 03:01:04.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JobDocumentCollection.json' (60,871) at 20250618080003347
51096 2025-10-05 03:01:04.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingUnitCollection.json' (60,872) at 20250618080003347
51097 2025-10-05 03:01:04.661-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Manager.v1_22_0.json' (60,873) at 20250618080003351
51098 2025-10-05 03:01:04.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Sensor.v1_11_0.json' (60,874) at 20250618080003351
51099 2025-10-05 03:01:04.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ManagerAccount.v1_14_0.json' (60,875) at 20250618080003351
51100 2025-10-05 03:01:04.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Volume_v1.xml' (60,876) at 20250618080003347
51101 2025-10-05 03:01:04.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolantConnector.v1_2_0.json' (60,877) at 20250618080003347
51102 2025-10-05 03:01:04.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/SoftwareInventory_v1.xml' (60,878) at 20250618080003343
51103 2025-10-05 03:01:04.662-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/LogEntry.v1_19_0.json' (60,879) at 20250618080003347
51104 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/MetricDefinition.v1_3_5.json' (60,880) at 20250618080003351
51105 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Protocol_v1.xml' (60,881) at 20250618080003343
51106 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/AutomationInstrumentation.v1_0_0.json' (60,882) at 20250618080003347
51107 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JobService_v1.xml' (60,883) at 20250618080003339
51108 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/job.hpp' (60,884) at 20250618080003331
51109 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Resource_v1.xml' (60,885) at 20250618080003343
51110 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/USBController_v1.xml' (60,886) at 20250618080003343
51111 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/JobDocument.v1_0_0.json' (60,887) at 20250618080003347
51112 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VirtualCXLSwitchCollection_v1.xml' (60,888) at 20250618080003347
51113 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/EnvironmentMetrics.v1_5_0.json' (60,889) at 20250618080003347
51114 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/leak_detector.hpp' (60,890) at 20250618080003331
51115 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/SoftwareInventory.v1_12_0.json' (60,891) at 20250618080003351
51116 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/JobExecutor_v1.xml' (60,892) at 20250618080003339
51117 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TelemetryData_v1.xml' (60,893) at 20250618080003343
51118 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/job_document.hpp' (60,894) at 20250618080003331
51119 2025-10-05 03:01:04.663-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ReservoirCollection_v1.xml' (60,895) at 20250618080003343
51120 2025-10-05 03:01:04.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ConnectionMethod_v1.xml' (60,896) at 20250618080003339
51121 2025-10-05 03:01:04.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Job.v1_3_0.json' (60,897) at 20250618080003347
51122 2025-10-05 03:01:04.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-poweroff-policy/fan-rotor-fail-poweroff.yaml' (60,898) at 20250618080013531
51123 2025-10-05 03:01:04.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Drive_v1.xml' (60,899) at 20250618080003339
51124 2025-10-05 03:01:04.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/.clang-tidy' (60,900) at 20250618080010111
51125 2025-10-05 03:01:04.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CoolingUnit.v1_3_0.json' (60,901) at 20250618080003347
51126 2025-10-05 03:01:04.664-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/CertificateService.v1_1_0.json' (60,902) at 20250618080003347
51127 2025-10-05 03:01:04.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Resource.v1_22_0.json' (60,903) at 20250618080003351
51128 2025-10-05 03:01:04.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ThermalEquipment_v1.xml' (60,904) at 20250618080003343
51129 2025-10-05 03:01:04.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/AggregationSource_v1.xml' (60,905) at 20250618080003335
51130 2025-10-05 03:01:04.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ThermalSubsystem.v1_4_0.json' (60,906) at 20250618080003351
51131 2025-10-05 03:01:04.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Manager.v1_22_0.json' (60,907) at 20250618080003351
51132 2025-10-05 03:01:04.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolantConnector_v1.xml' (60,908) at 20250618080003339
51133 2025-10-05 03:01:04.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/VirtualPCI2PCIBridgeCollection_v1.xml' (60,909) at 20250618080003347
51134 2025-10-05 03:01:04.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/power-sequencer/mihawk-cpld.hpp' (60,910) at 20250618080029667
51135 2025-10-05 03:01:04.665-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Chassis_v1.xml' (60,911) at 20250618080003335
51136 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/Memory.v1_21_0.json' (60,912) at 20250618080003351
51137 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/protocol.hpp' (60,913) at 20250618080003331
51138 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/EnvironmentMetrics.v1_5_0.json' (60,914) at 20250618080003347
51139 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/resource.hpp' (60,915) at 20250618080003331
51140 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ThermalSubsystem.v1_4_0.json' (60,916) at 20250618080003351
51141 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/LeakDetection_v1.xml' (60,917) at 20250618080003339
51142 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Sensor_v1.xml' (60,918) at 20250618080003343
51143 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/DriveMetrics_v1.xml' (60,919) at 20250618080003339
51144 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/control.hpp' (60,920) at 20250618080003331
51145 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/TelemetryDataCollection_v1.xml' (60,921) at 20250618080003343
51146 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/UpdateServiceCapabilities_v1.xml' (60,922) at 20250618080003347
51147 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/TelemetryDataCollection.json' (60,923) at 20250618080003351
51148 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/manager_account.hpp' (60,924) at 20250618080003331
51149 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/generated/enums/connection_method.hpp' (60,925) at 20250618080003331
51150 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/AggregationSource.v1_5_0.json' (60,926) at 20250618080003347
51151 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/Memory_v1.xml' (60,927) at 20250618080003339
51152 2025-10-05 03:01:04.666-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/VirtualCXLSwitch.v1_0_0.json' (60,928) at 20250618080003351
51153 2025-10-05 03:01:04.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CertificateService_v1.xml' (60,929) at 20250618080003335
51154 2025-10-05 03:01:04.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/CoolingUnitCollection_v1.xml' (60,930) at 20250618080003339
51155 2025-10-05 03:01:04.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ManagerNetworkProtocol.v1_12_0.json' (60,931) at 20250618080003351
51156 2025-10-05 03:01:04.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/MetricReportDefinition.v1_4_7.json' (60,932) at 20250618080003351
51157 2025-10-05 03:01:04.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/cold-redundancy/cold_redundancy.hpp' (60,933) at 20250618080029667
51158 2025-10-05 03:01:04.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/OWNERS' (60,934) at 20250618080006355
51159 2025-10-05 03:01:04.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/Resource.v1_22_0.json' (60,935) at 20250618080003351
51160 2025-10-05 03:01:04.667-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/server/meson.build' (60,936) at 20250619080034668
51161 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/meta-bletchley15/conf/templates/default/local.conf.sample' (60,937) at 20250619080013896
51162 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/interface.common.hpp.mako' (60,938) at 20250619080034668
51163 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/gen/test_aserver_emit_interfaces_added_signal.cpp' (60,939) at 20250619080034668
51164 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge1S4U/fans.json' (60,940) at 20250702080023748
51165 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge4U/groups.json' (60,941) at 20250702080023748
51166 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/channel_auth.cpp' (60,952) at 20250703080026512
51167 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/host-powerreset' (60,953) at 20250703080013800
51168 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/dbus_mode.cpp' (60,954) at 20250703080027704
51169 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (60,955) at 20250703080013804
51170 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (60,956) at 20250703080013804
51171 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/images/fb-ventura-phosphor-image.inc' (60,957) at 20250703080013800
51172 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff' (60,958) at 20250703080013800
51173 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/storagecommands.cpp' (60,959) at 20250703080007004
51174 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/chassis-poweron@.service' (60,960) at 20250703080013800
51175 2025-10-05 03:01:04.668-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/main_ipmi.cpp' (60,961) at 20250703080027704
51176 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (60,993) at 20250703080013800
51177 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/README.md' (60,994) at 20250703080014844
51178 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/xyz.openbmc_project.leakdetector.critical.assert@.service' (60,995) at 20250703080013800
51179 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/chassis/obmc-phosphor-buttons/bletchley/gpio_defs.json' (60,996) at 20250703080013796
51180 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/host-force-poweroff@.service' (60,997) at 20250703080013800
51181 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/collect_ffdc.py' (60,998) at 20250703080014848
51182 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/chassis/obmc-phosphor-buttons/bletchley15/gpio_defs.json' (60,999) at 20250703080013796
51183 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (61,000) at 20250703080013804
51184 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/transportcommands.cpp' (61,001) at 20250703080007004
51185 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley15/nvme-json-rewrite' (61,002) at 20250703080013796
51186 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/xyz.openbmc_project.leakdetector.critical.deassert@.service' (61,003) at 20250703080013800
51187 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_config.json' (61,004) at 20250703080013804
51188 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (61,005) at 20250703080013804
51189 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (61,006) at 20250703080013804
51190 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/host-powerreset@.service' (61,007) at 20250703080013800
51191 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/pcie_cards.json' (61,008) at 20250702080023748
51192 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2600/conf/machine/evb-ast2600.conf' (61,009) at 20250703080013796
51193 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/discover-sys-init.conf' (61,010) at 20250703080013800
51194 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/payload_cmds.cpp' (61,011) at 20250703080026512
51195 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/host-poweron' (61,012) at 20250703080013800
51196 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/dbus_mode.hpp' (61,013) at 20250703080027704
51197 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/recipes-phosphor/ipmi/phosphor-ipmi-config.bbappend' (61,014) at 20250703080013804
51198 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/control.hpp' (61,015) at 20250703080027704
51199 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/phosphor-state-manager-init' (61,016) at 20250703080013800
51200 2025-10-05 03:01:04.669-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/docs/yaml_syntax_rules.md' (61,017) at 20250703080014848
51201 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/phosphor-wait-power-off@.service' (61,018) at 20250703080013800
51202 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/manual_messages.hpp' (61,019) at 20250703080027704
51203 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/monitor-fan-sensor.service' (61,020) at 20250703080013800
51204 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/fan-rotor-missing-mechanism' (61,021) at 20250703080013800
51205 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/ffdc_config.yaml' (61,022) at 20250703080014848
51206 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff@.service' (61,023) at 20250703080013800
51207 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff' (61,024) at 20250703080013800
51208 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/phosphor-state-manager-init.conf' (61,025) at 20250703080013800
51209 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff@.service' (61,026) at 20250703080013800
51210 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/host-graceful-poweroff' (61,027) at 20250703080013800
51211 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/catalina/check-fsc-config.conf' (61,028) at 20250703080013800
51212 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (61,029) at 20250703080013800
51213 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/appcommands.cpp' (61,030) at 20250703080007000
51214 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/machine/evb-ast2500.conf' (61,031) at 20250703080013796
51215 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/Hardware/BMC.interface.yaml' (61,032) at 20250703080020408
51216 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/ffdc_cli_robot_script.py' (61,033) at 20250703080014848
51217 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/writefrudata.hpp' (61,034) at 20250703080009916
51218 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley/nvme-json-rewrite' (61,035) at 20250703080013796
51219 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/manualcmds.cpp' (61,036) at 20250703080027704
51220 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-early-sys-init' (61,037) at 20250703080013800
51221 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/rakp12.cpp' (61,038) at 20250703080026512
51222 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (61,039) at 20250703080013800
51223 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/check-interrupt' (61,040) at 20250703080013804
51224 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (61,041) at 20250703080013804
51225 2025-10-05 03:01:04.670-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (61,042) at 20250703080013800
51226 2025-10-05 03:01:04.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor/catalina/virtual_sensor_config.json' (61,043) at 20250703080013800
51227 2025-10-05 03:01:04.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/power-cmd' (61,044) at 20250703080013800
51228 2025-10-05 03:01:04.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/usb-dbg.cpp' (61,045) at 20250703080007004
51229 2025-10-05 03:01:04.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor/fan-rotor-missing-mechanism.service' (61,046) at 20250703080013800
51230 2025-10-05 03:01:04.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley/nvme_config.json' (61,047) at 20250703080013796
51231 2025-10-05 03:01:04.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-net-ipmid/command/session_cmds.cpp' (61,048) at 20250703080026512
51232 2025-10-05 03:01:04.671-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge1S4U/zones.json' (61,049) at 20250702080023748
51233 2025-10-05 03:01:04.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50003000.json' (61,050) at 20250702080020620
51234 2025-10-05 03:01:04.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge4U/pcie_cards.json' (61,051) at 20250702080023748
51235 2025-10-05 03:01:04.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge4U/zones.json' (61,052) at 20250702080023748
51236 2025-10-05 03:01:04.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/groups.json' (61,053) at 20250702080023748
51237 2025-10-05 03:01:04.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge1S4U/events.json' (61,054) at 20250702080023748
51238 2025-10-05 03:01:04.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/user_mgr.hpp' (61,055) at 20250704080031479
51239 2025-10-05 03:01:04.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/test/event_manager_test.cpp' (61,056) at 20250704080032883
51240 2025-10-05 03:01:04.672-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-assert-log@.service' (61,057) at 20250704080014459
51241 2025-10-05 03:01:04.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/phosphor-multi-gpio-monitor.json' (61,058) at 20250704080014459
51242 2025-10-05 03:01:04.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tools/meson.build' (61,059) at 20250704080012399
51243 2025-10-05 03:01:04.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml' (61,060) at 20250704080021547
51244 2025-10-05 03:01:04.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/event_manager.hpp' (61,061) at 20250704080032883
51245 2025-10-05 03:01:04.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/README.md' (61,062) at 20250702080027264
51246 2025-10-05 03:01:04.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/sensors/dbus-sensors_%.bbappend' (61,063) at 20250702080015392
51247 2025-10-05 03:01:04.673-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge/fans.json' (61,064) at 20250702080023744
51248 2025-10-05 03:01:04.674-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge4U/events.json' (61,065) at 20250702080023748
51249 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/watchdog_service.hpp' (61,066) at 20250704080023867
51250 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-deassert-log@.service' (61,067) at 20250704080014459
51251 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-net_git.bb' (61,068) at 20250704080014459
51252 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-occ-control.bbclass' (61,070) at 20250708080013863
51253 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-settings-manager.bbclass' (61,071) at 20250708080013867
51254 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/power-rail-assert-log@.service' (61,072) at 20250704080014459
51255 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/power-rail-deassert-log@.service' (61,073) at 20250704080014459
51256 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/power-rail-event-logger' (61,074) at 20250704080014459
51257 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/watchdog_service.cpp' (61,075) at 20250704080023867
51258 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (61,076) at 20250704080014459
51259 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/event_manager.cpp' (61,077) at 20250704080032883
51260 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-event-logger' (61,078) at 20250704080014459
51261 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/execute_cmd_test.cpp' (61,079) at 20250704080031479
51262 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml' (61,080) at 20250704080021547 to deleted uid set
51263 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge1S4U/pcie_cards.json' (61,081) at 20250702080023748
51264 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/README.md' (61,082) at 20250702080016456
51265 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge1S4U/groups.json' (61,083) at 20250702080023748
51266 2025-10-05 03:01:04.675-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/pcie_cards.json' (61,084) at 20250702080023748
51267 2025-10-05 03:01:04.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/50003000_v2.json' (61,085) at 20250702080020620
51268 2025-10-05 03:01:04.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/redfish-schema-pack_2024.4.bb' (61,086) at 20250708080013867
51269 2025-10-05 03:01:04.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/checkstop-monitor.bb' (61,087) at 20250708080013867
51270 2025-10-05 03:01:04.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/bletchley-common-tool_0.1.bb' (61,088) at 20250708080013863
51271 2025-10-05 03:01:04.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/fw-update/fw-update_0.1.bb' (61,089) at 20250708080013863
51272 2025-10-05 03:01:04.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/reconfig-interface-duid-ll/reconfig-interface-duid-ll_0.1.bb' (61,090) at 20250708080013863
51273 2025-10-05 03:01:04.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-inventory-manager.bbclass' (61,091) at 20250708080013867
51274 2025-10-05 03:01:04.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/motor-ctrl_0.1.bb' (61,092) at 20250708080013863
51275 2025-10-05 03:01:04.676-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-dbus-service.bbclass' (61,093) at 20250708080013867
51276 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/dbus-dir.bbclass' (61,094) at 20250708080013867
51277 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-fan.bbclass' (61,095) at 20250708080013867
51278 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton.inc' (61,096) at 20250708080013863
51279 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/classes/openpower-fru-vpd.bbclass' (61,097) at 20250708080013863
51280 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-dbus-monitor.bbclass' (61,098) at 20250708080013867
51281 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/u-boot-common-aspeed-sdk_2019.04.inc' (61,099) at 20250708080013859
51282 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/images/fb-phosphor-image.inc' (61,100) at 20250708080013863
51283 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/nss-pam-ldapd/nss-pam-ldapd_0.9.13.bb' (61,101) at 20250708080013867
51284 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/obmc-phosphor-systemd.bbclass' (61,102) at 20250708080013867
51285 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/croserver_git.bb' (61,103) at 20250708080013867
51286 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (61,104) at 20250708080013863
51287 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/obmc-phosphor-image.bb' (61,105) at 20250708080013867
51288 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (61,106) at 20250708080013863
51289 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-logging.bbclass' (61,107) at 20250708080013867
51290 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (61,108) at 20250708080013863
51291 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/ecmd/libecmd_git.bb' (61,109) at 20250708080013867
51292 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-ipmi-host.bbclass' (61,110) at 20250708080013867
51293 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/meson.build' (61,111) at 20250711080017748
51294 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/side-switch/meson.build' (61,112) at 20250711080017748
51295 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/rest_client.robot' (61,113) at 20250711080013148
51296 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/test/meson.build' (61,114) at 20250711080031812 to deleted uid set
51297 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/meson.options' (61,115) at 20250711080028396
51298 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transportconstants.hpp' (61,116) at 20250711080020996
51299 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuSensor.cpp' (61,136) at 20250711080003495
51300 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/OWNERS' (61,137) at 20250711080033604
51301 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/meson.build' (61,138) at 20250711080033608
51302 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/meson.build' (61,139) at 20250711080017748
51303 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/async/watchdog.cpp' (61,140) at 20250711080031812
51304 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/subprojects/nlohmann_json.wrap' (61,141) at 20250711080028396
51305 2025-10-05 03:01:04.677-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuVoltageSensor.hpp' (61,142) at 20250711080003495
51306 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/usercommands.cpp' (61,143) at 20250711080021000
51307 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/mainloop.cpp' (61,144) at 20250711080021648
51308 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/sdbus.hpp' (61,145) at 20250711080031812
51309 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channelcommands.cpp' (61,146) at 20250711080020996
51310 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/test/sdbus_mock.hpp' (61,147) at 20250711080031812
51311 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ecc/phosphor-ecc_git.bb' (61,148) at 20250711080012000
51312 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channel_layer.hpp' (61,149) at 20250711080020996
51313 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/manager/meson.build' (61,150) at 20250710080025469
51314 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/meson.build' (61,151) at 20250710080025469
51315 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Power.events.yaml' (61,152) at 20250710080020856
51316 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sys_info_param.cpp' (61,153) at 20250711080020996
51317 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/bus.cpp' (61,154) at 20250711080031812
51318 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/MctpRequester.cpp' (61,155) at 20250711080003495
51319 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuEnergySensor.cpp' (61,156) at 20250711080003495
51320 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-hostlogger_git.bb' (61,157) at 20250711080012000
51321 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuThresholds.cpp' (61,158) at 20250711080003495
51322 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-dmar-vtd.h' (61,159) at 20250709080011250
51323 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (61,160) at 20250709080014046
51324 2025-10-05 03:01:04.678-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-dmar-iommu.h' (61,161) at 20250709080011250
51325 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcie.json' (61,162) at 20250709080011246
51326 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/service_root.hpp' (61,163) at 20250709080003874
51327 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/bare-metal-active/gbmc-bare-metal-prep@.target' (61,164) at 20250709080014042
51328 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (61,165) at 20250709080014042
51329 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-pci-dev.h' (61,166) at 20250709080011250
51330 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweron' (61,167) at 20250709080014042
51331 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-ccix-per.h' (61,168) at 20250709080011250
51332 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmarvtd.cperhex' (61,169) at 20250709080011246
51333 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory2.cperhex' (61,170) at 20250709080011246
51334 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-pci-bus.c' (61,171) at 20250709080011250
51335 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/ccixper.json' (61,172) at 20250709080011242
51336 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-firmware.h' (61,173) at 20250709080011250
51337 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ipmi/bare-metal-active.bb' (61,174) at 20250709080014042
51338 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/unknown.json' (61,175) at 20250709080011250
51339 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS6.conf' (61,176) at 20250709080014042
51340 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/arm.cperhex' (61,177) at 20250709080011242
51341 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powercycle' (61,178) at 20250709080014042
51342 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/firmware.json' (61,179) at 20250709080011246
51343 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcidev.json' (61,180) at 20250709080011246
51344 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/tests/test-utils.c' (61,181) at 20250709080011254
51345 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS5.conf' (61,182) at 20250709080014042
51346 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/avsbus-control.bb' (61,183) at 20250709080014042
51347 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/cxlcomponent-media.cperhex' (61,184) at 20250709080011242
51348 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/conf/templates/default/bblayers.conf.sample' (61,185) at 20250709080014046
51349 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (61,186) at 20250709080014042
51350 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/conf/templates/default/conf-notes.txt' (61,187) at 20250709080014046
51351 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-ccix-per.c' (61,188) at 20250709080011250
51352 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/power-cmd' (61,189) at 20250709080014042
51353 2025-10-05 03:01:04.679-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-ipf.c' (61,190) at 20250709080011250
51354 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/README.md' (61,191) at 20250710080009120
51355 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-gpio-monitor/meson.build' (61,192) at 20250710080022572
51356 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-nvidia.c' (61,193) at 20250710080010620
51357 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/meson.build' (61,194) at 20250710080022224
51358 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/dist/meson.build' (61,195) at 20250710080026213
51359 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/meson.build' (61,196) at 20250710080028609
51360 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/meson.build' (61,197) at 20250710080019928
51361 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/pimgen.py' (61,198) at 20250710080024493
51362 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/meson.build' (61,199) at 20250710080022964
51363 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-host-ipmi-flash/hiomap.cpp' (61,200) at 20250710080015952
51364 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/remote-bios-configuration.md' (61,201) at 20250705080003666
51365 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-cxl-protocol.h' (61,202) at 20250709080011250
51366 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon_%.bbappend' (61,203) at 20250709080014050
51367 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory2.json' (61,204) at 20250709080011246
51368 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/container_traits.hpp' (61,205) at 20250709080044847
51369 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-nvidia/packagegroups/packagegroup-nvidia-apps.bb' (61,206) at 20250709080014046
51370 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-dmar-generic.c' (61,207) at 20250709080011250
51371 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-ia32x64.h' (61,208) at 20250709080011250
51372 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/chassishandler.hpp' (61,209) at 20250707080020752
51373 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/README.md' (61,210) at 20250710080007588
51374 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/Santabarbara/meson.build' (61,211) at 20250710080020856
51375 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/meson.build' (61,212) at 20250710080024493
51376 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/chassis/obmc-phosphor-buttons_%.bbappend' (61,213) at 20250710080013608
51377 2025-10-05 03:01:04.680-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/meson.build' (61,214) at 20250710080023465
51378 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (61,215) at 20250710080013608
51379 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-arm.c' (61,216) at 20250710080010620
51380 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/pldm/pldm_%.bbappend' (61,236) at 20250710080013608
51381 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/service_files/meson.build' (61,237) at 20250710080025469
51382 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/meson.build' (61,238) at 20250710080017728
51383 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/mboxd/mboxd_git.bb' (61,239) at 20250710080013608
51384 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/static/flash.cpp' (61,240) at 20250710080019516
51385 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/fault-monitor/meson.build' (61,241) at 20250710080025469
51386 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/meson.build' (61,242) at 20250710080038033
51387 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/user_mgr_test.cpp' (61,243) at 20250711080028400
51388 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/bus.hpp' (61,244) at 20250711080031812
51389 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/usb/meson.build' (61,245) at 20250711080017748
51390 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuEnergySensor.hpp' (61,246) at 20250711080003495
51391 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/usercommands.hpp' (61,247) at 20250711080021000
51392 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/cpld/meson.build' (61,248) at 20250711080017748 to deleted uid set
51393 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/src/async/context.cpp' (61,249) at 20250711080031812
51394 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/MctpRequester.hpp' (61,250) at 20250711080003495
51395 2025-10-05 03:01:04.681-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transport/serialbridge/test/serial_unittest.cpp' (61,251) at 20250711080020996
51396 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/watchdog.cpp' (61,252) at 20250711080020996
51397 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (61,253) at 20250712080012643
51398 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (61,254) at 20250712080012643
51399 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/instance_id.hpp' (61,255) at 20250712080039467
51400 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/platform.cpp' (61,256) at 20250712080039471
51401 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuThresholds.hpp' (61,257) at 20250711080003495
51402 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/conf/templates/default/local.conf.sample' (61,258) at 20250711080012000
51403 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/app/channel.cpp' (61,259) at 20250711080020996
51404 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/OWNERS' (61,260) at 20250711080022024
51405 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/image_types_phosphor.bbclass' (61,261) at 20250711080012000
51406 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-extended/libpwquality/libpwquality/pwquality.conf' (61,262) at 20250711080011996
51407 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/meson.build' (61,263) at 20250711080028400
51408 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/sessionhelper.hpp' (61,264) at 20250711080020996
51409 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bios/meson.build' (61,265) at 20250711080017748
51410 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-x86/libpeci/libpeci_git.bb' (61,266) at 20250711080012004
51411 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/conf/templates/default/local.conf.sample' (61,267) at 20250711080012000
51412 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/platform_oem_ibm.cpp' (61,268) at 20250712080039471
51413 2025-10-05 03:01:04.682-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (61,269) at 20250712080012639
51414 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/privilege_registry.hpp' (61,270) at 20250712080003046
51415 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (61,271) at 20250712080012643
51416 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (61,272) at 20250712080012643
51417 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/meson.build' (61,273) at 20250712080034839
51418 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (61,274) at 20250712080012643
51419 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/dbus_to_terminus_effecters.cpp' (61,275) at 20250712080039471
51420 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-state-manager-systemd-links.inc' (61,276) at 20250715080016350
51421 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-sysfs_git.bb' (61,278) at 20250715080016350
51422 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/misc/phosphor-misc_git.bb' (61,279) at 20250715080016350
51423 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init.service' (61,280) at 20250715080016346
51424 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-hwmon_git.bb' (61,281) at 20250715080016350
51425 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message/read.hpp' (61,282) at 20250715080034650
51426 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/server.ctrlcpnic2.conf' (61,283) at 20250716080016994
51427 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager.inc' (61,284) at 20250716080016998
51428 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/server.ctrlcpnic3.conf' (61,285) at 20250716080016994
51429 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/schemas/cpld.json' (61,286) at 20250716080004558 to deleted uid set
51430 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/scripts/create-NVRAM-file' (61,287) at 20250716080033831
51431 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/99-terminus-usb-serial.rules' (61,288) at 20250716080016994
51432 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb' (61,289) at 20250716080016998
51433 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/server.ctrlcpnic4.conf' (61,290) at 20250716080016994
51434 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/server.ctrlcpnic1.conf' (61,291) at 20250716080016994
51435 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-psu-software-manager_git.bb' (61,292) at 20250716080016998
51436 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/images/fb-santabarbara-phosphor-image.inc' (61,293) at 20250716080016994
51437 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_common.h' (61,294) at 20250716080008970
51438 2025-10-05 03:01:04.683-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_dictionary.c' (61,295) at 20250716080008970
51439 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/include/bej_common_test.hpp' (61,314) at 20250716080008970
51440 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/systemd/files/40-gbmc-sysctl.conf' (61,315) at 20250716080016998
51441 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_base_cmd.cpp' (61,316) at 20250716080033831
51442 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/service_files/pldm-create-phyp-nvram.service' (61,317) at 20250716080033831
51443 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/include/libbej/bej_decoder_core.h' (61,318) at 20250716080008970
51444 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_decoder_test.cpp' (61,319) at 20250716080008970
51445 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/sensor_yaml_config/README.md' (61,320) at 20250716080018354
51446 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/meson.build' (61,321) at 20250716080031938
51447 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/test/rde_handler_test.cpp' (61,322) at 20250716080001510
51448 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_decoder_json.cpp' (61,323) at 20250716080008970
51449 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_encoder_test.cpp' (61,324) at 20250716080008970
51450 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (61,325) at 20250712080012643
51451 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/requester/test/handler_test.cpp' (61,326) at 20250712080039471
51452 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_%.bbappend' (61,327) at 20250712080012643
51453 2025-10-05 03:01:04.684-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (61,328) at 20250712080012643
51454 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (61,329) at 20250712080012643
51455 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/fans/phosphor-fan_%.bbappend' (61,330) at 20250712080012643
51456 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (61,331) at 20250712080012643
51457 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/meson.options' (61,332) at 20250712080031523
51458 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/host-bmc/host_lamp_test.cpp' (61,333) at 20250712080039471
51459 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/dbus_to_event_handler.cpp' (61,334) at 20250712080039467
51460 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-reduce-printk' (61,335) at 20250712080012647
51461 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/fans/phosphor-fan_%.bbappend' (61,336) at 20250712080012643
51462 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-bsp/u-boot/u-boot-nuvoton_%.bbappend' (61,337) at 20250712080012643
51463 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (61,338) at 20250712080012647
51464 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (61,339) at 20250712080012643
51465 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/meson.build' (61,340) at 20250712080034839
51466 2025-10-05 03:01:04.685-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/requester/dbus_to_file_handler.cpp' (61,341) at 20250712080039471
51467 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/firstboot/meson.build' (61,374) at 20250712080033887
51468 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (61,375) at 20250712080012643
51469 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (61,376) at 20250712080012639
51470 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (61,377) at 20250712080012643
51471 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/fans/phosphor-pid-control_%.bbappend' (61,378) at 20250712080012643
51472 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (61,379) at 20250712080012643
51473 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/test/json_serializer_test.cpp' (61,380) at 20250712080038223
51474 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/fans/phosphor-fan_%.bbappend' (61,381) at 20250712080012643
51475 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/json_serializer.hpp' (61,382) at 20250712080038223
51476 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (61,383) at 20250712080012643
51477 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/http-redirect/meson.build' (61,384) at 20250712080033887
51478 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/device_updater.cpp' (61,385) at 20250712080039467
51479 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-devlab-config.sh.in' (61,386) at 20250716080016994
51480 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/bej_dictionary_test.cpp' (61,387) at 20250716080008970
51481 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_pass_through.hpp' (61,388) at 20250717080025891
51482 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_fw_update_cmd.cpp' (61,389) at 20250717080050108
51483 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/console/obmc-console_%.bbappend' (61,390) at 20250716080016994
51484 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_device.hpp' (61,391) at 20250717080025891
51485 2025-10-05 03:01:04.686-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/subprojects/boost.wrap' (61,392) at 20250717080014095
51486 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_device.cpp' (61,398) at 20250717080025891
51487 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_status.cpp' (61,399) at 20250717080025891
51488 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/src/bej_decoder_core.c' (61,400) at 20250716080008970
51489 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/powermode.hpp' (61,401) at 20250717080025895
51490 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/test/utest.cpp' (61,402) at 20250717080025895
51491 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_pass_through.cpp' (61,403) at 20250717080025891
51492 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/meson.options' (61,404) at 20250717080025891
51493 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/meson.build' (61,405) at 20250717080025891
51494 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/test/error_files_tests.cpp' (61,406) at 20250717080025895
51495 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console_%.bbappend' (61,407) at 20250716080016994
51496 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-bmc-smm-error-logger/src/rde/rde_handler.cpp' (61,408) at 20250716080001510
51497 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/meson.build' (61,409) at 20250717080031255
51498 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/bios-bmc-smm-error-logger_git.bb' (61,410) at 20250717080021995
51499 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/occ_status.hpp' (61,411) at 20250717080025895
51500 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-kernel/cf-fsi-firmware/cf-fsi-firmware_git.bb' (61,412) at 20250708080013867
51501 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/detect-sled-present_0.1.bb' (61,413) at 20250708080013863
51502 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/watchdog/phosphor-watchdog_git.bb' (61,414) at 20250708080013867
51503 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openpower/recipes-bsp/pdata/phal-devtree.bb' (61,415) at 20250708080013867
51504 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/fit-image.bbclass' (61,416) at 20250708080013867
51505 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (61,417) at 20250708080013863
51506 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/log_resolve_main.cpp' (61,418) at 20250709080035971
51507 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (61,419) at 20250709080014042
51508 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (61,420) at 20250709080014050
51509 2025-10-05 03:01:04.687-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/cxlprotocol.cperhex' (61,421) at 20250709080011246
51510 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-poweroff-policy.bb' (61,449) at 20250703080013800
51511 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/ipmi/phosphor-ipmi-config/channel_access.json' (61,450) at 20250703080013804
51512 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-phosphor/ipmi/phosphor-ipmi-config/dev_id.json' (61,451) at 20250703080013804
51513 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/catalina/check-fsc-config' (61,452) at 20250703080013800
51514 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/host-poweron@.service' (61,453) at 20250703080013800
51515 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/ffdc/ffdc_collector.py' (61,454) at 20250703080014848
51516 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (61,455) at 20250708080013863
51517 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/classes/phosphor-ipmi-fru.bbclass' (61,456) at 20250708080013867
51518 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/network-wait-ipv6-ll_0.1.bb' (61,457) at 20250708080013863
51519 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/phosphor-state-manager/chassis-poweron' (61,458) at 20250703080013800
51520 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/bletchley15/nvme_config.json' (61,459) at 20250703080013800
51521 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/fans/phosphor-pid-control/monitor-fan-sensor' (61,460) at 20250703080013800
51522 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/yosemite4-schematic-init' (61,461) at 20250703080013804
51523 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-poweroff-policy/fan-rotor-missing-poweroff.yaml' (61,462) at 20250703080013800
51524 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/ipmi/manualcmds.hpp' (61,463) at 20250703080027704
51525 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-dbus-monitor_%.bbappend' (61,464) at 20250703080013800
51526 2025-10-05 03:01:04.688-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed.inc' (61,465) at 20250708080013863
51527 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-cxl-component.h' (61,486) at 20250709080011250
51528 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/nvidia_cmet_info.json' (61,487) at 20250709080011246
51529 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-ipf.h' (61,488) at 20250709080011250
51530 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-pcie.c' (61,489) at 20250709080011254
51531 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-arm.h' (61,490) at 20250709080011250
51532 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/generic.cperhex' (61,491) at 20250709080011246
51533 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmariommu.json' (61,492) at 20250709080011246
51534 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-ampere.h' (61,493) at 20250709080011250
51535 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-poweroff' (61,494) at 20250709080014042
51536 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-poweroff' (61,495) at 20250709080014042
51537 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-cxl-protocol.c' (61,496) at 20250709080011250
51538 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/nvidia.json' (61,497) at 20250709080011246
51539 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS1.conf' (61,498) at 20250709080014042
51540 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/OWNERS' (61,499) at 20250709080047515
51541 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/message/types.hpp' (61,500) at 20250709080044847
51542 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmargeneric.json' (61,501) at 20250709080011246
51543 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-memory.h' (61,502) at 20250709080011250
51544 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/gpio/id-button.bb' (61,503) at 20250709080014042
51545 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-pci-bus.h' (61,504) at 20250709080011250
51546 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-cxl-component.c' (61,505) at 20250709080011250
51547 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/generic.json' (61,506) at 20250709080011246
51548 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/ipmi/phosphor-ipmi-fru_%.bbappend' (61,507) at 20250709080014038
51549 2025-10-05 03:01:04.689-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/arm.json' (61,508) at 20250709080011242
51550 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory.cperhex' (61,509) at 20250709080011246
51551 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/firmware.cperhex' (61,510) at 20250709080011246
51552 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcibus.cperhex' (61,511) at 20250709080011246
51553 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-nuvoton/program-edid/program-edid.bb' (61,512) at 20250709080014046
51554 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/unknown.cperhex' (61,513) at 20250709080011246
51555 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-generic.c' (61,514) at 20250709080011250
51556 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/log-chassis-powercycle-sel' (61,515) at 20250709080014042
51557 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-bsp/u-boot/files/nvl32-obmc.cfg' (61,516) at 20250709080014046
51558 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/message/read.cpp' (61,517) at 20250709080044847
51559 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-dmar-iommu.c' (61,518) at 20250709080011250
51560 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json-full-log.json' (61,519) at 20250709080011254
51561 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS8.conf' (61,520) at 20250709080014042
51562 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-nvidia.h' (61,521) at 20250709080011250
51563 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-ia32x64.c' (61,522) at 20250709080011250
51564 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/conf/templates/default/bblayers.conf.sample' (61,523) at 20250709080014046
51565 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/console/obmc-console_%.bbappend' (61,524) at 20250709080014042
51566 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/ia32x64.cperhex' (61,525) at 20250709080011246
51567 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcibus.json' (61,526) at 20250709080011246
51568 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS0.conf' (61,527) at 20250709080014042
51569 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/include/persistent_data.hpp' (61,528) at 20250709080003870 to deleted uid set
51570 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/multi-gpios-sys-init' (61,529) at 20250710080013608
51571 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (61,530) at 20250710080013604
51572 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/service_files/xyz.openbmc_project.LED.GroupManager.service' (61,531) at 20250710080025469
51573 2025-10-05 03:01:04.690-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/docs/MultiChassis.md' (61,532) at 20250710080029321
51574 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/meson.build' (61,533) at 20250710080018116
51575 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/image-type/static-norootfs.inc' (61,534) at 20250709080014046
51576 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock.inc' (61,535) at 20250709080014046
51577 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmarvtd.json' (61,536) at 20250709080011246
51578 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/pcidev.cperhex' (61,537) at 20250709080011246
51579 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/cxlprotocol.json' (61,538) at 20250709080011246
51580 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-kernel/linux/linux-aspeed_%.bbappend' (61,539) at 20250709080014046
51581 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS2.conf' (61,540) at 20250709080014042
51582 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/vtable/vtable.cpp' (61,541) at 20250709080044847
51583 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/i2c/meson.build' (61,542) at 20250710080019516
51584 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-psu-code-mgmt/meson.build' (61,543) at 20250710080029709
51585 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (61,544) at 20250709080014042
51586 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-ampere.c' (61,545) at 20250709080011250
51587 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/meson.build' (61,546) at 20250709080035971
51588 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-pci-dev.c' (61,547) at 20250709080011250
51589 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-dmar-generic.h' (61,548) at 20250709080011250
51590 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS7.conf' (61,549) at 20250709080014042
51591 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/recipes-phosphor/images/nvidia-phosphor-image.inc' (61,550) at 20250709080014046
51592 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section-generic.h' (61,551) at 20250709080011250
51593 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-firmware.c' (61,552) at 20250709080011250
51594 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/host-powerreset' (61,553) at 20250709080014042
51595 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/memory.json' (61,554) at 20250709080011246
51596 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/fb-compute-multihost/server.ttyS3.conf' (61,555) at 20250709080014042
51597 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmariommu.cperhex' (61,556) at 20250709080011246
51598 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/include/libcper/sections/cper-section.h' (61,557) at 20250709080011250
51599 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/dmargeneric.cperhex' (61,558) at 20250709080011246
51600 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/sections/cper-section-dmar-vtd.c' (61,559) at 20250709080011250
51601 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/nvidia.cperhex' (61,560) at 20250709080011246
51602 2025-10-05 03:01:04.691-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/ccixper.cperhex' (61,561) at 20250709080011242
51603 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/cxlcomponent-media.json' (61,562) at 20250709080011242
51604 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/examples/ia32x64.json' (61,563) at 20250709080011246
51605 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libcper/specification/json/cper-json-section-log.json' (61,564) at 20250709080011254
51606 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/meson.build' (61,565) at 20250710080024145
51607 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-misc/README.md' (61,566) at 20250710080026825
51608 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/meson.build' (61,567) at 20250710080002212
51609 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_%.bbappend' (61,568) at 20250710080013608
51610 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/zstd_decompressor.hpp' (61,569) at 20250718080003201
51611 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/http_body_test.cpp' (61,570) at 20250718080003205
51612 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/meson.build' (61,571) at 20250714080008187
51613 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-sysfs/meson.build' (61,572) at 20250714080036748
51614 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/modbus.json' (61,576) at 20250718080005569
51615 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/zstd_decompressor.cpp' (61,577) at 20250718080003201
51616 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/zstd_decompressor_test.cpp' (61,578) at 20250718080003205
51617 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/subprojects/zstd.wrap' (61,579) at 20250718080003201
51618 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/README.md' (61,580) at 20250718080003201
51619 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/sensorutils.cpp' (61,581) at 20250717080031255
51620 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-occ-control/test/meson.build' (61,582) at 20250717080025895
51621 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-hw-diags/attn/meson.build' (61,583) at 20250717080024947
51622 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/libbej/libbej_git.bb' (61,584) at 20250717080021991
51623 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/Hardware/Harma.interface.yaml' (61,585) at 20250717080028891
51624 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/spice.c' (61,586) at 20250902080039271
51625 2025-10-05 03:01:04.692-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/acpi-microvm.c' (61,587) at 20250902080039339
51626 2025-10-05 03:01:04.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu-param.h' (61,588) at 20250902080039587
51627 2025-10-05 03:01:04.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-device.c' (61,589) at 20250902080039455
51628 2025-10-05 03:01:04.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_extioi.c' (61,590) at 20250902080039351
51629 2025-10-05 03:01:04.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-mtp.c' (61,591) at 20250902080039443
51630 2025-10-05 03:01:04.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/acpi.h' (61,592) at 20250902080039483
51631 2025-10-05 03:01:04.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/dw-i3c.c' (61,593) at 20250902080039343
51632 2025-10-05 03:01:04.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/io.c' (61,594) at 20250902080039255
51633 2025-10-05 03:01:04.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_migration.py' (61,595) at 20250902080039707
51634 2025-10-05 03:01:04.693-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/cpu-target.c' (61,596) at 20250902080039271
51635 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ap-device.c' (61,597) at 20250902080039419
51636 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/digic-uart.c' (61,598) at 20250902080039311
51637 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/mem_helper.c' (61,599) at 20250902080039631
51638 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_passthrough.c' (61,600) at 20250902080039251
51639 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32d.c' (61,601) at 20250902080039719
51640 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/iova-tree.h' (61,602) at 20250902080039507
51641 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/prelude.rs' (61,603) at 20250902080039575
51642 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/max78000_gcr.c' (61,604) at 20250902080039375
51643 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/ioinst.c' (61,605) at 20250902080039675
51644 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-vdpa.h' (61,606) at 20250902080039499
51645 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/core.c' (61,607) at 20250902080039343
51646 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/opentitan.c' (61,608) at 20250902080039415
51647 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/patch.c' (61,609) at 20250902080039719
51648 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/fsl-imx25.h' (61,610) at 20250902080039487
51649 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/target_page.h' (61,611) at 20250902080039483
51650 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hyp_gdbstub.c' (61,612) at 20250902080039595
51651 2025-10-05 03:01:04.694-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga_int.h' (61,613) at 20250902080039327
51652 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/iommu.h' (61,614) at 20250902080039499
51653 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/137.out' (61,615) at 20250902080039711
51654 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/mve_helper.c' (61,616) at 20250902080039603
51655 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/cpu.c' (61,617) at 20250902080039643
51656 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/xio3130_downstream.c' (61,618) at 20250902080039395
51657 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/throttle-groups.c' (61,619) at 20250902080039263
51658 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/sharpsl.h' (61,620) at 20250902080039487
51659 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/user_only_helper.c' (61,621) at 20250902080039663
51660 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/cpu-timers.h' (61,622) at 20250902080039511
51661 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/.gitignore' (61,623) at 20250902080039579
51662 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qom.json' (61,624) at 20250902080039563
51663 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf-stub.c' (61,625) at 20250902080039595
51664 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-rng.c' (61,626) at 20250902080039455
51665 2025-10-05 03:01:04.695-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/zynq-xadc.c' (61,627) at 20250902080039291
51666 2025-10-05 03:01:04.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-websock.c' (61,628) at 20250902080039515
51667 2025-10-05 03:01:04.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/npcm7xx_emc.c' (61,629) at 20250902080039383
51668 2025-10-05 03:01:04.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/helper.c' (61,630) at 20250902080039595
51669 2025-10-05 03:01:04.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-uas.c' (61,631) at 20250902080039443
51670 2025-10-05 03:01:04.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/cpu.h' (61,632) at 20250902080039683
51671 2025-10-05 03:01:04.696-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/th_csr.c' (61,633) at 20250902080039671
51672 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/accel-cpu-target.h' (61,634) at 20250902080039475
51673 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/xilinx_spi.c' (61,635) at 20250902080039435
51674 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/linux-aio.c' (61,636) at 20250902080039255
51675 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm_gcr.c' (61,637) at 20250902080039375
51676 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/meson.build' (61,638) at 20250902080039471
51677 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_gpu.h' (61,639) at 20250902080039511
51678 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/cpu.c' (61,640) at 20250902080039671
51679 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-i2c.c' (61,641) at 20250902080039455
51680 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/cluster.c' (61,642) at 20250902080039319
51681 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/MAINTAINERS' (61,643) at 20250902080039239
51682 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/ccid-card-emulated.c' (61,644) at 20250902080039439
51683 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-mem.c' (61,645) at 20250902080039423
51684 2025-10-05 03:01:04.697-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_events.h' (61,646) at 20250902080039487
51685 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/mem_helper.c' (61,647) at 20250902080039675
51686 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-thread-posix.c' (61,648) at 20250902080039731
51687 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/nvme.c' (61,649) at 20250902080039259
51688 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/bitops.rs' (61,650) at 20250902080039575
51689 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/cflow.c' (61,651) at 20250902080039271
51690 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/pci_ipmi_bt.c' (61,652) at 20250902080039359
51691 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/i82374.c' (61,653) at 20250902080039327
51692 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/translation-block.h' (61,654) at 20250902080039483
51693 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/loader-fit.c' (61,655) at 20250902080039315
51694 2025-10-05 03:01:04.698-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/versatilepb.c' (61,656) at 20250902080039303
51695 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu.h' (61,657) at 20250902080039663
51696 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/wheels/meson-1.8.1-py3-none-any.whl' (61,658) at 20250902080039559
51697 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/cpu-param.h' (61,659) at 20250902080039615
51698 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/emulate/x86_flags.c' (61,660) at 20250902080039623
51699 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mps2-tz.c' (61,661) at 20250902080039299
51700 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/qemu.h' (61,662) at 20250902080039523
51701 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/mux-chardev.rst.inc' (61,663) at 20250902080039283
51702 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/emulate/x86_flags.h' (61,664) at 20250902080039623
51703 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/sse-counter.c' (61,665) at 20250902080039439
51704 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/meson.build' (61,666) at 20250902080039523
51705 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/xgmac.c' (61,667) at 20250902080039391
51706 2025-10-05 03:01:04.699-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/mem.c' (61,668) at 20250902080039719
51707 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_homer.c' (61,669) at 20250902080039403
51708 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_sbsaref.py' (61,670) at 20250902080039707
51709 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm7xx_mft.c' (61,671) at 20250902080039375
51710 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/gpio_key.c' (61,672) at 20250902080039331
51711 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/postcopy-ram.c' (61,673) at 20250902080039535
51712 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ramfb.c' (61,674) at 20250902080039327
51713 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vhost_net-stub.c' (61,675) at 20250902080039387
51714 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/Kconfig' (61,676) at 20250902080039367
51715 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ipl.h' (61,677) at 20250902080039419
51716 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/s390-ccw.h' (61,678) at 20250902080039551
51717 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/wctablet.c' (61,679) at 20250902080039271
51718 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/insn-start-words.h' (61,680) at 20250902080039511
51719 2025-10-05 03:01:04.700-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/mmap.c' (61,681) at 20250902080039523
51720 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/mptsas.c' (61,682) at 20250902080039423
51721 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/hwprofile.c' (61,683) at 20250902080039271
51722 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/tswap.h' (61,684) at 20250902080039483
51723 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_sriov.h' (61,685) at 20250902080039495
51724 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/xen_igd_pt.c' (61,686) at 20250902080039399
51725 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/copy-before-write' (61,687) at 20250902080039715
51726 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/trace-events' (61,688) at 20250902080039359
51727 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-cframe-reg.c' (61,689) at 20250902080039379
51728 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongson_ipi_common.h' (61,690) at 20250902080039491
51729 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx31_ccm.c' (61,691) at 20250902080039371
51730 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pegasos2.c' (61,692) at 20250902080039403
51731 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/kvm-cpu.c' (61,693) at 20250902080039623
51732 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/Makefile.include' (61,694) at 20250902080039703
51733 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/interrupt.c' (61,695) at 20250902080039675
51734 2025-10-05 03:01:04.701-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/nbd.c' (61,696) at 20250902080039259
51735 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/timer/hpet/src/device.rs' (61,697) at 20250902080039571
51736 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_gb200nvl_bmc.py' (61,698) at 20250902080039707
51737 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/tlb-insns.c' (61,699) at 20250902080039607
51738 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/meson.build' (61,700) at 20250902080039643
51739 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-device.h' (61,701) at 20250902080039499
51740 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/clippy.toml' (61,702) at 20250902080039271
51741 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/unistd_32.h' (61,703) at 20250902080039519
51742 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/microchip-icicle-kit.rst' (61,704) at 20250902080039283
51743 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/ibm-cffps.c' (61,705) at 20250902080039371
51744 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/codebase.rst' (61,706) at 20250902080039275
51745 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/stm32f2xx_spi.c' (61,707) at 20250902080039435
51746 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/cmsdk-apb-uart.c' (61,708) at 20250902080039311
51747 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/hvf-cpu.c' (61,709) at 20250902080039623
51748 2025-10-05 03:01:04.702-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/conf.py' (61,710) at 20250902080039275
51749 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memattrs.h' (61,711) at 20250902080039483
51750 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/pca9554.c' (61,712) at 20250902080039331
51751 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/accelerator.json' (61,713) at 20250902080039559
51752 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/event.c' (61,714) at 20250902080039731
51753 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/npcm7xx_timer.c' (61,715) at 20250902080039439
51754 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/dtb/bamboo.dts' (61,716) at 20250902080039547
51755 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-vdpa.c' (61,717) at 20250902080039459
51756 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-radix64.c' (61,718) at 20250902080039659
51757 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/xlnx_dp.c' (61,719) at 20250902080039327
51758 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/ir35221.c' (61,720) at 20250902080039371
51759 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/ports.py' (61,721) at 20250902080039707
51760 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cmsdk-apb-watchdog-test.c' (61,722) at 20250902080039715
51761 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_mbox.c' (61,723) at 20250902080039371
51762 2025-10-05 03:01:04.703-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/lbus.h' (61,724) at 20250902080039487
51763 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/xen-block.c' (61,725) at 20250902080039311
51764 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast27x0-ssp.c' (61,726) at 20250902080039295
51765 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ompic.c' (61,727) at 20250902080039355
51766 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/pmp.c' (61,728) at 20250902080039667
51767 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/postcopy-ram.h' (61,729) at 20250902080039535
51768 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/checkpatch.pl' (61,730) at 20250902080039575
51769 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/igvm.rst' (61,731) at 20250902080039283
51770 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_int-global-state.h' (61,732) at 20250902080039479
51771 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/exynos4210_pwm.c' (61,733) at 20250902080039435
51772 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/ibex_timer.c' (61,734) at 20250902080039435
51773 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/sparse-mem.c' (61,735) at 20250902080039363
51774 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bcm2836.c' (61,736) at 20250902080039295
51775 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/iocsr_helper.c' (61,737) at 20250902080039639
51776 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_smmu.py' (61,738) at 20250902080039707
51777 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-i386-rtc.c' (61,739) at 20250902080039579
51778 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/omap_i2c.c' (61,740) at 20250902080039335
51779 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/system/mips-qmp-cmds.c' (61,741) at 20250902080039643
51780 2025-10-05 03:01:04.704-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-udmabuf.c' (61,742) at 20250902080039327
51781 2025-10-05 03:01:04.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/reverse_debugging.py' (61,743) at 20250902080039707
51782 2025-10-05 03:01:04.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sme_helper.c' (61,744) at 20250902080039603
51783 2025-10-05 03:01:04.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-memfd.c' (61,745) at 20250902080039247
51784 2025-10-05 03:01:04.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/qmp.c' (61,746) at 20250902080039539
51785 2025-10-05 03:01:04.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/rng-random.c' (61,747) at 20250902080039247
51786 2025-10-05 03:01:04.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-neon.c' (61,748) at 20250902080039607
51787 2025-10-05 03:01:04.705-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/194.out' (61,749) at 20250902080039711
51788 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/arm11mpcore.c' (61,750) at 20250902080039319
51789 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/fpu_helper.c' (61,751) at 20250902080039687
51790 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/gtk-clipboard.c' (61,752) at 20250902080039727
51791 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/npcm7xx_rng.c' (61,753) at 20250902080039375
51792 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qom/object.h' (61,754) at 20250902080039507
51793 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/marvell_88w8618.c' (61,755) at 20250902080039307
51794 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/qdev-monitor.c' (61,756) at 20250902080039583
51795 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-host.c' (61,757) at 20250902080039319
51796 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/igd.c' (61,758) at 20250902080039451
51797 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/qxl-render.c' (61,759) at 20250902080039323
51798 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_mailbox.h' (61,760) at 20250902080039487
51799 2025-10-05 03:01:04.706-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-display.c' (61,761) at 20250902080039727
51800 2025-10-05 03:01:04.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/hda-codec.c' (61,762) at 20250902080039307
51801 2025-10-05 03:01:04.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/vmdk.c' (61,763) at 20250902080039263
51802 2025-10-05 03:01:04.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/fw_cfg.h' (61,764) at 20250902080039495
51803 2025-10-05 03:01:04.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/tcg/cpu-ldst.h' (61,765) at 20250902080039475
51804 2025-10-05 03:01:04.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/kvm.c' (61,766) at 20250902080039595
51805 2025-10-05 03:01:04.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/translate.c' (61,767) at 20250902080039639
51806 2025-10-05 03:01:04.707-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/time_helper.h' (61,768) at 20250902080039671
51807 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/stream.c' (61,769) at 20250902080039543
51808 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/snapshot.c' (61,770) at 20250902080039263
51809 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/npcm7xx_mc.c' (61,771) at 20250902080039363
51810 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/pca9552.c' (61,772) at 20250902080039331
51811 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/raspi4b.c' (61,773) at 20250902080039299
51812 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/meson.build' (61,774) at 20250902080039627
51813 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/xilinx_uartlite.c' (61,775) at 20250902080039315
51814 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/debugcon.c' (61,776) at 20250902080039311
51815 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf/hvf.c' (61,777) at 20250902080039595
51816 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_psi.c' (61,778) at 20250902080039407
51817 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm_gcr.h' (61,779) at 20250902080039495
51818 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/cc_helper_template.h.inc' (61,780) at 20250902080039627
51819 2025-10-05 03:01:04.708-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/xilinx_timer.c' (61,781) at 20250902080039439
51820 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target-con-str.h' (61,782) at 20250902080039691
51821 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-mem.c' (61,783) at 20250902080039467
51822 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vfio-user.rst' (61,784) at 20250902080039279
51823 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/pci.h' (61,785) at 20250902080039483
51824 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/armv7m.c' (61,786) at 20250902080039291
51825 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xilinx_intc.c' (61,787) at 20250902080039359
51826 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/rust.rst' (61,788) at 20250902080039279
51827 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/icount.h' (61,789) at 20250902080039483
51828 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/channel-block.c' (61,790) at 20250902080039531
51829 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/unistd_n64.h' (61,791) at 20250902080039519
51830 2025-10-05 03:01:04.709-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/allwinner-wdt.c' (61,792) at 20250902080039471
51831 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_nvdimm.c' (61,793) at 20250902080039411
51832 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/foreign-0.3-rs.wrap' (61,794) at 20250902080039579
51833 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/piix4.c' (61,795) at 20250902080039291
51834 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mips-softmmu.mak' (61,796) at 20250902080039271
51835 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/npcm7xx_adc.c' (61,797) at 20250902080039291
51836 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/esp-pci.c' (61,798) at 20250902080039423
51837 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_x86_64_kvm_xen.py' (61,799) at 20250902080039711
51838 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/container-base.c' (61,800) at 20250902080039451
51839 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/exception.c' (61,801) at 20250902080039655
51840 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/code-provenance.rst' (61,802) at 20250902080039275
51841 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/allwinner-i2c.c' (61,803) at 20250902080039335
51842 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qom-proplist.c' (61,804) at 20250902080039723
51843 2025-10-05 03:01:04.710-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-img-cmds.hx' (61,805) at 20250902080039563
51844 2025-10-05 03:01:04.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-mailbox-utils.c' (61,806) at 20250902080039319
51845 2025-10-05 03:01:04.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/proxy.h' (61,807) at 20250902080039451
51846 2025-10-05 03:01:04.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/octeon.decode' (61,808) at 20250902080039647
51847 2025-10-05 03:01:04.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost.c' (61,809) at 20250902080039463
51848 2025-10-05 03:01:04.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/gen-features.c' (61,810) at 20250902080039675
51849 2025-10-05 03:01:04.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-rng-pci.c' (61,811) at 20250902080039471
51850 2025-10-05 03:01:04.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api-macros/src/tests.rs' (61,812) at 20250902080039575
51851 2025-10-05 03:01:04.711-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen-hvm.c' (61,813) at 20250902080039343
51852 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/vfio-display.h' (61,814) at 20250902080039455
51853 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ohci.c' (61,815) at 20250902080039443
51854 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/pl061.c' (61,816) at 20250902080039331
51855 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/cpu-timers.c' (61,817) at 20250902080039579
51856 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/freebsd' (61,818) at 20250902080039723
51857 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/sparc64-core.xml' (61,819) at 20250902080039287
51858 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/user/abitypes.h' (61,820) at 20250902080039515
51859 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-storage.c' (61,821) at 20250902080039443
51860 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/xtfpga.c' (61,822) at 20250902080039475
51861 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-stattrib.c' (61,823) at 20250902080039419
51862 2025-10-05 03:01:04.712-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/images.rst' (61,824) at 20250902080039283
51863 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/eepro100.c' (61,825) at 20250902080039383
51864 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/interrupt_helper.c' (61,826) at 20250902080039655
51865 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/machine.c' (61,827) at 20250902080039659
51866 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/dino.c' (61,828) at 20250902080039395
51867 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc64-softmmu.mak' (61,829) at 20250902080039271
51868 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/pci_ipmi_kcs.c' (61,830) at 20250902080039359
51869 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/sclpcpi.c' (61,831) at 20250902080039419
51870 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/Makefile' (61,832) at 20250902080039239
51871 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/meson.build' (61,833) at 20250902080039531
51872 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target.c.inc' (61,834) at 20250902080039695
51873 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-9p-pci.c' (61,835) at 20250902080039463
51874 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/vhost_net.h' (61,836) at 20250902080039503
51875 2025-10-05 03:01:04.713-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/meson.build' (61,837) at 20250902080039623
51876 2025-10-05 03:01:04.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/kvm.h' (61,838) at 20250902080039519
51877 2025-10-05 03:01:04.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/uefi.json' (61,839) at 20250902080039563
51878 2025-10-05 03:01:04.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/bits.h' (61,840) at 20250902080039519
51879 2025-10-05 03:01:04.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/qom.py' (61,841) at 20250902080039551
51880 2025-10-05 03:01:04.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/virt-acpi-build.c' (61,842) at 20250902080039415
51881 2025-10-05 03:01:04.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/Kconfig' (61,843) at 20250902080039335
51882 2025-10-05 03:01:04.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gic.h' (61,844) at 20250902080039491
51883 2025-10-05 03:01:04.714-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/generic_event_device.h' (61,845) at 20250902080039483
51884 2025-10-05 03:01:04.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/asc.c' (61,846) at 20250902080039307
51885 2025-10-05 03:01:04.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/ops_sse.h' (61,847) at 20250902080039627
51886 2025-10-05 03:01:04.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/translate.c' (61,848) at 20250902080039679
51887 2025-10-05 03:01:04.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/exception_helper.c' (61,849) at 20250902080039655
51888 2025-10-05 03:01:04.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc4xx_sdram.c' (61,850) at 20250902080039407
51889 2025-10-05 03:01:04.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/ebpf.json' (61,851) at 20250902080039559
51890 2025-10-05 03:01:04.715-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/thread.h' (61,852) at 20250902080039507
51891 2025-10-05 03:01:04.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sd/sd.h' (61,853) at 20250902080039499
51892 2025-10-05 03:01:04.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci.c' (61,854) at 20250902080039447
51893 2025-10-05 03:01:04.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/djmemc.c' (61,855) at 20250902080039371
51894 2025-10-05 03:01:04.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu-system.c' (61,856) at 20250902080039671
51895 2025-10-05 03:01:04.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/test-mepc-masking.S' (61,857) at 20250902080039719
51896 2025-10-05 03:01:04.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/Makefile' (61,858) at 20250902080039551
51897 2025-10-05 03:01:04.716-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/nvmm/nvmm-all.c' (61,859) at 20250902080039627
51898 2025-10-05 03:01:04.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_lpc.c' (61,860) at 20250902080039403
51899 2025-10-05 03:01:04.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/bcm2835_gpio.c' (61,861) at 20250902080039331
51900 2025-10-05 03:01:04.717-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx6ul_ccm.c' (61,862) at 20250902080039371
51901 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/syscall.c' (61,863) at 20250902080039527
51902 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-socket.c' (61,864) at 20250902080039515
51903 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/system/mips-semi.c' (61,865) at 20250902080039647
51904 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/cpu.h' (61,866) at 20250902080039679
51905 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/int_helper.c' (61,867) at 20250902080039675
51906 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/aspeed.rst' (61,868) at 20250902080039283
51907 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/meson.build' (61,869) at 20250902080039575
51908 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/interface/io/blkif.h' (61,870) at 20250902080039503
51909 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/tdvf.h' (61,871) at 20250902080039491
51910 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-trng.c' (61,872) at 20250902080039379
51911 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_pwm.c' (61,873) at 20250902080039367
51912 2025-10-05 03:01:04.718-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/mock-i3c-target.c' (61,874) at 20250902080039343
51913 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci.c' (61,875) at 20250902080039403
51914 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/coth.h' (61,876) at 20250902080039287
51915 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu.nsi' (61,877) at 20250902080039567
51916 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/gpex-acpi.c' (61,878) at 20250902080039399
51917 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mips_cmgcr.c' (61,879) at 20250902080039375
51918 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/smmuv3.c' (61,880) at 20250902080039303
51919 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/time_helper.c' (61,881) at 20250902080039671
51920 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-h3-dramc.c' (61,882) at 20250902080039367
51921 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/op_helper.c' (61,883) at 20250902080039671
51922 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_diag288.c' (61,884) at 20250902080039471
51923 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/machine-s390x.json' (61,885) at 20250902080039559
51924 2025-10-05 03:01:04.719-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/s390x-softmmu.mak' (61,886) at 20250902080039271
51925 2025-10-05 03:01:04.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/kvm/kvm-all.c' (61,887) at 20250902080039243
51926 2025-10-05 03:01:04.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/igvm.c' (61,888) at 20250902080039247
51927 2025-10-05 03:01:04.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/virtio-console.c' (61,889) at 20250902080039315
51928 2025-10-05 03:01:04.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx7_src.c' (61,890) at 20250902080039371
51929 2025-10-05 03:01:04.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-ram.c' (61,891) at 20250902080039247
51930 2025-10-05 03:01:04.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipack/tpci200.c' (61,892) at 20250902080039359
51931 2025-10-05 03:01:04.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_regs.h' (61,893) at 20250902080039495
51932 2025-10-05 03:01:04.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_kvm.c' (61,894) at 20250902080039351
51933 2025-10-05 03:01:04.720-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/op_helper.c' (61,895) at 20250902080039679
51934 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/machine.c' (61,896) at 20250902080039655
51935 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/os-wasm.c' (61,897) at 20250902080039543
51936 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_m68k_replay.py' (61,898) at 20250902080039707
51937 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/pl011.c' (61,899) at 20250902080039315
51938 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mipsel_malta.py' (61,900) at 20250902080039707
51939 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/aspeed_gpio.h' (61,901) at 20250902080039491
51940 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/hub.c' (61,902) at 20250902080039543
51941 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target-has.h' (61,903) at 20250902080039691
51942 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-audio.c' (61,904) at 20250902080039443
51943 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/omap_uart.c' (61,905) at 20250902080039311
51944 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-s390x-cross.docker' (61,906) at 20250902080039707
51945 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/npcm7xx_fiu.c' (61,907) at 20250902080039435
51946 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/Makefile' (61,908) at 20250902080039551
51947 2025-10-05 03:01:04.721-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker.c' (61,909) at 20250902080039387
51948 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/grlib_irqmp.c' (61,910) at 20250902080039351
51949 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/cpu-system.c' (61,911) at 20250902080039315
51950 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-null.c' (61,912) at 20250902080039267
51951 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/cuda.c' (61,913) at 20250902080039375
51952 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pnv_xive2_regs.h' (61,914) at 20250902080039355
51953 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/meson.build' (61,915) at 20250902080039571
51954 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/cpu.h' (61,916) at 20250902080039639
51955 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/mcf_fec.c' (61,917) at 20250902080039383
51956 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_kvaser_pci.c' (61,918) at 20250902080039379
51957 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/rs5c372.c' (61,919) at 20250902080039415
51958 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32l4x5_syscfg.c' (61,920) at 20250902080039379
51959 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_pic_common.c' (61,921) at 20250902080039355
51960 2025-10-05 03:01:04.722-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_microblazeel_s3adsp1800.py' (61,922) at 20250902080039707
51961 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/rel6.decode' (61,923) at 20250902080039647
51962 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/xiangshan_kmh.c' (61,924) at 20250902080039415
51963 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/tools/qemu-img.rst' (61,925) at 20250902080039283
51964 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/max78000_uart.c' (61,926) at 20250902080039311
51965 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/tmp105.c' (61,927) at 20250902080039431
51966 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ati.c' (61,928) at 20250902080039323
51967 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_net.h' (61,929) at 20250902080039511
51968 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/riscv_htif.h' (61,930) at 20250902080039487
51969 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/meson.build' (61,931) at 20250902080039731
51970 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_its.c' (61,932) at 20250902080039351
51971 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/armv7m_nvic.h' (61,933) at 20250902080039491
51972 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/mcf5206.c' (61,934) at 20250902080039363
51973 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/Kconfig' (61,935) at 20250902080039363
51974 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-cpr.h' (61,936) at 20250902080039499
51975 2025-10-05 03:01:04.723-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/graph-lock.h' (61,937) at 20250902080039479
51976 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/system/svm_helper.c' (61,938) at 20250902080039635
51977 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/riscv/xiangshan-kunminghu.rst' (61,939) at 20250902080039283
51978 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu-param.h' (61,940) at 20250902080039671
51979 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-op-gvec-common.h' (61,941) at 20250902080039515
51980 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/kvm_arm.h' (61,942) at 20250902080039595
51981 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/virt.h' (61,943) at 20250902080039487
51982 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt_graphics.c' (61,944) at 20250902080039475
51983 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/nvmm-stub.c' (61,945) at 20250902080039243
51984 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv32-softmmu.mak' (61,946) at 20250902080039271
51985 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/vmbus.c' (61,947) at 20250902080039335
51986 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-gpio.c' (61,948) at 20250902080039455
51987 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-container-base.h' (61,949) at 20250902080039499
51988 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/meson.build' (61,950) at 20250902080039451
51989 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/vmstate-static-checker.py' (61,951) at 20250902080039579
51990 2025-10-05 03:01:04.724-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/rng-builtin.c' (61,952) at 20250902080039247
51991 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/prep_systemio.c' (61,953) at 20250902080039407
51992 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/decNumberLocal.h' (61,954) at 20250902080039503
51993 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32f205_soc.c' (61,955) at 20250902080039303
51994 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/ioport.c' (61,956) at 20250902080039579
51995 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/virt_ctrl.c' (61,957) at 20250902080039379
51996 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/nubus-bus.c' (61,958) at 20250902080039391
51997 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-region.h' (61,959) at 20250902080039499
51998 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/net/dp8393x.h' (61,960) at 20250902080039495
51999 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/meson.build' (61,961) at 20250902080039579
52000 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/virtio-input-hid.c' (61,962) at 20250902080039347
52001 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/bitmaps.rst' (61,963) at 20250902080039279
52002 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/Kconfig' (61,964) at 20250902080039287
52003 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/cpus.c' (61,965) at 20250902080039579
52004 2025-10-05 03:01:04.725-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/virtio-input.c' (61,966) at 20250902080039347
52005 2025-10-05 03:01:04.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qga.c' (61,967) at 20250902080039723
52006 2025-10-05 03:01:04.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/stddef.h' (61,968) at 20250902080039523
52007 2025-10-05 03:01:04.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/cell.rs' (61,969) at 20250902080039575
52008 2025-10-05 03:01:04.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-virtio-ccw.c' (61,970) at 20250902080039419
52009 2025-10-05 03:01:04.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/loader.h' (61,971) at 20250902080039491
52010 2025-10-05 03:01:04.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/vhost-vsock-ccw.c' (61,972) at 20250902080039419
52011 2025-10-05 03:01:04.726-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xive.h' (61,973) at 20250902080039495
52012 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/translate.c' (61,974) at 20250902080039687
52013 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/split-irq.c' (61,975) at 20250902080039319
52014 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/xen_nic.c' (61,976) at 20250902080039391
52015 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/chardev.rs' (61,977) at 20250902080039575
52016 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/empty_slot.c' (61,978) at 20250902080039371
52017 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/ivshmem-pci.c' (61,979) at 20250902080039371
52018 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/petalogix_ml605_mmu.c' (61,980) at 20250902080039367
52019 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/audio.json' (61,981) at 20250902080039559
52020 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_i2c.c' (61,982) at 20250902080039403
52021 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-nsm-pci.c' (61,983) at 20250902080039467
52022 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hmp-commands.hx' (61,984) at 20250902080039287
52023 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/mipsnet.c' (61,985) at 20250902080039383
52024 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/adb-mouse.c' (61,986) at 20250902080039347
52025 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/switch-mailbox-cci.c' (61,987) at 20250902080039319
52026 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/memory-device.c' (61,988) at 20250902080039363
52027 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/__init__.py' (61,989) at 20250902080039707
52028 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-zynqmp-crf.c' (61,990) at 20250902080039379
52029 2025-10-05 03:01:04.727-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/sifive_pdma.c' (61,991) at 20250902080039331
52030 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/monitor.c' (61,992) at 20250902080039339
52031 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/msa_translate.c' (61,993) at 20250902080039647
52032 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/zaurus.c' (61,994) at 20250902080039331
52033 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/host-libusb.c' (61,995) at 20250902080039447
52034 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/308' (61,996) at 20250902080039711
52035 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_m68k_q800.py' (61,997) at 20250902080039707
52036 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/rust/rustc_args.py' (61,998) at 20250902080039579
52037 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/tlb_helper.c' (61,999) at 20250902080039607
52038 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/kvm/kvm.c' (62,000) at 20250902080039675
52039 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/rx/cpu-param.h' (62,001) at 20250902080039671
52040 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/system/validate-patch.py' (62,002) at 20250902080039719
52041 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/max78000_soc.h' (62,003) at 20250902080039487
52042 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/039.out' (62,004) at 20250902080039711
52043 2025-10-05 03:01:04.728-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/Kconfig' (62,005) at 20250902080039451
52044 2025-10-05 03:01:04.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/pxa2xx_timer.c' (62,006) at 20250902080039439
52045 2025-10-05 03:01:04.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/ctrl.c' (62,007) at 20250902080039391
52046 2025-10-05 03:01:04.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.filter' (62,008) at 20250902080039711
52047 2025-10-05 03:01:04.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/vmport.c' (62,009) at 20250902080039343
52048 2025-10-05 03:01:04.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-pci-rutabaga.c' (62,010) at 20250902080039327
52049 2025-10-05 03:01:04.729-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-internal.h' (62,011) at 20250902080039699
52050 2025-10-05 03:01:04.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu.h' (62,012) at 20250902080039643
52051 2025-10-05 03:01:04.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu.h' (62,013) at 20250902080039619
52052 2025-10-05 03:01:04.730-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/imx_i2c.c' (62,014) at 20250902080039335
52053 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate.h' (62,015) at 20250902080039611
52054 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/fuse.h' (62,016) at 20250902080039511
52055 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/commands.h' (62,017) at 20250902080039483
52056 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/cpu-param.h' (62,018) at 20250902080039643
52057 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-pipe.c' (62,019) at 20250902080039267
52058 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/Kconfig' (62,020) at 20250902080039291
52059 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_integratorcp.py' (62,021) at 20250902080039707
52060 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial-pci.c' (62,022) at 20250902080039315
52061 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/pl050.c' (62,023) at 20250902080039347
52062 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-block-iothread.c' (62,024) at 20250902080039723
52063 2025-10-05 03:01:04.731-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/bcm2836_control.c' (62,025) at 20250902080039351
52064 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-all.c' (62,026) at 20250902080039635
52065 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/or1k-softmmu.mak' (62,027) at 20250902080039271
52066 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/fpu_helper.c' (62,028) at 20250902080039615
52067 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-skeys-kvm.c' (62,029) at 20250902080039419
52068 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/e500.h' (62,030) at 20250902080039403
52069 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_imx8mp_evk.py' (62,031) at 20250902080039707
52070 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/vmcoreinfo.c' (62,032) at 20250902080039379
52071 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/meson.build' (62,033) at 20250902080039571
52072 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-vsock.c' (62,034) at 20250902080039455
52073 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-enc-zrle.c' (62,035) at 20250902080039731
52074 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/vhost-user-backend.h' (62,036) at 20250902080039511
52075 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/Kconfig' (62,037) at 20250902080039411
52076 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/device.c' (62,038) at 20250902080039451
52077 2025-10-05 03:01:04.732-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/bios-tables-test.c' (62,039) at 20250902080039715
52078 2025-10-05 03:01:04.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user.c' (62,040) at 20250902080039459
52079 2025-10-05 03:01:04.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/int_helper.c' (62,041) at 20250902080039631
52080 2025-10-05 03:01:04.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/opencores_eth.c' (62,042) at 20250902080039383
52081 2025-10-05 03:01:04.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/accel.py' (62,043) at 20250902080039551
52082 2025-10-05 03:01:04.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/machine-qmp-cmds.c' (62,044) at 20250902080039315
52083 2025-10-05 03:01:04.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/crossbuilds.yml' (62,045) at 20250902080039239
52084 2025-10-05 03:01:04.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/q35.c' (62,046) at 20250902080039399
52085 2025-10-05 03:01:04.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/nubus-device.c' (62,047) at 20250902080039391
52086 2025-10-05 03:01:04.733-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-listener.c' (62,048) at 20250902080039727
52087 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/input-event-codes.h' (62,049) at 20250902080039511
52088 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/bus.c' (62,050) at 20250902080039315
52089 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dpd/decimal128.h' (62,051) at 20250902080039503
52090 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32b.c' (62,052) at 20250902080039719
52091 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-all-test-cross.docker' (62,053) at 20250902080039703
52092 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/auxbus.h' (62,054) at 20250902080039495
52093 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/igvm-cfg.c' (62,055) at 20250902080039247
52094 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qcow.c' (62,056) at 20250902080039259
52095 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/sungem.c' (62,057) at 20250902080039387
52096 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/fsi-master.h' (62,058) at 20250902080039487
52097 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/uninit.rs' (62,059) at 20250902080039575
52098 2025-10-05 03:01:04.734-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/nrf51_soc.c' (62,060) at 20250902080039299
52099 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/virtio.json' (62,061) at 20250902080039563
52100 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-amd64-cross.docker' (62,062) at 20250902080039707
52101 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/icount.c' (62,063) at 20250902080039579
52102 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/decodetree.py' (62,064) at 20250902080039579
52103 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/msf2-soc.c' (62,065) at 20250902080039299
52104 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-pty.c' (62,066) at 20250902080039267
52105 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/types.h' (62,067) at 20250902080039455
52106 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/vec_helper.c' (62,068) at 20250902080039639
52107 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/exynos4_boards.c' (62,069) at 20250902080039295
52108 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/fpu_helper.c' (62,070) at 20250902080039675
52109 2025-10-05 03:01:04.735-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/meson.build' (62,071) at 20250902080039579
52110 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/blockdev.c' (62,072) at 20250902080039267
52111 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/generic-loader.c' (62,073) at 20250902080039315
52112 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/imx_gpio.c' (62,074) at 20250902080039331
52113 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-pci-vfio.c' (62,075) at 20250902080039419
52114 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/helper.h' (62,076) at 20250902080039643
52115 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscredsx509.c' (62,077) at 20250902080039275
52116 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/ldst_helper.c' (62,078) at 20250902080039679
52117 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/options.c' (62,079) at 20250902080039535
52118 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/egl-helpers.h' (62,080) at 20250902080039515
52119 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/clipboard.c' (62,081) at 20250902080039723
52120 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/arm_timer.c' (62,082) at 20250902080039435
52121 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/hvf/hvf-accel-ops.c' (62,083) at 20250902080039239
52122 2025-10-05 03:01:04.736-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/Cargo.toml' (62,084) at 20250902080039571
52123 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target.c.inc' (62,085) at 20250902080039703
52124 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cg3.c' (62,086) at 20250902080039323
52125 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/__init__.py' (62,087) at 20250902080039551
52126 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api-macros/Cargo.toml' (62,088) at 20250902080039571
52127 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xlnx-zynqmp-ipi.c' (62,089) at 20250902080039359
52128 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-versal-efuse-ctrl.c' (62,090) at 20250902080039395
52129 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xen-stubs.c' (62,091) at 20250902080039303
52130 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/ccid-card-passthru.c' (62,092) at 20250902080039439
52131 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/tpm.c' (62,093) at 20250902080039583
52132 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/machine.c' (62,094) at 20250902080039615
52133 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_hotplug_pci.py' (62,095) at 20250902080039707
52134 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/plugins/meson.build' (62,096) at 20250902080039719
52135 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mem_addr_space.py' (62,097) at 20250902080039707
52136 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/cpu.c' (62,098) at 20250902080039611
52137 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/diva-gsp.c' (62,099) at 20250902080039311
52138 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ap-stub.c' (62,100) at 20250902080039419
52139 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ohci-sysbus.c' (62,101) at 20250902080039443
52140 2025-10-05 03:01:04.737-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/sii9022.c' (62,102) at 20250902080039327
52141 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/acpi/pcihp.h' (62,103) at 20250902080039483
52142 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/op_helper.c' (62,104) at 20250902080039615
52143 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/meson.build' (62,105) at 20250902080039311
52144 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/sgx-epc.c' (62,106) at 20250902080039343
52145 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/subsys.c' (62,107) at 20250902080039391
52146 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/s390_flic_kvm.c' (62,108) at 20250902080039355
52147 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/machine-common.json' (62,109) at 20250902080039559
52148 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/dpd/decimal32.c' (62,110) at 20250902080039519
52149 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/Kconfig' (62,111) at 20250902080039451
52150 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/pci_regs.h' (62,112) at 20250902080039511
52151 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/kvm.h' (62,113) at 20250902080039511
52152 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/microbit_i2c.c' (62,114) at 20250902080039335
52153 2025-10-05 03:01:04.738-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/aspeed-hace-utils.c' (62,115) at 20250902080039715
52154 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/generic_fuzz.c' (62,116) at 20250902080039715
52155 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/vm/README' (62,117) at 20250902080039723
52156 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc_booke.c' (62,118) at 20250902080039407
52157 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/execlog.c' (62,119) at 20250902080039271
52158 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/listener.c' (62,120) at 20250902080039451
52159 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/plugin-gen.c' (62,121) at 20250902080039243
52160 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pl190.c' (62,122) at 20250902080039355
52161 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/tcg/probe.h' (62,123) at 20250902080039479
52162 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/pauth_helper.c' (62,124) at 20250902080039603
52163 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_pci_vfio.c' (62,125) at 20250902080039411
52164 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen-pvh.c' (62,126) at 20250902080039343
52165 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio_template.h' (62,127) at 20250902080039247
52166 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-pci.c' (62,128) at 20250902080039447
52167 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/sockets.json' (62,129) at 20250902080039563
52168 2025-10-05 03:01:04.739-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/crypto_helper.c' (62,130) at 20250902080039599
52169 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-command.c' (62,131) at 20250902080039515
52170 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/hvf.h' (62,132) at 20250902080039511
52171 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/modinfo-collect.py' (62,133) at 20250902080039579
52172 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/api.c' (62,134) at 20250902080039551
52173 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/escc.c' (62,135) at 20250902080039311
52174 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/watchpoint.h' (62,136) at 20250902080039483
52175 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/qdev.json' (62,137) at 20250902080039563
52176 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sd.c' (62,138) at 20250902080039427
52177 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console-gl.c' (62,139) at 20250902080039723
52178 2025-10-05 03:01:04.740-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-network.c' (62,140) at 20250902080039443
52179 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/ipmi_bmc_extern.c' (62,141) at 20250902080039359
52180 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/apple-gfx-mmio.m' (62,142) at 20250902080039319
52181 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/core.c' (62,143) at 20250902080039319
52182 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-arm64-cross.docker' (62,144) at 20250902080039707
52183 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/generic_event_device.c' (62,145) at 20250902080039291
52184 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target-con-set.h' (62,146) at 20250902080039695
52185 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.json' (62,147) at 20250902080039711
52186 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-hub.c' (62,148) at 20250902080039443
52187 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/qapi-pylint.sh' (62,149) at 20250902080039551
52188 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/mmap-lock.h' (62,150) at 20250902080039483
52189 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/commit-zero-blocks' (62,151) at 20250902080039711
52190 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/riscv-qmp-cmds.c' (62,152) at 20250902080039671
52191 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/excp_helper.c' (62,153) at 20250902080039631
52192 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_eeprom.h' (62,154) at 20250902080039295
52193 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_lpc.c' (62,155) at 20250902080039367
52194 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qapi/error-internal.h' (62,156) at 20250902080039503
52195 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/quorum.c' (62,157) at 20250902080039263
52196 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-user.c' (62,158) at 20250902080039239
52197 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/max31785.c' (62,159) at 20250902080039431
52198 2025-10-05 03:01:04.741-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-keymap.c' (62,160) at 20250902080039567
52199 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bcm2835_peripherals.c' (62,161) at 20250902080039295
52200 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-resv-mem.c' (62,162) at 20250902080039723
52201 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/emc141x.c' (62,163) at 20250902080039431
52202 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/schema.py' (62,164) at 20250902080039579
52203 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/stream_data.h' (62,165) at 20250902080039543
52204 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/renesas_tmr.c' (62,166) at 20250902080039439
52205 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/meson.build' (62,167) at 20250902080039551
52206 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/can/can_core.c' (62,168) at 20250902080039539
52207 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/bcm2835_i2c.c' (62,169) at 20250902080039335
52208 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-nec.c' (62,170) at 20250902080039447
52209 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/rbd.c' (62,171) at 20250902080039263
52210 2025-10-05 03:01:04.742-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-char.c' (62,172) at 20250902080039723
52211 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/mmu_helper.c' (62,173) at 20250902080039687
52212 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/simple.py' (62,174) at 20250902080039579
52213 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-hid.c' (62,175) at 20250902080039443
52214 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/vexpress.c' (62,176) at 20250902080039303
52215 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000.c' (62,177) at 20250902080039383
52216 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/helper.c' (62,178) at 20250902080039675
52217 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/ibex_uart.c' (62,179) at 20250902080039311
52218 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/list.c' (62,180) at 20250902080039247
52219 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/qcow2-cache.txt' (62,181) at 20250902080039279
52220 2025-10-05 03:01:04.743-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/lan9118.c' (62,182) at 20250902080039383
52221 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/macio.c' (62,183) at 20250902080039347
52222 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-mipsel-cross.docker' (62,184) at 20250902080039707
52223 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/emulation.rst' (62,185) at 20250902080039283
52224 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-r40-dramc.c' (62,186) at 20250902080039367
52225 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/UefiTestToolsPkg.dsc' (62,187) at 20250902080039719
52226 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/server.c' (62,188) at 20250902080039539
52227 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/trace-events' (62,189) at 20250902080039275
52228 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/event_logger.cpp' (62,190) at 20250902080017322
52229 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/commands-win32.c' (62,191) at 20250902080039571
52230 2025-10-05 03:01:04.744-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/grackle.c' (62,192) at 20250902080039399
52231 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/exynos4210_gic.c' (62,193) at 20250902080039351
52232 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/translator.h' (62,194) at 20250902080039483
52233 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/npcm_clk.h' (62,195) at 20250902080039495
52234 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/canokey.c' (62,196) at 20250902080039439
52235 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/imx_avic.c' (62,197) at 20250902080039351
52236 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/memory_mapping.c' (62,198) at 20250902080039583
52237 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/cmsdk-apb-dualtimer.c' (62,199) at 20250902080039435
52238 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/block-backend-global-state.h' (62,200) at 20250902080039511
52239 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vmapple/aes.c' (62,201) at 20250902080039471
52240 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/ccw-device.c' (62,202) at 20250902080039419
52241 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/file.c' (62,203) at 20250902080039531
52242 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/exynos4210_rng.c' (62,204) at 20250902080039371
52243 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-crypto.c' (62,205) at 20250902080039423
52244 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-gl.c' (62,206) at 20250902080039327
52245 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/setup.cfg' (62,207) at 20250902080039551
52246 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/misc.json' (62,208) at 20250902080039563
52247 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/xlnx-zynqmp-rtc.c' (62,209) at 20250902080039419
52248 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_device_passthrough.py' (62,210) at 20250902080039707
52249 2025-10-05 03:01:04.745-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/tcg/cpu-ldst-common.h' (62,211) at 20250902080039475
52250 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/smbus_eeprom.c' (62,212) at 20250902080039335
52251 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_romulus.py' (62,213) at 20250902080039707
52252 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/archive-source.sh' (62,214) at 20250902080039575
52253 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vmware_vga.c' (62,215) at 20250902080039327
52254 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-bdrv-drain.c' (62,216) at 20250902080039723
52255 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/replay.h' (62,217) at 20250902080039511
52256 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sdhci-pci.c' (62,218) at 20250902080039427
52257 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/qapi_domain.py' (62,219) at 20250902080039283
52258 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/sifive_e.c' (62,220) at 20250902080039415
52259 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/mv88w8618_eth.c' (62,221) at 20250902080039383
52260 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/mmu_helper.c' (62,222) at 20250902080039683
52261 2025-10-05 03:01:04.746-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/pl041.c' (62,223) at 20250902080039307
52262 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/tap.h' (62,224) at 20250902080039503
52263 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/syndrome.h' (62,225) at 20250902080039595
52264 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/virtio-snd-pci.c' (62,226) at 20250902080039307
52265 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ne2000-pci.c' (62,227) at 20250902080039383
52266 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/imx_gpcv2.c' (62,228) at 20250902080039351
52267 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/ssi.c' (62,229) at 20250902080039435
52268 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/virt.c' (62,230) at 20250902080039363
52269 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-aio-multithread.c' (62,231) at 20250902080039723
52270 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qemu-ga-ref.rst' (62,232) at 20250902080039279
52271 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_pci.h' (62,233) at 20250902080039511
52272 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-smp-parse.c' (62,234) at 20250902080039723
52273 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/gen_pcie_root_port.c' (62,235) at 20250902080039395
52274 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/tcg/cpu-mmu-index.h' (62,236) at 20250902080039475
52275 2025-10-05 03:01:04.747-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/translate-a64.h' (62,237) at 20250902080039607
52276 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_int-io.h' (62,238) at 20250902080039479
52277 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/cpu-topology.h' (62,239) at 20250902080039499
52278 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-r40-ccu.c' (62,240) at 20250902080039367
52279 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb4_pec.c' (62,241) at 20250902080039399
52280 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xilinx_axidma.c' (62,242) at 20250902080039331
52281 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-sockets.c' (62,243) at 20250902080039731
52282 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/Makefile.softmmu-target' (62,244) at 20250902080039719
52283 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/perf.c' (62,245) at 20250902080039695
52284 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/socket-helpers.c' (62,246) at 20250902080039723
52285 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sh4/sh_intc.h' (62,247) at 20250902080039499
52286 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/snapshot-access.c' (62,248) at 20250902080039263
52287 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/port92.c' (62,249) at 20250902080039343
52288 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/net.h' (62,250) at 20250902080039503
52289 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/arm/cpu_loop.c' (62,251) at 20250902080039523
52290 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dconfig.h' (62,252) at 20250902080039503
52291 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/xtensa-softmmu.mak' (62,253) at 20250902080039271
52292 2025-10-05 03:01:04.748-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ramfb-standalone.c' (62,254) at 20250902080039323
52293 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/tcg/iommu.h' (62,255) at 20250902080039479
52294 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/trace-events' (62,256) at 20250902080039427
52295 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32_rcc.c' (62,257) at 20250902080039375
52296 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/qmp-cmd-test.c' (62,258) at 20250902080039719
52297 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/npcm8xx.c' (62,259) at 20250902080039299
52298 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/src/registers.rs' (62,260) at 20250902080039571
52299 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/sclpquiesce.c' (62,261) at 20250902080039419
52300 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/mmvec/macros.h' (62,262) at 20250902080039615
52301 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/qxl.c' (62,263) at 20250902080039323
52302 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/trace-events' (62,264) at 20250902080039731
52303 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.b4-config' (62,265) at 20250902080039235
52304 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/guest-loader.c' (62,266) at 20250902080039315
52305 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_i6300esb.c' (62,267) at 20250902080039471
52306 2025-10-05 03:01:04.749-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tb-internal.h' (62,268) at 20250902080039243
52307 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/sifive_plic.c' (62,269) at 20250902080039355
52308 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/max78000_gcr.h' (62,270) at 20250902080039495
52309 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/dpd/decimal64.h' (62,271) at 20250902080039503
52310 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/kvm.h' (62,272) at 20250902080039519
52311 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/iommufd.h' (62,273) at 20250902080039519
52312 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-device-utils.c' (62,274) at 20250902080039319
52313 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/meson/emscripten.txt' (62,275) at 20250902080039271
52314 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-builtin.c' (62,276) at 20250902080039247
52315 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/pmbus_device.c' (62,277) at 20250902080039335
52316 2025-10-05 03:01:04.750-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/timer.rs' (62,278) at 20250902080039575
52317 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blkdebug.c' (62,279) at 20250902080039251
52318 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/passt.c' (62,280) at 20250902080039543
52319 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/vhost-user-blk.c' (62,281) at 20250902080039311
52320 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-dwc2.c' (62,282) at 20250902080039443
52321 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sensor/adm1272.c' (62,283) at 20250902080039431
52322 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/mcf_uart.c' (62,284) at 20250902080039311
52323 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rx/rx62n.c' (62,285) at 20250902080039419
52324 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/cc_helper.c' (62,286) at 20250902080039675
52325 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/dtb/petalogix-s3adsp1800.dts' (62,287) at 20250902080039547
52326 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/pc87312.c' (62,288) at 20250902080039363
52327 2025-10-05 03:01:04.751-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/hotpages.c' (62,289) at 20250902080039271
52328 2025-10-05 03:01:04.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/boards.h' (62,290) at 20250902080039487
52329 2025-10-05 03:01:04.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-base.c' (62,291) at 20250902080039455
52330 2025-10-05 03:01:04.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/devices/riscv64-softmmu/default.mak' (62,292) at 20250902080039271
52331 2025-10-05 03:01:04.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-pci.c' (62,293) at 20250902080039467
52332 2025-10-05 03:01:04.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-cipher.c' (62,294) at 20250902080039723
52333 2025-10-05 03:01:04.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu_helper.c' (62,295) at 20250902080039659
52334 2025-10-05 03:01:04.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/xlnx-versal-canfd.c' (62,296) at 20250902080039379
52335 2025-10-05 03:01:04.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-core.c' (62,297) at 20250902080039727
52336 2025-10-05 03:01:04.752-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/sdl2-gl.c' (62,298) at 20250902080039727
52337 2025-10-05 03:01:04.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/megasas.c' (62,299) at 20250902080039423
52338 2025-10-05 03:01:04.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/smbus_ipmi.c' (62,300) at 20250902080039359
52339 2025-10-05 03:01:04.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-stdio.c' (62,301) at 20250902080039267
52340 2025-10-05 03:01:04.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_witherspoon.py' (62,302) at 20250902080039707
52341 2025-10-05 03:01:04.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-target.c' (62,303) at 20250902080039239
52342 2025-10-05 03:01:04.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/fpu_helper.c' (62,304) at 20250902080039643
52343 2025-10-05 03:01:04.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/misc-tests.c' (62,305) at 20250902080039719
52344 2025-10-05 03:01:04.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_caps.c' (62,306) at 20250902080039407
52345 2025-10-05 03:01:04.753-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/npcm8xx.h' (62,307) at 20250902080039487
52346 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio_int.h' (62,308) at 20250902080039247
52347 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/tcg-excp_helper.c' (62,309) at 20250902080039663
52348 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/vfio.rst' (62,310) at 20250902080039275
52349 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/erst.c' (62,311) at 20250902080039291
52350 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/dirtylimit.c' (62,312) at 20250902080039579
52351 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/i82378.c' (62,313) at 20250902080039359
52352 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_util.c' (62,314) at 20250902080039251
52353 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/riscv/virt.h' (62,315) at 20250902080039499
52354 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/cpu.c' (62,316) at 20250902080039583
52355 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/apic.c' (62,317) at 20250902080039339
52356 2025-10-05 03:01:04.754-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_bits.h' (62,318) at 20250902080039663
52357 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/sdhci.c' (62,319) at 20250902080039431
52358 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/postcopy.rst' (62,320) at 20250902080039275
52359 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/gus.c' (62,321) at 20250902080039307
52360 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_stubs.c' (62,322) at 20250902080039475
52361 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_hcall.c' (62,323) at 20250902080039411
52362 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/bits/Cargo.toml' (62,324) at 20250902080039571
52363 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/cpu.h' (62,325) at 20250902080039643
52364 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/tdx-stub.c' (62,326) at 20250902080039627
52365 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/rel6_translate.c' (62,327) at 20250902080039647
52366 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops.c' (62,328) at 20250902080039243
52367 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_ibt.c' (62,329) at 20250902080039367
52368 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/lib.rs' (62,330) at 20250902080039575
52369 2025-10-05 03:01:04.755-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/buildtest-template.yml' (62,331) at 20250902080039235
52370 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-ccw.c' (62,332) at 20250902080039419
52371 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc4xx_devs.c' (62,333) at 20250902080039407
52372 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/106' (62,334) at 20250902080039711
52373 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target-has.h' (62,335) at 20250902080039699
52374 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mipsel_replay.py' (62,336) at 20250902080039707
52375 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/copy-before-write.h' (62,337) at 20250902080039255
52376 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/bits/src/lib.rs' (62,338) at 20250902080039571
52377 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis_i2c.c' (62,339) at 20250902080039439
52378 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast27x0-fc.c' (62,340) at 20250902080039295
52379 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/nrf51_rng.c' (62,341) at 20250902080039375
52380 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb3.c' (62,342) at 20250902080039399
52381 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/translate.c' (62,343) at 20250902080039615
52382 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/npcm8xx_boards.c' (62,344) at 20250902080039299
52383 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/excp_helper.c' (62,345) at 20250902080039675
52384 2025-10-05 03:01:04.756-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/vfio.json' (62,346) at 20250902080039563
52385 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/grlib_ahb_apb_pnp.c' (62,347) at 20250902080039371
52386 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/region.c' (62,348) at 20250902080039699
52387 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/sev.c' (62,349) at 20250902080039627
52388 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/178' (62,350) at 20250902080039711
52389 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu-sys.c' (62,351) at 20250902080039415
52390 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/vmsr_energy.h' (62,352) at 20250902080039627
52391 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_descr.h' (62,353) at 20250902080039623
52392 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ssd0303.c' (62,354) at 20250902080039327
52393 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sme.decode' (62,355) at 20250902080039603
52394 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/signal.c' (62,356) at 20250902080039267
52395 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64el_malta.py' (62,357) at 20250902080039707
52396 2025-10-05 03:01:04.757-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-mips64el-cross.docker' (62,358) at 20250902080039707
52397 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/can_pcm3680_pci.c' (62,359) at 20250902080039379
52398 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fsdev/9p-marshal.c' (62,360) at 20250902080039287
52399 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/precopy-tests.c' (62,361) at 20250902080039719
52400 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/src/lib.rs' (62,362) at 20250902080039571
52401 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/acpi-nvdimm-stub.c' (62,363) at 20250902080039287
52402 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie.c' (62,364) at 20250902080039403
52403 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/lance.c' (62,365) at 20250902080039383
52404 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/index.rst' (62,366) at 20250902080039279
52405 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mchp_pfsoc_dmc.c' (62,367) at 20250902080039375
52406 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-op-common.h' (62,368) at 20250902080039515
52407 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher.c' (62,369) at 20250902080039275
52408 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/secret_common.c' (62,370) at 20250902080039275
52409 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/secret_keyring.c' (62,371) at 20250902080039275
52410 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/next-kbd.c' (62,372) at 20250902080039363
52411 2025-10-05 03:01:04.758-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/cpu32.c' (62,373) at 20250902080039599
52412 2025-10-05 03:01:04.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xive.c' (62,374) at 20250902080039359
52413 2025-10-05 03:01:04.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/clock.c' (62,375) at 20250902080039339
52414 2025-10-05 03:01:04.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-util.h' (62,376) at 20250902080039287
52415 2025-10-05 03:01:04.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/aspeed_i2c.h' (62,377) at 20250902080039491
52416 2025-10-05 03:01:04.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/vmx.h' (62,378) at 20250902080039623
52417 2025-10-05 03:01:04.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/allwinner-sdhost.c' (62,379) at 20250902080039427
52418 2025-10-05 03:01:04.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpregs-pmu.c' (62,380) at 20250902080039587
52419 2025-10-05 03:01:04.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/prep.c' (62,381) at 20250902080039407
52420 2025-10-05 03:01:04.759-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/tests/vmstate_tests.rs' (62,382) at 20250902080039575
52421 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/hyperv.c' (62,383) at 20250902080039335
52422 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/pci.h' (62,384) at 20250902080039455
52423 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-bbram.c' (62,385) at 20250902080039395
52424 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-device-state.c' (62,386) at 20250902080039535
52425 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/riscv64-softmmu.mak' (62,387) at 20250902080039271
52426 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/helper.c' (62,388) at 20250902080039679
52427 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/user-internals.h' (62,389) at 20250902080039531
52428 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/address-spaces.h' (62,390) at 20250902080039511
52429 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/e1000x_regs.h' (62,391) at 20250902080039383
52430 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-nocomp.c' (62,392) at 20250902080039535
52431 2025-10-05 03:01:04.760-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_sriov.c' (62,393) at 20250902080039403
52432 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/tdx.c' (62,394) at 20250902080039627
52433 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_cpu_core.c' (62,395) at 20250902080039407
52434 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/sh_pci.c' (62,396) at 20250902080039399
52435 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/aarch64/system/boot.S' (62,397) at 20250902080039719
52436 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/debug.c' (62,398) at 20250902080039667
52437 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/startup.h' (62,399) at 20250902080039511
52438 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/slavio_timer.c' (62,400) at 20250902080039439
52439 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/core.c' (62,401) at 20250902080039551
52440 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/adb-kbd.c' (62,402) at 20250902080039347
52441 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/sysbus-fdt.c' (62,403) at 20250902080039319
52442 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-cpu.c' (62,404) at 20250902080039579
52443 2025-10-05 03:01:04.761-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/spapr_vty.c' (62,405) at 20250902080039315
52444 2025-10-05 03:01:04.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/monitor.c' (62,406) at 20250902080039627
52445 2025-10-05 03:01:04.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/translate.c' (62,407) at 20250902080039663
52446 2025-10-05 03:01:04.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-head.h.inc' (62,408) at 20250902080039483
52447 2025-10-05 03:01:04.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/lcitool/refresh' (62,409) at 20250902080039711
52448 2025-10-05 03:01:04.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/cf.c' (62,410) at 20250902080039343
52449 2025-10-05 03:01:04.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-file.c' (62,411) at 20250902080039267
52450 2025-10-05 03:01:04.762-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/s390-virtio-ccw.h' (62,412) at 20250902080039499
52451 2025-10-05 03:01:04.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_evtchn.c' (62,413) at 20250902080039339
52452 2025-10-05 03:01:04.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial-isa.c' (62,414) at 20250902080039315
52453 2025-10-05 03:01:04.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char.c' (62,415) at 20250902080039271
52454 2025-10-05 03:01:04.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/ram.c' (62,416) at 20250902080039535
52455 2025-10-05 03:01:04.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/gdbstub/helpers.h' (62,417) at 20250902080039483
52456 2025-10-05 03:01:04.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/typhoon.c' (62,418) at 20250902080039291
52457 2025-10-05 03:01:04.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/event-loop-base.c' (62,419) at 20250902080039283
52458 2025-10-05 03:01:04.763-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/whpx.h' (62,420) at 20250902080039511
52459 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/mte_helper.c' (62,421) at 20250902080039599
52460 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_sli.c' (62,422) at 20250902080039371
52461 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/io/channel.h' (62,423) at 20250902080039503
52462 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/tdvf-hob.c' (62,424) at 20250902080039343
52463 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/cpr-legacy.c' (62,425) at 20250902080039451
52464 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/timer/hpet/Cargo.toml' (62,426) at 20250902080039571
52465 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/pcihp.c' (62,427) at 20250902080039291
52466 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx6_ccm.c' (62,428) at 20250902080039371
52467 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/stm32l4x5_usart.c' (62,429) at 20250902080039315
52468 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/authz/simple.c' (62,430) at 20250902080039247
52469 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/stats.json' (62,431) at 20250902080039563
52470 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter-replay.c' (62,432) at 20250902080039543
52471 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/sam460ex.c' (62,433) at 20250902080039407
52472 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/riscv_aplic.c' (62,434) at 20250902080039355
52473 2025-10-05 03:01:04.764-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/virtio_snd.h' (62,435) at 20250902080039511
52474 2025-10-05 03:01:04.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/i82596.h' (62,436) at 20250902080039383
52475 2025-10-05 03:01:04.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/q35-test.c' (62,437) at 20250902080039719
52476 2025-10-05 03:01:04.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/xlnx-versal-ospi.c' (62,438) at 20250902080039435
52477 2025-10-05 03:01:04.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bcm2838_peripherals.c' (62,439) at 20250902080039295
52478 2025-10-05 03:01:04.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-blk-pci.c' (62,440) at 20250902080039455
52479 2025-10-05 03:01:04.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev-properties.c' (62,441) at 20250902080039319
52480 2025-10-05 03:01:04.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/qapi-flake8.sh' (62,442) at 20250902080039551
52481 2025-10-05 03:01:04.765-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/tcg/tcg-cpu.c' (62,443) at 20250902080039671
52482 2025-10-05 03:01:04.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu.c' (62,444) at 20250902080039327
52483 2025-10-05 03:01:04.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_helper.c' (62,445) at 20250902080039663
52484 2025-10-05 03:01:04.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/pc-dimm.c' (62,446) at 20250902080039363
52485 2025-10-05 03:01:04.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-properties-system.h' (62,447) at 20250902080039499
52486 2025-10-05 03:01:04.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_rng.c' (62,448) at 20250902080039371
52487 2025-10-05 03:01:04.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/virtio-9p-client.c' (62,449) at 20250902080039715
52488 2025-10-05 03:01:04.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/exynos4210_fimd.c' (62,450) at 20250902080039323
52489 2025-10-05 03:01:04.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/smmu-common.c' (62,451) at 20250902080039303
52490 2025-10-05 03:01:04.766-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_ppc64_pseries.py' (62,452) at 20250902080039711
52491 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_tpm_proxy.c' (62,453) at 20250902080039411
52492 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/imx_fec.c' (62,454) at 20250902080039383
52493 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_ipi_kvm.c' (62,455) at 20250902080039355
52494 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-vsock.c' (62,456) at 20250902080039459
52495 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/virtio-blk.c' (62,457) at 20250902080039311
52496 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/cpu-topology.c' (62,458) at 20250902080039419
52497 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/nrf51_gpio.c' (62,459) at 20250902080039331
52498 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/meson.build' (62,460) at 20250902080039355
52499 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target.c.inc' (62,461) at 20250902080039695
52500 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_sbc.h' (62,462) at 20250902080039495
52501 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/machine.c' (62,463) at 20250902080039319
52502 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_bridge.h' (62,464) at 20250902080039495
52503 2025-10-05 03:01:04.767-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter.c' (62,465) at 20250902080039543
52504 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mips_itu.c' (62,466) at 20250902080039375
52505 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console-vc.c' (62,467) at 20250902080039727
52506 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-mmio.c' (62,468) at 20250902080039327
52507 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/translate.h' (62,469) at 20250902080039639
52508 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/spike.c' (62,470) at 20250902080039415
52509 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/mem_helper.c' (62,471) at 20250902080039587
52510 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/core/cpu.h' (62,472) at 20250902080039487
52511 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/gtk.c' (62,473) at 20250902080039727
52512 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-snd-pci.c' (62,474) at 20250902080039455
52513 2025-10-05 03:01:04.768-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/jazz_led.c' (62,475) at 20250902080039323
52514 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rx/rx-gdbsim.c' (62,476) at 20250902080039419
52515 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-all.c' (62,477) at 20250902080039243
52516 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/exynos4210_clk.c' (62,478) at 20250902080039371
52517 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/sbsa-ref.c' (62,479) at 20250902080039303
52518 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/af-xdp.c' (62,480) at 20250902080039539
52519 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/arm_l2x0.c' (62,481) at 20250902080039367
52520 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/x86.h' (62,482) at 20250902080039491
52521 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-vga.c' (62,483) at 20250902080039327
52522 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/lsi53c895a.c' (62,484) at 20250902080039423
52523 2025-10-05 03:01:04.769-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/internals.h' (62,485) at 20250902080039595
52524 2025-10-05 03:01:04.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.readthedocs.yml' (62,486) at 20250902080039239
52525 2025-10-05 03:01:04.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga.c' (62,487) at 20250902080039327
52526 2025-10-05 03:01:04.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/avr_power.c' (62,488) at 20250902080039371
52527 2025-10-05 03:01:04.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/gluster.c' (62,489) at 20250902080039255
52528 2025-10-05 03:01:04.770-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/csr.c' (62,490) at 20250902080039667
52529 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/fpu_helper.c' (62,491) at 20250902080039659
52530 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mips_cpc.c' (62,492) at 20250902080039375
52531 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ohci-pci.c' (62,493) at 20250902080039443
52532 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/requirements.txt' (62,494) at 20250902080039279
52533 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/alpha/dp264.c' (62,495) at 20250902080039291
52534 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-mem.h' (62,496) at 20250902080039503
52535 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/int_helper.c' (62,497) at 20250902080039583
52536 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/hyperv.c' (62,498) at 20250902080039623
52537 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/alpha-core.xml' (62,499) at 20250902080039287
52538 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/npcm_pcs.c' (62,500) at 20250902080039383
52539 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-input.c' (62,501) at 20250902080039455
52540 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv2m.c' (62,502) at 20250902080039347
52541 2025-10-05 03:01:04.771-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/xen_console.c' (62,503) at 20250902080039315
52542 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/omap_dma.c' (62,504) at 20250902080039331
52543 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_sysfw.c' (62,505) at 20250902080039343
52544 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci-host/pam.h' (62,506) at 20250902080039495
52545 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/translate.c' (62,507) at 20250902080039587
52546 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/macio.c' (62,508) at 20250902080039375
52547 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/dpd/decimal128.c' (62,509) at 20250902080039519
52548 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/rs6000_mc.c' (62,510) at 20250902080039407
52549 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/error.c' (62,511) at 20250902080039731
52550 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-null.c' (62,512) at 20250902080039515
52551 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-accel-ops.c' (62,513) at 20250902080039635
52552 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/semihost.h' (62,514) at 20250902080039507
52553 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/m128_helper.c' (62,515) at 20250902080039667
52554 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-has.h' (62,516) at 20250902080039699
52555 2025-10-05 03:01:04.772-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/tap-win32.c' (62,517) at 20250902080039543
52556 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/soc_dma.h' (62,518) at 20250902080039487
52557 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target-con-set.h' (62,519) at 20250902080039695
52558 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus-display1.xml' (62,520) at 20250902080039727
52559 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/vmgenid.c' (62,521) at 20250902080039291
52560 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio-gpu.h' (62,522) at 20250902080039503
52561 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_common.c' (62,523) at 20250902080039351
52562 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/tulip.c' (62,524) at 20250902080039387
52563 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg.h' (62,525) at 20250902080039515
52564 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nubus/nubus.h' (62,526) at 20250902080039495
52565 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/plugins/loader.c' (62,527) at 20250902080039551
52566 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/arith_helper.c' (62,528) at 20250902080039595
52567 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-internal.h' (62,529) at 20250902080039239
52568 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/061.out' (62,530) at 20250902080039711
52569 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/osdep.h' (62,531) at 20250902080039507
52570 2025-10-05 03:01:04.773-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32cd.c' (62,532) at 20250902080039719
52571 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/mmu.c' (62,533) at 20250902080039655
52572 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-mem-pci.c' (62,534) at 20250902080039467
52573 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/bcm2838.c' (62,535) at 20250902080039295
52574 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast2400.c' (62,536) at 20250902080039295
52575 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/ubuntu2204.docker' (62,537) at 20250902080039707
52576 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/loader.c' (62,538) at 20250902080039315
52577 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/helper-a64.c' (62,539) at 20250902080039599
52578 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/user/index.rst' (62,540) at 20250902080039283
52579 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/cadence_ttc.c' (62,541) at 20250902080039435
52580 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_i386_replay.py' (62,542) at 20250902080039707
52581 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/iommu.c' (62,543) at 20250902080039411
52582 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/xen/xen_pvdevice.c' (62,544) at 20250902080039343
52583 2025-10-05 03:01:04.774-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_sdmc.c' (62,545) at 20250902080039367
52584 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu_cfg_fields.h.inc' (62,546) at 20250902080039663
52585 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/coroutines.h' (62,547) at 20250902080039255
52586 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/Kconfig' (62,548) at 20250902080039343
52587 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/net.c' (62,549) at 20250902080039543
52588 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target.c.inc' (62,550) at 20250902080039699
52589 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/cxl_upstream.c' (62,551) at 20250902080039395
52590 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_eeprom.c' (62,552) at 20250902080039295
52591 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/virtio-9p-device.c' (62,553) at 20250902080039287
52592 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/runstate.h' (62,554) at 20250902080039511
52593 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/display.c' (62,555) at 20250902080039451
52594 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vmapple/virtio-blk.c' (62,556) at 20250902080039471
52595 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_crb.c' (62,557) at 20250902080039439
52596 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/serial-mm.h' (62,558) at 20250902080039487
52597 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/digic.c' (62,559) at 20250902080039295
52598 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/storage-attributes.h' (62,560) at 20250902080039499
52599 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/153.out' (62,561) at 20250902080039711
52600 2025-10-05 03:01:04.775-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/i3c.h' (62,562) at 20250902080039491
52601 2025-10-05 03:01:04.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p.c' (62,563) at 20250902080039287
52602 2025-10-05 03:01:04.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-pci.c' (62,564) at 20250902080039327
52603 2025-10-05 03:01:04.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/ds1338.c' (62,565) at 20250902080039415
52604 2025-10-05 03:01:04.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vdpa-dev-pci.c' (62,566) at 20250902080039455
52605 2025-10-05 03:01:04.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/migration.c' (62,567) at 20250902080039451
52606 2025-10-05 03:01:04.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/helpers.c' (62,568) at 20250902080039451
52607 2025-10-05 03:01:04.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/intel-hda.c' (62,569) at 20250902080039307
52608 2025-10-05 03:01:04.776-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/virt-acpi-build.c' (62,570) at 20250902080039303
52609 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/iommufd.c' (62,571) at 20250902080039451
52610 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/mips_gic.c' (62,572) at 20250902080039355
52611 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/meson.build' (62,573) at 20250902080039395
52612 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg-stubs.c' (62,574) at 20250902080039595
52613 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pcie_port.c' (62,575) at 20250902080039403
52614 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/qdev.c' (62,576) at 20250902080039319
52615 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nubus/nubus-bridge.c' (62,577) at 20250902080039391
52616 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/platform-bus.c' (62,578) at 20250902080039319
52617 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_smdkc210.py' (62,579) at 20250902080039707
52618 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vhost-vdpa.c' (62,580) at 20250902080039543
52619 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/avr/helper.c' (62,581) at 20250902080039611
52620 2025-10-05 03:01:04.777-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-powerpc/unistd_64.h' (62,582) at 20250902080039519
52621 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/cpu-exec.c' (62,583) at 20250902080039243
52622 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_rme_virt.py' (62,584) at 20250902080039707
52623 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/mipssim.c' (62,585) at 20250902080039367
52624 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/index.rst' (62,586) at 20250902080039279
52625 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial-mm.c' (62,587) at 20250902080039315
52626 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/core.c' (62,588) at 20250902080039427
52627 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/sparc-softmmu.mak' (62,589) at 20250902080039271
52628 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_iommu.c' (62,590) at 20250902080039411
52629 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_ipi.h' (62,591) at 20250902080039491
52630 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/cacheflush.h' (62,592) at 20250902080039503
52631 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ahci-sysbus.c' (62,593) at 20250902080039343
52632 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/genptr.c' (62,594) at 20250902080039615
52633 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/kvm-stub.c' (62,595) at 20250902080039595
52634 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/virtio.h' (62,596) at 20250902080039503
52635 2025-10-05 03:01:04.778-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-fs.c' (62,597) at 20250902080039455
52636 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/anyhow-1-rs/meson.build' (62,598) at 20250902080039579
52637 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/crypto_helper.c' (62,599) at 20250902080039675
52638 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/insn_trans/trans_extra.c.inc' (62,600) at 20250902080039639
52639 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/m68k/q800.h' (62,601) at 20250902080039491
52640 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/meson.build' (62,602) at 20250902080039547
52641 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/qapi/parser.py' (62,603) at 20250902080039579
52642 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_multiprocess.py' (62,604) at 20250902080039711
52643 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/ipmi.c' (62,605) at 20250902080039291
52644 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/compiler.h' (62,606) at 20250902080039503
52645 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/tcg-cpu.h' (62,607) at 20250902080039635
52646 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/helper.c' (62,608) at 20250902080039623
52647 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/b-l475e-iot01a.c' (62,609) at 20250902080039295
52648 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/aspeed_apb2opb.h' (62,610) at 20250902080039487
52649 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/allwinner-rtc.c' (62,611) at 20250902080039415
52650 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu-param.h' (62,612) at 20250902080039663
52651 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/trace.h' (62,613) at 20250902080039439
52652 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/253' (62,614) at 20250902080039711
52653 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/dump.json' (62,615) at 20250902080039559
52654 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vmapple/cfg.c' (62,616) at 20250902080039471
52655 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/helper.c' (62,617) at 20250902080039687
52656 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86-iommu.c' (62,618) at 20250902080039343
52657 2025-10-05 03:01:04.779-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-win-stdio.c' (62,619) at 20250902080039267
52658 2025-10-05 03:01:04.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/dma-helpers.c' (62,620) at 20250902080039579
52659 2025-10-05 03:01:04.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/introduction.rst' (62,621) at 20250902080039283
52660 2025-10-05 03:01:04.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu_common.c' (62,622) at 20250902080039659
52661 2025-10-05 03:01:04.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/helper.c' (62,623) at 20250902080039583
52662 2025-10-05 03:01:04.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/gpex.c' (62,624) at 20250902080039399
52663 2025-10-05 03:01:04.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/sparc64/tcg-target-con-set.h' (62,625) at 20250902080039699
52664 2025-10-05 03:01:04.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/vfio.h' (62,626) at 20250902080039523
52665 2025-10-05 03:01:04.780-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/tcx.c' (62,627) at 20250902080039327
52666 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr.c' (62,628) at 20250902080039407
52667 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/interrupt.c' (62,629) at 20250902080039655
52668 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target.c.inc' (62,630) at 20250902080039691
52669 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-backend.h' (62,631) at 20250902080039499
52670 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pvpanic-isa.c' (62,632) at 20250902080039375
52671 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xtensa/mx_pic.h' (62,633) at 20250902080039503
52672 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/physmem.c' (62,634) at 20250902080039583
52673 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86.c' (62,635) at 20250902080039343
52674 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-vsock-common.c' (62,636) at 20250902080039459
52675 2025-10-05 03:01:04.781-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppce500_spin.c' (62,637) at 20250902080039407
52676 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/cacheflush.c' (62,638) at 20250902080039731
52677 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqos/igb.c' (62,639) at 20250902080039715
52678 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/calxeda-xgmac.c' (62,640) at 20250902080039451
52679 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/system/excp_helper.c' (62,641) at 20250902080039631
52680 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/hw.h' (62,642) at 20250902080039491
52681 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_x86_64_reverse_debug.py' (62,643) at 20250902080039711
52682 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/host_iommu_device.h' (62,644) at 20250902080039511
52683 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/accel.h' (62,645) at 20250902080039503
52684 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/common.rc' (62,646) at 20250902080039711
52685 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/remote.c' (62,647) at 20250902080039399
52686 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc-jobs.c' (62,648) at 20250902080039731
52687 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/cmsdk-apb-timer.c' (62,649) at 20250902080039435
52688 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/unistd_32.h' (62,650) at 20250902080039519
52689 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/Kconfig' (62,651) at 20250902080039395
52690 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/i386/tcg-target-has.h' (62,652) at 20250902080039691
52691 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/char.json' (62,653) at 20250902080039559
52692 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/xen-mapcache.h' (62,654) at 20250902080039511
52693 2025-10-05 03:01:04.782-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/cache.c' (62,655) at 20250902080039271
52694 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/fdc-sysbus.c' (62,656) at 20250902080039307
52695 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-zynqmp-efuse.c' (62,657) at 20250902080039395
52696 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32l4x5_exti.c' (62,658) at 20250902080039375
52697 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/178.out.qcow2' (62,659) at 20250902080039711
52698 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mips/mips.h' (62,660) at 20250902080039491
52699 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/main.c' (62,661) at 20250902080039579
52700 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ftgmac100.c' (62,662) at 20250902080039383
52701 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/hvf_int.h' (62,663) at 20250902080039511
52702 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-i686-cross.docker' (62,664) at 20250902080039707
52703 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/client-connection.c' (62,665) at 20250902080039539
52704 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/xlnx-versal-efuse-cache.c' (62,666) at 20250902080039395
52705 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/ppc/tcg-target-has.h' (62,667) at 20250902080039695
52706 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/tpm/tpm_emulator.c' (62,668) at 20250902080039251
52707 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/codir.c' (62,669) at 20250902080039287
52708 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/shpc.h' (62,670) at 20250902080039495
52709 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/u2f.c' (62,671) at 20250902080039447
52710 2025-10-05 03:01:04.783-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/machine.c' (62,672) at 20250902080039679
52711 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/cpu.c' (62,673) at 20250902080039651
52712 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast2600.c' (62,674) at 20250902080039295
52713 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/monitor.c' (62,675) at 20250902080039243
52714 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/cpr-iommufd.c' (62,676) at 20250902080039451
52715 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/meson.build' (62,677) at 20250902080039595
52716 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/sunhme.c' (62,678) at 20250902080039387
52717 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qed_spec.rst' (62,679) at 20250902080039279
52718 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/semihosting/uaccess.h' (62,680) at 20250902080039507
52719 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xics.c' (62,681) at 20250902080039359
52720 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-container.h' (62,682) at 20250902080039499
52721 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/console.h' (62,683) at 20250902080039515
52722 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_extioi_kvm.c' (62,684) at 20250902080039351
52723 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/armsse.c' (62,685) at 20250902080039291
52724 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/microchip_pfsoc.c' (62,686) at 20250902080039411
52725 2025-10-05 03:01:04.784-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ide-bus.c' (62,687) at 20250902080039347
52726 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/i8257.c' (62,688) at 20250902080039327
52727 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/bsd-user/qemu.h' (62,689) at 20250902080039267
52728 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/153' (62,690) at 20250902080039711
52729 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_avr_uno.py' (62,691) at 20250902080039707
52730 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/fpu_helper.c' (62,692) at 20250902080039639
52731 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/container.c' (62,693) at 20250902080039451
52732 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/stellaris-gptm.c' (62,694) at 20250902080039439
52733 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu-param.h' (62,695) at 20250902080039615
52734 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sve_ldst_internal.h' (62,696) at 20250902080039607
52735 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.out' (62,697) at 20250902080039711
52736 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_virt.py' (62,698) at 20250902080039707
52737 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/parallel-isa.h' (62,699) at 20250902080039487
52738 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/max78000_soc.c' (62,700) at 20250902080039295
52739 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/confidential-guest-support.c' (62,701) at 20250902080039247
52740 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/pm_smbus.h' (62,702) at 20250902080039491
52741 2025-10-05 03:01:04.785-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/bios-linker-loader.c' (62,703) at 20250902080039291
52742 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec_fpu_helper.c' (62,704) at 20250902080039679
52743 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/microblaze/boot.c' (62,705) at 20250902080039363
52744 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-xhci-sysbus.c' (62,706) at 20250902080039447
52745 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu.h' (62,707) at 20250902080039671
52746 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/inband_code_update.cpp' (62,708) at 20250902080034111
52747 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/helper.h' (62,709) at 20250902080039595
52748 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/framework.c' (62,710) at 20250902080039719
52749 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/cpu.c' (62,711) at 20250902080039683
52750 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/bcm2835_otp.c' (62,712) at 20250902080039391
52751 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/trace.h' (62,713) at 20250902080039455
52752 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/i2c-echo.c' (62,714) at 20250902080039371
52753 2025-10-05 03:01:04.786-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/isa-superio.c' (62,715) at 20250902080039363
52754 2025-10-05 03:01:04.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/aspeed_i3c.c' (62,716) at 20250902080039343
52755 2025-10-05 03:01:04.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/trace-events' (62,717) at 20250902080039583
52756 2025-10-05 03:01:04.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-img.c' (62,718) at 20250902080039567
52757 2025-10-05 03:01:04.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-mips/unistd_n32.h' (62,719) at 20250902080039519
52758 2025-10-05 03:01:04.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/bus.c' (62,720) at 20250902080039439
52759 2025-10-05 03:01:04.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.travis.yml' (62,721) at 20250902080039239
52760 2025-10-05 03:01:04.787-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_sbe.c' (62,722) at 20250902080039407
52761 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu.c' (62,723) at 20250902080039663
52762 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/tcg/tb-cpu-state.h' (62,724) at 20250902080039479
52763 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-pmem.c' (62,725) at 20250902080039471
52764 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/nvram/mac_nvram.h' (62,726) at 20250902080039495
52765 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/fuzz/qtest_wrappers.c' (62,727) at 20250902080039715
52766 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/pmu.c' (62,728) at 20250902080039375
52767 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mps2-scc.c' (62,729) at 20250902080039375
52768 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/Makefile.target' (62,730) at 20250902080039719
52769 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/system/special_helper.c' (62,731) at 20250902080039647
52770 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/page-target.c' (62,732) at 20250902080039543
52771 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/aspeed_i2c.c' (62,733) at 20250902080039335
52772 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/host-cpu.c' (62,734) at 20250902080039623
52773 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/allwinner-a10-spi.c' (62,735) at 20250902080039431
52774 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/digic-timer.c' (62,736) at 20250902080039435
52775 2025-10-05 03:01:04.788-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_kvm.py' (62,737) at 20250902080039707
52776 2025-10-05 03:01:04.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/strongarm.c' (62,738) at 20250902080039303
52777 2025-10-05 03:01:04.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/helper_regs.c' (62,739) at 20250902080039659
52778 2025-10-05 03:01:04.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/helper.c' (62,740) at 20250902080039683
52779 2025-10-05 03:01:04.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/aspeed_i3c.h' (62,741) at 20250902080039491
52780 2025-10-05 03:01:04.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/audio.c' (62,742) at 20250902080039247
52781 2025-10-05 03:01:04.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_pic_kvm.c' (62,743) at 20250902080039355
52782 2025-10-05 03:01:04.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qcow2.rst' (62,744) at 20250902080039279
52783 2025-10-05 03:01:04.789-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/sun4u.c' (62,745) at 20250902080039431
52784 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/object.c' (62,746) at 20250902080039571
52785 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/os-win32.h' (62,747) at 20250902080039511
52786 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/can/can_host.c' (62,748) at 20250902080039539
52787 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/alsaaudio.c' (62,749) at 20250902080039247
52788 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/m48t59-isa.c' (62,750) at 20250902080039415
52789 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/ssd0323.c' (62,751) at 20250902080039327
52790 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/check-qom-interface.c' (62,752) at 20250902080039723
52791 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/tz-mpc.c' (62,753) at 20250902080039379
52792 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu.c' (62,754) at 20250902080039643
52793 2025-10-05 03:01:04.790-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/pci.c' (62,755) at 20250902080039291
52794 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/scsi-disk.c' (62,756) at 20250902080039427
52795 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/main.rst' (62,757) at 20250902080039275
52796 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/npcm7xx_sdhci.c' (62,758) at 20250902080039427
52797 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/virtio-serial-bus.c' (62,759) at 20250902080039315
52798 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pci_expander_bridge.c' (62,760) at 20250902080039395
52799 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/qtest/qtest.c' (62,761) at 20250902080039243
52800 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/virtex_ml507.c' (62,762) at 20250902080039411
52801 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/cpu-param.h' (62,763) at 20250902080039679
52802 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-s390/unistd_64.h' (62,764) at 20250902080039519
52803 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-arm.rst' (62,765) at 20250902080039283
52804 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-scsi-pci.c' (62,766) at 20250902080039471
52805 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/meson.build' (62,767) at 20250902080039711
52806 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/meson.build' (62,768) at 20250902080039411
52807 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdb-xml/aarch64-core.xml' (62,769) at 20250902080039287
52808 2025-10-05 03:01:04.791-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/allwinner-a10-pit.c' (62,770) at 20250902080039435
52809 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/introspect.json' (62,771) at 20250902080039559
52810 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/arm-qmp-cmds.c' (62,772) at 20250902080039587
52811 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/pc.h' (62,773) at 20250902080039491
52812 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/coroutine-wasm.c' (62,774) at 20250902080039731
52813 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/machine.c' (62,775) at 20250902080039595
52814 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/ldst_common.c.inc' (62,776) at 20250902080039243
52815 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/vmclock.c' (62,777) at 20250902080039291
52816 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/lan9118_phy.c' (62,778) at 20250902080039383
52817 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xics_pnv.c' (62,779) at 20250902080039359
52818 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-file.c' (62,780) at 20250902080039247
52819 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cpu-plug-test.c' (62,781) at 20250902080039715
52820 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/input-linux.c' (62,782) at 20250902080039727
52821 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_pic_common.h' (62,783) at 20250902080039491
52822 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/internals.h' (62,784) at 20250902080039635
52823 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/irq.rs' (62,785) at 20250902080039575
52824 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/esp.c' (62,786) at 20250902080039423
52825 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tcg-ops.rst' (62,787) at 20250902080039279
52826 2025-10-05 03:01:04.792-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc232b/xtensa-modules.c.inc' (62,788) at 20250902080039687
52827 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/mcf_intc.c' (62,789) at 20250902080039363
52828 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/cpu-common.h' (62,790) at 20250902080039479
52829 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i386/apic_internal.h' (62,791) at 20250902080039491
52830 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-rutabaga.c' (62,792) at 20250902080039327
52831 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/target-riscv.rst' (62,793) at 20250902080039283
52832 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/openpic.c' (62,794) at 20250902080039355
52833 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/scripts/mkvenv.py' (62,795) at 20250902080039551
52834 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_sbc.c' (62,796) at 20250902080039367
52835 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/os-wasm.h' (62,797) at 20250902080039511
52836 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/msf2-sysreg.c' (62,798) at 20250902080039375
52837 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/qapi.c' (62,799) at 20250902080039259
52838 2025-10-05 03:01:04.793-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-local.c' (62,800) at 20250902080039287
52839 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/main-loop.c' (62,801) at 20250902080039731
52840 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/renesas_cmt.c' (62,802) at 20250902080039439
52841 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p-synth.c' (62,803) at 20250902080039287
52842 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xilinx_zynq.c' (62,804) at 20250902080039303
52843 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/ich.c' (62,805) at 20250902080039347
52844 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci_ids.h' (62,806) at 20250902080039495
52845 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/qemu-file.c' (62,807) at 20250902080039535
52846 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/options.h' (62,808) at 20250902080039535
52847 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block-global-state.h' (62,809) at 20250902080039479
52848 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-serial.c' (62,810) at 20250902080039267
52849 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/exynos4210_i2c.c' (62,811) at 20250902080039335
52850 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ehci-pci.c' (62,812) at 20250902080039443
52851 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-sramc.c' (62,813) at 20250902080039367
52852 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/igvm-cfg.h' (62,814) at 20250902080039511
52853 2025-10-05 03:01:04.794-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/machine-hmp-cmds.c' (62,815) at 20250902080039315
52854 2025-10-05 03:01:04.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed.c' (62,816) at 20250902080039295
52855 2025-10-05 03:01:04.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/msf2-som.c' (62,817) at 20250902080039299
52856 2025-10-05 03:01:04.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg-op-gvec.c' (62,818) at 20250902080039699
52857 2025-10-05 03:01:04.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/kvm.c' (62,819) at 20250902080039643
52858 2025-10-05 03:01:04.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/sriov.rst' (62,820) at 20250902080039283
52859 2025-10-05 03:01:04.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/migration-qmp.c' (62,821) at 20250902080039719
52860 2025-10-05 03:01:04.795-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/packagefiles/foreign-0.3-rs/meson.build' (62,822) at 20250902080039579
52861 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-cfu.c' (62,823) at 20250902080039379
52862 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/css.h' (62,824) at 20250902080039499
52863 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/designware.c' (62,825) at 20250902080039395
52864 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/clients.h' (62,826) at 20250902080039539
52865 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial-pci-multi.c' (62,827) at 20250902080039315
52866 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-system.c' (62,828) at 20250902080039619
52867 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xive2_regs.h' (62,829) at 20250902080039499
52868 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/ds1225y.c' (62,830) at 20250902080039391
52869 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tricore/tc27x_soc.c' (62,831) at 20250902080039439
52870 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/tod.c' (62,832) at 20250902080039419
52871 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/astro.c' (62,833) at 20250902080039395
52872 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl.h' (62,834) at 20250902080039487
52873 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/ccw.c' (62,835) at 20250902080039451
52874 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/pci.c' (62,836) at 20250902080039451
52875 2025-10-05 03:01:04.796-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/i8259.c' (62,837) at 20250902080039339
52876 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/testing/ci-jobs.rst.inc' (62,838) at 20250902080039279
52877 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/spapr.c' (62,839) at 20250902080039455
52878 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tlb-bounds.h' (62,840) at 20250902080039243
52879 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/meson.build' (62,841) at 20250902080039343
52880 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu-models.c' (62,842) at 20250902080039655
52881 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/zce_helper.c' (62,843) at 20250902080039671
52882 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/loongarch_extioi_common.h' (62,844) at 20250902080039491
52883 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/mac_newworld.c' (62,845) at 20250902080039403
52884 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/iotkit-sysctl.c' (62,846) at 20250902080039371
52885 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_pnor.c' (62,847) at 20250902080039403
52886 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/replay.json' (62,848) at 20250902080039563
52887 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/bcm2835_spi.c' (62,849) at 20250902080039431
52888 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/linux/const.h' (62,850) at 20250902080039519
52889 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/tod-kvm.c' (62,851) at 20250902080039419
52890 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/xen/xen-all.c' (62,852) at 20250902080039247
52891 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/mchp_pfsoc_mmuart.c' (62,853) at 20250902080039311
52892 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/tricore/triboard.h' (62,854) at 20250902080039499
52893 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-apic.c' (62,855) at 20250902080039619
52894 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/xics.h' (62,856) at 20250902080039495
52895 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/aspeed.py' (62,857) at 20250902080039707
52896 2025-10-05 03:01:04.797-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hppa/machine.c' (62,858) at 20250902080039331
52897 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/fpu_helper.c' (62,859) at 20250902080039639
52898 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/mps3r.c' (62,860) at 20250902080039299
52899 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-a10-ccm.c' (62,861) at 20250902080039367
52900 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/nbd/nbd-internal.h' (62,862) at 20250902080039539
52901 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/adlib.c' (62,863) at 20250902080039307
52902 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/bswap.h' (62,864) at 20250902080039503
52903 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-snd.c' (62,865) at 20250902080039455
52904 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/trace.h' (62,866) at 20250902080039451
52905 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/libdecnumber/decContext.c' (62,867) at 20250902080039515
52906 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/mv64361.c' (62,868) at 20250902080039399
52907 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/sun4m_iommu.c' (62,869) at 20250902080039431
52908 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/helper-proto-common.h' (62,870) at 20250902080039483
52909 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/core.c' (62,871) at 20250902080039335
52910 2025-10-05 03:01:04.798-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-storage-bot.c' (62,872) at 20250902080039443
52911 2025-10-05 03:01:04.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/proxy.c' (62,873) at 20250902080039451
52912 2025-10-05 03:01:04.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu.h' (62,874) at 20250902080039655
52913 2025-10-05 03:01:04.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci/tcg-target-opc.h.inc' (62,875) at 20250902080039703
52914 2025-10-05 03:01:04.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/mss-spi.c' (62,876) at 20250902080039431
52915 2025-10-05 03:01:04.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/decode-new.c.inc' (62,877) at 20250902080039627
52916 2025-10-05 03:01:04.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/stellaris_gamepad.c' (62,878) at 20250902080039347
52917 2025-10-05 03:01:04.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i3c/dw-i3c.h' (62,879) at 20250902080039491
52918 2025-10-05 03:01:04.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/hmp-cmds.c' (62,880) at 20250902080039539
52919 2025-10-05 03:01:04.799-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/amd-xgbe.c' (62,881) at 20250902080039451
52920 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/blockjob.h' (62,882) at 20250902080039479
52921 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx8mp_ccm.c' (62,883) at 20250902080039371
52922 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/qemu-storage-daemon-qmp-ref.rst' (62,884) at 20250902080039279
52923 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/virtio/vhost-vsock-common.h' (62,885) at 20250902080039499
52924 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/aspeed_hace.h' (62,886) at 20250902080039495
52925 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/libdecnumber/decNumber.h' (62,887) at 20250902080039503
52926 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/x86-common.c' (62,888) at 20250902080039343
52927 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration-hmp-cmds.c' (62,889) at 20250902080039531
52928 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/remote/proxy-memory-listener.h' (62,890) at 20250902080039499
52929 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/elf2dmp/pdb.c' (62,891) at 20250902080039271
52930 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/spice-display.h' (62,892) at 20250902080039515
52931 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/fdc.c' (62,893) at 20250902080039307
52932 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_property.c' (62,894) at 20250902080039371
52933 2025-10-05 03:01:04.800-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/machine.json' (62,895) at 20250902080039559
52934 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml' (62,896) at 20250902080039575
52935 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/emulate/x86_decode.h' (62,897) at 20250902080039623
52936 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/max78000_aes.h' (62,898) at 20250902080039495
52937 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/aspeed_pcie.c' (62,899) at 20250902080039395
52938 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/memory_ldst_phys.h.inc' (62,900) at 20250902080039483
52939 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/cxl/cxl_host.h' (62,901) at 20250902080039487
52940 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/musca.c' (62,902) at 20250902080039299
52941 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/meson.build' (62,903) at 20250902080039707
52942 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-arm-gic.c' (62,904) at 20250902080039579
52943 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-crl.c' (62,905) at 20250902080039379
52944 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/orangepi.c' (62,906) at 20250902080039299
52945 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-net-pci.c' (62,907) at 20250902080039467
52946 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/sun4v-rtc.c' (62,908) at 20250902080039419
52947 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/aspeed.h' (62,909) at 20250902080039483
52948 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/u2f-emulated.c' (62,910) at 20250902080039447
52949 2025-10-05 03:01:04.801-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/fpu_helper.c' (62,911) at 20250902080039583
52950 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/replication.c' (62,912) at 20250902080039263
52951 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/i82801b11.c' (62,913) at 20250902080039395
52952 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blkverify.c' (62,914) at 20250902080039251
52953 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/qemu-plugin.h' (62,915) at 20250902080039507
52954 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/allwinner-h3.c' (62,916) at 20250902080039291
52955 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/netmain.c' (62,917) at 20250902080039551
52956 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-util-sockets.c' (62,918) at 20250902080039723
52957 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/vec_helper.c' (62,919) at 20250902080039679
52958 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/sclpcpu.c' (62,920) at 20250902080039419
52959 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_soc_common.c' (62,921) at 20250902080039295
52960 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target-con-set.h' (62,922) at 20250902080039691
52961 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-bus.c' (62,923) at 20250902080039463
52962 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/realview_gic.c' (62,924) at 20250902080039355
52963 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-storage-classic.c' (62,925) at 20250902080039443
52964 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/sh_timer.c' (62,926) at 20250902080039439
52965 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/ne2000-isa.c' (62,927) at 20250902080039383
52966 2025-10-05 03:01:04.802-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/fop_helper.c' (62,928) at 20250902080039679
52967 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/__init__.py' (62,929) at 20250902080039579
52968 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/libqtest.h' (62,930) at 20250902080039715
52969 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/allwinner-a10.c' (62,931) at 20250902080039291
52970 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/ppc4xx_i2c.c' (62,932) at 20250902080039335
52971 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pvpanic-mmio.c' (62,933) at 20250902080039375
52972 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/cpr.c' (62,934) at 20250902080039451
52973 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_thermal.c' (62,935) at 20250902080039371
52974 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/index.rst' (62,936) at 20250902080039283
52975 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/op_helper.c' (62,937) at 20250902080039603
52976 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/op_helper.c' (62,938) at 20250902080039615
52977 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/avr_usart.c' (62,939) at 20250902080039311
52978 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/sve.decode' (62,940) at 20250902080039603
52979 2025-10-05 03:01:04.803-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/misc.h' (62,941) at 20250902080039503
52980 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/spapr_xive.c' (62,942) at 20250902080039359
52981 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-fd.c' (62,943) at 20250902080039267
52982 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ide/ahci.h' (62,944) at 20250902080039491
52983 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/graph-changes-while-io' (62,945) at 20250902080039715
52984 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-ehci-sysbus.c' (62,946) at 20250902080039443
52985 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/gpio.c' (62,947) at 20250902080039375
52986 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/transaction.json' (62,948) at 20250902080039563
52987 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/microvm.c' (62,949) at 20250902080039339
52988 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/nanomips_translate.c.inc' (62,950) at 20250902080039647
52989 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/accel-cpu.h' (62,951) at 20250902080039475
52990 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xlnx-zdma.c' (62,952) at 20250902080039331
52991 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dbus.c' (62,953) at 20250902080039727
52992 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/m25p80.c' (62,954) at 20250902080039311
52993 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/watchpoint.c' (62,955) at 20250902080039583
52994 2025-10-05 03:01:04.804-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf/trace-events' (62,956) at 20250902080039595
52995 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/tcg/tcg-op.h' (62,957) at 20250902080039515
52996 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/codeconverter/codeconverter/test_regexps.py' (62,958) at 20250902080039575
52997 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw.c' (62,959) at 20250902080039423
52998 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/tpm/tpm_tis_sysbus.c' (62,960) at 20250902080039439
52999 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/fsi/fsi.h' (62,961) at 20250902080039487
53000 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-hash32.h' (62,962) at 20250902080039659
53001 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/xtensa/signal.c' (62,963) at 20250902080039531
53002 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/piix.c' (62,964) at 20250902080039347
53003 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/trace.json' (62,965) at 20250902080039563
53004 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/sigp.c' (62,966) at 20250902080039675
53005 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/device.c' (62,967) at 20250902080039451
53006 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/articia.c' (62,968) at 20250902080039395
53007 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian.docker' (62,969) at 20250902080039707
53008 2025-10-05 03:01:04.805-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/user-exec.c' (62,970) at 20250902080039247
53009 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/mem_helper.c' (62,971) at 20250902080039615
53010 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/max78000_trng.c' (62,972) at 20250902080039375
53011 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/oslib-posix.c' (62,973) at 20250902080039731
53012 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-generic/unistd.h' (62,974) at 20250902080039519
53013 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu.c' (62,975) at 20250902080039635
53014 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qom/qom-qmp-cmds.c' (62,976) at 20250902080039571
53015 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb.c' (62,977) at 20250902080039399
53016 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/cpr-tests.c' (62,978) at 20250902080039719
53017 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/update-linux-headers.sh' (62,979) at 20250902080039579
53018 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/mmu.c' (62,980) at 20250902080039643
53019 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/seg_helper.c' (62,981) at 20250902080039631
53020 2025-10-05 03:01:04.806-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/system/physaddr.c' (62,982) at 20250902080039643
53021 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/allwinner-r40.c' (62,983) at 20250902080039291
53022 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/scsi/esp.h' (62,984) at 20250902080039499
53023 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/rtc/mc146818rtc.c' (62,985) at 20250902080039415
53024 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/meson.build' (62,986) at 20250902080039335
53025 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/sgx.c' (62,987) at 20250902080039343
53026 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/gdbstub/system.c' (62,988) at 20250902080039287
53027 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/9p.h' (62,989) at 20250902080039287
53028 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/hvf-stub.c' (62,990) at 20250902080039243
53029 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/pnv_spi.c' (62,991) at 20250902080039435
53030 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/x86_64/fma.c' (62,992) at 20250902080039719
53031 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/surface.h' (62,993) at 20250902080039515
53032 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/s390x-internal.h' (62,994) at 20250902080039675
53033 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/file-tests.c' (62,995) at 20250902080039719
53034 2025-10-05 03:01:04.807-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gic_kvm.c' (62,996) at 20250902080039347
53035 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie_host.h' (62,997) at 20250902080039495
53036 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/vhost-user.json' (62,998) at 20250902080039279
53037 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/memory.c' (62,999) at 20250902080039411
53038 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/avr/atmega.h' (63,000) at 20250902080039307
53039 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/stm32f2xx_syscfg.c' (63,001) at 20250902080039375
53040 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/ap-bridge.h' (63,002) at 20250902080039499
53041 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-i386-sev.c' (63,003) at 20250902080039579
53042 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/console.c' (63,004) at 20250902080039727
53043 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qemu-options.hx' (63,005) at 20250902080039567
53044 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/cryptodev-lkcf.c' (63,006) at 20250902080039247
53045 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/remote/proxy-memory-listener.c' (63,007) at 20250902080039411
53046 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/howvec.c' (63,008) at 20250902080039271
53047 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/about/build-platforms.rst' (63,009) at 20250902080039275
53048 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/trace-events' (63,010) at 20250902080039251
53049 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/wrapper.h' (63,011) at 20250902080039575
53050 2025-10-05 03:01:04.808-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-net.c' (63,012) at 20250902080039423
53051 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_adu.c' (63,013) at 20250902080039403
53052 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/arch_memory_mapping.c' (63,014) at 20250902080039619
53053 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/cadence_uart.c' (63,015) at 20250902080039311
53054 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32f100_soc.c' (63,016) at 20250902080039303
53055 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/meson.build' (63,017) at 20250902080039695
53056 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-bus.c' (63,018) at 20250902080039471
53057 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/microblaze-softmmu.mak' (63,019) at 20250902080039271
53058 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/meson.build' (63,020) at 20250902080039571
53059 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/translator.c' (63,021) at 20250902080039247
53060 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/mmu-hash32.c' (63,022) at 20250902080039659
53061 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/strace.list' (63,023) at 20250902080039527
53062 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/meson.build' (63,024) at 20250902080039271
53063 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hexagon/cpu.h' (63,025) at 20250902080039615
53064 2025-10-05 03:01:04.809-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/usb.h' (63,026) at 20250902080039499
53065 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/vt82c686.c' (63,027) at 20250902080039363
53066 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscreds.c' (63,028) at 20250902080039275
53067 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/simba.c' (63,029) at 20250902080039395
53068 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_nest_pervasive.c' (63,030) at 20250902080039403
53069 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/pci-bridge.c' (63,031) at 20250902080039291
53070 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/log.rs' (63,032) at 20250902080039575
53071 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/translate.c' (63,033) at 20250902080039671
53072 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/host-pci-mmio.h' (63,034) at 20250902080039507
53073 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/cxl_root_port.c' (63,035) at 20250902080039395
53074 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/utils.c' (63,036) at 20250902080039579
53075 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-gpio-pci.c' (63,037) at 20250902080039455
53076 2025-10-05 03:01:04.810-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_ovec.c' (63,038) at 20250902080039411
53077 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/xlnx-usb-subsystem.c' (63,039) at 20250902080039447
53078 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/blockjob.c' (63,040) at 20250902080039267
53079 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/vfio-migration-internal.h' (63,041) at 20250902080039455
53080 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/include/meson.build' (63,042) at 20250902080039711
53081 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ppc-uic.c' (63,043) at 20250902080039355
53082 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/pnv_phb3_msi.c' (63,044) at 20250902080039399
53083 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/trace-events' (63,045) at 20250902080039431
53084 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker_hw.h' (63,046) at 20250902080039387
53085 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/bcm2835_powermgt.c' (63,047) at 20250902080039371
53086 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/axp2xx.c' (63,048) at 20250902080039371
53087 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/meson.build' (63,049) at 20250902080039243
53088 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/dump/win_dump.c' (63,050) at 20250902080039283
53089 2025-10-05 03:01:04.811-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/virt.rst' (63,051) at 20250902080039283
53090 2025-10-05 03:01:04.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/gpio/npcm7xx_gpio.h' (63,052) at 20250902080039491
53091 2025-10-05 03:01:04.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/xen_xenstore.c' (63,053) at 20250902080039339
53092 2025-10-05 03:01:04.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vmw_pvscsi.c' (63,054) at 20250902080039427
53093 2025-10-05 03:01:04.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/migration/CPR.rst' (63,055) at 20250902080039275
53094 2025-10-05 03:01:04.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/sysbus.h' (63,056) at 20250902080039499
53095 2025-10-05 03:01:04.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/confidential-guest.c' (63,057) at 20250902080039619
53096 2025-10-05 03:01:04.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen_pt.c' (63,058) at 20250902080039475
53097 2025-10-05 03:01:04.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/helper.h' (63,059) at 20250902080039635
53098 2025-10-05 03:01:04.812-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/block/fdc-isa.c' (63,060) at 20250902080039307
53099 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/aspeed_otp.c' (63,061) at 20250902080039391
53100 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/acpi.json' (63,062) at 20250902080039559
53101 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_models.h' (63,063) at 20250902080039675
53102 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_realview.py' (63,064) at 20250902080039707
53103 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/meson.build' (63,065) at 20250902080039311
53104 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/cmsdk-apb-watchdog.c' (63,066) at 20250902080039471
53105 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-nsm.c' (63,067) at 20250902080039467
53106 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/machine.c' (63,068) at 20250902080039667
53107 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/sys_helper.c' (63,069) at 20250902080039615
53108 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/apple-gfx-pci.m' (63,070) at 20250902080039319
53109 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/cpu_helper.c' (63,071) at 20250902080039635
53110 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/iotkit-sysinfo.c' (63,072) at 20250902080039371
53111 2025-10-05 03:01:04.813-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/tz-ppc.c' (63,073) at 20250902080039379
53112 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/page-vary.h' (63,074) at 20250902080039483
53113 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/hvf_arm.h' (63,075) at 20250902080039595
53114 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_m68k_nextcube.py' (63,076) at 20250902080039707
53115 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-host-stubs.c' (63,077) at 20250902080039319
53116 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/exynos4210_mct.c' (63,078) at 20250902080039435
53117 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/spapr_vio.c' (63,079) at 20250902080039411
53118 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/multiboot.c' (63,080) at 20250902080039339
53119 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/stm32f405_soc.c' (63,081) at 20250902080039303
53120 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/cryptodev.json' (63,082) at 20250902080039559
53121 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/mips/tcg-target-has.h' (63,083) at 20250902080039695
53122 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw/menu.c' (63,084) at 20250902080039551
53123 2025-10-05 03:01:04.814-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/timebase_helper.c' (63,085) at 20250902080039663
53124 2025-10-05 03:01:04.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pcie.h' (63,086) at 20250902080039495
53125 2025-10-05 03:01:04.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/xen/arch_hvm.h' (63,087) at 20250902080039503
53126 2025-10-05 03:01:04.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/test_mips64r6_crc32w.c' (63,088) at 20250902080039719
53127 2025-10-05 03:01:04.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/translate.c' (63,089) at 20250902080039679
53128 2025-10-05 03:01:04.815-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_sysfw_ovmf.c' (63,090) at 20250902080039343
53129 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/arm/omap.h' (63,091) at 20250902080039487
53130 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-blk-pci.c' (63,092) at 20250902080039463
53131 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/host-cpu.h' (63,093) at 20250902080039623
53132 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/display/ramfb.h' (63,094) at 20250902080039487
53133 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/mem/npcm7xx_mc.h' (63,095) at 20250902080039491
53134 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/block-export.json' (63,096) at 20250902080039559
53135 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_otp.py' (63,097) at 20250902080039707
53136 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/vhost-user.c' (63,098) at 20250902080039543
53137 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sh4/cpu.c' (63,099) at 20250902080039679
53138 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/vhost-user.c' (63,100) at 20250902080039251
53139 2025-10-05 03:01:04.816-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/sii3112.c' (63,101) at 20250902080039347
53140 2025-10-05 03:01:04.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/vcrypto_helper.c' (63,102) at 20250902080039671
53141 2025-10-05 03:01:04.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/python.docker' (63,103) at 20250902080039707
53142 2025-10-05 03:01:04.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/pl330.c' (63,104) at 20250902080039331
53143 2025-10-05 03:01:04.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/vmstate.rs' (63,105) at 20250902080039575
53144 2025-10-05 03:01:04.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/micromips_translate.c.inc' (63,106) at 20250902080039647
53145 2025-10-05 03:01:04.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/lockcnt.h' (63,107) at 20250902080039507
53146 2025-10-05 03:01:04.817-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ioapic.c' (63,108) at 20250902080039351
53147 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/unistd_32.h' (63,109) at 20250902080039519
53148 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/ram-block.c' (63,110) at 20250902080039579
53149 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qgraph.c' (63,111) at 20250902080039723
53150 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/rebuild-expected-aml.sh' (63,112) at 20250902080039703
53151 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/framebuffer.c' (63,113) at 20250902080039323
53152 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86hvf.c' (63,114) at 20250902080039623
53153 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/translate_addr_const.c' (63,115) at 20250902080039651
53154 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/ramblock.h' (63,116) at 20250902080039511
53155 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/hpet.c' (63,117) at 20250902080039435
53156 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/qemu_test/uncompress.py' (63,118) at 20250902080039707
53157 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/ioapic_internal.h' (63,119) at 20250902080039351
53158 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/gdb.rst' (63,120) at 20250902080039283
53159 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/commit-zero-blocks.out' (63,121) at 20250902080039715
53160 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/smc91c111.c' (63,122) at 20250902080039387
53161 2025-10-05 03:01:04.818-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/sclpconsole-lm.c' (63,123) at 20250902080039315
53162 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/piix.c' (63,124) at 20250902080039363
53163 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/trace-events' (63,125) at 20250902080039539
53164 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/or-irq.c' (63,126) at 20250902080039319
53165 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/a9mpcore.c' (63,127) at 20250902080039319
53166 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-ringbuf.c' (63,128) at 20250902080039267
53167 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga.c' (63,129) at 20250902080039323
53168 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/pci.json' (63,130) at 20250902080039563
53169 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_ipi.c' (63,131) at 20250902080039355
53170 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/vapic.c' (63,132) at 20250902080039343
53171 2025-10-05 03:01:04.819-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/goldfish_tty.c' (63,133) at 20250902080039311
53172 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/aspeed_timer.c' (63,134) at 20250902080039435
53173 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/blklogwrites.c' (63,135) at 20250902080039251
53174 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/egl-helpers.c' (63,136) at 20250902080039727
53175 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-console.c' (63,137) at 20250902080039267
53176 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/arm-softmmu.mak' (63,138) at 20250902080039271
53177 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/rcu.c' (63,139) at 20250902080039735
53178 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/subprojects/bilge-impl-0.2-rs.wrap' (63,140) at 20250902080039579
53179 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-secret.c' (63,141) at 20250902080039723
53180 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vdagent.c' (63,142) at 20250902080039731
53181 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx8mp_analog.c' (63,143) at 20250902080039371
53182 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-h3-ccu.c' (63,144) at 20250902080039367
53183 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_its_kvm.c' (63,145) at 20250902080039351
53184 2025-10-05 03:01:04.820-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scsi/pr-manager.c' (63,146) at 20250902080039579
53185 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/pci/pci.h' (63,147) at 20250902080039495
53186 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/linux/const.h' (63,148) at 20250902080039507
53187 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_palmetto.py' (63,149) at 20250902080039707
53188 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/ppce500.c' (63,150) at 20250902080039399
53189 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xen/xen-pvh-common.c' (63,151) at 20250902080039475
53190 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/run-state.json' (63,152) at 20250902080039563
53191 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/helper_regs.h' (63,153) at 20250902080039659
53192 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/lockcnt.c' (63,154) at 20250902080039731
53193 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/stubs/whpx-stub.c' (63,155) at 20250902080039243
53194 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/asm-x86/setup_data.h' (63,156) at 20250902080039507
53195 2025-10-05 03:01:04.821-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/platform.c' (63,157) at 20250902080039455
53196 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/emulate/x86.h' (63,158) at 20250902080039619
53197 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sbsa_ec.c' (63,159) at 20250902080039375
53198 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/intc/arm_gicv3_its_common.h' (63,160) at 20250902080039491
53199 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/bcm2835_sdhost.c' (63,161) at 20250902080039427
53200 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/pci-testdev.c' (63,162) at 20250902080039375
53201 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/meson.build' (63,163) at 20250902080039419
53202 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/char/pl011/Cargo.toml' (63,164) at 20250902080039571
53203 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/amigaone.c' (63,165) at 20250902080039403
53204 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/kzm.c' (63,166) at 20250902080039295
53205 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/tcg/getpc.h' (63,167) at 20250902080039479
53206 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd.h' (63,168) at 20250902080039535
53207 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-buffer.c' (63,169) at 20250902080039515
53208 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_xen.py' (63,170) at 20250902080039707
53209 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/cpu-v7m.c' (63,171) at 20250902080039595
53210 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/sifive_uart.c' (63,172) at 20250902080039315
53211 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/boot.c' (63,173) at 20250902080039295
53212 2025-10-05 03:01:04.822-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/tcg_loongarch.h' (63,174) at 20250902080039639
53213 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/core-dc232b/gdb-config.c.inc' (63,175) at 20250902080039687
53214 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/tlb-flags.h' (63,176) at 20250902080039483
53215 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/cpu.h' (63,177) at 20250902080039651
53216 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/riscv-iommu-bits.h' (63,178) at 20250902080039415
53217 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/gtk.h' (63,179) at 20250902080039515
53218 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-vsock-pci.c' (63,180) at 20250902080039459
53219 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/via-ac97.c' (63,181) at 20250902080039307
53220 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/macio/mac_dbdma.c' (63,182) at 20250902080039375
53221 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/buildtest.yml' (63,183) at 20250902080039239
53222 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/mirror-sparse.out' (63,184) at 20250902080039715
53223 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/stubs-system.c' (63,185) at 20250902080039579
53224 2025-10-05 03:01:04.823-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86_mmu.c' (63,186) at 20250902080039623
53225 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_cpuif.c' (63,187) at 20250902080039351
53226 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-uadk.c' (63,188) at 20250902080039535
53227 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/cps.c' (63,189) at 20250902080039367
53228 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-stats.c' (63,190) at 20250902080039243
53229 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/microblaze/machine.c' (63,191) at 20250902080039643
53230 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/check-units.py' (63,192) at 20250902080039239
53231 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/dummy-cpus.h' (63,193) at 20250902080039239
53232 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/9pfs/cofs.c' (63,194) at 20250902080039287
53233 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/cs4231a.c' (63,195) at 20250902080039307
53234 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/emit.c.inc' (63,196) at 20250902080039631
53235 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/cirrus_vga_isa.c' (63,197) at 20250902080039323
53236 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/interop/firmware.json' (63,198) at 20250902080039279
53237 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/serial.c' (63,199) at 20250902080039315
53238 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/framework.h' (63,200) at 20250902080039719
53239 2025-10-05 03:01:04.824-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/system/bpt_helper.c' (63,201) at 20250902080039631
53240 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc/sun4m.c' (63,202) at 20250902080039431
53241 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/m68k/next-cube.c' (63,203) at 20250902080039363
53242 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-device-pci.c' (63,204) at 20250902080039455
53243 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/aspeed_sdhci.c' (63,205) at 20250902080039427
53244 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/imx8mp-evk.c' (63,206) at 20250902080039295
53245 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci_bridge.c' (63,207) at 20250902080039403
53246 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/apic.c' (63,208) at 20250902080039347
53247 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hmp-commands-info.hx' (63,209) at 20250902080039287
53248 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/igvm.h' (63,210) at 20250902080039247
53249 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips_replay.py' (63,211) at 20250902080039707
53250 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/dbg_helper.c' (63,212) at 20250902080039687
53251 2025-10-05 03:01:04.825-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_s390x_pxelinux.py' (63,213) at 20250902080039711
53252 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/debian-ppc64el-cross.docker' (63,214) at 20250902080039707
53253 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/ioh3420.c' (63,215) at 20250902080039395
53254 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/dp8393x.c' (63,216) at 20250902080039379
53255 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvme/ns.c' (63,217) at 20250902080039391
53256 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/typedefs.h' (63,218) at 20250902080039507
53257 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/user/seg_helper.c' (63,219) at 20250902080039635
53258 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/cipher-stub.c.inc' (63,220) at 20250902080039271
53259 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/ap.c' (63,221) at 20250902080039451
53260 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/stm32f2xx_usart.c' (63,222) at 20250902080039315
53261 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/omap1.c' (63,223) at 20250902080039299
53262 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/aspeed_vic.c' (63,224) at 20250902080039351
53263 2025-10-05 03:01:04.826-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/spice-app.c' (63,225) at 20250902080039727
53264 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-md.c' (63,226) at 20250902080039423
53265 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/standard-headers/drm/drm_fourcc.h' (63,227) at 20250902080039507
53266 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/nrf51_timer.c' (63,228) at 20250902080039439
53267 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/riscv_htif.c' (63,229) at 20250902080039315
53268 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/intel_iommu_internal.h' (63,230) at 20250902080039339
53269 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/accel-qmp.c' (63,231) at 20250902080039239
53270 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/cpu-defs.c.inc' (63,232) at 20250902080039643
53271 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/fsl_etsec/etsec.c' (63,233) at 20250902080039383
53272 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/ram-block-attributes.c' (63,234) at 20250902080039583
53273 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx7_ccm.c' (63,235) at 20250902080039371
53274 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlssession.c' (63,236) at 20250902080039275
53275 2025-10-05 03:01:04.827-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/isa/apm.h' (63,237) at 20250902080039491
53276 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/runstate.c' (63,238) at 20250902080039583
53277 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/meson-buildoptions.sh' (63,239) at 20250902080039579
53278 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/semihosting/user.c' (63,240) at 20250902080039579
53279 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/loongarch/virt.h' (63,241) at 20250902080039491
53280 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/qdev-properties.h' (63,242) at 20250902080039499
53281 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/iscsi.c' (63,243) at 20250902080039255
53282 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/tcg/tlb_helper.c' (63,244) at 20250902080039639
53283 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/vfio/vfio-migration.h' (63,245) at 20250902080039499
53284 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/rng-egd.c' (63,246) at 20250902080039247
53285 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/arm/max78000.rst' (63,247) at 20250902080039283
53286 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/filter-rewriter.c' (63,248) at 20250902080039543
53287 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/trace-events' (63,249) at 20250902080039379
53288 2025-10-05 03:01:04.828-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/fsi-master.c' (63,250) at 20250902080039331
53289 2025-10-05 03:01:04.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/xilinx_spips.c' (63,251) at 20250902080039435
53290 2025-10-05 03:01:04.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/dummy-cpus.c' (63,252) at 20250902080039239
53291 2025-10-05 03:01:04.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vmapple/vmapple.c' (63,253) at 20250902080039471
53292 2025-10-05 03:01:04.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/xtensa/sim.c' (63,254) at 20250902080039475
53293 2025-10-05 03:01:04.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/tricore/op_helper.c' (63,255) at 20250902080039683
53294 2025-10-05 03:01:04.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/e500.c' (63,256) at 20250902080039403
53295 2025-10-05 03:01:04.829-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_occ.h' (63,257) at 20250902080039495
53296 2025-10-05 03:01:04.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/snapshot.h' (63,258) at 20250902080039479
53297 2025-10-05 03:01:04.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/fedora-rust-nightly.docker' (63,259) at 20250902080039707
53298 2025-10-05 03:01:04.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-epc.c' (63,260) at 20250902080039247
53299 2025-10-05 03:01:04.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/cpu-param.h' (63,261) at 20250902080039619
53300 2025-10-05 03:01:04.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/msa_helper.c' (63,262) at 20250902080039647
53301 2025-10-05 03:01:04.830-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/uefi/var-service-json.c' (63,263) at 20250902080039439
53302 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/hppa/cpu.c' (63,264) at 20250902080039615
53303 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/vl.c' (63,265) at 20250902080039583
53304 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/sev.h' (63,266) at 20250902080039627
53305 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-parallel.c' (63,267) at 20250902080039267
53306 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-balloon.c' (63,268) at 20250902080039419
53307 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/iosb.c' (63,269) at 20250902080039371
53308 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/cpu-qom.h' (63,270) at 20250902080039663
53309 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_aspeed_bletchley.py' (63,271) at 20250902080039707
53310 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/loongson3_virt.c' (63,272) at 20250902080039367
53311 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/edid-region.c' (63,273) at 20250902080039323
53312 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscredspsk.c' (63,274) at 20250902080039275
53313 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mos6522.c' (63,275) at 20250902080039375
53314 2025-10-05 03:01:04.831-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/x86_64-softmmu.mak' (63,276) at 20250902080039271
53315 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/unistd_32.h' (63,277) at 20250902080039519
53316 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/openrisc/translate.c' (63,278) at 20250902080039655
53317 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-9p.c' (63,279) at 20250902080039419
53318 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-rng.c' (63,280) at 20250902080039423
53319 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/gdbstub.h' (63,281) at 20250902080039483
53320 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/system/seg_helper.c' (63,282) at 20250902080039635
53321 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/exc_helper.c' (63,283) at 20250902080039687
53322 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/x86.c' (63,284) at 20250902080039623
53323 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/allwinner-sid.c' (63,285) at 20250902080039367
53324 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/protocol.h' (63,286) at 20250902080039451
53325 2025-10-05 03:01:04.832-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/virtio-scsi.c' (63,287) at 20250902080039427
53326 2025-10-05 03:01:04.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/m68k_irqc.c' (63,288) at 20250902080039355
53327 2025-10-05 03:01:04.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/nrf51_uart.c' (63,289) at 20250902080039311
53328 2025-10-05 03:01:04.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-crypto-block.c' (63,290) at 20250902080039723
53329 2025-10-05 03:01:04.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/pmu.c' (63,291) at 20250902080039671
53330 2025-10-05 03:01:04.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/css.c' (63,292) at 20250902080039419
53331 2025-10-05 03:01:04.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_features_def.h.inc' (63,293) at 20250902080039671
53332 2025-10-05 03:01:04.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-serial.c' (63,294) at 20250902080039423
53333 2025-10-05 03:01:04.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/insn_trans/trans_rvv.c.inc' (63,295) at 20250902080039667
53334 2025-10-05 03:01:04.833-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/vmgenid-test.c' (63,296) at 20250902080039719
53335 2025-10-05 03:01:04.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/gtk-egl.c' (63,297) at 20250902080039727
53336 2025-10-05 03:01:04.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/a9scu.c' (63,298) at 20250902080039367
53337 2025-10-05 03:01:04.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/kvm.c' (63,299) at 20250902080039623
53338 2025-10-05 03:01:04.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/aarch64-softmmu.mak' (63,300) at 20250902080039271
53339 2025-10-05 03:01:04.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/iommufd.h' (63,301) at 20250902080039511
53340 2025-10-05 03:01:04.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/misc/mac_via.h' (63,302) at 20250902080039495
53341 2025-10-05 03:01:04.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/system/hostmem.h' (63,303) at 20250902080039511
53342 2025-10-05 03:01:04.834-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/xlnx-versal-usb2-ctrl-regs.c' (63,304) at 20250902080039447
53343 2025-10-05 03:01:04.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/fpu/softfloat.c' (63,305) at 20250902080039287
53344 2025-10-05 03:01:04.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/poison.h' (63,306) at 20250902080039483
53345 2025-10-05 03:01:04.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-scsi.c' (63,307) at 20250902080039423
53346 2025-10-05 03:01:04.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/can/ctucan_pci.c' (63,308) at 20250902080039379
53347 2025-10-05 03:01:04.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/alpha/cpu.h' (63,309) at 20250902080039583
53348 2025-10-05 03:01:04.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/meson.build' (63,310) at 20250902080039627
53349 2025-10-05 03:01:04.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_e_aon.c' (63,311) at 20250902080039375
53350 2025-10-05 03:01:04.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/bcm2835_ic.c' (63,312) at 20250902080039351
53351 2025-10-05 03:01:04.835-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/macfb.c' (63,313) at 20250902080039323
53352 2025-10-05 03:01:04.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/amd_iommu.c' (63,314) at 20250902080039339
53353 2025-10-05 03:01:04.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/whpx/whpx-apic.c' (63,315) at 20250902080039635
53354 2025-10-05 03:01:04.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/cpu.c' (63,316) at 20250902080039655
53355 2025-10-05 03:01:04.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/meson.build' (63,317) at 20250902080039531
53356 2025-10-05 03:01:04.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/dma/i8257.h' (63,318) at 20250902080039487
53357 2025-10-05 03:01:04.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/meson.build' (63,319) at 20250902080039543
53358 2025-10-05 03:01:04.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/shakti_uart.c' (63,320) at 20250902080039315
53359 2025-10-05 03:01:04.836-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/signal.c' (63,321) at 20250902080039523
53360 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/sclp.c' (63,322) at 20250902080039419
53361 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-zstd.c' (63,323) at 20250902080039535
53362 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/mirror.c' (63,324) at 20250902080039259
53363 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-scsi-pci.c' (63,325) at 20250902080039455
53364 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api-macros/meson.build' (63,326) at 20250902080039575
53365 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/tcg-cpu.c' (63,327) at 20250902080039635
53366 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/pnv_n1_chiplet.c' (63,328) at 20250902080039403
53367 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/mpc8xxx.c' (63,329) at 20250902080039331
53368 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/cxl-test.c' (63,330) at 20250902080039715
53369 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/arm_sysctl.c' (63,331) at 20250902080039367
53370 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/tracetool/backend/ftrace.py' (63,332) at 20250902080039579
53371 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/docker/dockerfiles/emsdk-wasm32-cross.docker' (63,333) at 20250902080039707
53372 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/migration.json' (63,334) at 20250902080039563
53373 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/178.out.raw' (63,335) at 20250902080039711
53374 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/sparc32_dma.c' (63,336) at 20250902080039331
53375 2025-10-05 03:01:04.837-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_mips64el_replay.py' (63,337) at 20250902080039707
53376 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/sclpconsole.c' (63,338) at 20250902080039315
53377 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/imx_serial.c' (63,339) at 20250902080039311
53378 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/hppa-softmmu.mak' (63,340) at 20250902080039271
53379 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/i8254_common.c' (63,341) at 20250902080039435
53380 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongarch_extioi_common.c' (63,342) at 20250902080039351
53381 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/cxl.json' (63,343) at 20250902080039559
53382 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/gpio/omap_gpio.c' (63,344) at 20250902080039331
53383 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qga/vss-win32/install.cpp' (63,345) at 20250902080039571
53384 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/dbus-vmstate.c' (63,346) at 20250902080039247
53385 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/ldst_helper.c' (63,347) at 20250902080039643
53386 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/artist.c' (63,348) at 20250902080039323
53387 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/Makefile.target' (63,349) at 20250902080039719
53388 2025-10-05 03:01:04.838-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc_q35.c' (63,350) at 20250902080039343
53389 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/pc.c' (63,351) at 20250902080039343
53390 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/monitor/hmp-cmds-target.c' (63,352) at 20250902080039539
53391 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/tcg/helper-retaddr.h' (63,353) at 20250902080039479
53392 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/pcspk.c' (63,354) at 20250902080039307
53393 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mem/nvdimm.c' (63,355) at 20250902080039363
53394 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_u_otp.c' (63,356) at 20250902080039375
53395 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ide/cmd646.c' (63,357) at 20250902080039347
53396 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/.gitlab-ci.d/container-cross.yml' (63,358) at 20250902080039239
53397 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/meson.build' (63,359) at 20250902080039295
53398 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/kvm.h' (63,360) at 20250902080039519
53399 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/colo.c' (63,361) at 20250902080039531
53400 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/mips/Kconfig' (63,362) at 20250902080039367
53401 2025-10-05 03:01:04.839-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/vhost-user-scsi.c' (63,363) at 20250902080039427
53402 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/block-backend.c' (63,364) at 20250902080039255
53403 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/configs/targets/mipsel-softmmu.mak' (63,365) at 20250902080039271
53404 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/block/flash.h' (63,366) at 20250902080039487
53405 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/exynos4210_uart.c' (63,367) at 20250902080039311
53406 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pnv_xive.c' (63,368) at 20250902080039355
53407 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/stm32f2xx_timer.c' (63,369) at 20250902080039439
53408 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/aspeed_scu.c' (63,370) at 20250902080039367
53409 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/loongarch64/system/kernel.ld' (63,371) at 20250902080039719
53410 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/rng.c' (63,372) at 20250902080039247
53411 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/ppc/excp_helper.c' (63,373) at 20250902080039659
53412 2025-10-05 03:01:04.840-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/trace-events' (63,374) at 20250902080039399
53413 2025-10-05 03:01:04.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/led.c' (63,375) at 20250902080039371
53414 2025-10-05 03:01:04.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/npcm_gmac.c' (63,376) at 20250902080039383
53415 2025-10-05 03:01:04.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/aarch64/tcg-target-con-set.h' (63,377) at 20250902080039691
53416 2025-10-05 03:01:04.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/error.json' (63,378) at 20250902080039559
53417 2025-10-05 03:01:04.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/cpu.h' (63,379) at 20250902080039679
53418 2025-10-05 03:01:04.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/plugin.h' (63,380) at 20250902080039507
53419 2025-10-05 03:01:04.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-smartcard-reader.c' (63,381) at 20250902080039443
53420 2025-10-05 03:01:04.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/apple-gfx.m' (63,382) at 20250902080039323
53421 2025-10-05 03:01:04.841-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/fpu_helper.c' (63,383) at 20250902080039667
53422 2025-10-05 03:01:04.842-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/sm501.c' (63,384) at 20250902080039327
53423 2025-10-05 03:01:04.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_arm_quanta_gsj.py' (63,756) at 20250902080039707
53424 2025-10-05 03:01:04.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/rdma.c' (63,757) at 20250902080039539
53425 2025-10-05 03:01:04.845-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/nvram/fw_cfg.c' (63,758) at 20250902080039395
53426 2025-10-05 03:01:04.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/intel_iommu.c' (63,759) at 20250902080039339
53427 2025-10-05 03:01:04.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-zero-page.c' (63,760) at 20250902080039535
53428 2025-10-05 03:01:04.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/pnv_xive2.c' (63,761) at 20250902080039355
53429 2025-10-05 03:01:04.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/net/vhost-vdpa.h' (63,762) at 20250902080039503
53430 2025-10-05 03:01:04.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/raspi.c' (63,763) at 20250902080039299
53431 2025-10-05 03:01:04.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/build.rs' (63,764) at 20250902080039575
53432 2025-10-05 03:01:04.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/scripts/analyze-inclusions' (63,765) at 20250902080039575
53433 2025-10-05 03:01:04.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/emulate/panic.h' (63,766) at 20250902080039619
53434 2025-10-05 03:01:04.846-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/uninorth.c' (63,767) at 20250902080039399
53435 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i2c/smbus_slave.c' (63,768) at 20250902080039335
53436 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/i2c-ddc.c' (63,769) at 20250902080039323
53437 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/rcu_queue.h' (63,770) at 20250902080039507
53438 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/m68k/op_helper.c' (63,771) at 20250902080039639
53439 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/migration/vmstate.h' (63,772) at 20250902080039503
53440 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/imx_gpt.c' (63,773) at 20250902080039435
53441 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/cpu-defs.h' (63,774) at 20250902080039479
53442 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/virtio-ccw-gpu.c' (63,775) at 20250902080039423
53443 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/chardev/char-mux.c' (63,776) at 20250902080039267
53444 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/ac97.c' (63,777) at 20250902080039307
53445 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/exception.c' (63,778) at 20250902080039643
53446 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/exec/page-protection.h' (63,779) at 20250902080039483
53447 2025-10-05 03:01:04.847-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/reserved-region.h' (63,780) at 20250902080039507
53448 2025-10-05 03:01:04.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-i386-xen.c' (63,781) at 20250902080039579
53449 2025-10-05 03:01:04.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tcg.c' (63,782) at 20250902080039703
53450 2025-10-05 03:01:04.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/hcd-uhci.c' (63,783) at 20250902080039447
53451 2025-10-05 03:01:04.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx31.c' (63,784) at 20250902080039295
53452 2025-10-05 03:01:04.848-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/usb/dev-wacom.c' (63,785) at 20250902080039443
53453 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/system/memory.c' (63,786) at 20250902080039583
53454 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/fsi/aspeed_apb2opb.c' (63,787) at 20250902080039331
53455 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/xlnx-versal-pmc-iou-slcr.c' (63,788) at 20250902080039379
53456 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-rr.c' (63,789) at 20250902080039243
53457 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/imx25_ccm.c' (63,790) at 20250902080039371
53458 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/meson.build' (63,791) at 20250902080039455
53459 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/conf/templates/default/local.conf.sample' (63,792) at 20250905080015809
53460 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init.bbappend' (63,793) at 20250905080015813
53461 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/src/inventory_mac.cpp' (63,794) at 20250905080034450
53462 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/docs/supported-machines.md' (63,795) at 20250905080015817
53463 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ampere/Event/meson.build' (63,796) at 20250905080023061
53464 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (63,797) at 20250905080015813
53465 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/meson.build' (63,798) at 20250905080038430
53466 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (63,799) at 20250905080015813
53467 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/requirements_optional.txt' (63,800) at 20250905080017049
53468 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/SoftShutdown.interface.yaml' (63,801) at 20250905080023065
53469 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/changelog.awk' (63,802) at 20250905080010273
53470 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Valve.events.yaml' (63,803) at 20250905080023065
53471 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/conf/templates/default/conf-notes.txt' (63,804) at 20250905080015809
53472 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/meson.options' (63,805) at 20250905080023065
53473 2025-10-05 03:01:04.849-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ampere/Event/ReportedSEL/meson.build' (63,806) at 20250905080023061
53474 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/worker.hpp' (63,807) at 20250905080021133
53475 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle@.service' (63,808) at 20250905080015813
53476 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/redfish_sessions.hpp' (63,809) at 20250905080002353
53477 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Valve/meson.build' (63,810) at 20250905080023065
53478 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/PerformanceLoss.interface.yaml' (63,811) at 20250905080023065
53479 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/user_mgr.cpp' (63,812) at 20250905080038430
53480 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/ast2700.inc' (63,813) at 20250906080023148
53481 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/OWNERS' (63,814) at 20250906080029472
53482 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/dynamic-layers/arm-layer/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (63,815) at 20250906080023148
53483 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/ast2500.inc' (63,816) at 20250906080023144
53484 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/.clang-tidy' (63,817) at 20250906080030772
53485 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/chassis_state_manager.cpp' (63,818) at 20250905080037666
53486 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-bsp/u-boot/u-boot-fw-utils-aspeed-sdk_%.bbappend' (63,819) at 20250905080015813
53487 2025-10-05 03:01:04.850-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/meson.build' (63,820) at 20250905080023065
53488 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bb' (63,885) at 20250906080023148
53489 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/ast2400.inc' (63,899) at 20250906080023144
53490 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/multiconfig/bootmcu.conf' (63,900) at 20250906080023148
53491 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/ast2700_bootmcu.conf' (63,901) at 20250906080023144
53492 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/bootmcu.inc' (63,902) at 20250906080023148
53493 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/machine/include/ast2600.inc' (63,903) at 20250906080023148
53494 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/cooling-type/cooling_type.hpp' (63,904) at 20250906080030772
53495 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/health/phosphor-health-monitor_git.bb' (63,905) at 20250906080023148
53496 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/backup_restore.cpp' (63,906) at 20250906080027904
53497 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/meson.options' (63,907) at 20250906080030772
53498 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/test/test_topology.cpp' (63,908) at 20250906080005176 to deleted uid set
53499 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/cooling-type/meson.build' (63,909) at 20250906080030772
53500 2025-10-05 03:01:04.851-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/conf/layer.conf' (63,910) at 20250906080023144
53501 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tb-hash.h' (63,911) at 20250902080039243
53502 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/qemu/datadir.h' (63,912) at 20250902080039507
53503 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xlnx-zynqmp.c' (63,913) at 20250902080039307
53504 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i3c/trace.h' (63,914) at 20250902080039343
53505 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/ssi-sd.c' (63,915) at 20250902080039431
53506 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/tci.c' (63,916) at 20250902080039703
53507 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/arm/tcg-target-has.h' (63,917) at 20250902080039691
53508 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/vga-isa.c' (63,918) at 20250902080039327
53509 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/contrib/plugins/hotblocks.c' (63,919) at 20250902080039271
53510 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/tcg/meson.build' (63,920) at 20250902080039599
53511 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/goldfish_pic.c' (63,921) at 20250902080039351
53512 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc.c' (63,922) at 20250902080039407
53513 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/serial.h' (63,923) at 20250902080039487
53514 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/xlnx-zcu102.c' (63,924) at 20250902080039303
53515 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/helper-tcg.h' (63,925) at 20250902080039631
53516 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio-user/device.h' (63,926) at 20250902080039451
53517 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/misc-arm.json' (63,927) at 20250902080039563
53518 2025-10-05 03:01:04.852-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gicv3_its_common.c' (63,928) at 20250902080039351
53519 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/adc/stm32f2xx_adc.c' (63,929) at 20250902080039291
53520 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/accel/accel-ops.h' (63,930) at 20250902080039475
53521 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/hw/timer/hpet/src/fw_cfg.rs' (63,931) at 20250902080039571
53522 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/savevm.c' (63,932) at 20250902080039539
53523 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/shakti_c.c' (63,933) at 20250902080039415
53524 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/iommufd.c' (63,934) at 20250902080039247
53525 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/ibex_spi_host.c' (63,935) at 20250902080039431
53526 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/ptimer.c' (63,936) at 20250902080039319
53527 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/net/can/can_socketcan.c' (63,937) at 20250902080039539
53528 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/arm/cpu-qom.h' (63,938) at 20250902080039587
53529 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/device-emulation.rst' (63,939) at 20250902080039283
53530 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/s390x/storage-keys.h' (63,940) at 20250902080039499
53531 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/timer/npcm7xx_timer.h' (63,941) at 20250902080039499
53532 2025-10-05 03:01:04.853-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/xtensa/cpu.c' (63,942) at 20250902080039687
53533 2025-10-05 03:01:04.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/riscv/microblaze-v-generic.c' (63,943) at 20250902080039411
53534 2025-10-05 03:01:04.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/vmsr_energy.c' (63,944) at 20250902080039627
53535 2025-10-05 03:01:04.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/mips/tcg/translate.c' (63,945) at 20250902080039651
53536 2025-10-05 03:01:04.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/gbmc-update/40-gbmc-upgrade.sh' (63,946) at 20250904080019299
53537 2025-10-05 03:01:04.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/settings/phosphor-settings-defaults-native/santabarbara-temporary-software-versions.yml' (63,947) at 20250904080019295
53538 2025-10-05 03:01:04.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/CONTRIBUTING.md' (63,948) at 20250904080008167
53539 2025-10-05 03:01:04.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ssif_git.bb' (63,949) at 20250904080019299
53540 2025-10-05 03:01:04.854-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/aggregation_service.hpp' (63,950) at 20250904080006443
53541 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/ethernet.hpp' (63,951) at 20250904080006447
53542 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/interfaces/bmcweb_%.bbappend' (63,952) at 20250904080019295
53543 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-health-monitor/health_utils.cpp' (63,953) at 20250904080028055
53544 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/critical-leak-handler' (63,954) at 20250904080019295
53545 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/settings/phosphor-settings-defaults-native/clemente/platform-temporary-software-versions.yml' (63,955) at 20250904080019295
53546 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/redfish_aggregator.hpp' (63,956) at 20250904080006443
53547 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_device/fru_utils.hpp' (63,957) at 20250904080008687
53548 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/meson.options' (63,958) at 20250904080039676
53549 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/inc/srvcfg_manager.hpp' (63,959) at 20250904080039672
53550 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/files/gbmc-mac-config.sh.in' (63,960) at 20250904080019295
53551 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/src/main.cpp' (63,961) at 20250904080039676
53552 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/yosemite4-common-functions_0.1.bb' (63,962) at 20250904080019295
53553 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/FanboardPowerOff@.service' (63,995) at 20250904080019295
53554 2025-10-05 03:01:04.855-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_device/meson.build' (63,996) at 20250904080008687
53555 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/meson.build' (63,997) at 20250904080039676
53556 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/ibm_handler.hpp' (63,998) at 20250904080024447
53557 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend' (63,999) at 20250904080019299
53558 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/cable-monitor.md' (64,000) at 20250904080008167
53559 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/FanboardPowerOn@.service' (64,001) at 20250904080019295
53560 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/inc/utils.hpp' (64,002) at 20250904080039672
53561 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/meson.build' (64,003) at 20250904080008687
53562 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/fanboardpower' (64,004) at 20250904080019295
53563 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/service-config-manager/src/srvcfg_manager.cpp' (64,005) at 20250904080039676
53564 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb' (64,006) at 20250904080019299
53565 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sel-logger/phosphor-sel-logger_git.bb' (64,007) at 20250904080019299
53566 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/plat-svc_0.1.bb' (64,008) at 20250904080019295
53567 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/gpio_util' (64,009) at 20250904080019295
53568 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/obmc-phosphor-buttons_git.bb' (64,010) at 20250904080019299
53569 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/test_fru-utils.cpp' (64,011) at 20250904080008687
53570 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/manager.cpp' (64,012) at 20250905080021137
53571 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/health/phosphor-health-monitor_%.bbappend' (64,013) at 20250905080015813
53572 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-fan.inc' (64,014) at 20250907080015857
53573 2025-10-05 03:01:04.856-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/leds/system1-led-manager-config/led.yaml' (64,015) at 20250908080012861
53574 2025-10-05 03:01:04.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/sensorcommands.cpp' (64,016) at 20250908080021614
53575 2025-10-05 03:01:04.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/leds/system1-led-manager-config-native.bb' (64,029) at 20250908080012861
53576 2025-10-05 03:01:04.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/storagecommands.cpp' (64,030) at 20250908080021614
53577 2025-10-05 03:01:04.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2023.10.inc' (64,031) at 20250908080012861
53578 2025-10-05 03:01:04.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/ipmid-new.cpp' (64,032) at 20250908080021614
53579 2025-10-05 03:01:04.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (64,033) at 20250908080012861
53580 2025-10-05 03:01:04.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dbus-sdr/sdrutils.cpp' (64,034) at 20250908080021610
53581 2025-10-05 03:01:04.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/images/obmc-phosphor-image.bbappend' (64,035) at 20250908080012861
53582 2025-10-05 03:01:04.860-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/leds/phosphor-led-manager/bmc_booted.conf' (64,036) at 20250908080012861
53583 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/dbus-sdr/sdrutils.hpp' (64,037) at 20250908080021614
53584 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb' (64,038) at 20250907080015857
53585 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-system1/conf/machine/system1.conf' (64,040) at 20250908080012861
53586 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/pluggable.cpp' (64,041) at 20250909080029132
53587 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor/clemente/check-interposer-config.conf' (64,042) at 20250909080014888
53588 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/clemente/power-cmd' (64,043) at 20250909080014888
53589 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC/Redundancy.interface.yaml' (64,044) at 20250909080021900
53590 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/builder.cpp' (64,045) at 20250909080029132
53591 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/clemente/platform-early-sys-init' (64,046) at 20250909080014884
53592 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/conf.hpp' (64,047) at 20250909080029128
53593 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/host-bmc/host_pdr_handler.cpp' (64,048) at 20250909080038356
53594 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton_2021.04.inc' (64,049) at 20250908080012861
53595 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/numeric_sensor.cpp' (64,050) at 20250908080035126
53596 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/host.hpp' (64,051) at 20250909080029132
53597 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor/clemente/check-interposer-config' (64,052) at 20250909080014888
53598 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-dhcp.sh' (64,053) at 20250909080014888
53599 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor_%.bbappend' (64,054) at 20250909080014888
53600 2025-10-05 03:01:04.861-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/buildjson.cpp' (64,055) at 20250909080029132
53601 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/oem_ibm_handler.cpp' (64,056) at 20250909080038356
53602 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/oem_ibm_handler.hpp' (64,057) at 20250909080038356
53603 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/pluggable.hpp' (64,058) at 20250909080029132
53604 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/sensor.hpp' (64,059) at 20250909080029132
53605 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/fmc-imgtool_git.bb' (64,060) at 20250909080014884
53606 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Progress.interface.yaml' (64,061) at 20250909080021900
53607 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/sensors/host.cpp' (64,062) at 20250909080029132
53608 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/catalina/config-pdb-brick.json' (64,063) at 20250909080014884
53609 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/meson.build' (64,064) at 20250909080021896
53610 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/fmc-imgtool.inc' (64,065) at 20250909080014884
53611 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/Hardware/Santabarbara.interface.yaml' (64,066) at 20250909080021896
53612 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/util.cpp' (64,067) at 20250909080029132
53613 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/manager_utils.hpp' (64,068) at 20250909080004823
53614 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/main.cpp' (64,069) at 20250909080029132
53615 2025-10-05 03:01:04.862-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/ipz_parser.cpp' (64,070) at 20250909080020052
53616 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-schematic-init' (64,071) at 20250909080014888
53617 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-system-state-init' (64,072) at 20250909080014884
53618 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-x86/chassis/x86-power-control/power-config-host0.json' (64,073) at 20250909080014888
53619 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/clemente/config.json' (64,074) at 20250909080014888
53620 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/data/gui_variables.py' (64,075) at 20250909080015992
53621 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/openbmc-dbus.json' (64,076) at 20250909080007007
53622 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/tz-msc.c' (64,077) at 20250902080039379
53623 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-bridge/pcie_pci_bridge.c' (64,078) at 20250902080039395
53624 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/i82596.c' (64,079) at 20250902080039383
53625 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/sabre.c' (64,080) at 20250902080039399
53626 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cxl/cxl-events.c' (64,081) at 20250902080039319
53627 2025-10-05 03:01:04.863-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/qemu-timer.c' (64,082) at 20250902080039735
53628 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/riscv64/Makefile.softmmu-target' (64,083) at 20250902080039719
53629 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/crypto/tlscredsanon.c' (64,084) at 20250902080039275
53630 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/migration/postcopy-tests.c' (64,085) at 20250902080039719
53631 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/fsl-imx25.c' (64,086) at 20250902080039295
53632 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci-host/gt64120.c' (64,087) at 20250902080039399
53633 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-stattrib-kvm.c' (64,088) at 20250902080039419
53634 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/commit.c' (64,089) at 20250902080039255
53635 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/stubs/monitor-cpu-s390x.c' (64,090) at 20250902080039579
53636 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/mchp_pfsoc_ioscb.c' (64,091) at 20250902080039375
53637 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/armv7m_systick.c' (64,092) at 20250902080039435
53638 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_avr_mega2560.py' (64,093) at 20250902080039707
53639 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/aspeed_ast10x0.c' (64,094) at 20250902080039295
53640 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/ui/clipboard.h' (64,095) at 20250902080039515
53641 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/dmabuf.c' (64,096) at 20250902080039727
53642 2025-10-05 03:01:04.864-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/core/vm-change-state-handler.c' (64,097) at 20250902080039319
53643 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/block/block_int-common.h' (64,098) at 20250902080039479
53644 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/isa/fdc37m81x-superio.c' (64,099) at 20250902080039359
53645 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/xlnx-pmu-iomod-intc.c' (64,100) at 20250902080039359
53646 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sd/cadence_sdhci.c' (64,101) at 20250902080039427
53647 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/auxbus.c' (64,102) at 20250902080039371
53648 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/cpu_models_system.c' (64,103) at 20250902080039675
53649 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/system/tcg-cpu.c' (64,104) at 20250902080039635
53650 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/minreqs.txt' (64,105) at 20250902080039551
53651 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/kvm/tdx.h' (64,106) at 20250902080039627
53652 2025-10-05 03:01:04.865-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/timer/bcm2835_systmr.c' (64,107) at 20250902080039435
53653 2025-10-05 03:01:04.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/vnc.c' (64,108) at 20250902080039731
53654 2025-10-05 03:01:04.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ipmi/isa_ipmi_kcs.c' (64,109) at 20250902080039359
53655 2025-10-05 03:01:04.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/loongarch/kvm/kvm.c' (64,110) at 20250902080039639
53656 2025-10-05 03:01:04.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/backends/hostmem-shm.c' (64,111) at 20250902080039247
53657 2025-10-05 03:01:04.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/exynos4210_pmu.c' (64,112) at 20250902080039371
53658 2025-10-05 03:01:04.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/system/confidential-guest-support.rst' (64,113) at 20250902080039283
53659 2025-10-05 03:01:04.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/collie.c' (64,114) at 20250902080039295
53660 2025-10-05 03:01:04.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/i2c/npcm7xx_smbus.h' (64,115) at 20250902080039491
53661 2025-10-05 03:01:04.866-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/input/adb.c' (64,116) at 20250902080039347
53662 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/s390x/tcg/misc_helper.c' (64,117) at 20250902080039675
53663 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/rocker/rocker.h' (64,118) at 20250902080039387
53664 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/meson.build' (64,119) at 20250902080039727
53665 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/rust/qemu-api/src/qom.rs' (64,120) at 20250902080039575
53666 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/hvf/hvf-i386.h' (64,121) at 20250902080039623
53667 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vdpa-dev.c' (64,122) at 20250902080039455
53668 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/tcg-accel-ops-mttcg.c' (64,123) at 20250902080039243
53669 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/io/channel-tls.c' (64,124) at 20250902080039515
53670 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ssi/sifive_spi.c' (64,125) at 20250902080039435
53671 2025-10-05 03:01:04.867-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/qom-set-drive.out' (64,126) at 20250902080039715
53672 2025-10-05 03:01:04.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-x86/unistd_64.h' (64,127) at 20250902080039519
53673 2025-10-05 03:01:04.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/unimp.c' (64,128) at 20250902080039379
53674 2025-10-05 03:01:04.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/accel/tcg/backend-ldst.h' (64,129) at 20250902080039243
53675 2025-10-05 03:01:04.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/parallels.c' (64,130) at 20250902080039259
53676 2025-10-05 03:01:04.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/vhost-user-fs-ccw.c' (64,131) at 20250902080039419
53677 2025-10-05 03:01:04.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/audio/mixeng.c' (64,132) at 20250902080039247
53678 2025-10-05 03:01:04.868-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/watchdog/wdt_imx2.c' (64,133) at 20250902080039471
53679 2025-10-05 03:01:04.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/pci/pci_host.c' (64,134) at 20250902080039403
53680 2025-10-05 03:01:04.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/block/monitor/block-hmp-cmds.c' (64,135) at 20250902080039259
53681 2025-10-05 03:01:04.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/decode/succ_infer1.decode' (64,136) at 20250902080039703
53682 2025-10-05 03:01:04.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/migration.h' (64,137) at 20250902080039535
53683 2025-10-05 03:01:04.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/applesmc.c' (64,138) at 20250902080039367
53684 2025-10-05 03:01:04.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd.c' (64,139) at 20250902080039535
53685 2025-10-05 03:01:04.869-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/msf2-emac.c' (64,140) at 20250902080039383
53686 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/audio/cs4231.c' (64,141) at 20250902080039307
53687 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/sphinx/qapidoc.py' (64,142) at 20250902080039283
53688 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/char/max78000_uart.h' (64,143) at 20250902080039487
53689 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/qapi/common.json' (64,144) at 20250902080039559
53690 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/tracing.rst' (64,145) at 20250902080039279
53691 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/arm_gic_common.c' (64,146) at 20250902080039347
53692 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/hyperv/syndbg.c' (64,147) at 20250902080039335
53693 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/rc4030.c' (64,148) at 20250902080039331
53694 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/i18n.vendor.spec.js' (64,149) at 20250830080037811
53695 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/utilities/objectUtils.js' (64,150) at 20250830080037811
53696 2025-10-05 03:01:04.870-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network_%.bbappend' (64,151) at 20250830080015003
53697 2025-10-05 03:01:04.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/locales/nvidia/ru-RU.json' (64,152) at 20250830080037807
53698 2025-10-05 03:01:04.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/tests/unit/i18n.locale-alias.spec.js' (64,153) at 20250830080037811
53699 2025-10-05 03:01:04.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/locales/ru-RU.json' (64,154) at 20250830080037807
53700 2025-10-05 03:01:04.871-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/locales/nvidia/zh-CN.json' (64,155) at 20250830080037807
53701 2025-10-05 03:01:04.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/locales/ka-GE.json' (64,156) at 20250830080037807
53702 2025-10-05 03:01:04.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/locales/nvidia/ka-GE.json' (64,178) at 20250830080037807
53703 2025-10-05 03:01:04.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/fb-fboss/10-eth0.network' (64,179) at 20250830080015003
53704 2025-10-05 03:01:04.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/fb-fboss/20-eth0.4088.netdev' (64,180) at 20250830080015003
53705 2025-10-05 03:01:04.872-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/fb-fboss/30-usb0.network' (64,181) at 20250830080015003
53706 2025-10-05 03:01:04.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/tests/src/test_trigger.cpp' (64,182) at 20250830080036563
53707 2025-10-05 03:01:04.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/telemetry/src/trigger.cpp' (64,183) at 20250830080036563
53708 2025-10-05 03:01:04.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/ncsi/gbmc-ncsi-config.bb' (64,184) at 20250830080015003
53709 2025-10-05 03:01:04.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/locales/README.md' (64,185) at 20250830080037807
53710 2025-10-05 03:01:04.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/fb-compute/01-bmc-eth.network' (64,186) at 20250830080015003
53711 2025-10-05 03:01:04.873-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (64,187) at 20250830080015003
53712 2025-10-05 03:01:04.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/package.json' (64,188) at 20250830080037807
53713 2025-10-05 03:01:04.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/guidelines/internationalization.md' (64,189) at 20250830080037799
53714 2025-10-05 03:01:04.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/network/phosphor-network/fb-fboss/20-eth0.4088.network' (64,190) at 20250830080015003
53715 2025-10-05 03:01:04.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/i18n.js' (64,191) at 20250830080037807
53716 2025-10-05 03:01:04.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-kernel/linux/linux-aspeed/e3c246d4i.cfg' (64,192) at 20250901080024807
53717 2025-10-05 03:01:04.874-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/images/obmc-phosphor-image.bbappend' (64,193) at 20250901080024811
53718 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/recipes-kernel/linux/linux-aspeed/romulus.cfg' (64,205) at 20250901080024807
53719 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/conf/machine/bletchley.conf' (64,206) at 20250808080019218
53720 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/platform-gpio-monitor' (64,207) at 20250808080019222 to deleted uid set
53721 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/NotifyWatch.hpp' (64,208) at 20250814080024059
53722 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/HardwareStatus/SensorsStore.js' (64,209) at 20250812080045149
53723 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-support/libtinyxml2/libtinyxml2_%.bbappend' (64,210) at 20250812080022540
53724 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/hostSelector_switch.hpp' (64,211) at 20250812080028572
53725 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/software_update.cpp' (64,212) at 20250812080028228
53726 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/src/meson.build' (64,213) at 20250812080010696
53727 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (64,214) at 20250812080022536
53728 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/hostSelector_switch.cpp' (64,215) at 20250812080028572
53729 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-reset-button' (64,216) at 20250812080022536
53730 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/recipes-intel/hsbp-manager.bb' (64,217) at 20250812080022540
53731 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-reset-button' (64,218) at 20250812080022536
53732 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus_sensor_tester/subprojects/sdbusplus.wrap' (64,219) at 20250812080024124
53733 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/meson.build' (64,220) at 20250812080042533
53734 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/assert-reset-button.service' (64,221) at 20250812080022536
53735 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/deassert-reset-button.service' (64,222) at 20250812080022536
53736 2025-10-05 03:01:04.875-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/README.md' (64,223) at 20250812080028572
53737 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/global.json' (64,224) at 20250814080009978
53738 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/README.md' (64,225) at 20250815080015494
53739 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/darwin_chassis.json' (64,226) at 20250815080009837
53740 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-network/network/static-mac-addr.bb' (64,227) at 20250816080011732
53741 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/deassert-leak-handler' (64,228) at 20250816080011732
53742 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons/gpio_defs.json' (64,229) at 20250816080011732
53743 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-settingsd/settings_manager.mako.hpp' (64,230) at 20250816080026221
53744 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/meson.build' (64,231) at 20250816080005012
53745 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/minerva-fan-status-monitor.service' (64,232) at 20250816080011732
53746 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootloader_04.03.08.bb' (64,233) at 20250816080011732
53747 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/warning-leak-handler' (64,248) at 20250816080011732
53748 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml' (64,249) at 20250816080017980 to deleted uid set
53749 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/OWNERS' (64,250) at 20250816080024925
53750 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/xyz.openbmc_project.leakdetector.warning.deassert@.service' (64,251) at 20250816080011732
53751 2025-10-05 03:01:04.876-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/meson.build' (64,252) at 20250812080010328
53752 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/ssl_key_handler.cpp' (64,253) at 20250812080003180
53753 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-debug-collector/dump/sbe_dump_collector.cpp' (64,254) at 20250812080024756
53754 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/meson.build' (64,255) at 20250812080030008
53755 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/src/main.cpp' (64,256) at 20250812080028572
53756 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/terminus_manager.cpp' (64,257) at 20250814080047407
53757 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw_0.8.2.0.7.1.bb' (64,258) at 20250816080011732
53758 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/dump_utils.robot' (64,259) at 20250815080018794
53759 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/logging_utils.robot' (64,260) at 20250815080018794
53760 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/users.cpp' (64,264) at 20250814080041119
53761 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/docs/code_organisation.md' (64,265) at 20250829080106471
53762 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/docs/bios_implementation.md' (64,266) at 20250829080106471
53763 2025-10-05 03:01:04.877-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/README.md' (64,267) at 20250829080106471
53764 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/docs/code_flows.md' (64,268) at 20250829080106471
53765 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/remount-filesystem-readonly' (64,269) at 20250829080048398
53766 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/context.py' (64,270) at 20250724080015766
53767 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/vulkan-cts-sources.inc' (64,271) at 20250724080015706
53768 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyparsing_3.2.3.bb' (64,272) at 20250724080015794
53769 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch' (64,273) at 20250724080015794
53770 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/libplacebo/0001-meson-add-glslang-lib-for-15.0.0-linking.patch' (64,274) at 20250724080015710
53771 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch' (64,275) at 20250724080015774
53772 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/genericarm64.conf' (64,276) at 20250724080015754
53773 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/layer.conf' (64,277) at 20250724080015658
53774 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/classes/check-version-mismatch.bbclass' (64,278) at 20250724080015670
53775 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0023-compiler-rt-Enable-__int128-for-ppc32.patch' (64,279) at 20250724080015782
53776 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle_3.10.1.bb' (64,280) at 20250724080015814
53777 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/contrib/oe-image-files-spdx/.gitignore' (64,281) at 20250724080015814
53778 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/ddrescue_1.29.1.bb' (64,282) at 20250724080015698
53779 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod_34.2.bb' (64,283) at 20250724080015806
53780 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/sanity.bbclass' (64,284) at 20250724080015758
53781 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/timer/xfce4-timer-plugin_1.7.2.bb' (64,285) at 20250724080015726
53782 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-inject_git.bb' (64,286) at 20250724080015714
53783 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/0001-meson-stop-building-XA-by-default.patch' (64,287) at 20250724080015806
53784 2025-10-05 03:01:04.878-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-2_2.1.bb' (64,288) at 20250724080015662
53785 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch' (64,289) at 20250724080015774
53786 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vblade/vblade_25.bb' (64,290) at 20250724080015670
53787 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect_5.45.4.bb' (64,291) at 20250724080015786
53788 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0012-Pass-PYTHON_EXECUTABLE-when-cross-compiling-for-nati.patch' (64,292) at 20250724080015782
53789 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb' (64,293) at 20250724080015794
53790 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb' (64,294) at 20250724080015670
53791 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch' (64,295) at 20250724080015794
53792 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb' (64,296) at 20250724080015726
53793 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pycryptodomex_3.22.0.bb' (64,297) at 20250724080015794
53794 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/fiptool-native_2.12.1.bb' (64,298) at 20250724080015646
53795 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sedutil/sedutil_git.bb' (64,299) at 20250724080015706
53796 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-asyncinotify_4.2.1.bb' (64,300) at 20250724080015718
53797 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0013-Check-for-atomic-double-intrinsics.patch' (64,301) at 20250724080015782
53798 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eventlet_0.40.0.bb' (64,302) at 20250724080015722
53799 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-4.0.rst' (64,303) at 20250724080015746
53800 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0006-CMakeLists.txt-do-not-use-ccache.patch' (64,304) at 20250724080015702
53801 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtd/files/0004-ubifs-utils-extract_files-Include-linux-limits.h.patch' (64,305) at 20250724080015790
53802 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb' (64,306) at 20250724080015794
53803 2025-10-05 03:01:04.879-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/xtrans/multilibfix.patch' (64,307) at 20250724080015806
53804 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/docs/layer-contents.md' (64,308) at 20250724080015730
53805 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.3.bb' (64,309) at 20250724080015662
53806 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/apr/apr_1.7.5.bb' (64,310) at 20250724080015810
53807 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/machine/include/mips/arch-mips.inc' (64,311) at 20250724080015762
53808 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/files/static-passwd-meta-oe' (64,312) at 20250724080015674
53809 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/bin/bitbake-worker' (64,313) at 20250724080015734
53810 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-cross-canadian_1.24.3.bb' (64,314) at 20250724080015790
53811 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-requests/environment.d-python3-requests.sh' (64,315) at 20250724080015794
53812 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twitter_4.15.0.bb' (64,316) at 20250724080015726
53813 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go/0005-cmd-dist-separate-host-and-target-builds.patch' (64,317) at 20250724080015790
53814 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/acl.py' (64,318) at 20250724080015738
53815 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-cmake_4.0.2.bb' (64,319) at 20250724080015718
53816 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb' (64,320) at 20250724080015698
53817 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/fans/phosphor-fan/lfdarwin/host-poweroff' (64,321) at 20250724080015658
53818 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/valid-dists.patch' (64,322) at 20250724080015794
53819 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/osinfo-db-tools_1.12.0.bb' (64,323) at 20250724080015714
53820 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates_20250419.bb' (64,324) at 20250724080015810
53821 2025-10-05 03:01:04.880-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/.gitlab-ci.yml' (64,325) at 20250724080015638
53822 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/avoid_parallel_tests.patch' (64,326) at 20250724080015782
53823 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.2.bb' (64,327) at 20250724080015678
53824 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/0002-Fix-build-with-gcc-15.patch' (64,328) at 20250724080015670
53825 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-crypto_git.bb' (64,329) at 20250724080015650
53826 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/files/0001-Relax-pyelftools-dependency.patch' (64,330) at 20250724080015646
53827 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2024-45783.patch' (64,331) at 20250724080015770
53828 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/no-test-timeout.patch' (64,332) at 20250724080015810
53829 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/relocate-modules.patch' (64,333) at 20250724080015778
53830 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-amd/meta-daytonax/conf/layer.conf' (64,334) at 20250724080015638
53831 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-Use-portable-syntax-for-pushsection-directive-in-inl.patch' (64,335) at 20250724080015798
53832 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch' (64,336) at 20250724080015802
53833 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-eth-typing_5.2.1.bb' (64,337) at 20250724080015722
53834 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/hashserv/server.py' (64,338) at 20250724080015742
53835 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-dbus_1.4.0.bb' (64,339) at 20250724080015794
53836 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/0001-Platform-Sgi-workaround-ArmFfaLib-error.patch' (64,340) at 20250724080015642
53837 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/0002-Fix-function-definition-in-yacc-source-file-until-va.patch' (64,341) at 20250724080015710
53838 2025-10-05 03:01:04.881-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtd/files/0002-ubifs-utils-journal-Include-sys-stat.h.patch' (64,342) at 20250724080015790
53839 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch' (64,343) at 20250724080015790
53840 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-scons_4.9.1.bb' (64,344) at 20250724080015794
53841 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/populate_sdk_base.bbclass' (64,345) at 20250724080015758
53842 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/cups/cups-filters/0001-Fix-build-failure-with-GCC-15-and-std-c23.patch' (64,346) at 20250724080015710
53843 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson_2.14.1.bb' (64,347) at 20250724080015702
53844 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-5.1.rst' (64,348) at 20250724080015746
53845 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-s2600wf/conf/layer.conf' (64,349) at 20250724080015658
53846 2025-10-05 03:01:04.882-0500 FINEST t466 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' (64,350) at 20250724080015658
53847 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0013-raddb-certs-Makefile-fix-the-occasional-verification.patch' (64,351) at 20250724080015666
53848 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/autotools.py' (64,352) at 20250724080015766
53849 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxcvt_0.1.3.bb' (64,353) at 20250724080015806
53850 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/zip/zip_3.0.bb' (64,354) at 20250724080015802
53851 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.16.0.bb' (64,355) at 20250724080015662
53852 2025-10-05 03:01:04.882-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/armstubs/armstubs.bb' (64,356) at 20250724080015730
53853 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (64,357) at 20250724080015654
53854 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/CVE-2025-24528.patch' (64,358) at 20250724080015678
53855 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch' (64,359) at 20250724080015722
53856 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.41.bb' (64,360) at 20250724080015726
53857 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tornado_6.5.bb' (64,361) at 20250724080015726
53858 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.38.bb' (64,362) at 20250724080015778
53859 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libbpf/files/0001-libbpf-check-for-empty-BTF-data-section-in-btf_parse.patch' (64,363) at 20250724080015706
53860 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/0001-ISO-C23-Backport-stdbool.m4.patch' (64,364) at 20250724080015718
53861 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/iftop/iftop/0001-cfgfile-fix-build-with-gcc-15.patch' (64,365) at 20250724080015670
53862 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch' (64,366) at 20250724080015778
53863 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/libdnf/libdnf_0.74.0.bb' (64,367) at 20250724080015790
53864 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/CVE-2025-1180.patch' (64,368) at 20250724080015782
53865 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/opensuse_docs_pdf.sh' (64,369) at 20250724080015754
53866 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/brotli/brotli_1.1.0.bb' (64,370) at 20250724080015698
53867 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-runtime_1.24.3.bb' (64,371) at 20250724080015790
53868 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk4_4.18.5.bb' (64,372) at 20250724080015802
53869 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxft_2.3.9.bb' (64,373) at 20250724080015806
53870 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/elf.py' (64,374) at 20250724080015762
53871 2025-10-05 03:01:04.883-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb' (64,375) at 20250724080015670
53872 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ed/ed_1.21.1.bb' (64,376) at 20250724080015798
53873 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch' (64,377) at 20250724080015790
53874 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear_2025.88.bb' (64,378) at 20250724080015778
53875 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/classes/tfm_sign_image.bbclass' (64,379) at 20250724080015646
53876 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/c-ares_1.34.5.bb' (64,380) at 20250724080015710
53877 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/bmc_ipv6_utils.robot' (64,381) at 20250724080017174
53878 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/sbom30.py' (64,382) at 20250724080015766
53879 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libharu/libharu_2.4.5.bb' (64,383) at 20250724080015714
53880 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb' (64,384) at 20250724080015718
53881 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c/0001-AVRO-3957-C-Fix-typos-in-docs-and-examples-2795.patch' (64,385) at 20250724080015710
53882 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/whetstone/whetstone_1.2.bb' (64,386) at 20250724080015674
53883 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/xz/xz_5.8.1.bb' (64,387) at 20250724080015802
53884 2025-10-05 03:01:04.884-0500 FINEST t466 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' (64,388) at 20250724080015730
53885 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/0001-libunwind-Use-gcs-instead-of-gcs-target-attribute.patch' (64,389) at 20250724080015798
53886 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/index.rst' (64,390) at 20250724080015746
53887 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/upgrading-recipes.rst' (64,391) at 20250724080015746
53888 2025-10-05 03:01:04.884-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ingrasys/conf/layer.conf' (64,392) at 20250724080015658
53889 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/libcompress-raw-lzma-perl_2.213.bb' (64,393) at 20250724080015718
53890 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.3.bb' (64,394) at 20250724080015726
53891 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-objgraph/run-ptest' (64,395) at 20250724080015722
53892 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2_6.14.0.bb' (64,396) at 20250724080015774
53893 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/no-automake.patch' (64,397) at 20250724080015698
53894 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxml/libxml2/run-ptest' (64,398) at 20250724080015778
53895 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch' (64,399) at 20250724080015814
53896 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0005-llvm-allow-env-override-of-exe-and-libdir-path.patch' (64,400) at 20250724080015782
53897 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb' (64,401) at 20250724080015806
53898 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-reset-re++.bb' (64,402) at 20250724080015754
53899 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dnspython_2.7.0.bb' (64,403) at 20250724080015722
53900 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/conf/include/non-repro-meta-python.inc' (64,404) at 20250724080015718
53901 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0034-llvm-config-remove-LLVM_LDFLAGS-from-ldflags-output.patch' (64,405) at 20250724080015782
53902 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb' (64,406) at 20250724080015678
53903 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c_1.11.3.bb' (64,407) at 20250724080015710
53904 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang-crosssdk_git.bb' (64,408) at 20250724080015782
53905 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/radvd_2.20.bb' (64,409) at 20250724080015670
53906 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.11.0.bb' (64,410) at 20250724080015722
53907 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/0001-Makefile-common.am-Create-src-common-directory-befor.patch' (64,411) at 20250724080015726
53908 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0003-FMP-Support-in-Corstone1000.patch' (64,412) at 20250724080015642
53909 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/kernel-hardening-checker/kernel-hardening-checker_0.6.10.bb' (64,413) at 20250724080015710
53910 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb' (64,414) at 20250724080015774
53911 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/jq_1.7.1.bb' (64,415) at 20250724080015694
53912 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-cross-canadian.inc' (64,416) at 20250724080015786
53913 2025-10-05 03:01:04.885-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/freetype/freetype_2.13.3.bb' (64,417) at 20250724080015802
53914 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch' (64,418) at 20250724080015782
53915 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/skip-timeout.patch' (64,419) at 20250724080015778
53916 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm_1.85.1.bb' (64,420) at 20250724080015798
53917 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-mypy_1.15.0.bb' (64,421) at 20250724080015722
53918 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/udpcast/udpcast_20250223.bb' (64,422) at 20250724080015670
53919 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/kernel-fitimage.bbclass' (64,423) at 20250724080015758
53920 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy/0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch' (64,424) at 20250724080015722
53921 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf_2.72.bb' (64,425) at 20250724080015782
53922 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/inetutils_2.6.bb' (64,426) at 20250724080015774
53923 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-changelog-chug_0.0.3.bb' (64,427) at 20250724080015718
53924 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb' (64,428) at 20250724080015718
53925 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycurl_7.45.6.bb' (64,429) at 20250724080015722
53926 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/sys_futex.patch' (64,430) at 20250724080015718
53927 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/patchtest.README' (64,431) at 20250724080015818
53928 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-cairocffi/python3-cairocffi_1.7.1.bb' (64,432) at 20250724080015726
53929 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-nuvoton/conf/layer.conf' (64,433) at 20250724080015650
53930 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-15.1.inc' (64,434) at 20250724080015786
53931 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/recipes-bsp/rpi-eeprom/rpi-eeprom_git.bb' (64,435) at 20250724080015730
53932 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/iperf2/0001-fix-for-buildroot-linux-breakage-ticket-342.patch' (64,436) at 20250724080015674
53933 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0035-openmp-Do-not-emit-date-and-time-into-generate-files.patch' (64,437) at 20250724080015782
53934 2025-10-05 03:01:04.886-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/0001-bitvect-fix-build-with-gcc-15.patch' (64,438) at 20250724080015698
53935 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/build.py' (64,439) at 20250724080015738
53936 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch' (64,440) at 20250724080015794
53937 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux-firmware/linux-firmware_20250509.bb' (64,441) at 20250724080015806
53938 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.5.bb' (64,442) at 20250724080015670
53939 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0012-raddb-certs-Makefile-fix-the-existed-certificate-err.patch' (64,443) at 20250724080015666
53940 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-core/systemd/systemd_%.bbappend' (64,444) at 20250724080015730
53941 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/network.sh' (64,445) at 20250724080015782
53942 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/0004-tests-add-helper-script-to-run-the-installed_tests.patch' (64,446) at 20250724080015810
53943 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch' (64,447) at 20250724080015806
53944 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lz4_4.4.4.bb' (64,448) at 20250724080015722
53945 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-tox_4.26.0.bb' (64,449) at 20250724080015726
53946 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyelftools_0.32.bb' (64,450) at 20250724080015794
53947 2025-10-05 03:01:04.887-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-zeroconf_0.147.0.bb' (64,451) at 20250724080015726
53948 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch.py' (64,452) at 20250724080015742
53949 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/buildstats-diff' (64,453) at 20250724080015814
53950 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-5.0.rst' (64,454) at 20250724080015746
53951 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/0003-Include-time.h-header-to-pass-clang-compilation.patch' (64,455) at 20250724080015710
53952 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/lvm2.inc' (64,456) at 20250724080015714
53953 2025-10-05 03:01:04.888-0500 FINEST t466 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' (64,457) at 20250724080015806
53954 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils/0001-do-not-compile-stdbuf.patch' (64,458) at 20250724080015678
53955 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/conf/layer.conf' (64,459) at 20250724080015658
53956 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/minizip/minizip_1.3.1.bb' (64,460) at 20250724080015678
53957 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboop/liboop/0001-Use-pkg-config-to-find-tcl.patch' (64,461) at 20250724080015714
53958 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pycodestyle_2.13.0.bb' (64,462) at 20250724080015722
53959 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.14.bb' (64,463) at 20250724080015678
53960 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb' (64,464) at 20250724080015718
53961 2025-10-05 03:01:04.888-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/toolchain-scripts.bbclass' (64,465) at 20250724080015758
53962 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.bb' (64,466) at 20250724080015702
53963 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/libxmlb/libxmlb/0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch' (64,467) at 20250724080015802
53964 2025-10-05 03:01:04.889-0500 FINEST t466 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' (64,468) at 20250724080015774
53965 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/burnia/libburn/0001-Bug-fix-Faulty-signal-handler-prototype-spoiled-comp.patch' (64,469) at 20250724080015658
53966 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/gitsm.py' (64,470) at 20250724080015738
53967 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/cve-json-to-text.py' (64,471) at 20250724080015814
53968 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/rtmpdump_2.6.bb' (64,472) at 20250724080015662
53969 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/0001-fix-lttng-tools-fails-to-compile-with-libxml2-2.14.0.patch' (64,473) at 20250724080015810
53970 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish_0.3.0.bb' (64,474) at 20250724080015726
53971 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/kea_2.6.1.bb' (64,475) at 20250724080015774
53972 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey_8.1.1.bb' (64,476) at 20250724080015706
53973 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit_4.0.3.bb' (64,477) at 20250724080015710
53974 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes/devtool/python3-breathe_4.36.0.bb' (64,478) at 20250724080015726
53975 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.8.2.bb' (64,479) at 20250724080015730
53976 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_48.0.bb' (64,480) at 20250724080015658
53977 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch' (64,481) at 20250724080015798
53978 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/trusted-firmware-a_git.bb' (64,482) at 20250724080015646
53979 2025-10-05 03:01:04.889-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns_2600.120.12.bb' (64,483) at 20250724080015670
53980 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/display/virtio-gpu-virgl.c' (64,484) at 20250724080034734
53981 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/boost/boost.inc' (64,485) at 20250724080015810
53982 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pycairo_1.28.0.bb' (64,486) at 20250724080015794
53983 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-posix-ipc/0003-build_support-use-does_build_succeed-in-compile_and_.patch' (64,487) at 20250724080015722
53984 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/b4/b4_0.14.2.bb' (64,488) at 20250724080015694
53985 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/CVE-2025-2295.patch' (64,489) at 20250724080015782
53986 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary/0001-pyproject.toml-Replace-install_requires.patch' (64,490) at 20250724080015726
53987 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/autotools.bbclass' (64,491) at 20250724080015758
53988 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb' (64,492) at 20250724080015662
53989 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dbus-fast_2.44.1.bb' (64,493) at 20250724080015722
53990 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/layer.conf' (64,494) at 20250724080015650
53991 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine-masterfiles_3.21.5.bb' (64,495) at 20250724080015698
53992 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch' (64,496) at 20250724080015806
53993 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/opensbi/opensbi_1.6.bb' (64,497) at 20250724080015770
53994 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/iotop/iotop_1.29.bb' (64,498) at 20250724080015702
53995 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/dbd-mariadb_1.24.bb' (64,499) at 20250724080015698
53996 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-flit-core_3.12.0.bb' (64,500) at 20250724080015794
53997 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/run-ptest' (64,501) at 20250724080015794
53998 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb' (64,502) at 20250724080015674
53999 2025-10-05 03:01:04.890-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch' (64,503) at 20250724080015810
54000 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/0001-tests-Garm64-test-sve-signal-check-that-SVE-is-prese.patch' (64,504) at 20250724080015814
54001 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/revert-link-std-statically-in-rustc_driver-feature.patch' (64,505) at 20250724080015798
54002 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.5.bb' (64,506) at 20250724080015698
54003 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl3/libsdl3-image_3.2.4.bb' (64,507) at 20250724080015706
54004 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mctp/mctp_2.1.bb' (64,508) at 20250724080015670
54005 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd_1.195.bb' (64,509) at 20250724080015670
54006 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit_3.14.bb' (64,510) at 20250724080015782
54007 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb' (64,511) at 20250724080015726
54008 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/mysql-systemd-start' (64,512) at 20250724080015694
54009 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh_10.0p1.bb' (64,513) at 20250724080015774
54010 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb' (64,514) at 20250724080015674
54011 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3_3.18.bb' (64,515) at 20250724080015674
54012 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.12.0.bb' (64,516) at 20250724080015646
54013 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/cve-exclusion.inc' (64,517) at 20250724080015806
54014 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/0001-tests-do-not-strip-a-helper-library.patch' (64,518) at 20250724080015810
54015 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.6.bb' (64,519) at 20250724080015662
54016 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/libxcrypt.inc' (64,520) at 20250724080015778
54017 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/dhcpcd/files/0001-remove-INCLUDEDIR-to-prevent-build-issues.patch' (64,521) at 20250724080015774
54018 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch' (64,522) at 20250724080015798
54019 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/0001-pppdump-Fixed-building-with-GCC-15-548.patch' (64,523) at 20250724080015774
54020 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/twm_1.0.13.1.bb' (64,524) at 20250724080015706
54021 2025-10-05 03:01:04.891-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/sass/libsass/0001-Remove-version.h-from-source-directory.patch' (64,525) at 20250724080015814
54022 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/trusted-services.inc' (64,526) at 20250724080015650
54023 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/tftpy_0.8.5.bb' (64,527) at 20250724080015726
54024 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0003-Fix-libsodium-build.patch' (64,528) at 20250724080015702
54025 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/sqlite/sqlite3_3.48.0.bb' (64,529) at 20250724080015814
54026 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/qemu-pixman.c' (64,530) at 20250724080034766
54027 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch' (64,531) at 20250724080015798
54028 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-importlib-metadata_8.7.0.bb' (64,532) at 20250724080015722
54029 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/libgcrypt_1.11.1.bb' (64,533) at 20250724080015814
54030 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch' (64,534) at 20250724080015798
54031 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/localsearch/0001-fix-reproducibility.patch' (64,535) at 20250724080015662
54032 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_22.16.0.bb' (64,536) at 20250724080015698
54033 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/gcc15.patch' (64,537) at 20250724080015802
54034 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_3.25.bb' (64,538) at 20250724080015710
54035 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb' (64,539) at 20250724080015794
54036 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd_257.5.bb' (64,540) at 20250724080015782
54037 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb' (64,541) at 20250724080015702
54038 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch' (64,542) at 20250724080015714
54039 2025-10-05 03:01:04.892-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/0002-use-pkgconfig-instead-of-npth-config.patch' (64,543) at 20250724080015814
54040 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/edk2-firmware_202502.bb' (64,544) at 20250724080015646
54041 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.7.bb' (64,545) at 20250724080015714
54042 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-sphinx_8.2.1.bb' (64,546) at 20250724080015794
54043 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch' (64,547) at 20250724080015794
54044 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb' (64,548) at 20250724080015706
54045 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11/disable_tests.patch' (64,549) at 20250724080015806
54046 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libffi/libffi/not-win32.patch' (64,550) at 20250724080015814
54047 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0019-compiler-rt-Do-not-use-backtrace-APIs-on-non-glibc-l.patch' (64,551) at 20250724080015782
54048 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-charset-normalizer/0001-pyproject.toml-Relax-version-for-mypy.patch' (64,552) at 20250724080015718
54049 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit_git.bb' (64,553) at 20250724080015806
54050 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/0002-pyproject.toml-Keep-tool.setuptools.license-files.patch' (64,554) at 20250724080015722
54051 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb' (64,555) at 20250724080015722
54052 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libbpf/libbpf_1.5.0.bb' (64,556) at 20250724080015706
54053 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/numactl/numactl/Fix-the-test-output-format.patch' (64,557) at 20250724080015814
54054 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/calculator/xfce4-calculator-plugin_0.7.2.bb' (64,558) at 20250724080015726
54055 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/0001-Avoid-assert-on-empty-packet.patch' (64,559) at 20250724080015774
54056 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/cogl/cogl-1.0/0001-cogl-path-add-explicit-cast-to-avoid-an-incompatible.patch' (64,560) at 20250724080015662
54057 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp3_3.5.1.bb' (64,561) at 20250724080015710
54058 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.1.20191006.bb' (64,562) at 20250724080015666
54059 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/pango/pango_1.56.3.bb' (64,563) at 20250724080015806
54060 2025-10-05 03:01:04.893-0500 FINEST t466 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' (64,564) at 20250724080015810
54061 2025-10-05 03:01:04.893-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools_12.5.0.bb' (64,565) at 20250724080015670
54062 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/conf/layer.conf' (64,566) at 20250724080015662
54063 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee-ftpm/optee-ftpm_git.bb' (64,567) at 20250724080015646
54064 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/expat/expat_2.7.1.bb' (64,568) at 20250724080015778
54065 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/0001-enscript-does-not-build-with-C23-standard.patch' (64,569) at 20250724080015698
54066 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis_7.2.8.bb' (64,570) at 20250724080015702
54067 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb' (64,571) at 20250724080015658
54068 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi_1.3.0.bb' (64,572) at 20250724080015718
54069 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-bcrypt-crates.inc' (64,573) at 20250724080015794
54070 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb' (64,574) at 20250724080015726
54071 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.7.bb' (64,575) at 20250724080015662
54072 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/fontcache.bbclass' (64,576) at 20250724080015758
54073 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-schedule_1.2.2.bb' (64,577) at 20250724080015726
54074 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets_3.2.6.bb' (64,578) at 20250724080015706
54075 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/CVE-2024-45775.patch' (64,579) at 20250724080015770
54076 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/iperf2_2.2.1.bb' (64,580) at 20250724080015674
54077 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/lua-update-Makefile-to-use-environment-build-setting.patch' (64,581) at 20250724080015706
54078 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.99.1.bb' (64,582) at 20250724080015702
54079 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch' (64,583) at 20250724080015786
54080 2025-10-05 03:01:04.894-0500 FINEST t466 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' (64,584) at 20250724080015702
54081 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0007-plat-corstone1000-add-client_id-for-FMP-service.patch' (64,585) at 20250724080015642
54082 2025-10-05 03:01:04.894-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pychromecast/0001-Update-setuptools-requirement-from-80.0-65.6-to-65.6.patch' (64,586) at 20250724080015722
54083 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-apispec_6.8.2.bb' (64,587) at 20250724080015718
54084 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc' (64,588) at 20250724080015662
54085 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb' (64,589) at 20250724080015714
54086 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/0005-Handle-musl-on-PPC32.patch' (64,590) at 20250724080015814
54087 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-web3_7.11.1.bb' (64,591) at 20250724080015726
54088 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/0004-Fix-icu-config.patch' (64,592) at 20250724080015666
54089 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/nftables_1.1.3.bb' (64,593) at 20250724080015670
54090 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/new-recipe.rst' (64,594) at 20250724080015746
54091 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-vegman/conf/layer.conf' (64,595) at 20250724080015734
54092 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/alsa-lib_1.2.14.bb' (64,596) at 20250724080015810
54093 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/0001-meson.build-dont-check-for-lgi.patch' (64,597) at 20250724080015658
54094 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch' (64,598) at 20250724080015794
54095 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch' (64,599) at 20250724080015810
54096 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/meta_ide.py' (64,600) at 20250724080015766
54097 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/files/0001-Add-spmc_manifest-for-qemu.patch' (64,601) at 20250724080015646
54098 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11_1.8.12.bb' (64,602) at 20250724080015806
54099 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-supermicro/meta-x11spi/conf/layer.conf' (64,603) at 20250724080015734
54100 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/flex/flex/0001-build-tests-add-missing-parser-scanner-dependencies.patch' (64,604) at 20250724080015786
54101 2025-10-05 03:01:04.895-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb' (64,605) at 20250724080015790
54102 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/make_error_func_prototype_complete.patch' (64,606) at 20250724080015798
54103 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/__init__.py' (64,607) at 20250724080015738
54104 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-global/sstate.bbclass' (64,608) at 20250724080015758
54105 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/0001-task_queue-fix-build-with-gcc-15.patch' (64,609) at 20250724080015662
54106 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib/no-examples.patch' (64,610) at 20250724080015778
54107 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/0001-cmCurl-Avoid-using-undocumented-type-for-CURLOPT_NET.patch' (64,611) at 20250724080015786
54108 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-inventec/meta-starscream/conf/layer.conf' (64,612) at 20250724080015658
54109 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/0017-Add-acinclude.m4-to-include-required-macros.patch' (64,613) at 20250724080015666
54110 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0009-Remove-PLATFORM_HAS_ATTEST_PK-define-from-IAT-test.patch' (64,614) at 20250724080015646
54111 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/meta-s8036/conf/layer.conf' (64,615) at 20250724080015734
54112 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb' (64,616) at 20250724080015706
54113 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography-common.inc' (64,617) at 20250724080015794
54114 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/send-error-report' (64,618) at 20250724080015818
54115 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libspdm/libspdm_3.7.0.bb' (64,619) at 20250724080015714
54116 2025-10-05 03:01:04.896-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/contrib/vim/ftdetect/bitbake.vim' (64,620) at 20250724080015734
54117 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_1.0.bb' (64,621) at 20250724080015718
54118 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch' (64,622) at 20250724080015774
54119 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0007-libsodium-aarch64-set-compiler-attributes-after-including-arm_.patch' (64,623) at 20250724080015702
54120 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/ts-sp-smm-gateway_%.bbappend' (64,624) at 20250724080015646
54121 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb_1.4.13.bb' (64,625) at 20250724080015670
54122 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/go/go-1.24.3.inc' (64,626) at 20250724080015790
54123 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/iperf3/0001-fix-build-with-gcc-15.patch' (64,627) at 20250724080015674
54124 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo-c/0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch' (64,628) at 20250724080015794
54125 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts-sources.inc' (64,629) at 20250724080015706
54126 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pymongo_4.13.0.bb' (64,630) at 20250724080015722
54127 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/0001-configure-Check-for-clang.patch' (64,631) at 20250724080015810
54128 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/googletest/googletest/gtest-ciso646.patch' (64,632) at 20250724080015718
54129 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/bmaptool/bmaptool_3.9.0.bb' (64,633) at 20250724080015810
54130 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp_2.5.2.bb' (64,634) at 20250724080015774
54131 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libpsats_git.bb' (64,635) at 20250724080015646
54132 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/geos/geos_3.13.1.bb' (64,636) at 20250724080015710
54133 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew_2.2.0.bb' (64,637) at 20250724080015802
54134 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libxfont_1.5.4.bb' (64,638) at 20250724080015806
54135 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm_1.5.bb' (64,639) at 20250724080015698
54136 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0018-llvm-clang-Insert-anchor-for-adding-OE-distro-vendor.patch' (64,640) at 20250724080015782
54137 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/migrator.patch' (64,641) at 20250724080015802
54138 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0031-compiler-rt-Do-not-pass-target-to-clang-compiler.patch' (64,642) at 20250724080015782
54139 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/conf/recipes/fb-consoles.inc' (64,643) at 20250724080015650
54140 2025-10-05 03:01:04.897-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmatrix/cmatrix/0001-reproducibility-Prevent-configuration-from-reading-h.patch' (64,644) at 20250724080015698
54141 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_7.1.8.bb' (64,645) at 20250724080015718
54142 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libassuan/libassuan/libassuan-add-pkgconfig-support.patch' (64,646) at 20250724080015814
54143 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/0005-Define-_GNU_SOURCE-to-get-PTHREAD_MUTEX_INITIALIZER.patch' (64,647) at 20250724080015702
54144 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/rpm-sequoia/rpm-sequoia-crypto-policy_git.bb' (64,648) at 20250724080015794
54145 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst' (64,649) at 20250724080015738
54146 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-rsa_4.9.1.bb' (64,650) at 20250724080015726
54147 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/ibus/ibus/0001-src-Fix-declaration-errors-with-GCC-15.patch' (64,651) at 20250724080015662
54148 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/create-spdx-2.2.bbclass' (64,652) at 20250724080015762
54149 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch' (64,653) at 20250724080015814
54150 2025-10-05 03:01:04.898-0500 FINEST t466 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' (64,654) at 20250724080015774
54151 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/poke/poke_4.2.bb' (64,655) at 20250724080015698
54152 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/linux-yocto_6.12.bb' (64,656) at 20250724080015810
54153 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/libcgroup/libcgroup_3.2.0.bb' (64,657) at 20250724080015778
54154 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/0002-arm64-add-pac-mask-to-better-support-gdb-stack-unwin.patch' (64,658) at 20250724080015706
54155 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/u-boot_2025.04.bb' (64,659) at 20250724080015774
54156 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oe/spdx30_tasks.py' (64,660) at 20250724080015766
54157 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyhsslms_2.0.0.bb' (64,661) at 20250724080015722
54158 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-vcversioner_2.16.0.0.bb' (64,662) at 20250724080015794
54159 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/mtd/files/0003-ubifs-utils-link-libmissing.a-in-case-execinfo.h-isn.patch' (64,663) at 20250724080015790
54160 2025-10-05 03:01:04.898-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/tools/host_packages_scripts/ubuntu_docs_pdf.sh' (64,664) at 20250724080015754
54161 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/perl-rdepends.txt' (64,665) at 20250724080015790
54162 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/sass/sassc/0001-Remove-sassc_version.h-from-source-directory.patch' (64,666) at 20250724080015814
54163 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-spidev_3.7.bb' (64,667) at 20250724080015726
54164 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-palmetto/conf/machine/palmetto.conf' (64,668) at 20250724080015658
54165 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/0001-pppd-session-Fixed-building-with-GCC-15.patch' (64,669) at 20250724080015774
54166 2025-10-05 03:01:04.899-0500 FINEST t466 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' (64,670) at 20250724080015662
54167 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_48.0.bb' (64,671) at 20250724080015662
54168 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-webargs_8.7.0.bb' (64,672) at 20250724080015726
54169 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/0002-ext-phar-Makefile.frag-Fix-phar-packaging.patch' (64,673) at 20250724080015698
54170 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/scripts/install-buildtools' (64,674) at 20250724080015814
54171 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/keepalived/keepalived_2.3.2.bb' (64,675) at 20250724080015666
54172 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/settings/phosphor-settings-defaults-native.bbappend' (64,676) at 20250724080015654
54173 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/led-blue-assert@.service' (64,677) at 20250724080015654
54174 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-common.inc' (64,678) at 20250724080015650
54175 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pdm-backend_2.4.4.bb' (64,679) at 20250724080015794
54176 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/no-native-gpg-error.patch' (64,680) at 20250724080015814
54177 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/extensible.rst' (64,681) at 20250724080015754
54178 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata_1.47.5.bb' (64,682) at 20250724080015726
54179 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-tyan/conf/layer.conf' (64,683) at 20250724080015734
54180 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/malloc.patch' (64,684) at 20250724080015814
54181 2025-10-05 03:01:04.899-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/conf/layer.conf' (64,685) at 20250724080015726
54182 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/CVE-2024-52532-3.patch' (64,686) at 20250724080015714
54183 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/bluez5/bluez5.inc' (64,687) at 20250724080015774
54184 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules_2.13.18.bb' (64,688) at 20250724080015810
54185 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libyaml/libyaml_0.2.5.bb' (64,689) at 20250724080015814
54186 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit_1.43.9.bb' (64,690) at 20250724080015670
54187 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch' (64,691) at 20250724080015802
54188 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xinit/0001-Make-manpage-multilib-identical.patch' (64,692) at 20250724080015806
54189 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb' (64,693) at 20250724080015802
54190 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/fix-ftbfs-riscv64.patch' (64,694) at 20250724080015810
54191 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-lxml_5.4.0.bb' (64,695) at 20250724080015794
54192 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-ids/suricata/libhtp_0.5.50.bb' (64,696) at 20250724080015734
54193 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-rpds-py-crates.inc' (64,697) at 20250724080015794
54194 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue.py' (64,698) at 20250724080015742
54195 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx_1.15.1.bb' (64,699) at 20250724080015710
54196 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/vulkan-headers_1.4.313.0.bb' (64,700) at 20250724080015806
54197 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/strongswan/0002-callback-job-Replace-return_false-in-constructors-wi.patch' (64,701) at 20250724080015670
54198 2025-10-05 03:01:04.900-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/fragments/yocto-autobuilder/multilib-mips64-n32.conf' (64,702) at 20250724080015762
54199 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Fix-timerfd-syscall-test.patch' (64,703) at 20250724080015798
54200 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/files/cross_ar.patch' (64,704) at 20250724080015702
54201 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes/sign_rpm.bbclass' (64,705) at 20250724080015762
54202 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb' (64,706) at 20250724080015718
54203 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-yamlpath_3.8.2.bb' (64,707) at 20250724080015734
54204 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb' (64,708) at 20250724080015662
54205 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/perl/libtimedate-perl_2.30.bb' (64,709) at 20250724080015802
54206 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0030-scan-build-py-respect-LLVM_LIBDIR_SUFFIX-like-other-.patch' (64,710) at 20250724080015782
54207 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/fragments/yocto-autobuilder/multilib-x86-lib32.conf' (64,711) at 20250724080015762
54208 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust_2.13.9.bb' (64,712) at 20250724080015810
54209 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/migration-guides/release-notes-5.1.3.rst' (64,713) at 20250724080015750
54210 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/babeltrace2/0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch' (64,714) at 20250724080015810
54211 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-yocto-bsp/conf/machine/genericx86.conf' (64,715) at 20250724080015754
54212 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-poetry-core_2.1.3.bb' (64,716) at 20250724080015794
54213 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/thttpd.service' (64,717) at 20250724080015726
54214 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools-git-crates.inc' (64,718) at 20250724080015674
54215 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/defconfig' (64,719) at 20250724080015778
54216 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-client/tee-supplicant.sh' (64,720) at 20250724080015646
54217 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-sh_2.2.2.bb' (64,721) at 20250724080015726
54218 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-ftp_0.3.1.bb' (64,722) at 20250724080015726
54219 2025-10-05 03:01:04.901-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/0002-Fix-osspuuid-build.patch' (64,723) at 20250724080015702
54220 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/archive/thunar-archive-plugin_0.5.2.bb' (64,724) at 20250724080015730
54221 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/bindgen-cli/bindgen-cli-crates.inc' (64,725) at 20250724080015782
54222 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/0001-configure-Drop-setting-mcpu-cortex-a8-on-arm.patch' (64,726) at 20250724080015798
54223 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcyusbserial/libcyusbserial/0001-Fix-gcc-15-incompatible-pointer-types-error.patch' (64,727) at 20250724080015714
54224 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee.inc' (64,728) at 20250724080015646
54225 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch' (64,729) at 20250724080015810
54226 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb' (64,730) at 20250724080015786
54227 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm/0001-fix-cstdint-error-with-gcc-15.0.1.patch' (64,731) at 20250724080015698
54228 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-examples/0001-Make-player-examples-installable.patch' (64,732) at 20250724080015810
54229 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/classes/dm-verity-img.bbclass' (64,733) at 20250724080015734
54230 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/0002-projectorganizer-fix-various-warnings.patch' (64,734) at 20250724080015694
54231 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc-sanitizers_15.1.bb' (64,735) at 20250724080015786
54232 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/which/which_2.21.bb' (64,736) at 20250724080015802
54233 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/remmina/remmina_1.4.36.bb' (64,737) at 20250724080015718
54234 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-jade/conf/layer.conf' (64,738) at 20250724080015638
54235 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/documentation.conf' (64,739) at 20250724080015762
54236 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq_3.0.19.bb' (64,740) at 20250724080015666
54237 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/libacpi_0.2.bb' (64,741) at 20250724080015770
54238 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/nsswitch.conf' (64,742) at 20250724080015774
54239 2025-10-05 03:01:04.902-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/0001-Fix-build-with-gcc-15.patch' (64,743) at 20250724080015666
54240 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libxmp/libxmp_4.6.3.bb' (64,744) at 20250724080015710
54241 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/source-highlight/source-highlight_git.bb' (64,745) at 20250724080015718
54242 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus-glib_0.114.bb' (64,746) at 20250724080015778
54243 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/fragments/yocto-autobuilder/multilib-x86-lib64.conf' (64,747) at 20250724080015762
54244 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-connectivity/libupnp/libupnp_1.14.18.bb' (64,748) at 20250724080015662
54245 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb' (64,749) at 20250724080015662
54246 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/yyjson/yyjson_0.11.1.bb' (64,750) at 20250724080015718
54247 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.16/oe-npm-cache' (64,751) at 20250724080015698
54248 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-daemon_3.1.2.bb' (64,752) at 20250724080015722
54249 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/bc/bc_1.08.1.bb' (64,753) at 20250724080015798
54250 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-elementpath_5.0.1.bb' (64,754) at 20250724080015722
54251 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb' (64,755) at 20250724080015714
54252 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv/pv-test-system-version.patch' (64,756) at 20250724080015718
54253 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-kernel/linux/cve-exclusion_6.12.inc' (64,757) at 20250724080015806
54254 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/edk2-firmware_202408.bb' (64,758) at 20250724080015642
54255 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xsp/xsp/0001-fix-incompatible-pointer-types-build-error-in-gcc-15.patch' (64,759) at 20250724080015710
54256 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_6.13.11.bb' (64,760) at 20250724080015658
54257 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/0002-fix-Foundation-Build-error-with-GCC-15-class-Poco-Pr.patch' (64,761) at 20250724080015718
54258 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit_302.bb' (64,762) at 20250724080015710
54259 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/spice_git.bb' (64,763) at 20250724080015670
54260 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler_25.04.0.bb' (64,764) at 20250724080015718
54261 2025-10-05 03:01:04.903-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb' (64,765) at 20250724080015726
54262 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb' (64,766) at 20250724080015806
54263 2025-10-05 03:01:04.904-0500 FINEST t466 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' (64,767) at 20250724080015786
54264 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached_1.6.38.bb' (64,768) at 20250724080015670
54265 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/cglm/cglm_0.9.6.bb' (64,769) at 20250724080015706
54266 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge_20230101.bb' (64,770) at 20250724080015706
54267 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0011-Align-PSA-Crypto-with-TF-Mv2.1.patch' (64,771) at 20250724080015646
54268 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0025-compiler-rt-Fix-stat-struct-s-size-for-O32-ABI.patch' (64,772) at 20250724080015782
54269 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/0003-Makefile.am-disable-building-noinst-tests-for-musl.patch' (64,773) at 20250724080015710
54270 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-typer_0.15.4.bb' (64,774) at 20250724080015726
54271 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/pm-qa/pm-qa_git.bb' (64,775) at 20250724080015718
54272 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/fitimage.py' (64,776) at 20250724080015766
54273 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb' (64,777) at 20250724080015722
54274 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-crypt-r_3.13.1.bb' (64,778) at 20250724080015722
54275 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/tigervnc/tigervnc_1.15.0.bb' (64,779) at 20250724080015706
54276 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/bit7z/0001-Fix-reinterpret-cast-compiler-errors.patch' (64,780) at 20250724080015698
54277 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/classes-recipe/gio-module-cache.bbclass' (64,781) at 20250724080015758
54278 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/digitemp/digitemp_3.7.2.bb' (64,782) at 20250724080015710
54279 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/corstone1000.inc' (64,783) at 20250724080015642
54280 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_48.0.bb' (64,784) at 20250724080015802
54281 2025-10-05 03:01:04.904-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/frontled' (64,785) at 20250724080015654
54282 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/fb-ipmi-oem/src/oemcommands.cpp' (64,786) at 20250724080008561
54283 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-moteus_0.3.87.bb' (64,787) at 20250724080015722
54284 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/konkretcmpi/konkretcmpi_0.9.2.bb' (64,788) at 20250724080015702
54285 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb' (64,789) at 20250724080015674
54286 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/fvp-corstone1000.bb' (64,790) at 20250724080015646
54287 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/classes.rst' (64,791) at 20250724080015750
54288 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit_5.35.2.bb' (64,792) at 20250724080015714
54289 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/0001-Fix-possibly-uninitialized-warnings.patch' (64,793) at 20250724080015714
54290 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/time64.inc' (64,794) at 20250724080015762
54291 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/CVE-2024-32661.patch' (64,795) at 20250724080015710
54292 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0015-se-proxy-protobuf-change.patch' (64,796) at 20250724080015646
54293 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-django_5.2.bb' (64,797) at 20250724080015722
54294 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py_3.13.0.bb' (64,798) at 20250724080015722
54295 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort3/0001-Fix-build-with-gcc-15.patch' (64,799) at 20250724080015666
54296 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-dl360poc/conf/layer.conf' (64,800) at 20250724080015658
54297 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-hexbytes_1.3.1.bb' (64,801) at 20250724080015722
54298 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-platformdirs_4.3.8.bb' (64,802) at 20250724080015722
54299 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/LICENSE-OASIS' (64,803) at 20250724080015786
54300 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/acl/run-ptest' (64,804) at 20250724080015810
54301 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb-cross.inc' (64,805) at 20250724080015790
54302 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/compiler-rt_git.bb' (64,806) at 20250724080015782
54303 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image_15.0.0.bb' (64,807) at 20250724080015778
54304 2025-10-05 03:01:04.905-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/0001-base-passwd-Add-the-sgx-group.patch' (64,808) at 20250724080015774
54305 2025-10-05 03:01:04.905-0500 FINEST t466 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' (64,809) at 20250724080015698
54306 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0006-clang-driver-Check-sysroot-for-ldso-path.patch' (64,810) at 20250724080015782
54307 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv/run-ptest' (64,811) at 20250724080015718
54308 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/conf/version-check.conf' (64,812) at 20250724080015670
54309 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-spm-test1_git.bb' (64,813) at 20250724080015650
54310 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/attr/acl/0001-libmisc-__acl_get_uid-fix-memory-wasting-loop-if-use.patch' (64,814) at 20250724080015810
54311 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/ply/yacc.py' (64,815) at 20250724080015742
54312 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/0001-libgcrypt-fix-m4-file-for-oe-core.patch' (64,816) at 20250724080015814
54313 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev_1.0.3.bb' (64,817) at 20250724080015714
54314 2025-10-05 03:01:04.906-0500 FINEST t466 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' (64,818) at 20250724080015810
54315 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb' (64,819) at 20250724080015794
54316 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/0001-buildinfo-strip-sysroot-and-debug-prefix-map-from-co.patch' (64,820) at 20250724080015774
54317 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb' (64,821) at 20250724080015710
54318 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/recipes-compliance/openscap/openscap_1.4.1.bb' (64,822) at 20250724080015734
54319 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/appendix-obtain.rst' (64,823) at 20250724080015754
54320 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0017-clang-Use-python3-in-python-scripts.patch' (64,824) at 20250724080015782
54321 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch' (64,825) at 20250724080015814
54322 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/0015-clang-Fix-resource-dir-location-for-cross-toolchains.patch' (64,826) at 20250724080015782
54323 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ts-sp-se-proxy_git.bb' (64,827) at 20250724080015650
54324 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-iniconfig_2.1.0.bb' (64,828) at 20250724080015794
54325 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman/CVE-2025-32743.patch' (64,829) at 20250724080015774
54326 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/perl-cross/perlcross_1.6.2.bb' (64,830) at 20250724080015790
54327 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/strongswan/0003-Cast-uses-of-return_-nop-and-enumerator_create_empty.patch' (64,831) at 20250724080015670
54328 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/dracut/dracut_106.bb' (64,832) at 20250724080015662
54329 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit_4.0.1.bb' (64,833) at 20250724080015702
54330 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/zsh/zsh_5.9.bb' (64,834) at 20250724080015710
54331 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/0001-libxfce4ui-Avoid-deprecated-functions.patch' (64,835) at 20250724080015726
54332 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/netload/xfce4-netload-plugin_1.4.1.bb' (64,836) at 20250724080015726
54333 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb' (64,837) at 20250724080015666
54334 2025-10-05 03:01:04.906-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-sbp1/conf/layer.conf' (64,838) at 20250724080015658
54335 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/0001-Remove-http-and-https-aliases-support-test.patch' (64,839) at 20250724080015714
54336 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/0005-plat-corstone1000-Use-the-stateless-platform-service.patch' (64,840) at 20250724080015642
54337 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/parse/__init__.py' (64,841) at 20250724080015738
54338 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/non-repro-meta-oe.inc' (64,842) at 20250724080015670
54339 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gcovr/0001-pyproject.toml-Support-newer-versions.patch' (64,843) at 20250724080015722
54340 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/0001-Fix-linker-error-for-TX_RING.patch' (64,844) at 20250724080015670
54341 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/conf/distro/include/tcmode-default.inc' (64,845) at 20250724080015762
54342 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd_3.6.7.bb' (64,846) at 20250724080015774
54343 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/meta-romulus/conf/machine/romulus.conf' (64,847) at 20250724080015658
54344 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.10.2.bb' (64,848) at 20250724080015734
54345 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/conf/machine/include/rpi-default-versions.inc' (64,849) at 20250724080015730
54346 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.50.bb' (64,850) at 20250724080015718
54347 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/shadow/shadow_4.17.4.bb' (64,851) at 20250724080015802
54348 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb' (64,852) at 20250724080015722
54349 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/libidn/libidn2_2.3.8.bb' (64,853) at 20250724080015802
54350 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-colorclass_2.2.2.bb' (64,854) at 20250724080015718
54351 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/storagehandler.cpp' (64,855) at 20250818080029639
54352 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-bootblock_0.5.6.bb' (64,856) at 20250816080011732
54353 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/minerva-fan-status-monitor' (64,857) at 20250816080011732
54354 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/xyz.openbmc_project.leakdetector.warning.assert@.service' (64,858) at 20250816080011732
54355 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-phosphor/console/obmc-console_%.bbappend' (64,859) at 20250819080024574
54356 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/Inventory.hpp' (64,860) at 20250819080005485
54357 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.clang-tidy' (64,861) at 20250819080004429
54358 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/registries/update_message_registry.hpp' (64,862) at 20250819080004429
54359 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-phosphor/console/obmc-console/obmc-console.conf' (64,863) at 20250819080024574
54360 2025-10-05 03:01:04.907-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml' (64,864) at 20250819080036310
54361 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/intel-ipmi-oem/src/oemcommands.cpp' (64,865) at 20250819080009734
54362 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd_%.bbappend' (64,866) at 20250821080017846
54363 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/OWNERS' (64,867) at 20250821080017846
54364 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/fallback.hpp.mako' (64,868) at 20250821080026346
54365 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/meson.build' (64,869) at 20250821080024938
54366 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/Hardware/Minerva.interface.yaml' (64,870) at 20250821080024938
54367 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/anyof.hpp.mako' (64,871) at 20250821080026346
54368 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/x86-power-control/src/power_control.cpp' (64,872) at 20250821080041678
54369 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/pcie_card_floors.cpp' (64,891) at 20250821080026346
54370 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd/serial-getty@.conf' (64,892) at 20250821080017846
54371 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/OWNERS' (64,893) at 20250821080026346
54372 2025-10-05 03:01:04.908-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/tach.hpp.mako' (64,894) at 20250821080026350
54373 2025-10-05 03:01:04.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/extensions/openpower-pels/registry/message_registry.json' (64,895) at 20250821080029870
54374 2025-10-05 03:01:04.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (64,896) at 20250820080014508
54375 2025-10-05 03:01:04.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/service_files/obmc-led-group-start@.service' (64,897) at 20250820080024712
54376 2025-10-05 03:01:04.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/service_files/obmc-led-group-stop@.service' (64,898) at 20250820080024712
54377 2025-10-05 03:01:04.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/backend-nic-driver-bind' (64,899) at 20250820080014508
54378 2025-10-05 03:01:04.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmi-fru-parser/strgfnhandler.cpp' (64,900) at 20250820080010644
54379 2025-10-05 03:01:04.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/host-poweron' (64,901) at 20250820080014508
54380 2025-10-05 03:01:04.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/conf/machine/include/redundant-bmc.inc' (64,902) at 20250820080014508
54381 2025-10-05 03:01:04.909-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/clemente/standby-power-enable' (64,903) at 20250820080014508
54382 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/utils.hpp' (64,911) at 20250820080007056
54383 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/backend-nic-driver-bind.service' (64,912) at 20250820080014508
54384 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/plat-svc_0.1.bb' (64,913) at 20250820080014508
54385 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/machine/huygens.conf' (64,914) at 20250820080014508
54386 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/count_state_target.hpp' (64,915) at 20250821080026346
54387 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/inc/post_code.hpp' (64,916) at 20250821080032582
54388 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/handlers.hpp' (64,917) at 20250821080026346
54389 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_platform_cmd.cpp' (64,918) at 20250821080036426
54390 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/cx8_ocp.json' (64,919) at 20250821080010330
54391 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/pfpgen.py' (64,920) at 20250821080026346
54392 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/event.hpp' (64,921) at 20250821080026346
54393 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-fru.inc' (64,922) at 20250821080017850
54394 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/generated.hpp.mako' (64,923) at 20250821080026346
54395 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/inc/button_factory.hpp' (64,924) at 20250821080024006
54396 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/gen-fan-zone-defs.py' (64,925) at 20250821080026346
54397 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/fan.hpp' (64,926) at 20250821080026346
54398 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/templates/gpio.hpp.mako' (64,927) at 20250821080026346
54399 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meta/Hardware/Minerva/meson.build' (64,928) at 20250821080024938
54400 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-post-code-manager/src/post_code.cpp' (64,929) at 20250821080032582
54401 2025-10-05 03:01:04.910-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/templates/fan_zone_defs.cpp.mako' (64,930) at 20250821080026346
54402 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager.inc' (64,931) at 20250821080017850
54403 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/control/json/actions/net_target_increase.cpp' (64,932) at 20250821080026346
54404 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/server.ttyUSB3.conf' (64,933) at 20250828080017316
54405 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (64,934) at 20250828080017316
54406 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/pyproject.toml' (64,935) at 20250828080046341
54407 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/subscription.cpp' (64,936) at 20250828080004264
54408 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/recipes-phosphor/platform/platform-init_%.bbappend' (64,937) at 20250828080017316
54409 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/detect-gpio-present/files/detect-sled-present' (64,938) at 20250828080017316
54410 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/event_service_manager.hpp' (64,939) at 20250828080004260
54411 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/server.ttyUSB2.conf' (64,940) at 20250828080017316
54412 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/server.ttyUSB4.conf' (64,941) at 20250828080017316
54413 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-gb200nvl-obmc/recipes-nvidia/platform-init_%.bbappend' (64,942) at 20250828080017316
54414 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/README.md' (64,943) at 20250828080046341
54415 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/user_layer.cpp' (64,944) at 20250828080035733
54416 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/server.ttyUSB5.conf' (64,945) at 20250828080017316
54417 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/telemetry_readings.hpp' (64,946) at 20250828080004260
54418 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/tools/config-clang-tidy' (64,947) at 20250828080017816
54419 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/conf/machine/fbdarwin.conf' (64,948) at 20250905080015809
54420 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-buttons/.clang-tidy' (64,949) at 20250903080026360
54421 2025-10-05 03:01:04.911-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/certificate/phosphor-certificate-manager_%.bbappend' (64,950) at 20250903080020548
54422 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/tcg/translate.c' (64,951) at 20250902080039635
54423 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/scsi/spapr_vscsi.c' (64,952) at 20250902080039427
54424 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/conf/templates/default/conf-notes.txt' (64,953) at 20250903080020548
54425 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging_%.bbappend' (64,954) at 20250903080020552
54426 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/fan.cpp' (64,955) at 20250903080028400
54427 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/dump/phosphor-debug-collector_%.bbappend' (64,956) at 20250903080020552
54428 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/openssl/openssl_%.bbappend' (64,957) at 20250903080020552
54429 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/monitor/tach_sensor.cpp' (64,958) at 20250903080028400
54430 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend' (65,031) at 20250903080020548
54431 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/webui/webui-vue_%.bbappend' (65,032) at 20250903080020552
54432 2025-10-05 03:01:04.912-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend' (65,033) at 20250903080020552
54433 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend' (65,034) at 20250903080020552
54434 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/libmctp/libmctp_%.bbappend' (65,035) at 20250903080020552
54435 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/packagegroup-obmc-apps.bbappend' (65,036) at 20250903080020552
54436 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb' (65,037) at 20250903080020552
54437 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/host/phosphor-host-postd_%.bbappend' (65,038) at 20250903080020552
54438 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/state/phosphor-post-code-manager_%.bbappend' (65,039) at 20250903080020552
54439 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/manager.hpp' (65,040) at 20250903080025368
54440 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/threshold_alarm_logger.cpp' (65,041) at 20250903080028400
54441 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan_%.bbappend' (65,042) at 20250903080020552
54442 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/threshold_alarm_logger.hpp' (65,043) at 20250903080028400
54443 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/sensor-monitor/main.cpp' (65,044) at 20250903080028400
54444 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/-bmc-nic.network.in' (65,045) at 20250903080020548
54445 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/images/obmc-phosphor-image.bbappend' (65,046) at 20250903080020552
54446 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-kernel/linux/linux-aspeed_%.bbappend' (65,047) at 20250903080020548
54447 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/console/obmc-console_%.bbappend' (65,048) at 20250903080020552
54448 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/network/phosphor-network_%.bbappend' (65,049) at 20250903080020552
54449 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-fan-presence/presence/error_reporter.cpp' (65,050) at 20250903080028400
54450 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (65,051) at 20250903080020552
54451 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/meson.build' (65,052) at 20250905080023065
54452 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-headers/asm-riscv/unistd_64.h' (65,053) at 20250902080039519
54453 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/sifive_u_prci.c' (65,054) at 20250902080039375
54454 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/arm/max78000fthr.c' (65,055) at 20250902080039295
54455 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target-info.c' (65,056) at 20250902080039583
54456 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/include/hw/ppc/pnv_xscom.h' (65,057) at 20250902080039495
54457 2025-10-05 03:01:04.913-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_aarch64_rme_sbsaref.py' (65,058) at 20250902080039707
54458 2025-10-05 03:01:04.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/i386/kvm/i8254.c' (65,059) at 20250902080039339
54459 2025-10-05 03:01:04.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/ppc/ppc440_uc.c' (65,060) at 20250902080039407
54460 2025-10-05 03:01:04.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/riscv/kvm/kvm-cpu.c' (65,061) at 20250902080039667
54461 2025-10-05 03:01:04.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qtest/ast2700-smc-test.c' (65,062) at 20250902080039715
54462 2025-10-05 03:01:04.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/175' (65,063) at 20250902080039711
54463 2025-10-05 03:01:04.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/omap_clk.c' (65,064) at 20250902080039375
54464 2025-10-05 03:01:04.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/armv7m_nvic.c' (65,065) at 20250902080039351
54465 2025-10-05 03:01:04.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/misc/arm11scu.c' (65,066) at 20250902080039367
54466 2025-10-05 03:01:04.914-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/cpu/realview_mpcore.c' (65,067) at 20250902080039319
54467 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/virtio-net.c' (65,068) at 20250902080039387
54468 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/tests/qapi-isort.sh' (65,069) at 20250902080039551
54469 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/index-process.rst' (65,070) at 20250902080039275
54470 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/unit/test-qdev-global-props.c' (65,071) at 20250902080039723
54471 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/allwinner_emac.c' (65,072) at 20250902080039379
54472 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/loongson_ipi_common.c' (65,073) at 20250902080039355
54473 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/intc/openpic_kvm.c' (65,074) at 20250902080039355
54474 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/char/ipoctal232.c' (65,075) at 20250902080039311
54475 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/virtio-md-pci.c' (65,076) at 20250902080039467
54476 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/tcg/multiarch/system/Makefile.softmmu-target' (65,077) at 20250902080039719
54477 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/tests/copy-before-write.out' (65,078) at 20250902080039715
54478 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/sparc64/niagara.c' (65,079) at 20250902080039431
54479 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_memlock.py' (65,080) at 20250902080039707
54480 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/sparc/int32_helper.c' (65,081) at 20250902080039679
54481 2025-10-05 03:01:04.915-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/dma/xlnx_csu_dma.c' (65,082) at 20250902080039331
54482 2025-10-05 03:01:04.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tcg/optimize.c' (65,083) at 20250902080039695
54483 2025-10-05 03:01:04.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/s390x/s390-skeys.c' (65,084) at 20250902080039419
54484 2025-10-05 03:01:04.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/vfio/region.c' (65,085) at 20250902080039455
54485 2025-10-05 03:01:04.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/docs/devel/multi-thread-tcg.rst' (65,086) at 20250902080039275
54486 2025-10-05 03:01:04.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/target/i386/sev-system-stub.c' (65,087) at 20250902080039627
54487 2025-10-05 03:01:04.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/net/vmxnet3.h' (65,088) at 20250902080039391
54488 2025-10-05 03:01:04.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/util/async.c' (65,089) at 20250902080039731
54489 2025-10-05 03:01:04.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/migration/multifd-zlib.c' (65,090) at 20250902080039535
54490 2025-10-05 03:01:04.916-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/functional/test_x86_64_replay.py' (65,091) at 20250902080039711
54491 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/acpi/nvdimm.c' (65,092) at 20250902080039291
54492 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/hw/virtio/vhost-user-vsock-pci.c' (65,093) at 20250902080039455
54493 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/gtk-gl-area.c' (65,094) at 20250902080039727
54494 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/discover_system_state.cpp' (65,095) at 20250905080037666
54495 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/conf/templates/default/bblayers.conf.sample' (65,096) at 20250905080015809
54496 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/state/phosphor-state-manager_%.bbappend' (65,097) at 20250905080015817
54497 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/HardShutdown.interface.yaml' (65,098) at 20250905080023065
54498 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/host_state_manager.cpp' (65,099) at 20250905080037666
54499 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/manager_main.cpp' (65,100) at 20250905080021137
54500 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json' (65,101) at 20250905080015813
54501 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/leds/phosphor-led-manager_%.bbappend' (65,102) at 20250905080015813
54502 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/state/phosphor-state-manager/host-powercycle' (65,103) at 20250905080015813
54503 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (65,104) at 20250905080015813
54504 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-kernel/linux/linux-aspeed/fbdarwin.cfg' (65,105) at 20250905080015813
54505 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/Warning.interface.yaml' (65,106) at 20250905080023065
54506 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/ampere/meson.build' (65,107) at 20250905080023061
54507 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-bsp/u-boot/u-boot-aspeed-sdk_%.bbappend' (65,108) at 20250905080015813
54508 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/bios_handler.hpp' (65,109) at 20250905080021129
54509 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/abi/x86_64/gcc.dump' (65,110) at 20250905080010273
54510 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/pldm_types.h' (65,111) at 20250905080010273
54511 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/state/phosphor-state-manager/host-powercycle@.service' (65,112) at 20250905080015813
54512 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/conf/layer.conf' (65,113) at 20250905080015809
54513 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/ampere/Event/ReportedSEL.events.yaml' (65,114) at 20250905080023065
54514 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-bsp/u-boot/u-boot-aspeed-sdk/fbdarwin.cfg' (65,115) at 20250905080015813
54515 2025-10-05 03:01:04.917-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/99-platform-init' (65,116) at 20250905080015813
54516 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/com/meson.build' (65,117) at 20250905080023065
54517 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-kernel/linux/linux-aspeed_%.bbappend' (65,118) at 20250905080015813
54518 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/firmware_update.h' (65,119) at 20250905080010273
54519 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/utils.cpp' (65,120) at 20250905080038430
54520 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/bletchley-usbmux-util' (65,121) at 20250905080015809
54521 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/bios_handler.cpp' (65,122) at 20250905080021133
54522 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/phosphor-ldap-config/meson.build' (65,123) at 20250905080038430
54523 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/Critical.interface.yaml' (65,124) at 20250905080023065
54524 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-fbdarwin/recipes-phosphor/images/fb-fbdarwin-phosphor-image.inc' (65,125) at 20250905080015813
54525 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/redfish_host_code_update.robot' (65,126) at 20250910080031127
54526 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb' (65,127) at 20250910080029787
54527 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_os_reboot.robot' (65,128) at 20250910080031127
54528 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-intel/ipmi/intel-ipmi-oem_git.bb' (65,129) at 20250910080029787
54529 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_escale_base.robot' (65,130) at 20250910080031127
54530 2025-10-05 03:01:04.918-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/CONTRIBUTING.md' (65,131) at 20250911080010094
54531 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bios/spi_device.cpp' (65,141) at 20250911080032611
54532 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/eeprom_device_software_manager.cpp' (65,142) at 20250911080032615
54533 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/settings/phosphor-settings-defaults-native/minerva-temporary-software-versions.yml' (65,143) at 20250911080017118
54534 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/test/common/exampledevice/example_device.cpp' (65,144) at 20250911080032615
54535 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/cpld_software_manager.cpp' (65,145) at 20250911080032611
54536 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/meson.build' (65,146) at 20250912080024115
54537 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/kcsbridge/OWNERS' (65,147) at 20250912080011575
54538 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/firmware_inventory_manager_test.cpp' (65,148) at 20250912080035912
54539 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/firmware_inventory_manager.hpp' (65,149) at 20250912080035912
54540 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/fabric_adapters.hpp' (65,150) at 20250912080004931
54541 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/transport.cpp' (65,151) at 20250912080035912
54542 2025-10-05 03:01:04.919-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Valve/meson.build' (65,152) at 20250912080024115
54543 2025-10-05 03:01:04.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/utils.hpp' (65,153) at 20250912080035912
54544 2025-10-05 03:01:04.920-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Valve/meson.build' (65,165) at 20250913080022798
54545 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-extended/rsyslog/rsyslog/rotate-event-logs.service' (65,166) at 20250913080015761
54546 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs_git.bb' (65,167) at 20250913080015765
54547 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-extended/rsyslog/rsyslog/rsyslog-override.conf' (65,168) at 20250913080015761
54548 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-connectivity/openssh/openssh_%.bbappend' (65,169) at 20250913080015765
54549 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-extended/rsyslog/rsyslog/rsyslog.logrotate' (65,170) at 20250913080015761
54550 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/meson.build' (65,171) at 20250913080022798 to deleted uid set
54551 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/build-unit-test-docker' (65,172) at 20250913080016337
54552 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-extended/rsyslog/rsyslog_%.bbappend' (65,200) at 20250913080015761
54553 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/redfish-spdm-attestation.md' (65,201) at 20250913080006909
54554 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/OWNERS' (65,202) at 20250913080015761
54555 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/firmware_inventory.cpp' (65,203) at 20250912080035912
54556 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/obmc-console/console-server.c' (65,204) at 20250912080016047
54557 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/OWNERS' (65,205) at 20250912080007223
54558 2025-10-05 03:01:04.921-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/manager.hpp' (65,206) at 20250912080035912
54559 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/platform.h' (65,207) at 20250912080013083
54560 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmtool/pldm_cmd_helper.cpp' (65,208) at 20250912080035912
54561 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/firmware_inventory.hpp' (65,209) at 20250912080035912
54562 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Value.interface.yaml' (65,210) at 20250912080024115
54563 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/inventory_manager.hpp' (65,211) at 20250912080035912
54564 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/inventory_manager_test.cpp' (65,212) at 20250912080035912
54565 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/utils.cpp' (65,213) at 20250912080035912
54566 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/inventory_manager.cpp' (65,214) at 20250912080035912
54567 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/designs/entity-manager.md' (65,215) at 20250913080006909
54568 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Valve.interface.yaml' (65,216) at 20250913080022798
54569 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd/journald-storage-policy.conf' (65,217) at 20250913080015761
54570 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-extended/rsyslog/rsyslog/rsyslog.conf' (65,218) at 20250913080015761
54571 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/obmc-console_git.bb' (65,219) at 20250913080015765
54572 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-extended/rsyslog/rsyslog/rotate-event-logs.sh' (65,220) at 20250913080015761
54573 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/smbios-mdr/smbios-mdr_%.bbappend' (65,221) at 20250913080015761
54574 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/packagegroups/packagegroup-fvp-apps.bb' (65,222) at 20250913080015761
54575 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/parser.cpp' (65,223) at 20250915080027994
54576 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/worker.cpp' (65,225) at 20250910080035439
54577 2025-10-05 03:01:04.922-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb' (65,226) at 20250910080029787
54578 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma/harma_scm.json' (65,227) at 20250920080005733
54579 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_scm.json' (65,228) at 20250920080005737
54580 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_rmc_hsc_xdp_fsc_nct_p24vsen_isl_gndsen_isl_p12vbrick_flex.json' (65,229) at 20250920080005737
54581 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_evb.json' (65,230) at 20250920080005737
54582 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina/catalina_pdb_hsc_xdp_fsc_nct_vr_raa_gndsen_max_p12vsen_isl_p12vfan_rtt.json' (65,231) at 20250920080005733
54583 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_sitv_pcie.json' (65,232) at 20250920080005737
54584 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_e1s_expansion_board.json' (65,233) at 20250920080005737
54585 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/clemente/clemente_osfp.json' (65,234) at 20250920080005733
54586 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_pttv.json' (65,235) at 20250920080005737
54587 2025-10-05 03:01:04.923-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_cable.json' (65,236) at 20250920080005737
54588 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_fanboard_adc_ocp_tic.json' (65,237) at 20250920080005737
54589 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/clemente/clemente_scm.json' (65,238) at 20250920080005733
54590 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina/catalina_scm.json' (65,239) at 20250920080005733
54591 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_cmm.json' (65,264) at 20250920080005733
54592 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock/asrock_x470d4u.json' (65,265) at 20250920080005729
54593 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_aegis.json' (65,266) at 20250920080005733
54594 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_pcie_switch_board.json' (65,267) at 20250920080005737 to deleted uid set
54595 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_cmm_scm.json' (65,268) at 20250920080005737
54596 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/google-misc/google-misc.inc' (65,269) at 20250921080300203
54597 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/phosphor-virtual-sensor_git.bb' (65,270) at 20250921080300207
54598 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/platform/platform-init_git.bb' (65,271) at 20250921080300207 to deleted uid set
54599 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_ledboard.json' (65,272) at 20250920080005737
54600 2025-10-05 03:01:04.924-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina/catalina_hdd_nvme.json' (65,273) at 20250920080005733
54601 2025-10-05 03:01:04.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/clemente/clemente_hdd_nvme.json' (65,274) at 20250920080005733
54602 2025-10-05 03:01:04.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_fanboard_adc_tic.json' (65,275) at 20250920080005737
54603 2025-10-05 03:01:04.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_pdb2.json' (65,276) at 20250920080005737
54604 2025-10-05 03:01:04.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/clemente/clemente_interposer.json' (65,277) at 20250920080005733
54605 2025-10-05 03:01:04.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pythonutil.py' (65,278) at 20250920080338850
54606 2025-10-05 03:01:04.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina/catalina_fio.json' (65,279) at 20250920080005733
54607 2025-10-05 03:01:04.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_max_pwr_silergy.json' (65,280) at 20250920080005737 to deleted uid set
54608 2025-10-05 03:01:04.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_fanboard_adc_ocp_max.json' (65,281) at 20250920080005737
54609 2025-10-05 03:01:04.925-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina/catalina_pdb_hsc_ltc_fsc_max_vr_delta_gndsen_ina_p12vsen_ina_p12vfan_mps.json' (65,282) at 20250920080005733
54610 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_fanboard_adc_ti.json' (65,283) at 20250920080005737
54611 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_valve.json' (65,284) at 20250920080005737
54612 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bletchley15/bletchley15_chassis.json' (65,285) at 20250920080005733
54613 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_fanboard_adc_max.json' (65,286) at 20250920080005737
54614 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-kernel/linux/linux-aspeed/yosemite5.cfg' (65,287) at 20250920080334710
54615 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_pdb.json' (65,288) at 20250920080005737
54616 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_scm.json' (65,289) at 20250920080005737
54617 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_sitv.json' (65,290) at 20250920080005737
54618 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_pdb1.json' (65,291) at 20250920080005737
54619 2025-10-05 03:01:04.926-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bletchley/bletchley_frontpanel.json' (65,292) at 20250920080005733
54620 2025-10-05 03:01:04.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_ioboard.json' (65,293) at 20250920080005737
54621 2025-10-05 03:01:04.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_rmc_hsc_ltc_fsc_max_p24vsen_ina_gndsen_ina_p12vbrick_delta.json' (65,294) at 20250920080005737
54622 2025-10-05 03:01:04.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_cmm_bsm.json' (65,295) at 20250920080005737
54623 2025-10-05 03:01:04.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_fanboard_adc_silergy.json' (65,296) at 20250920080005737
54624 2025-10-05 03:01:04.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bletchley/bletchley_baseboard.json' (65,297) at 20250920080005733
54625 2025-10-05 03:01:04.927-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma/harma_bsm.json' (65,298) at 20250920080005733
54626 2025-10-05 03:01:04.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bletchley/bletchley_chassis.json' (65,299) at 20250920080005733
54627 2025-10-05 03:01:04.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_ti_pwr_ti.json' (65,300) at 20250920080005737 to deleted uid set
54628 2025-10-05 03:01:04.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma/harma_fanboard.json' (65,301) at 20250920080005733
54629 2025-10-05 03:01:04.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_medusa_board.json' (65,302) at 20250920080005737 to deleted uid set
54630 2025-10-05 03:01:04.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_scm.json' (65,303) at 20250920080005737
54631 2025-10-05 03:01:04.928-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/bletchley15/bletchley15_baseboard.json' (65,304) at 20250920080005733
54632 2025-10-05 03:01:04.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_ti_pwr_silergy.json' (65,305) at 20250920080005737 to deleted uid set
54633 2025-10-05 03:01:04.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_cmm_misc_boards.json' (65,306) at 20250920080005737
54634 2025-10-05 03:01:04.929-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meson.build' (65,307) at 20250920080005733 to deleted uid set
54635 2025-10-05 03:01:04.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_mb.json' (65,308) at 20250920080005737 to deleted uid set
54636 2025-10-05 03:01:04.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_evb_pdb2.json' (65,309) at 20250920080005737 to deleted uid set
54637 2025-10-05 03:01:04.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/clemente/clemente_hdd.json' (65,310) at 20250920080005733
54638 2025-10-05 03:01:04.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_fanboard_misc.json' (65,311) at 20250920080005737
54639 2025-10-05 03:01:04.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/clemente/clemente_fio.json' (65,312) at 20250920080005733
54640 2025-10-05 03:01:04.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_1kw_paddle_board.json' (65,313) at 20250920080005737
54641 2025-10-05 03:01:04.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma/harma_mb.json' (65,314) at 20250920080005733
54642 2025-10-05 03:01:04.931-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_fan_operation.robot' (65,315) at 20250910080031127
54643 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_basic_ci.robot' (65,316) at 20250910080031127
54644 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/transport.hpp' (65,317) at 20250912080035912
54645 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Valve.interface.yaml' (65,318) at 20250912080024115
54646 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/log_services_utils.hpp' (65,319) at 20250912080004931
54647 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item.interface.yaml' (65,320) at 20250912080024115
54648 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/meson.build' (65,321) at 20250912080035912
54649 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor/clemente/virtual_sensor_config.json' (65,322) at 20250910080029787
54650 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb' (65,323) at 20250910080029787 to deleted uid set
54651 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_power_restore.robot' (65,324) at 20250910080031127
54652 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_bmc_file_mirroring.robot' (65,341) at 20250910080031127
54653 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bios/bios_software_manager.cpp' (65,342) at 20250911080032611
54654 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/development/web-ui.md' (65,343) at 20250911080004342
54655 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/meson.build' (65,344) at 20250924080008639
54656 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/wait-vpd-parser/src/prime_inventory.cpp' (65,345) at 20250924080341324
54657 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/dbus_interface.cpp' (65,346) at 20250924080008635
54658 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/vpd_specific_utility.hpp' (65,347) at 20250924080341324
54659 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/ibm_handler.cpp' (65,348) at 20250910080035439
54660 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/utest_json_utility.cpp' (65,349) at 20250910080035439
54661 2025-10-05 03:01:04.932-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_multiple_interfaces_dhcp.robot' (65,350) at 20250910080031131
54662 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_websocket.robot' (65,351) at 20250910080031127
54663 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/configuration/entity-manager/clemente/blacklist.json' (65,352) at 20250910080029787
54664 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_power_capping.robot' (65,353) at 20250910080031127
54665 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/extended/test_service_restart_policy.robot' (65,354) at 20250910080031127
54666 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/src/gpio_monitor.cpp' (65,355) at 20250910080035439
54667 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/softoff/softoff.cpp' (65,356) at 20250909080038356
54668 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ventura-phosphor-multi-gpio-monitor.json' (65,357) at 20250909080014888
54669 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/Boot/Flags/meson.build' (65,358) at 20250909080021896
54670 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/valve.json' (65,359) at 20250909080007007
54671 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/hoststatemonitor.hpp' (65,360) at 20250909080029128
54672 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Boot/Flags.interface.yaml' (65,361) at 20250909080021900
54673 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-lib.sh' (65,362) at 20250909080014888
54674 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-pid-control/catalina/config.json' (65,363) at 20250909080014884
54675 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/phosphor-virtual-sensor/clemente/no-cable-tsense.json' (65,399) at 20250909080014888
54676 2025-10-05 03:01:04.933-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ibm/recipes-phosphor/srvcfg-manager/srvcfg-manager_git.bbappend' (65,400) at 20250909080014888
54677 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/oem_handler.hpp' (65,401) at 20250909080038356
54678 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/init' (65,402) at 20250829080048398
54679 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/firmware_inventory_manager.cpp' (65,403) at 20250912080035912
54680 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/firmware_inventory_test.cpp' (65,404) at 20250912080035912
54681 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_protocol_settings.robot' (65,405) at 20250910080031131
54682 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/meson.build' (65,406) at 20250912080035912
54683 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/pldmd/pldmd.cpp' (65,407) at 20250912080035912
54684 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/test/mocked_utils.hpp' (65,408) at 20250912080035908
54685 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_managers_bmc.robot' (65,409) at 20250910080031131
54686 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/pdr.c' (65,410) at 20250916080015210
54687 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/platform.c' (65,411) at 20250916080015214
54688 2025-10-05 03:01:04.934-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_response.hpp' (65,412) at 20250916080007510
54689 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/file.cpp' (65,413) at 20250916080015214
54690 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/scripts/build-qemu-robot-docker.sh' (65,414) at 20250916080017686
54691 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/managers.hpp' (65,415) at 20250916080007514
54692 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/file.c' (65,416) at 20250916080015210
54693 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/libipmid/utils.cpp' (65,417) at 20250916080031306
54694 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/fabric_ports.hpp' (65,418) at 20250916080007514
54695 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/meson.build' (65,419) at 20250916080009654
54696 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/msgbuf.cpp' (65,420) at 20250916080015218
54697 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/task.hpp' (65,421) at 20250916080007514
54698 2025-10-05 03:01:04.935-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/msgbuf.h' (65,422) at 20250916080015214
54699 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/pdr.cpp' (65,423) at 20250916080015214
54700 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/build-seed' (65,424) at 20250916080017686
54701 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/docs/Redfish.md' (65,425) at 20250916080007510
54702 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/redundantosrelease' (65,426) at 20250916080029558
54703 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/msgbuf.hpp' (65,427) at 20250916080015218
54704 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/msgbuf/platform.h' (65,428) at 20250916080015214
54705 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/oem/meta/file_io.c' (65,429) at 20250916080015214
54706 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/etag_utils.hpp' (65,430) at 20250916080007510
54707 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fd-fuzz.cpp' (65,431) at 20250916080015218
54708 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/http2_connection.hpp' (65,432) at 20250916080007510 to deleted uid set
54709 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/systems_logservices_postcodes.hpp' (65,451) at 20250916080007514
54710 2025-10-05 03:01:04.936-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/manager_logservices_journal.hpp' (65,452) at 20250916080007514
54711 2025-10-05 03:01:04.937-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/bios_table.cpp' (65,453) at 20250916080015214
54712 2025-10-05 03:01:04.937-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/firmware_device/fd.c' (65,454) at 20250916080015214
54713 2025-10-05 03:01:04.937-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/delta/delta_dps-750xb_psu.json' (65,455) at 20250917080010762
54714 2025-10-05 03:01:04.937-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_rns_hsc_adi.json' (65,456) at 20250917080010778
54715 2025-10-05 03:01:04.937-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-from-ra.sh' (65,457) at 20250917080321291
54716 2025-10-05 03:01:04.937-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/genesis3_chassis.json' (65,458) at 20250917080010766
54717 2025-10-05 03:01:04.937-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/pennybacker.json' (65,459) at 20250917080010770
54718 2025-10-05 03:01:04.938-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/utils/json_utils.hpp' (65,460) at 20250917080005286
54719 2025-10-05 03:01:04.938-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/meson.build' (65,461) at 20250917080007026
54720 2025-10-05 03:01:04.938-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/60002000.json' (65,462) at 20250917080336987
54721 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia/nvidia_gb200.json' (65,463) at 20250917080010790
54722 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_rns_12vhsc_adi_48vhsc_inf.json' (65,464) at 20250917080010778
54723 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/delta/delta_dps-1600ab_psu.json' (65,465) at 20250917080010762
54724 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower/aspower_u1a-d10550_psu.json' (65,466) at 20250917080010762
54725 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/blueridge_4u_chassis.json' (65,467) at 20250917080010766
54726 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/dbusSensor.cpp' (65,468) at 20250917080414344
54727 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ampere/mtmitchell_riser.json' (65,469) at 20250917080010762
54728 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/redfish-core/include/utils/json_utils_test.cpp' (65,470) at 20250917080005290
54729 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock/asrock_n3_xlarge_x86.json' (65,471) at 20250917080010762
54730 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock/asrock_spc621d8hm3.json' (65,472) at 20250917080010762
54731 2025-10-05 03:01:04.939-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/meson.build' (65,473) at 20250917080414348
54732 2025-10-05 03:01:04.940-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/bmc/item_updater.cpp' (65,474) at 20250917080339416
54733 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia/nvidia_hmc.json' (65,475) at 20250917080010790
54734 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/solum/pssf222201a.json' (65,476) at 20250917080010794
54735 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/delta/delta_dps-2000ab_psu.json' (65,477) at 20250917080010762
54736 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/new_power_supply.hpp' (65,478) at 20250917080408376
54737 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/bonnell.json' (65,479) at 20250917080010766
54738 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/rainier_1s4u_chassis.json' (65,480) at 20250917080010770
54739 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4n.json' (65,481) at 20250917080010790
54740 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/gigabyte/gigabyte_msx4_mg1.json' (65,482) at 20250917080010762 to deleted uid set
54741 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/solum/pssf212201a.json' (65,483) at 20250917080010790
54742 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4_sentineldome_t2.json' (65,484) at 20250917080010786
54743 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-ventura/plat-svc/files/ventura-fan-status-monitor' (65,485) at 20250917080321291
54744 2025-10-05 03:01:04.941-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/yadro/vegman_n110_baseboard.json' (65,486) at 20250917080010794
54745 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4.json' (65,487) at 20250917080010786
54746 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_ti_12vhsc_adi_48vhsc_inf.json' (65,488) at 20250917080010782
54747 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ampere/mtmitchell_bp.json' (65,489) at 20250917080010758
54748 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia/nvidia_rtx6000_pro.json' (65,490) at 20250917080010790
54749 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/dbusUtils.hpp' (65,491) at 20250917080414348
54750 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-fan_%.bbappend' (65,492) at 20250917080321291
54751 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/packagefiles/boost/subprojects/boost.wrap' (65,493) at 20250917080007026
54752 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4_floatingfalls.json' (65,494) at 20250917080010786
54753 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/solum/solum_pssf162202_psu.json' (65,495) at 20250917080010794
54754 2025-10-05 03:01:04.942-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4_sentineldome_t1.json' (65,496) at 20250917080010786
54755 2025-10-05 03:01:04.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/sbp1_baseboard.json' (65,497) at 20250917080010770
54756 2025-10-05 03:01:04.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/genesis3_psu.json' (65,498) at 20250917080010766
54757 2025-10-05 03:01:04.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/blyth.json' (65,499) at 20250917080010766
54758 2025-10-05 03:01:04.943-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock/asrock_e3c256d4i.json' (65,500) at 20250917080010762
54759 2025-10-05 03:01:04.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/genesis3_baseboard.json' (65,501) at 20250917080010766
54760 2025-10-05 03:01:04.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/everest.json' (65,502) at 20250917080010766
54761 2025-10-05 03:01:04.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/exprtkTools.hpp' (65,503) at 20250917080414348
54762 2025-10-05 03:01:04.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/virtualSensor.cpp' (65,504) at 20250917080414348
54763 2025-10-05 03:01:04.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower/aspower_u1d-d10800_psu.json' (65,505) at 20250917080010762
54764 2025-10-05 03:01:04.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/chassis.hpp' (65,506) at 20250917080408372
54765 2025-10-05 03:01:04.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/sbp1_hbm.json' (65,507) at 20250917080010770
54766 2025-10-05 03:01:04.944-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_nct_adc_max_led_nxp_ons_efuse_max.json' (65,508) at 20250917080010778 to deleted uid set
54767 2025-10-05 03:01:04.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/60001001.json' (65,509) at 20250917080336983
54768 2025-10-05 03:01:04.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/chassis_manager.hpp' (65,547) at 20250917080408372
54769 2025-10-05 03:01:04.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/sbp1_nvme.json' (65,548) at 20250917080010770
54770 2025-10-05 03:01:04.945-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/solum/pssf132202a.json' (65,549) at 20250917080010790
54771 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ampere/mtjefferson_riser.json' (65,550) at 20250917080010758
54772 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4_cpu.json' (65,551) at 20250917080010786
54773 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower/aspower_u1a-d11600_psu.json' (65,552) at 20250917080010762
54774 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower/aspower_u1a-d10800_psu.json' (65,553) at 20250917080010762
54775 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/thresholds.hpp' (65,554) at 20250917080414348
54776 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/meson.build' (65,555) at 20250917080414344
54777 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/dbusSensor.hpp' (65,556) at 20250917080414344
54778 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/aspower/aspower_u1a-d11200_psu.json' (65,557) at 20250917080010762
54779 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/storm_king.json' (65,558) at 20250917080010774
54780 2025-10-05 03:01:04.946-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/yadro/vegman_sx20_baseboard.json' (65,559) at 20250917080010794
54781 2025-10-05 03:01:04.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_rns_isl_12vhsc_mps_48vhsc_adi.json' (65,560) at 20250917080010782
54782 2025-10-05 03:01:04.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/sbp1_psu.json' (65,561) at 20250917080010770
54783 2025-10-05 03:01:04.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/.gitignore' (65,562) at 20250917080007026
54784 2025-10-05 03:01:04.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia/nvidia_cx7_mezzanine_module.json' (65,563) at 20250917080010790
54785 2025-10-05 03:01:04.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_ons_efuse_max.json' (65,564) at 20250917080010774 to deleted uid set
54786 2025-10-05 03:01:04.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4_sentineldome_t2_retimer.json' (65,565) at 20250917080010790
54787 2025-10-05 03:01:04.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/acbel/acbel_r1ca2122a_psu.json' (65,566) at 20250917080010758
54788 2025-10-05 03:01:04.947-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/system1_chassis.json' (65,567) at 20250917080010774
54789 2025-10-05 03:01:04.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/sbp1_chassis.json' (65,568) at 20250917080010770
54790 2025-10-05 03:01:04.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/yadro/vegman_rx20_baseboard.json' (65,569) at 20250917080010794
54791 2025-10-05 03:01:04.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/storm_king2.json' (65,570) at 20250917080010774
54792 2025-10-05 03:01:04.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/delta/delta_awf2dc3200w_psu.json' (65,571) at 20250917080010762
54793 2025-10-05 03:01:04.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4_wailuafalls.json' (65,572) at 20250917080010790
54794 2025-10-05 03:01:04.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ampere/mtjefferson_bp.json' (65,573) at 20250917080010758
54795 2025-10-05 03:01:04.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/waterloo.json' (65,574) at 20250917080010774
54796 2025-10-05 03:01:04.948-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/bellavista.json' (65,575) at 20250917080010766
54797 2025-10-05 03:01:04.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_ti_hsc_adi.json' (65,576) at 20250917080010782
54798 2025-10-05 03:01:04.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4_sentineldome_chassis.json' (65,577) at 20250917080010786
54799 2025-10-05 03:01:04.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/blyth2.json' (65,578) at 20250917080010766
54800 2025-10-05 03:01:04.949-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/ibm_tacoma_rack_controller.json' (65,579) at 20250917080010766
54801 2025-10-05 03:01:04.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/60002000_v2.json' (65,580) at 20250917080336991
54802 2025-10-05 03:01:04.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/calculate.hpp' (65,581) at 20250917080414344
54803 2025-10-05 03:01:04.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4_chassis.json' (65,582) at 20250917080010786
54804 2025-10-05 03:01:04.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/test/meson.build' (65,583) at 20250917080414348
54805 2025-10-05 03:01:04.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/60001002.json' (65,584) at 20250917080336987
54806 2025-10-05 03:01:04.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/blueridge_1s4u_chassis.json' (65,585) at 20250917080010766
54807 2025-10-05 03:01:04.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ampere/mtmitchell_bmc.json' (65,586) at 20250917080010758
54808 2025-10-05 03:01:04.950-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_ons_efuse_mps.json' (65,587) at 20250917080010778 to deleted uid set
54809 2025-10-05 03:01:04.951-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/chassis.cpp' (65,588) at 20250917080408372
54810 2025-10-05 03:01:04.951-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock/asrock_c3_medium_x86.json' (65,589) at 20250917080010762
54811 2025-10-05 03:01:04.951-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/balcones.json' (65,590) at 20250917080010766
54812 2025-10-05 03:01:04.951-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/tola.json' (65,591) at 20250917080010774
54813 2025-10-05 03:01:04.951-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/boost-meson.wrap' (65,592) at 20250917080007026
54814 2025-10-05 03:01:04.951-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_nct_adc_max_led_nxp_ons_efuse_mps.json' (65,593) at 20250917080010778 to deleted uid set
54815 2025-10-05 03:01:04.951-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_rns_isl_12vhsc_adi_48vhsc_inf.json' (65,594) at 20250917080010782
54816 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/system1_baseboard.json' (65,595) at 20250917080010774
54817 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock/asrock_romed8hm3.json' (65,596) at 20250917080010762
54818 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/virtualSensor.hpp' (65,597) at 20250917080414348
54819 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-support/mctp/mctp/mctp-usb.rules' (65,598) at 20250917080321291
54820 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock/asrock_m3_small_x86.json' (65,599) at 20250917080010762
54821 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/rainier_2u_chassis.json' (65,600) at 20250917080010770
54822 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ampere/mtjefferson_bmc.json' (65,601) at 20250917080010758
54823 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_rns_isl_12vhsc_mps_48vhsc_inf.json' (65,602) at 20250917080010782
54824 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/yosemite4_sentineldome_t1_retimer.json' (65,603) at 20250917080010786
54825 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/gbmc-br-gw-src.sh' (65,604) at 20250917080321291
54826 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/main.cpp' (65,605) at 20250917080414348
54827 2025-10-05 03:01:04.952-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/meson.build' (65,606) at 20250916080008614
54828 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/gen_robot_valid.py' (65,607) at 20250916080018418
54829 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/msgbuf_generic.c' (65,608) at 20250916080015218
54830 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/msgbuf/core.h' (65,609) at 20250916080015214
54831 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/systems_logservices_journal_eventlog.hpp' (65,610) at 20250916080007514
54832 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/file.h' (65,611) at 20250916080015210
54833 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/include/ipmid/utils.hpp' (65,612) at 20250916080031306
54834 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/firmware_update.c' (65,613) at 20250916080015210
54835 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/meson.build' (65,614) at 20250916080008614
54836 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/openbmc_ffdc.robot' (65,615) at 20250916080018418
54837 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/oem/meta/fileio.cpp' (65,616) at 20250916080015218
54838 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/query.hpp' (65,617) at 20250916080007510
54839 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/src/redfish.cpp' (65,618) at 20250916080007514 to deleted uid set
54840 2025-10-05 03:01:04.953-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http_connection.hpp' (65,619) at 20250916080007510
54841 2025-10-05 03:01:04.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_NvidiaDeviceInventoryMctpVdm.cpp' (65,620) at 20250916080008614
54842 2025-10-05 03:01:04.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/complete_response_fields.hpp' (65,621) at 20250916080007510
54843 2025-10-05 03:01:04.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/tests/test_NvidiaGpuSensorTest.cpp' (65,622) at 20250916080008614
54844 2025-10-05 03:01:04.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/blueridge_2u_chassis.json' (65,623) at 20250917080010766
54845 2025-10-05 03:01:04.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/ingraham.json' (65,624) at 20250917080010766
54846 2025-10-05 03:01:04.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/rainier_4u_chassis.json' (65,625) at 20250917080010770
54847 2025-10-05 03:01:04.954-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/sbp1_rssd.json' (65,626) at 20250917080010774
54848 2025-10-05 03:01:04.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/60001000_v2.json' (65,627) at 20250917080336983
54849 2025-10-05 03:01:04.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ampere/mtjade.json' (65,628) at 20250917080010758
54850 2025-10-05 03:01:04.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/acbel/acbell_rica_psu.json' (65,629) at 20250917080010758
54851 2025-10-05 03:01:04.955-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/calculate.cpp' (65,630) at 20250917080414344
54852 2025-10-05 03:01:04.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-virtual-sensor/src/dbusUtils.cpp' (65,631) at 20250917080414348
54853 2025-10-05 03:01:04.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/packagefiles/boost/meson.build' (65,632) at 20250917080007026
54854 2025-10-05 03:01:04.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_ti_12vhsc_mps_48vhsc_adi.json' (65,633) at 20250917080010782
54855 2025-10-05 03:01:04.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/new_power_supply.cpp' (65,634) at 20250917080408376
54856 2025-10-05 03:01:04.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ampere/mtmitchell_mb.json' (65,635) at 20250917080010762
54857 2025-10-05 03:01:04.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/new_main.cpp' (65,636) at 20250917080408372
54858 2025-10-05 03:01:04.956-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/fuji.json' (65,637) at 20250917080010766
54859 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock/asrock_e3c246d4i.json' (65,638) at 20250917080010762
54860 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/utils.c' (65,639) at 20250918080023257
54861 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/common/types.hpp' (65,640) at 20250918080349187
54862 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/account_service/test_user_account.robot' (65,641) at 20250918080329330
54863 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/account_service/test_redfish_privilege_registry.robot' (65,642) at 20250918080329330
54864 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/REDFISH-cheatsheet.md' (65,643) at 20250918080011097
54865 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Service_Validator.robot' (65,644) at 20250918080329330
54866 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/power-rail-event-logger' (65,645) at 20250918080325066
54867 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/meson.build' (65,646) at 20250918080341646
54868 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Interop_Validator.robot' (65,647) at 20250918080329330
54869 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_JsonSchema_ResponseValidator.robot' (65,663) at 20250918080329330
54870 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/gui_header/test_profile_settings_sub_menu.robot' (65,664) at 20250918080329326
54871 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/i2cvr_device.hpp' (65,665) at 20250918080334842
54872 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/i2cvr_device.cpp' (65,666) at 20250918080334842
54873 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/base.h' (65,667) at 20250918080023253
54874 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/terminus.hpp' (65,668) at 20250918080349187
54875 2025-10-05 03:01:04.957-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/xdpe1x2xx.hpp' (65,669) at 20250918080334846
54876 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/xdpe1x2xx.cpp' (65,670) at 20250918080334846
54877 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/platform-mc/terminus.cpp' (65,671) at 20250918080349187 to deleted uid set
54878 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/account_service/test_ipmi_redfish_user.robot' (65,672) at 20250918080329330
54879 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Protocol_Validator.robot' (65,673) at 20250918080329330
54880 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/gui_header/test_gui_header.robot' (65,674) at 20250918080329326
54881 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/include/libpldm/utils.h' (65,675) at 20250918080023257
54882 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Reference_Checker.robot' (65,676) at 20250918080329330
54883 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/vr-fault-event-logger' (65,677) at 20250918080325066
54884 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.hpp' (65,678) at 20250918080338670
54885 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/utils.cpp' (65,679) at 20250918080023257
54886 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/plat-phosphor-multi-gpio-monitor.json' (65,680) at 20250918080325066 to deleted uid set
54887 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/dmtf_tools/Redfish_Usecase_Checkers.robot' (65,681) at 20250918080329330
54888 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/OWNERS' (65,682) at 20250918080343550
54889 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-fan/catalina/config.json' (65,683) at 20250917080321291
54890 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia/nvidia_imgx_connectx8_supernic_switch.json' (65,684) at 20250917080010790
54891 2025-10-05 03:01:04.958-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia/nvidia_bmc_p3809.json' (65,685) at 20250917080010790
54892 2025-10-05 03:01:04.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_rns_isl_hsc_adi.json' (65,686) at 20250917080010782
54893 2025-10-05 03:01:04.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/solum/pssf162205a.json' (65,687) at 20250917080010790
54894 2025-10-05 03:01:04.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ibm/system1_psu.json' (65,688) at 20250917080010774
54895 2025-10-05 03:01:04.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-supply/chassis_manager.cpp' (65,689) at 20250917080408372
54896 2025-10-05 03:01:04.959-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_ti_12vhsc_mps_48vhsc_inf.json' (65,690) at 20250917080010782
54897 2025-10-05 03:01:04.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/60001001_v2.json' (65,691) at 20250917080336987
54898 2025-10-05 03:01:04.960-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_rns_12vhsc_mps_48vhsc_inf.json' (65,692) at 20250917080010778
54899 2025-10-05 03:01:04.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/medusaboard/yosemite4_medusaboard_adc_rns_12vhsc_mps_48vhsc_adi.json' (65,693) at 20250917080010778
54900 2025-10-05 03:01:04.961-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/60001000.json' (65,694) at 20250917080336983
54901 2025-10-05 03:01:04.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/ampere/mtjefferson_mb.json' (65,695) at 20250917080010758
54902 2025-10-05 03:01:04.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-core/udev/persistent-rs485-port-mapping/rmc-v1plus.rules' (65,696) at 20250919080320552
54903 2025-10-05 03:01:04.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/systems.hpp' (65,697) at 20250919080007527
54904 2025-10-05 03:01:04.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/phosphor-fan/phosphor-fan_%.bbappend' (65,698) at 20250919080320552
54905 2025-10-05 03:01:04.963-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/include/sdbusplus/asio/connection.hpp' (65,699) at 20250919080404333 to deleted uid set
54906 2025-10-05 03:01:04.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/constants.hpp' (65,700) at 20250919080329512
54907 2025-10-05 03:01:04.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/led.hpp' (65,701) at 20250919080007527
54908 2025-10-05 03:01:04.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/psu/PSUSensorMain.cpp' (65,702) at 20250919080009043 to deleted uid set
54909 2025-10-05 03:01:04.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia/nvidia_gb300.json' (65,703) at 20250919080010267
54910 2025-10-05 03:01:04.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/meson.options' (65,704) at 20250919080007523
54911 2025-10-05 03:01:04.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/object_server.hpp' (65,705) at 20250919080404333
54912 2025-10-05 03:01:04.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/BootSettings.vue' (65,706) at 20250919080420445
54913 2025-10-05 03:01:04.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/docs/TESTING.md' (65,707) at 20250919080007523
54914 2025-10-05 03:01:04.964-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/meson.build' (65,708) at 20250919080007523
54915 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/config/bmcweb.service.in' (65,729) at 20250919080007523 to deleted uid set
54916 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/pel_utils.py' (65,730) at 20250919080324540
54917 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/webserver_cli.hpp' (65,731) at 20250919080007527 to deleted uid set
54918 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-core/udev/persistent-rs485-port-mapping_0.1.bb' (65,732) at 20250919080320552
54919 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/scripts/pre-submit' (65,733) at 20250919080016631
54920 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/webserver_cli.cpp' (65,734) at 20250919080007527 to deleted uid set
54921 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/meson.build' (65,735) at 20250919080007523
54922 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/meson.options' (65,736) at 20250919080016631
54923 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/src/webserver_main.cpp' (65,737) at 20250919080007527 to deleted uid set
54924 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/ServerPowerOperations.vue' (65,738) at 20250919080420445
54925 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-core/udev/persistent-rs485-port-mapping/rmc-v1.rules' (65,739) at 20250919080320552
54926 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-core/udev/persistent-rs485-port-mapping/update-rs485-rules.service' (65,740) at 20250919080320552
54927 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-ventura/recipes-core/udev/persistent-rs485-port-mapping/update-rs485-rules.sh' (65,741) at 20250919080320552
54928 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/OWNERS' (65,742) at 20250919080016631
54929 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/store/modules/GlobalStore.js' (65,743) at 20250919080420445
54930 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/oem/nvidia/biosconfigcommands.cpp' (65,744) at 20250922080339250
54931 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/cipher_mgmt.cpp' (65,745) at 20250922080339254
54932 2025-10-05 03:01:04.965-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/user_mgmt.cpp' (65,746) at 20250922080339254
54933 2025-10-05 03:01:04.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-debug-collector/dump_entry.cpp' (65,747) at 20250922080337370
54934 2025-10-05 03:01:04.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/meson.build' (65,748) at 20250922080019217
54935 2025-10-05 03:01:04.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/error_codes.hpp' (65,752) at 20250922080334674
54936 2025-10-05 03:01:04.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libmctp/meson.options' (65,753) at 20250922080019221
54937 2025-10-05 03:01:04.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/json_utility.hpp' (65,754) at 20250922080334678
54938 2025-10-05 03:01:04.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/chassishandler.cpp' (65,755) at 20250922080339250
54939 2025-10-05 03:01:04.966-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina/catalina_pdb_hsc_ltc_fsc_max_vr_raa_gndsen_ina_p12vsen_ina_p12vfan_mps.json' (65,756) at 20250920080005733
54940 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/harma/harma_mb_vr_infineon.json' (65,757) at 20250920080005733
54941 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_tahan_smb.json' (65,758) at 20250920080005737
54942 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_cmm_hsc_infineon.json' (65,759) at 20250920080005737
54943 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina/catalina_osfp.json' (65,760) at 20250920080005733
54944 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_rainbow.json' (65,761) at 20250920080005737
54945 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_pttv.json' (65,762) at 20250920080005737
54946 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_sitv_eth.json' (65,763) at 20250920080005737
54947 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_e1s_bp.json' (65,764) at 20250920080005737
54948 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/com/meta/Hardware/Yosemite5.interface.yaml' (65,765) at 20250920080345174
54949 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/clemente/clemente_pdb.json' (65,766) at 20250920080005733
54950 2025-10-05 03:01:04.967-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina/catalina_hdd_adc_isl.json' (65,767) at 20250920080005733
54951 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_max_pwr_ti.json' (65,768) at 20250920080005737 to deleted uid set
54952 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/catalina/catalina_hdd_adc_ina.json' (65,769) at 20250920080005733
54953 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_mb.json' (65,770) at 20250920080005737 to deleted uid set
54954 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/schemas/firmware.json' (65,771) at 20250920080005737 to deleted uid set
54955 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_janga_smb.json' (65,772) at 20250920080005737
54956 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/ventura/ventura_cable.json' (65,773) at 20250920080005737
54957 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/devices.hpp' (65,774) at 20250920080005741
54958 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-fan/clemente/config.json' (65,775) at 20250923080312769
54959 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/test_progress_logs_sub_menu.robot' (65,776) at 20250923080316901
54960 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/tpm/tpm_software_manager.hpp' (65,777) at 20250923080322121
54961 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/oem/nvidia/oemcommands.hpp' (65,778) at 20250923080325809
54962 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-x86/chassis/x86-power-control_%.bbappend' (65,779) at 20250923080312769
54963 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-time-manager/meson.build' (65,780) at 20250923080334098
54964 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/utils.cpp' (65,781) at 20250923080322117
54965 2025-10-05 03:01:04.968-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/transporthandler.cpp' (65,782) at 20250923080325809
54966 2025-10-05 03:01:04.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/oem/nvidia/bootstrap-credentials-oem-cmds.cpp' (65,783) at 20250923080325809
54967 2025-10-05 03:01:04.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/tof/membership-and-voting.md' (65,784) at 20250923080010433
54968 2025-10-05 03:01:04.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/test_firmware_sub_menu.robot' (65,785) at 20250923080316901
54969 2025-10-05 03:01:04.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/tpm/xyz.openbmc_project.Software.TPM.service' (65,786) at 20250923080322121
54970 2025-10-05 03:01:04.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/tpm/meson.build' (65,787) at 20250923080322117
54971 2025-10-05 03:01:04.969-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/dcmihandler.cpp' (65,788) at 20250923080325809
54972 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/tpm/tpm_device.cpp' (65,814) at 20250923080322121
54973 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channel_mgmt.cpp' (65,815) at 20250923080325809
54974 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb' (65,816) at 20250921080300207
54975 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/chassis-powercycle' (65,817) at 20250829080048394
54976 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/overview_menu/test_overview_menu.robot' (65,818) at 20250923080316905
54977 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/recipes-phosphor/interfaces/bmcweb_%.bbappend' (65,819) at 20250923080312769
54978 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/test_server_power_operations_sub_menu.robot' (65,820) at 20250923080316905
54979 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/libpldmresponder/fru_oem_ibm.cpp' (65,821) at 20250924080355925
54980 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/meson.options' (65,822) at 20250924080008635
54981 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/wait-vpd-parser/meson.build' (65,823) at 20250924080341324
54982 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/dbus_utility.hpp' (65,824) at 20250924080341324
54983 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/tpm/tpm2/tpm2.cpp' (65,825) at 20250923080322117
54984 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bios-settings-mgr/src/password.cpp' (65,826) at 20250923080006456
54985 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/meson.build' (65,827) at 20250923080322117
54986 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/tpm/README.md' (65,828) at 20250923080322117
54987 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/tpm/tpm2/tpm2.hpp' (65,829) at 20250923080322117
54988 2025-10-05 03:01:04.970-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-bt_git.bb' (65,830) at 20250923080312773
54989 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/tpm/tpm_software_manager.cpp' (65,831) at 20250923080322121
54990 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/phosphor-debug-collector.inc' (65,832) at 20250923080312769
54991 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/test_reboot_bmc_sub_menu.robot' (65,833) at 20250923080316901
54992 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/tpm/tpm_device.hpp' (65,834) at 20250923080322121
54993 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/user_channel/channel_layer.cpp' (65,835) at 20250923080325809
54994 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/wait-vpd-parser/src/wait_vpd_parser.cpp' (65,836) at 20250924080341324
54995 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/pel/check_error_logs.robot' (65,837) at 20250924080336648
54996 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/wait-vpd-parser/include/prime_inventory.hpp' (65,838) at 20250924080341324
54997 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/configuration/ibm/vpd_inventory.json' (65,839) at 20250924080341320
54998 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/entity_manager/configuration.cpp' (65,840) at 20250924080008635 to deleted uid set
54999 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/vpd/check_vpd_and_hw_status.robot' (65,841) at 20250924080336648
55000 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/log_device_inventory.cpp' (65,842) at 20250924080008635
55001 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/vpd-manager/include/utility/common_utility.hpp' (65,843) at 20250924080341324
55002 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/dbus_interface.hpp' (65,844) at 20250924080008635
55003 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.out' (65,845) at 20210308005046405 to deleted uid set
55004 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86-64.png' (65,846) at 20240309090012816 to deleted uid set
55005 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-15.pcf.gz' (65,847) at 20210307205554594 to deleted uid set
55006 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' (65,848) at 20250516080047900 to deleted uid set
55007 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-base-empty.out' (65,849) at 20210308005046413 to deleted uid set
55008 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-9.pcf.gz' (65,850) at 20210307205554590 to deleted uid set
55009 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword.dat' (65,851) at 20250122090018961 to deleted uid set
55010 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/empty.err' (65,852) at 20210308005046405 to deleted uid set
55011 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-7.pcf.gz' (65,853) at 20210307205554590 to deleted uid set
55012 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/NFIT.dimmpxm' (65,854) at 20240906080037560 to deleted uid set
55013 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/test-manual/figures/test-manual-title.png' (65,855) at 20210307205554374 to deleted uid set
55014 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_48x48.png' (65,856) at 20210308005046549 to deleted uid set
55015 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.acpihmat-generic-x' (65,857) at 20241211090212534 to deleted uid set
55016 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.out' (65,858) at 20210308005046413 to deleted uid set
55017 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' (65,859) at 20250516080047900 to deleted uid set
55018 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' (65,860) at 20250516080047900 to deleted uid set
55019 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff' (65,861) at 20220105012522991 to deleted uid set
55020 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png' (65,862) at 20210307205554342 to deleted uid set
55021 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86-64.png' (65,863) at 20240309090012816 to deleted uid set
55022 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff' (65,864) at 20210307205554274 to deleted uid set
55023 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE' (65,865) at 20210518000100501 to deleted uid set
55024 2025-10-05 03:01:04.971-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.cxl' (65,866) at 20240906080037556 to deleted uid set
55025 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.roothp' (65,867) at 20250516080047900 to deleted uid set
55026 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/binman/test/files/ignored_dir.dat/ignore' (65,868) at 20210308005003756 to deleted uid set
55027 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-nested.out' (65,869) at 20210308005046397 to deleted uid set
55028 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/build/tests/ex/empty/Build' (65,870) at 20210307214932470 to deleted uid set
55029 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.topology' (65,871) at 20250902080039703 to deleted uid set
55030 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' (65,872) at 20250516080047900 to deleted uid set
55031 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' (65,873) at 20250516080047900 to deleted uid set
55032 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbrroot' (65,874) at 20250516080047900 to deleted uid set
55033 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-riscv-code.fd.bz2' (65,875) at 20241211090212410 to deleted uid set
55034 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' (65,876) at 20250516080047900 to deleted uid set
55035 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-title.png' (65,877) at 20210307205554302 to deleted uid set
55036 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.out' (65,878) at 20220429100100882 to deleted uid set
55037 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png' (65,879) at 20210307205554462 to deleted uid set
55038 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-copy-to-user.png' (65,880) at 20210307205554326 to deleted uid set
55039 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-base.out' (65,881) at 20210308005046401 to deleted uid set
55040 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/indented-expr.err' (65,882) at 20210308005046409 to deleted uid set
55041 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png' (65,883) at 20210307205554610 to deleted uid set
55042 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' (65,884) at 20250516080047900 to deleted uid set
55043 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png' (65,885) at 20210307205554338 to deleted uid set
55044 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.out' (65,886) at 20210308005046401 to deleted uid set
55045 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2_3.dat' (65,887) at 20250122090018961 to deleted uid set
55046 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/syteco.bmp' (65,888) at 20210308005003768 to deleted uid set
55047 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-search.png' (65,889) at 20220105012522975 to deleted uid set
55048 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.out' (65,890) at 20210308005046413 to deleted uid set
55049 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-virtio.rom' (65,891) at 20210308005046181 to deleted uid set
55050 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/freescale.bmp' (65,892) at 20210308005003768 to deleted uid set
55051 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' (65,893) at 20250516080047900 to deleted uid set
55052 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/buttons/button.png' (65,894) at 20220105012522963 to deleted uid set
55053 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.out' (65,895) at 20210308005046413 to deleted uid set
55054 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-14.pcf.gz' (65,896) at 20210307205554594 to deleted uid set
55055 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_min_record.dat' (65,897) at 20250122090018961 to deleted uid set
55056 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.out' (65,898) at 20210308005046413 to deleted uid set
55057 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/TPM2.tis.tpm2' (65,899) at 20240906080037560 to deleted uid set
55058 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-empty.out' (65,900) at 20210308005046397 to deleted uid set
55059 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_hover.png' (65,901) at 20210307205554250 to deleted uid set
55060 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-4.pcf.gz' (65,902) at 20210307205554594 to deleted uid set
55061 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_19.dat' (65,903) at 20250122090018961 to deleted uid set
55062 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.nosmm' (65,904) at 20240906080037560 to deleted uid set
55063 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/tick.png' (65,905) at 20210307205554250 to deleted uid set
55064 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-comma-list.out' (65,906) at 20210308005046409 to deleted uid set
55065 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' (65,907) at 20250516080047900 to deleted uid set
55066 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-repetition.err' (65,908) at 20210308005046409 to deleted uid set
55067 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DMAR.dmar' (65,909) at 20250516080047900 to deleted uid set
55068 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-bad-name.out' (65,910) at 20210308005046405 to deleted uid set
55069 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-x86_64-secure-code.fd.bz2' (65,911) at 20241211090212422 to deleted uid set
55070 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/images.png' (65,912) at 20210307205554310 to deleted uid set
55071 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-title.png' (65,913) at 20210307205554370 to deleted uid set
55072 2025-10-05 03:01:04.972-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-title.png' (65,914) at 20210307205554290 to deleted uid set
55073 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' (65,915) at 20250516080047900 to deleted uid set
55074 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-empty.out' (65,916) at 20210308005046401 to deleted uid set
55075 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff' (65,917) at 20210307205554274 to deleted uid set
55076 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' (65,918) at 20250516080047900 to deleted uid set
55077 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-empty-section.out' (65,919) at 20210308005046401 to deleted uid set
55078 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol_palfin.bmp' (65,920) at 20210308005003768 to deleted uid set
55079 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.out' (65,921) at 20220429100100882 to deleted uid set
55080 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/fs/reiserfs/Kconfig' (65,922) at 20210308005003548 to deleted uid set
55081 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-schema.out' (65,923) at 20210927100127469 to deleted uid set
55082 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.ioapic2' (65,924) at 20240906080037556 to deleted uid set
55083 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/template/VeraMoBd.ttf' (65,925) at 20210307205554234 to deleted uid set
55084 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-environment.png' (65,926) at 20210307205554366 to deleted uid set
55085 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png' (65,927) at 20210307205554270 to deleted uid set
55086 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/npcm8xx_bootrom.bin' (65,928) at 20250902080039547 to deleted uid set
55087 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/ast27x0_bootrom.bin' (65,929) at 20250902080039543 to deleted uid set
55088 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' (65,930) at 20250516080047900 to deleted uid set
55089 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf' (65,931) at 20210307205554274 to deleted uid set
55090 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.memhp' (65,932) at 20250902080039703 to deleted uid set
55091 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' (65,933) at 20251001080013353 to deleted uid set
55092 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice.cpp' (65,934) at 20250929080428539 to deleted uid set
55093 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/mp2x6xx.hpp' (65,935) at 20250929080428543
55094 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/software_manager.cpp' (65,936) at 20250929080428539
55095 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/common/include/pmbus.hpp' (65,937) at 20250929080428539 to deleted uid set
55096 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/mp297x.hpp' (65,938) at 20250929080428543
55097 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/eeprom_device.cpp' (65,939) at 20250929080428539
55098 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/src/host_power.cpp' (65,940) at 20250929080428539
55099 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/software_manager.hpp' (65,941) at 20250929080428539
55100 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice.hpp' (65,942) at 20250929080428539 to deleted uid set
55101 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/verify-files.py' (65,943) at 20250929080418835
55102 2025-10-05 03:01:04.973-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/meson.options' (65,944) at 20250929080428543
55103 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/meson.build' (65,945) at 20250929080428539
55104 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/mps.hpp' (65,946) at 20250929080428543
55105 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/eeprom_device_version.hpp' (65,947) at 20250929080428539
55106 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/utils.hpp' (65,948) at 20250929080428539
55107 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/pt5161l/pt5161l.cpp' (65,949) at 20250929080428539
55108 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/config/rejected_patterns.yaml' (65,950) at 20250929080418835
55109 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/mp2x6xx.cpp' (65,951) at 20250929080428543
55110 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/meson.build' (65,952) at 20250929080428543 to deleted uid set
55111 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/mps.cpp' (65,953) at 20250929080428543
55112 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/entry_point.py' (65,954) at 20250929080418835
55113 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' (65,968) at 20250930150940023
55114 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/qemu-build.sh' (65,969) at 20250930150943191
55115 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/monitoring_chassis_pgood.md' (65,970) at 20250930150959023
55116 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/config_file/chassis.md' (65,971) at 20250930150959023
55117 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/src/fru_device/fru_device.cpp' (65,972) at 20250930150553181 to deleted uid set
55118 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuPowerSensor.hpp' (65,973) at 20250930080005492
55119 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/environ/time.h' (65,974) at 20250930080013380
55120 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/Dumps/DumpsModalConfirmation.vue' (65,975) at 20250930080455127
55121 2025-10-05 03:01:04.974-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbbridged.hpp' (65,976) at 20250930080010716
55122 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sensorhandler.cpp' (65,977) at 20250930080420875
55123 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/vr.hpp' (65,978) at 20251001080028822 to deleted uid set
55124 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' (65,979) at 20251001080013353 to deleted uid set
55125 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/vr.cpp' (65,980) at 20251001080028822 to deleted uid set
55126 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libmctp/libmctp_git.bb' (65,981) at 20251001080013357
55127 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/redfish/managers/test_bmc_ipv6.robot' (65,982) at 20251001080018701
55128 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/phosphor-power.inc' (65,983) at 20251001080013357
55129 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/test_network_sub_menu.robot' (65,984) at 20251001080018701
55130 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' (65,985) at 20251001080013353 to deleted uid set
55131 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.out' (65,986) at 20210308005046405 to deleted uid set
55132 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.out' (65,987) at 20220429100100882 to deleted uid set
55133 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/HMAT.acpihmatvirt' (65,988) at 20240906080037556 to deleted uid set
55134 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-version3.vmdk.bz2' (65,989) at 20210308005046473 to deleted uid set
55135 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/MCFG' (65,990) at 20240906080037556 to deleted uid set
55136 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' (65,991) at 20250516080047900 to deleted uid set
55137 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/YP-flow-diagram.png' (65,992) at 20210307205554306 to deleted uid set
55138 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.out' (65,993) at 20210308005046397 to deleted uid set
55139 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-raspberrypi/img/LF_17_02_Yocto-Badge-Update_Compatible_Final_Blank.png' (65,994) at 20220823030015959 to deleted uid set
55140 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/multiboot.bin' (65,995) at 20210308005046149 to deleted uid set
55141 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/redefined-type.out' (65,996) at 20210308005046409 to deleted uid set
55142 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-generic-x' (65,997) at 20241211090212534 to deleted uid set
55143 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/pointercal' (65,998) at 20210307205553874 to deleted uid set
55144 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt' (65,999) at 20250902080039703 to deleted uid set
55145 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb' (66,000) at 20210307205554250 to deleted uid set
55146 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/import-layer.png' (66,001) at 20210307205554378 to deleted uid set
55147 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.out' (66,002) at 20210308005046413 to deleted uid set
55148 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_32x32.png' (66,003) at 20210308005046549 to deleted uid set
55149 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png' (66,004) at 20210307205554270 to deleted uid set
55150 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/dummy_simple_dict.bin' (66,005) at 20220604030008508 to deleted uid set
55151 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/string-code-point-31.out' (66,006) at 20210308005046409 to deleted uid set
55152 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file4' (66,007) at 20210307205554390 to deleted uid set
55153 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/unknown-escape.out' (66,008) at 20210308005046413 to deleted uid set
55154 2025-10-05 03:01:04.975-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/python/qemu/qmp/py.typed' (66,009) at 20210927100127329 to deleted uid set
55155 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-7.pcf.gz' (66,010) at 20210307205554594 to deleted uid set
55156 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-i915-display.png' (66,011) at 20210307205554322 to deleted uid set
55157 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/tests/fuzz/fd-fuzz-input1.dat' (66,012) at 20250116090011971 to deleted uid set
55158 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuppc.png' (66,013) at 20240309090012816 to deleted uid set
55159 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/buttons/button-disabled.png' (66,014) at 20220105012522963 to deleted uid set
55160 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/leading-comma-list.out' (66,015) at 20210308005046409 to deleted uid set
55161 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.noacpihp' (66,016) at 20250516080047900 to deleted uid set
55162 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/denx.bmp' (66,017) at 20210308005003768 to deleted uid set
55163 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/s390x/vdso.so' (66,018) at 20240326080039562 to deleted uid set
55164 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/tests/pe-file.exe' (66,019) at 20210309003655944 to deleted uid set
55165 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_hover.png' (66,020) at 20210307205554250 to deleted uid set
55166 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' (66,021) at 20250516080047900 to deleted uid set
55167 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-makefile-flow.png' (66,022) at 20210307205554370 to deleted uid set
55168 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/storage_enc.bin' (66,023) at 20221202040011011 to deleted uid set
55169 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_20.dat' (66,024) at 20250122090018961 to deleted uid set
55170 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/funny-word.out' (66,025) at 20210308005046405 to deleted uid set
55171 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.hpoffacpiindex' (66,026) at 20250902080039703 to deleted uid set
55172 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-bad-member.out' (66,027) at 20210308005046405 to deleted uid set
55173 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.mmio64' (66,028) at 20240906080037560 to deleted uid set
55174 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/testing/kunit/test_data/test_insufficient_memory.log' (66,029) at 20210307214932626 to deleted uid set
55175 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-type-bool.out' (66,030) at 20210308005046401 to deleted uid set
55176 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/chassis_enc.bin' (66,031) at 20240106090013589 to deleted uid set
55177 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/python/qemu/machine/py.typed' (66,032) at 20210927100127329 to deleted uid set
55178 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-base.out' (66,033) at 20210308005046397 to deleted uid set
55179 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/PPTT' (66,034) at 20250902080039703 to deleted uid set
55180 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff' (66,035) at 20220105012522987 to deleted uid set
55181 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-bochs-display.bin' (66,036) at 20250902080039551 to deleted uid set
55182 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/x509_ima.der' (66,037) at 20230520080014488 to deleted uid set
55183 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/public/favicon.ico' (66,038) at 20220105012522983 to deleted uid set
55184 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/test/expected-schema-errors.txt' (66,039) at 20210308005114361 to deleted uid set
55185 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/profile-title.png' (66,040) at 20210307205554346 to deleted uid set
55186 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-bochs-display.bin' (66,041) at 20250902080039551 to deleted uid set
55187 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/.shellcheck' (66,042) at 20210308005112989 to deleted uid set
55188 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat' (66,043) at 20240906080037556 to deleted uid set
55189 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-member-has.out' (66,044) at 20210308005046409 to deleted uid set
55190 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-int-branch.out' (66,045) at 20220429100100882 to deleted uid set
55191 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff' (66,046) at 20220105012522987 to deleted uid set
55192 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-pnor-code-mgmt/.shellcheck' (66,047) at 20210511000025977 to deleted uid set
55193 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-loongarch64-code.fd.bz2' (66,048) at 20241211090212410 to deleted uid set
55194 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.cphp' (66,049) at 20240906080037560 to deleted uid set
55195 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove-hover.png' (66,050) at 20210307205554250 to deleted uid set
55196 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/wandboard.bmp' (66,051) at 20210308005003768 to deleted uid set
55197 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/TCPA.tis.tpm12' (66,052) at 20240906080037560 to deleted uid set
55198 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT.numamem' (66,053) at 20250902080039703 to deleted uid set
55199 2025-10-05 03:01:04.976-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/qboot.rom' (66,054) at 20221215040039234 to deleted uid set
55200 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_display.png' (66,055) at 20210307205554250 to deleted uid set
55201 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.pcie' (66,056) at 20250902080039703 to deleted uid set
55202 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' (66,057) at 20250516080047900 to deleted uid set
55203 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide.png' (66,058) at 20210307205554334 to deleted uid set
55204 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png' (66,059) at 20210307205554346 to deleted uid set
55205 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-filter-active.png' (66,060) at 20220105012522967 to deleted uid set
55206 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-qxl.bin' (66,061) at 20250902080039551 to deleted uid set
55207 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.out' (66,062) at 20210308005046405 to deleted uid set
55208 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_64x64.png' (66,063) at 20210308005046549 to deleted uid set
55209 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/RHCT' (66,064) at 20250902080039703 to deleted uid set
55210 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.out' (66,065) at 20210308005046401 to deleted uid set
55211 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-2.pcf.gz' (66,066) at 20210307205554590 to deleted uid set
55212 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-10.pcf.gz' (66,067) at 20210307205554590 to deleted uid set
55213 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/warning.png' (66,068) at 20220105012522963 to deleted uid set
55214 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.dimmpxm' (66,069) at 20240906080037556 to deleted uid set
55215 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.out' (66,070) at 20210308005046405 to deleted uid set
55216 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr4_ddimm.dat' (66,071) at 20250122090018961 to deleted uid set
55217 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png' (66,072) at 20210307205554370 to deleted uid set
55218 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-14.pcf.gz' (66,073) at 20210307205554590 to deleted uid set
55219 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/.shellcheck' (66,074) at 20220402030022195 to deleted uid set
55220 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/motd' (66,075) at 20210307205554470 to deleted uid set
55221 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' (66,076) at 20250516080047900 to deleted uid set
55222 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-arm-code.fd.bz2' (66,077) at 20241211090212402 to deleted uid set
55223 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/pgood_faults.md' (66,078) at 20250930150959023
55224 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/internal_design.md' (66,079) at 20250930150959023
55225 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/utils.hpp' (66,080) at 20250930150553185
55226 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/common.cfg' (66,081) at 20250930150940023
55227 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/bios/biosconfig-manager_git.bb' (66,082) at 20250930150940023
55228 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_device/fru_utils.cpp' (66,083) at 20250930150553185
55229 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/layer-input.png' (66,084) at 20210307205554314 to deleted uid set
55230 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-i386-secure-code.fd.bz2' (66,085) at 20241211090212406 to deleted uid set
55231 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' (66,086) at 20250516080047900 to deleted uid set
55232 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' (66,087) at 20250516080047900 to deleted uid set
55233 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/alerts/alert.png' (66,088) at 20220105012522963 to deleted uid set
55234 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/Vera.ttf' (66,089) at 20210307205554370 to deleted uid set
55235 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-8.pcf.gz' (66,090) at 20210307205554590 to deleted uid set
55236 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DMAR.dmar' (66,091) at 20250516080047900 to deleted uid set
55237 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/intercontrol.bmp' (66,092) at 20210308005003768 to deleted uid set
55238 2025-10-05 03:01:04.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/oem/ibm/configurations/host_eid' (66,093) at 20210311201857430 to deleted uid set
55239 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.out' (66,094) at 20221215040039362 to deleted uid set
55240 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.out' (66,095) at 20210308005046405 to deleted uid set
55241 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-no-base.out' (66,096) at 20220429100100882 to deleted uid set
55242 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_hover.png' (66,097) at 20210307205554250 to deleted uid set
55243 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-vmxnet3.rom' (66,098) at 20210308005046141 to deleted uid set
55244 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/SPCR' (66,099) at 20250516080047900 to deleted uid set
55245 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot' (66,100) at 20210307205554274 to deleted uid set
55246 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' (66,101) at 20250516080047900 to deleted uid set
55247 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/easylogo/linux_blackfin.tga' (66,102) at 20210308005003760 to deleted uid set
55248 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_hover.png' (66,103) at 20210307205554254 to deleted uid set
55249 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/VeraMoBd.ttf' (66,104) at 20210307205554370 to deleted uid set
55250 2025-10-05 03:01:04.978-0500 FINEST t466 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' (66,105) at 20210307205553774 to deleted uid set
55251 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/machconfig' (66,106) at 20210307205554454 to deleted uid set
55252 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/RHCT' (66,107) at 20250902080039703 to deleted uid set
55253 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/event-case.out' (66,108) at 20210927100127469 to deleted uid set
55254 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-bad-base.out' (66,109) at 20220429100100882 to deleted uid set
55255 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-sort.png' (66,110) at 20220105012522975 to deleted uid set
55256 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.out' (66,111) at 20210308005046401 to deleted uid set
55257 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.out' (66,112) at 20210308005046409 to deleted uid set
55258 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if.out' (66,113) at 20210308005046401 to deleted uid set
55259 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png' (66,114) at 20210307205554270 to deleted uid set
55260 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pvh.bin' (66,115) at 20210308005046177 to deleted uid set
55261 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/bypqs-title.png' (66,116) at 20210307205554290 to deleted uid set
55262 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/dtb/canyonlands.dtb' (66,117) at 20250902080039547 to deleted uid set
55263 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.out' (66,118) at 20210927100127469 to deleted uid set
55264 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/APIC' (66,119) at 20250902080039703 to deleted uid set
55265 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/fw-update/test/test_pkg' (66,120) at 20211101000101059 to deleted uid set
55266 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.out' (66,121) at 20210308005046409 to deleted uid set
55267 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-callers.png' (66,122) at 20210307205554350 to deleted uid set
55268 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_hover.png' (66,123) at 20210307205554254 to deleted uid set
55269 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.dimmpxm' (66,124) at 20240906080037560 to deleted uid set
55270 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-e1000.rom' (66,125) at 20210308005046137 to deleted uid set
55271 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt' (66,126) at 20210307205554446 to deleted uid set
55272 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-base.out' (66,127) at 20210308005046413 to deleted uid set
55273 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/refresh.png' (66,128) at 20210307205554250 to deleted uid set
55274 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/circuit_enc.bin' (66,129) at 20220604030008508 to deleted uid set
55275 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' (66,130) at 20250516080047900 to deleted uid set
55276 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/cross-development-toolchains.png' (66,131) at 20210307205554310 to deleted uid set
55277 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/denx-comp.bmp' (66,132) at 20210308005003768 to deleted uid set
55278 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.out' (66,133) at 20210308005046409 to deleted uid set
55279 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-batch-action.png' (66,134) at 20220105012522967 to deleted uid set
55280 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-inventory-manager/.shellcheck' (66,135) at 20210427000037897 to deleted uid set
55281 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/skiboot.lid' (66,136) at 20250516080047748 to deleted uid set
55282 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-cycle.out' (66,137) at 20210308005046409 to deleted uid set
55283 2025-10-05 03:01:04.978-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/qemu-nsis.bmp' (66,138) at 20210308005046185 to deleted uid set
55284 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot' (66,139) at 20210307205554274 to deleted uid set
55285 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-comma-object.out' (66,140) at 20210308005046409 to deleted uid set
55286 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz' (66,141) at 20210307205554594 to deleted uid set
55287 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.loongarch64.iso.qcow2' (66,142) at 20250902080039703 to deleted uid set
55288 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-with-bitmap.bz2' (66,143) at 20210927100127505 to deleted uid set
55289 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/devtool-add-flow.png' (66,144) at 20250415080017564 to deleted uid set
55290 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.out' (66,145) at 20210308005046401 to deleted uid set
55291 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-key.out' (66,146) at 20220429100100882 to deleted uid set
55292 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/simple-configuration.png' (66,147) at 20210307205554382 to deleted uid set
55293 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' (66,148) at 20250516080047904 to deleted uid set
55294 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' (66,149) at 20250516080047900 to deleted uid set
55295 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count2' (66,150) at 20240906080037560 to deleted uid set
55296 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.out' (66,151) at 20210308005046413 to deleted uid set
55297 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/skiboot.lid' (66,152) at 20250516080047748 to deleted uid set
55298 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuriscv64.png' (66,153) at 20240309090012816 to deleted uid set
55299 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/figures/yp-how-it-works-new-diagram.png' (66,154) at 20210316000012689 to deleted uid set
55300 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-riscv-vars.fd.bz2' (66,155) at 20240326080039594 to deleted uid set
55301 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/HPET' (66,156) at 20240906080037560 to deleted uid set
55302 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' (66,157) at 20250516080047900 to deleted uid set
55303 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.out' (66,158) at 20220429100100882 to deleted uid set
55304 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/README' (66,159) at 20210307205554266 to deleted uid set
55305 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff' (66,160) at 20220105012522987 to deleted uid set
55306 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/isl69269.hpp' (66,161) at 20251001080028822
55307 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/isl69269.cpp' (66,162) at 20251001080028822
55308 2025-10-05 03:01:04.979-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/asrock/asrock_altrad8.json' (66,163) at 20251001080005825
55309 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/account_service.hpp' (66,164) at 20251001080002829
55310 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/CHANGELOG.md' (66,165) at 20250930080013376
55311 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/schemas/legacy.json' (66,166) at 20250930080006768 to deleted uid set
55312 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' (66,167) at 20250516080047900 to deleted uid set
55313 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-clash-member.out' (66,168) at 20210308005046405 to deleted uid set
55314 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-loongarch64-vars.fd.bz2' (66,169) at 20241211090212410 to deleted uid set
55315 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/npcm7xx_bootrom.bin' (66,170) at 20250902080039547 to deleted uid set
55316 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-16.pcf.gz' (66,171) at 20210307205554590 to deleted uid set
55317 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' (66,172) at 20250516080047904 to deleted uid set
55318 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/linuxboot_dma.bin' (66,173) at 20210308005046149 to deleted uid set
55319 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/redefined-event.out' (66,174) at 20210308005046409 to deleted uid set
55320 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png' (66,175) at 20210307205554338 to deleted uid set
55321 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-i386-vars.fd.bz2' (66,176) at 20210308005046129 to deleted uid set
55322 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin' (66,177) at 20210307205554550 to deleted uid set
55323 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-power/.shellcheck' (66,178) at 20210420000053767 to deleted uid set
55324 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2' (66,179) at 20240906080037560 to deleted uid set
55325 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.out' (66,180) at 20210308005046401 to deleted uid set
55326 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_test_arch.png' (66,181) at 20230629131804619 to deleted uid set
55327 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/engicam.bmp' (66,182) at 20210308005003768 to deleted uid set
55328 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/success.png' (66,183) at 20220105012522963 to deleted uid set
55329 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bios-microvm.bin' (66,184) at 20250902080039547 to deleted uid set
55330 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.slic' (66,185) at 20240906080037560 to deleted uid set
55331 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-dev-flow.png' (66,186) at 20210307205554290 to deleted uid set
55332 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.memhp' (66,187) at 20240906080037556 to deleted uid set
55333 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt' (66,188) at 20250902080039703 to deleted uid set
55334 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove.png' (66,189) at 20210307205554250 to deleted uid set
55335 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' (66,190) at 20250516080047900 to deleted uid set
55336 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/FACS' (66,191) at 20240906080037556 to deleted uid set
55337 2025-10-05 03:01:04.980-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-type-list.out' (66,192) at 20210308005046409 to deleted uid set
55338 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-member-u.out' (66,193) at 20210308005046409 to deleted uid set
55339 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-type.out' (66,194) at 20210308005046409 to deleted uid set
55340 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/logo.png' (66,195) at 20210307205554274 to deleted uid set
55341 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/MCFG' (66,196) at 20250902080039703 to deleted uid set
55342 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-5.pcf.gz' (66,197) at 20210307205554594 to deleted uid set
55343 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.err' (66,198) at 20210308005046409 to deleted uid set
55344 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile' (66,199) at 20210307205554390 to deleted uid set
55345 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' (66,200) at 20250516080047900 to deleted uid set
55346 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.out' (66,201) at 20240906080037560 to deleted uid set
55347 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.viot' (66,202) at 20250902080039703 to deleted uid set
55348 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT' (66,203) at 20250902080039703 to deleted uid set
55349 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/annotation_dict.bin' (66,204) at 20220604030008508 to deleted uid set
55350 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png' (66,205) at 20210307205554610 to deleted uid set
55351 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/Documentation/images/logo.gif' (66,206) at 20240405153045221 to deleted uid set
55352 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-1.pcf.gz' (66,207) at 20210307205554590 to deleted uid set
55353 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/binman/test/descriptor.bin' (66,208) at 20210308005003752 to deleted uid set
55354 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table.png' (66,209) at 20220105012522975 to deleted uid set
55355 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/simple-dmg.dmg.bz2' (66,210) at 20210308005046473 to deleted uid set
55356 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' (66,211) at 20250516080047900 to deleted uid set
55357 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/eventLogsWithSatusIcon.png' (66,212) at 20220105012522963 to deleted uid set
55358 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-ident.out' (66,213) at 20210308005046401 to deleted uid set
55359 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin' (66,214) at 20240906080037408 to deleted uid set
55360 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tools/meson.build' (66,215) at 20230426080043956 to deleted uid set
55361 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' (66,216) at 20250516080047900 to deleted uid set
55362 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-7.pcf.gz' (66,217) at 20210307205554594 to deleted uid set
55363 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.out' (66,218) at 20210308005046401 to deleted uid set
55364 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-search-active.png' (66,219) at 20220105012522971 to deleted uid set
55365 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-before-include.out' (66,220) at 20210308005046401 to deleted uid set
55366 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-unknown.out' (66,221) at 20210308005046401 to deleted uid set
55367 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' (66,222) at 20250516080047900 to deleted uid set
55368 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count' (66,223) at 20240906080037560 to deleted uid set
55369 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-build-scripts/.shellcheck' (66,224) at 20210308004942720 to deleted uid set
55370 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC' (66,225) at 20240906080037556 to deleted uid set
55371 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.out' (66,226) at 20210308005046405 to deleted uid set
55372 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/string-code-point-127.out' (66,227) at 20210308005046409 to deleted uid set
55373 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios.bin' (66,228) at 20250902080039551 to deleted uid set
55374 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.out' (66,229) at 20210308005046401 to deleted uid set
55375 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-15.pcf.gz' (66,230) at 20210307205554594 to deleted uid set
55376 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.rtc' (66,231) at 20240906080037556 to deleted uid set
55377 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-all.out' (66,232) at 20220429100100882 to deleted uid set
55378 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/image-generation.png' (66,233) at 20210307205554310 to deleted uid set
55379 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/rotation' (66,234) at 20210307205554470 to deleted uid set
55380 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/bash-oecore.png' (66,235) at 20210307205554378 to deleted uid set
55381 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_32x32.bmp' (66,236) at 20210308005046549 to deleted uid set
55382 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/DSDT' (66,237) at 20250902080039703 to deleted uid set
55383 2025-10-05 03:01:04.981-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2' (66,238) at 20210308005046389 to deleted uid set
55384 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/minerva/minerva_pdb_hsc_xdp.json' (66,239) at 20250930080006768
55385 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/sensorhandler.hpp' (66,240) at 20250930080420875
55386 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/build-setup.sh' (66,241) at 20250930080409870
55387 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager_git.bb' (66,276) at 20250930150940023
55388 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/internal_design.md' (66,277) at 20250930150959023
55389 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/README.md' (66,278) at 20250930150959023
55390 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/README.md' (66,279) at 20250930150959023
55391 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/phase_fault_monitoring.md' (66,280) at 20250930150959023
55392 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/powering_off.md' (66,281) at 20250930150959023
55393 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-graphics/obmc-ikvm/obmc-ikvm_git.bb' (66,282) at 20250930150940023
55394 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (66,283) at 20250930150940023 to deleted uid set
55395 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/testing.md' (66,284) at 20250930150959023
55396 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/monitoring.md' (66,285) at 20250930150959023
55397 2025-10-05 03:01:04.982-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/sensor_monitoring.md' (66,286) at 20250930150959023
55398 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/utils.cpp' (66,287) at 20250930150553181
55399 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/transport/send_recv_one.cpp' (66,288) at 20250930080013380
55400 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/ext_interfaces/test_vmi.robot' (66,289) at 20250930080410802
55401 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/meson.build' (66,290) at 20250930080013380
55402 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/jenkins/userid-validation' (66,291) at 20250930080409870
55403 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/transport/transport.c' (66,292) at 20250930080013380
55404 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/dsp/base.c' (66,293) at 20250930080013376
55405 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/test/http/http2_connection_test.cpp' (66,294) at 20250930080003744 to deleted uid set
55406 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/views/Logs/Dumps/DumpsForm.vue' (66,295) at 20250930080455127
55407 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/gui/lib/gui_resource.robot' (66,296) at 20250930080410798
55408 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensor.cpp' (66,297) at 20250930080005492 to deleted uid set
55409 2025-10-05 03:01:04.983-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb' (66,298) at 20250930150940023
55410 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/sensor.hpp' (66,299) at 20250930080005496
55411 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/nvidia-gpu/NvidiaGpuPowerSensor.cpp' (66,300) at 20250930080005492
55412 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/environ/time.c' (66,301) at 20250930080013380
55413 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/lib/certificate_utils.robot' (66,302) at 20250930080410798
55414 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_nmi_interface.robot' (66,303) at 20250930080410802
55415 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/ipmbbridge/ipmbbridged.cpp' (66,304) at 20250930080010716
55416 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/named_gpios.md' (66,305) at 20250930150959023
55417 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host.inc' (66,306) at 20250930150940023
55418 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' (66,307) at 20250930150940023 to deleted uid set
55419 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/powering_on.md' (66,338) at 20250930150959023
55420 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb' (66,339) at 20250930150940023 to deleted uid set
55421 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/chassis_status.md' (66,340) at 20250930150959023
55422 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-ipmb_git.bb' (66,341) at 20250930150940023
55423 2025-10-05 03:01:04.984-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/README.md' (66,342) at 20250930150959023
55424 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' (66,343) at 20250930150940023 to deleted uid set
55425 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/multiple_chassis.md' (66,344) at 20250930150959023
55426 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' (66,345) at 20250930150940023 to deleted uid set
55427 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/gpio/phosphor-gpio-monitor_git.bb' (66,346) at 20250930150940023
55428 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_timed_power_on.robot' (66,347) at 20250930080410802
55429 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensor.hpp' (66,348) at 20250930080005492
55430 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_occ_power.robot' (66,349) at 20250930080410802
55431 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_inband_bmc_auth_reset.robot' (66,350) at 20250930080410802
55432 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/compiler.h' (66,351) at 20250930080013376
55433 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-test-automation/openpower/test_bmc_devicetree.robot' (66,352) at 20250930080410802
55434 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/nvidia/nvidia_cx8_mezzanine_module.json' (66,353) at 20250930080006768
55435 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb' (66,354) at 20250930150940023
55436 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-kernel/linux/linux-aspeed_%.bbappend' (66,355) at 20250930150940023
55437 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/libcper/libcper_git.bb' (66,356) at 20250930150940023
55438 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-regulators/docs/configuration.md' (66,357) at 20250930150959023
55439 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/mp297x.cpp' (66,358) at 20250929080428543
55440 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/eeprom-device/pt5161l/pt5161l.hpp' (66,359) at 20250929080428543
55441 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/tof-voters/libvoters/acceptable.py' (66,360) at 20250929080418835
55442 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/multiple_chassis.md' (66,361) at 20250930150959023
55443 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/power_loss.md' (66,362) at 20250930150959023
55444 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/phosphor-power-sequencer/docs/testing.md' (66,363) at 20250930150959023
55445 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/i2cvr_software_manager.cpp' (66,364) at 20251001080028822 to deleted uid set
55446 2025-10-05 03:01:04.985-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (66,365) at 20251001080013353
55447 2025-10-05 03:01:04.986-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/redfish-core/lib/log_services.hpp' (66,366) at 20251001080002829 to deleted uid set
55448 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' (71,386) at 20250516080047900 to deleted uid set
55449 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/multiconfig_files.png' (71,387) at 20210307205554298 to deleted uid set
55450 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add-hover.png' (71,388) at 20210307205554250 to deleted uid set
55451 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/afl5.img.bz2' (71,389) at 20210308005046473 to deleted uid set
55452 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk-generation.png' (71,390) at 20210307205554314 to deleted uid set
55453 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/atmel.bmp' (71,391) at 20210308005003768 to deleted uid set
55454 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_512x512.png' (71,392) at 20210308005046549 to deleted uid set
55455 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.out' (71,393) at 20210927100127469 to deleted uid set
55456 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.out' (71,394) at 20210308005046413 to deleted uid set
55457 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/HEST' (71,395) at 20250902080039703 to deleted uid set
55458 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/yp-download.png' (71,396) at 20230503080014607 to deleted uid set
55459 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/rest-dbus/resources/throbber.gif' (71,397) at 20210308004923388 to deleted uid set
55460 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/openbios-sparc64' (71,398) at 20241211090212438 to deleted uid set
55461 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' (71,399) at 20250516080047900 to deleted uid set
55462 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/smbios/type11_blob' (71,400) at 20240906080037560 to deleted uid set
55463 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vof.bin' (71,401) at 20210927100127329 to deleted uid set
55464 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' (71,402) at 20250516080047900 to deleted uid set
55465 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-nested-err.out' (71,403) at 20210308005046409 to deleted uid set
55466 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP' (71,404) at 20240906080037560 to deleted uid set
55467 2025-10-05 03:01:05.009-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/aarch64/vdso-be.so' (71,405) at 20241211090212374 to deleted uid set
55468 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bb_multiconfig_files.png' (71,406) at 20210307205554234 to deleted uid set
55469 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/s390-ccw.img' (71,407) at 20250902080039551 to deleted uid set
55470 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/ExternalFlash.png' (71,408) at 20241221090017464 to deleted uid set
55471 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-filter.png' (71,409) at 20220105012522967 to deleted uid set
55472 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/SPCR' (71,410) at 20250516080047900 to deleted uid set
55473 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-stdvga.bin' (71,411) at 20250902080039551 to deleted uid set
55474 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/issues.png' (71,412) at 20210307205554250 to deleted uid set
55475 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/pldm/files/host_eid' (71,413) at 20231023080013923 to deleted uid set
55476 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/dtb/bamboo.dtb' (71,414) at 20250902080039547 to deleted uid set
55477 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' (71,415) at 20250516080047900 to deleted uid set
55478 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/WAET' (71,416) at 20240906080037560 to deleted uid set
55479 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT.memhp' (71,417) at 20250902080039703 to deleted uid set
55480 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-host-ipmid/.shellcheck' (71,418) at 20210415000052104 to deleted uid set
55481 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-networkd/.shellcheck' (71,419) at 20210415100052453 to deleted uid set
55482 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-array-branch.out' (71,420) at 20220429100100882 to deleted uid set
55483 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_24x24.png' (71,421) at 20210308005046549 to deleted uid set
55484 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.type4-count' (71,422) at 20240906080037560 to deleted uid set
55485 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' (71,423) at 20250516080047900 to deleted uid set
55486 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' (71,424) at 20250516080047900 to deleted uid set
55487 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_display.png' (71,425) at 20210307205554254 to deleted uid set
55488 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.out' (71,426) at 20210308005046401 to deleted uid set
55489 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.out' (71,427) at 20210308005046401 to deleted uid set
55490 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT.topology' (71,428) at 20250902080039703 to deleted uid set
55491 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/NFIT.memhp' (71,429) at 20240906080037556 to deleted uid set
55492 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SSDT.memhp' (71,430) at 20241211090212530 to deleted uid set
55493 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/s390-ccw.img' (71,431) at 20250902080039551 to deleted uid set
55494 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc-tools/dbus-vis/scrnshot.png' (71,432) at 20211029100036568 to deleted uid set
55495 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-type-dict.out' (71,433) at 20210308005046401 to deleted uid set
55496 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/FACP' (71,434) at 20240906080037556 to deleted uid set
55497 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-e1000e.rom' (71,435) at 20210308005046137 to deleted uid set
55498 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-ati.bin' (71,436) at 20250902080039551 to deleted uid set
55499 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-noinitiator' (71,437) at 20240906080037556 to deleted uid set
55500 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/figures/build-workspace-directory.png' (71,438) at 20210307205554354 to deleted uid set
55501 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_display.png' (71,439) at 20210307205554250 to deleted uid set
55502 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/ERST.pcie' (71,440) at 20240906080037556 to deleted uid set
55503 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.out' (71,441) at 20220429100100882 to deleted uid set
55504 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' (71,442) at 20250516080047900 to deleted uid set
55505 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bios.bin' (71,443) at 20250902080039547 to deleted uid set
55506 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_235.dat' (71,444) at 20250122090018961 to deleted uid set
55507 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/gateworks.bmp' (71,445) at 20210308005003768 to deleted uid set
55508 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/siemens.bmp' (71,446) at 20210308005003768 to deleted uid set
55509 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/overview-manual-title.png' (71,447) at 20210307205554314 to deleted uid set
55510 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_74.dat' (71,448) at 20250122090018961 to deleted uid set
55511 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/pam-ipmi/ipmi_pass_64' (71,449) at 20230112040025886 to deleted uid set
55512 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-unknown.out' (71,450) at 20210308005046413 to deleted uid set
55513 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' (71,451) at 20250516080047900 to deleted uid set
55514 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/ast27x0_bootrom.bin' (71,452) at 20250902080039543 to deleted uid set
55515 2025-10-05 03:01:05.010-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.out' (71,453) at 20210308005046401 to deleted uid set
55516 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ip6tables.rules' (71,454) at 20210307205554562 to deleted uid set
55517 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-3.pcf.gz' (71,455) at 20210307205554590 to deleted uid set
55518 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' (71,456) at 20250516080047900 to deleted uid set
55519 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/figures/poky-title.png' (71,457) at 20210307205554358 to deleted uid set
55520 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf' (71,458) at 20210308005003528 to deleted uid set
55521 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-type-int.out' (71,459) at 20210308005046401 to deleted uid set
55522 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-rtl8139.rom' (71,460) at 20210308005046181 to deleted uid set
55523 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-base-clash.out' (71,461) at 20210308005046413 to deleted uid set
55524 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header.sig' (71,462) at 20210831100016398 to deleted uid set
55525 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_78_79.dat' (71,463) at 20250122090018961 to deleted uid set
55526 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/drivers/staging/axis-fifo/README' (71,464) at 20210307214930478 to deleted uid set
55527 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_bringup.gpg' (71,465) at 20210803000022008 to deleted uid set
55528 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-flow.png' (71,466) at 20210307205554302 to deleted uid set
55529 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_hover.png' (71,467) at 20210307205554250 to deleted uid set
55530 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.out' (71,468) at 20210308005046397 to deleted uid set
55531 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-cirrus.bin' (71,469) at 20250902080039551 to deleted uid set
55532 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.noacpihp' (71,470) at 20250516080047900 to deleted uid set
55533 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/SRAT.numamem' (71,471) at 20241211090212530 to deleted uid set
55534 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' (71,472) at 20250516080047900 to deleted uid set
55535 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff2' (71,473) at 20210307205554274 to deleted uid set
55536 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-list.out' (71,474) at 20210308005046401 to deleted uid set
55537 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/dummy_simple_enc.bin' (71,475) at 20220604030008508 to deleted uid set
55538 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' (71,476) at 20250516080047900 to deleted uid set
55539 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.acpihmat' (71,477) at 20240906080037556 to deleted uid set
55540 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.out' (71,478) at 20210308005046405 to deleted uid set
55541 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_small_size.dat' (71,479) at 20250122090018961 to deleted uid set
55542 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/template/Vera.ttf' (71,480) at 20210307205554234 to deleted uid set
55543 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff' (71,481) at 20220105012522987 to deleted uid set
55544 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.out' (71,482) at 20210308005046401 to deleted uid set
55545 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/DSDT' (71,483) at 20250902080039703 to deleted uid set
55546 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-user-manager/.openbmc-enforce-gitlint' (71,484) at 20221102030039781 to deleted uid set
55547 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DBG2' (71,485) at 20240906080037556 to deleted uid set
55548 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.out' (71,486) at 20210308005046401 to deleted uid set
55549 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-pid-control/.shellcheck' (71,487) at 20210415000109176 to deleted uid set
55550 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory.png' (71,488) at 20210307205554298 to deleted uid set
55551 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png' (71,489) at 20210307205554346 to deleted uid set
55552 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_display.png' (71,490) at 20210307205554250 to deleted uid set
55553 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/h1.bb' (71,491) at 20250724080015742 to deleted uid set
55554 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-downloading.png' (71,492) at 20210307205554326 to deleted uid set
55555 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-input.png' (71,493) at 20210307205554318 to deleted uid set
55556 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2' (71,494) at 20210308005046473 to deleted uid set
55557 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.out' (71,495) at 20210927100127469 to deleted uid set
55558 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/microchip.bmp' (71,496) at 20210308005003768 to deleted uid set
55559 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/secondary.png' (71,497) at 20220105012522963 to deleted uid set
55560 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/qemu_vga.ndrv' (71,498) at 20210308005046185 to deleted uid set
55561 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' (71,499) at 20250516080047900 to deleted uid set
55562 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png' (71,500) at 20210307205554270 to deleted uid set
55563 2025-10-05 03:01:05.011-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-mboxd/m4/.keep' (71,501) at 20210308005108641 to deleted uid set
55564 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-pcnet.rom' (71,502) at 20210308005046137 to deleted uid set
55565 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/weston.png' (71,503) at 20210307205554586 to deleted uid set
55566 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2' (71,504) at 20210308005046473 to deleted uid set
55567 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/qemu-nsis.ico' (71,505) at 20210308005046185 to deleted uid set
55568 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/rest-dbus/resources/32px.png' (71,506) at 20210308004923384 to deleted uid set
55569 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/cute-files-npm-example.png' (71,507) at 20220721030015857 to deleted uid set
55570 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-keys.out' (71,508) at 20220429100100882 to deleted uid set
55571 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpierst' (71,509) at 20250516080047900 to deleted uid set
55572 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-state-manager/.shellcheck' (71,510) at 20210415000117524 to deleted uid set
55573 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.out' (71,511) at 20210308005046405 to deleted uid set
55574 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/type-case.out' (71,512) at 20210927100127473 to deleted uid set
55575 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.out' (71,513) at 20210308005046409 to deleted uid set
55576 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-logging/.shellcheck' (71,514) at 20210415000106104 to deleted uid set
55577 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/drive_oem_dict.bin' (71,515) at 20220604030008508 to deleted uid set
55578 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-8.pcf.gz' (71,516) at 20210307205554594 to deleted uid set
55579 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.out' (71,517) at 20220429100100882 to deleted uid set
55580 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' (71,518) at 20250516080047900 to deleted uid set
55581 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-qxl.bin' (71,519) at 20250902080039551 to deleted uid set
55582 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sphinx-static/favicon.ico' (71,520) at 20250724080015754 to deleted uid set
55583 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.ioapic2' (71,521) at 20240906080037556 to deleted uid set
55584 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' (71,522) at 20250516080047900 to deleted uid set
55585 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.topology' (71,523) at 20250902080039703 to deleted uid set
55586 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-command-q.out' (71,524) at 20210308005046409 to deleted uid set
55587 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/test-manual/figures/ab-test-cluster.png' (71,525) at 20210307205554374 to deleted uid set
55588 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm64.png' (71,526) at 20240309090012816 to deleted uid set
55589 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat' (71,527) at 20240906080037560 to deleted uid set
55590 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/new-project.png' (71,528) at 20210307205554382 to deleted uid set
55591 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count2' (71,529) at 20240906080037556 to deleted uid set
55592 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' (71,530) at 20250516080047900 to deleted uid set
55593 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/danger.png' (71,531) at 20220105012522963 to deleted uid set
55594 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-10.pcf.gz' (71,532) at 20210307205554594 to deleted uid set
55595 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.out' (71,533) at 20210308005046401 to deleted uid set
55596 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-1.pcf.gz' (71,534) at 20210307205554594 to deleted uid set
55597 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/u-boot_logo.bmp' (71,535) at 20210308005003768 to deleted uid set
55598 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT' (71,536) at 20240906080037556 to deleted uid set
55599 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/npcm8xx_bootrom.bin' (71,537) at 20250902080039547 to deleted uid set
55600 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff' (71,538) at 20220105012522987 to deleted uid set
55601 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/NFIT.dimmpxm' (71,539) at 20240906080037556 to deleted uid set
55602 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v1.bz2' (71,540) at 20210308005046473 to deleted uid set
55603 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips64.png' (71,541) at 20240309090012816 to deleted uid set
55604 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT' (71,542) at 20250902080039703 to deleted uid set
55605 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/alert.png' (71,543) at 20210307205554250 to deleted uid set
55606 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-rtl8139.rom' (71,544) at 20210308005046137 to deleted uid set
55607 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/disable-tests' (71,545) at 20241206090014346 to deleted uid set
55608 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-too-many.out' (71,546) at 20250516080047912 to deleted uid set
55609 2025-10-05 03:01:05.012-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-virtio.rom' (71,547) at 20210308005046141 to deleted uid set
55610 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/CorstoneSubsystems.png' (71,548) at 20230804080018091 to deleted uid set
55611 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-eepro100.rom' (71,549) at 20210308005046181 to deleted uid set
55612 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' (71,550) at 20250516080047900 to deleted uid set
55613 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-ati.bin' (71,551) at 20250902080039551 to deleted uid set
55614 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuriscv64.png' (71,552) at 20240309090012816 to deleted uid set
55615 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/chassis_dict.bin' (71,553) at 20240106090013589 to deleted uid set
55616 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/ident-with-escape.out' (71,554) at 20210308005046409 to deleted uid set
55617 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_177.dat' (71,555) at 20250122090018961 to deleted uid set
55618 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' (71,556) at 20250516080047900 to deleted uid set
55619 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/confirmation.png' (71,557) at 20210307205554250 to deleted uid set
55620 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/dropbear_rsa_host_key' (71,558) at 20210307205554466 to deleted uid set
55621 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' (71,559) at 20250516080047900 to deleted uid set
55622 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/pldm/files/host_eid' (71,560) at 20240517080012289 to deleted uid set
55623 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/linux/tools/perf/tests/pe-file.exe.debug' (71,561) at 20210309003655944 to deleted uid set
55624 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sphinx-static/YoctoProject_Logo_RGB.jpg' (71,562) at 20210307205554370 to deleted uid set
55625 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-empty.out' (71,563) at 20210308005046413 to deleted uid set
55626 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-ne2k_pci.rom' (71,564) at 20210308005046137 to deleted uid set
55627 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.cphp' (71,565) at 20240906080037556 to deleted uid set
55628 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-member-case.out' (71,566) at 20210308005046405 to deleted uid set
55629 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_arch.png' (71,567) at 20230629131804619 to deleted uid set
55630 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png' (71,568) at 20210307205554338 to deleted uid set
55631 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/npcm7xx_bootrom.bin' (71,569) at 20250902080039547 to deleted uid set
55632 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.memhp' (71,570) at 20240906080037556 to deleted uid set
55633 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/GTDT' (71,571) at 20240906080037556 to deleted uid set
55634 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-self-cycle.out' (71,572) at 20210308005046409 to deleted uid set
55635 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/draft.png' (71,573) at 20210307205554370 to deleted uid set
55636 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/hosted-service.png' (71,574) at 20210307205554378 to deleted uid set
55637 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf' (71,575) at 20210307205554270 to deleted uid set
55638 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' (71,576) at 20250516080047900 to deleted uid set
55639 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-3.pcf.gz' (71,577) at 20210307205554594 to deleted uid set
55640 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-member-unknown.out' (71,578) at 20210308005046401 to deleted uid set
55641 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.nohpet' (71,579) at 20250516080047900 to deleted uid set
55642 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/QEMU,cgthree.bin' (71,580) at 20210308005046113 to deleted uid set
55643 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' (71,581) at 20250516080047900 to deleted uid set
55644 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/esd.bmp' (71,582) at 20210308005003768 to deleted uid set
55645 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/bitbake-build-flow.png' (71,583) at 20210307205554294 to deleted uid set
55646 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.out' (71,584) at 20210308005046409 to deleted uid set
55647 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE-CKSUM' (71,585) at 20210518000100501 to deleted uid set
55648 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-missing-data.out' (71,586) at 20210308005046405 to deleted uid set
55649 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/btbridge/.shellcheck' (71,587) at 20210428000006034 to deleted uid set
55650 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/ERST.acpierst' (71,588) at 20240906080037556 to deleted uid set
55651 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios.bin' (71,589) at 20250902080039551 to deleted uid set
55652 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/entity-manager/.shellcheck' (71,590) at 20210414100005994 to deleted uid set
55653 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/pam-ipmi/ipmi_pass_32' (71,591) at 20230112040025886 to deleted uid set
55654 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-unknown-key.out' (71,592) at 20210308005046405 to deleted uid set
55655 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/slof.bin' (71,593) at 20250516080047756 to deleted uid set
55656 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-if-implicit.out' (71,594) at 20230925080040089 to deleted uid set
55657 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/returns-dict.out' (71,595) at 20210308005046409 to deleted uid set
55658 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.out' (71,596) at 20230925080040089 to deleted uid set
55659 2025-10-05 03:01:05.013-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/double-type.out' (71,597) at 20210308005046405 to deleted uid set
55660 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-report-cycles-u.png' (71,598) at 20210307205554330 to deleted uid set
55661 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-virtio.bin' (71,599) at 20250902080039551 to deleted uid set
55662 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.acpihmatvirt' (71,600) at 20250902080039703 to deleted uid set
55663 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' (71,601) at 20250516080047900 to deleted uid set
55664 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' (71,602) at 20250516080047900 to deleted uid set
55665 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.applesmc' (71,603) at 20250516080047900 to deleted uid set
55666 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.out' (71,604) at 20210308005046405 to deleted uid set
55667 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.out' (71,605) at 20210308005046401 to deleted uid set
55668 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureBootChain.png' (71,606) at 20241206090014206 to deleted uid set
55669 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/QEMU,tcx.bin' (71,607) at 20210308005046113 to deleted uid set
55670 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.pxb' (71,608) at 20250902080039703 to deleted uid set
55671 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/riscv/vdso-64.so' (71,609) at 20240326080039562 to deleted uid set
55672 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_display.png' (71,610) at 20210307205554250 to deleted uid set
55673 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACS' (71,611) at 20240906080037560 to deleted uid set
55674 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/kvmvapic.bin' (71,612) at 20210308005046149 to deleted uid set
55675 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.out' (71,613) at 20210308005046405 to deleted uid set
55676 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-alternate.out' (71,614) at 20210308005046401 to deleted uid set
55677 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-member-case.out' (71,615) at 20210308005046401 to deleted uid set
55678 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' (71,616) at 20250516080047900 to deleted uid set
55679 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.acpihmatvirt' (71,617) at 20250902080039703 to deleted uid set
55680 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf' (71,618) at 20210308005003524 to deleted uid set
55681 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' (71,619) at 20250516080047900 to deleted uid set
55682 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-arm-vars.fd.bz2' (71,620) at 20210308005046125 to deleted uid set
55683 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png' (71,621) at 20210307205554270 to deleted uid set
55684 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-any.out' (71,622) at 20210308005046397 to deleted uid set
55685 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.out' (71,623) at 20210308005046405 to deleted uid set
55686 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/compulab.bmp' (71,624) at 20210308005003768 to deleted uid set
55687 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-10.pcf.gz' (71,625) at 20210307205554594 to deleted uid set
55688 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-x86_64-microvm.fd.bz2' (71,626) at 20241211090212418 to deleted uid set
55689 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/nicole.cfg' (71,627) at 20210307205554222 to deleted uid set
55690 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.out' (71,628) at 20210927100127469 to deleted uid set
55691 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png' (71,629) at 20210307205554366 to deleted uid set
55692 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-ramfb.bin' (71,630) at 20250902080039551 to deleted uid set
55693 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.out' (71,631) at 20210308005046413 to deleted uid set
55694 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb' (71,632) at 20210307205554250 to deleted uid set
55695 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/dbus-sensors/subprojects/.clang-tidy-ignore' (71,633) at 20230510080006007 to deleted uid set
55696 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/pybootchartgui-linux-yocto.png' (71,634) at 20210307205554346 to deleted uid set
55697 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/IVRS.ivrs' (71,635) at 20240906080037560 to deleted uid set
55698 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.acpihmatvirt' (71,636) at 20240906080037556 to deleted uid set
55699 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SSDT.dimmpxm' (71,637) at 20240906080037556 to deleted uid set
55700 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' (71,638) at 20250516080047900 to deleted uid set
55701 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SLIT.numamem' (71,639) at 20250902080039703 to deleted uid set
55702 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vof-nvram.bin' (71,640) at 20210927100127329 to deleted uid set
55703 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-repos.png' (71,641) at 20230503080014603 to deleted uid set
55704 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.cphp' (71,642) at 20240906080037556 to deleted uid set
55705 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-empty.png' (71,643) at 20220105012522967 to deleted uid set
55706 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/docs/release/metrics/2022-07' (71,644) at 20230114040005626 to deleted uid set
55707 2025-10-05 03:01:05.014-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_display.png' (71,645) at 20210307205554254 to deleted uid set
55708 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-to-user.png' (71,646) at 20210307205554354 to deleted uid set
55709 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' (71,647) at 20250516080047900 to deleted uid set
55710 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-virtio.bin' (71,648) at 20250902080039551 to deleted uid set
55711 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' (71,649) at 20250516080047900 to deleted uid set
55712 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz' (71,650) at 20210307205554594 to deleted uid set
55713 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-array.err' (71,651) at 20221215040039362 to deleted uid set
55714 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-stdvga.bin' (71,652) at 20250902080039551 to deleted uid set
55715 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.out' (71,653) at 20230925080040089 to deleted uid set
55716 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png' (71,654) at 20210307205554334 to deleted uid set
55717 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.out' (71,655) at 20220429100100882 to deleted uid set
55718 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' (71,656) at 20250516080047900 to deleted uid set
55719 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-4.pcf.gz' (71,657) at 20210307205554590 to deleted uid set
55720 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/aarch64/vdso-le.so' (71,658) at 20241211090212374 to deleted uid set
55721 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/efi-eepro100.rom' (71,659) at 20210308005046137 to deleted uid set
55722 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/.shellcheck' (71,660) at 20220105012522959 to deleted uid set
55723 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/x86_64/vdso.so' (71,661) at 20240326080039566 to deleted uid set
55724 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-5.pcf.gz' (71,662) at 20210307205554590 to deleted uid set
55725 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-simple.err' (71,663) at 20210308005046409 to deleted uid set
55726 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.numamem' (71,664) at 20240906080037556 to deleted uid set
55727 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/devtool-modify-flow.png' (71,665) at 20250415080017564 to deleted uid set
55728 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/COPYING.LIB' (71,666) at 20250902080039239 to deleted uid set
55729 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-colon.out' (71,667) at 20210308005046409 to deleted uid set
55730 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/multiboot_dma.bin' (71,668) at 20220429100100690 to deleted uid set
55731 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-1.pcf.gz' (71,669) at 20210307205554594 to deleted uid set
55732 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/nested-struct-data.out' (71,670) at 20210308005046409 to deleted uid set
55733 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SPCR' (71,671) at 20250902080039703 to deleted uid set
55734 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/returns-unknown.out' (71,672) at 20210308005046409 to deleted uid set
55735 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-2.pcf.gz' (71,673) at 20210307205554594 to deleted uid set
55736 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.out' (71,674) at 20210308005046397 to deleted uid set
55737 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-from-user.png' (71,675) at 20210307205554354 to deleted uid set
55738 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm.dat' (71,676) at 20250122090018961 to deleted uid set
55739 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/COPYING.LIB' (71,677) at 20250902080039239 to deleted uid set
55740 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' (71,678) at 20250516080047900 to deleted uid set
55741 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' (71,679) at 20250516080047900 to deleted uid set
55742 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.dimmpxm' (71,680) at 20240906080037556 to deleted uid set
55743 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-hwmon/.shellcheck' (71,681) at 20210415000058068 to deleted uid set
55744 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_61.dat' (71,682) at 20250122090018961 to deleted uid set
55745 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/returns-bad-type.out' (71,683) at 20210927100127469 to deleted uid set
55746 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT' (71,684) at 20250902080039703 to deleted uid set
55747 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' (71,685) at 20250516080047900 to deleted uid set
55748 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/APIC' (71,686) at 20250902080039703 to deleted uid set
55749 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-all.png' (71,687) at 20210307205554322 to deleted uid set
55750 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-9.pcf.gz' (71,688) at 20210307205554594 to deleted uid set
55751 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/tools/sdbusplus/templates/error.cpp.mako' (71,689) at 20230902080037613 to deleted uid set
55752 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/user-configuration.png' (71,690) at 20210307205554318 to deleted uid set
55753 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.out' (71,691) at 20210308005046401 to deleted uid set
55754 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.out' (71,692) at 20210927100127469 to deleted uid set
55755 2025-10-05 03:01:05.015-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-13.pcf.gz' (71,693) at 20210307205554590 to deleted uid set
55756 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT' (71,694) at 20250902080039703 to deleted uid set
55757 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-dbus-interfaces/.shellcheck' (71,695) at 20210415000044188 to deleted uid set
55758 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png' (71,696) at 20210307205554610 to deleted uid set
55759 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/VIOT' (71,697) at 20240906080037556 to deleted uid set
55760 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.pcie' (71,698) at 20250902080039703 to deleted uid set
55761 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bios-256k.bin' (71,699) at 20250902080039547 to deleted uid set
55762 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-array-unknown.out' (71,700) at 20210308005046401 to deleted uid set
55763 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-cirrus.bin' (71,701) at 20250902080039551 to deleted uid set
55764 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/easylogo/linux_logo.tga' (71,702) at 20210308005003760 to deleted uid set
55765 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' (71,703) at 20250516080047900 to deleted uid set
55766 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/yocto-project-qs.png' (71,704) at 20210307205554374 to deleted uid set
55767 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-vmware.bin' (71,705) at 20250902080039551 to deleted uid set
55768 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.pcie' (71,706) at 20240906080037556 to deleted uid set
55769 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.memhp' (71,707) at 20240906080037556 to deleted uid set
55770 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/ronetix.bmp' (71,708) at 20210308005003768 to deleted uid set
55771 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/ref-manual/figures/define-generic.png' (71,709) at 20210307205554354 to deleted uid set
55772 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm' (71,710) at 20210307205553750 to deleted uid set
55773 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz' (71,711) at 20210307205554594 to deleted uid set
55774 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm64.png' (71,712) at 20240309090012816 to deleted uid set
55775 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/FACP' (71,713) at 20240906080037556 to deleted uid set
55776 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/doc/chromium/devkeys/kernel.keyblock' (71,714) at 20210308005003300 to deleted uid set
55777 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png' (71,715) at 20210307205554334 to deleted uid set
55778 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-pagination.png' (71,716) at 20220105012522971 to deleted uid set
55779 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.out' (71,717) at 20210308005046397 to deleted uid set
55780 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/s390-ccw.img' (71,718) at 20250902080039551 to deleted uid set
55781 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file3' (71,719) at 20210307205554390 to deleted uid set
55782 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-data.out' (71,720) at 20210308005046401 to deleted uid set
55783 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libpldm/instance-db/default' (71,721) at 20230608150615691 to deleted uid set
55784 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-unknown.out' (71,722) at 20210308005046409 to deleted uid set
55785 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header-512.sig' (71,723) at 20210831100016398 to deleted uid set
55786 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png' (71,724) at 20210307205554270 to deleted uid set
55787 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/afl9.vmdk.bz2' (71,725) at 20210308005046473 to deleted uid set
55788 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.out' (71,726) at 20210308005046401 to deleted uid set
55789 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' (71,727) at 20250516080047900 to deleted uid set
55790 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.out' (71,728) at 20210308005046401 to deleted uid set
55791 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat' (71,729) at 20240906080037560 to deleted uid set
55792 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.usb' (71,730) at 20240906080037556 to deleted uid set
55793 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-missing.out' (71,731) at 20210308005046405 to deleted uid set
55794 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' (71,732) at 20250516080047900 to deleted uid set
55795 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-cert9.db' (71,733) at 20210307205553986 to deleted uid set
55796 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.cphp' (71,734) at 20240906080037556 to deleted uid set
55797 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/oob-test.out' (71,735) at 20210308005046409 to deleted uid set
55798 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png' (71,736) at 20210307205554462 to deleted uid set
55799 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/VIOT.viot' (71,737) at 20240906080037560 to deleted uid set
55800 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_17.dat' (71,738) at 20250122090018961 to deleted uid set
55801 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/MCFG' (71,739) at 20240906080037560 to deleted uid set
55802 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' (71,740) at 20250516080047900 to deleted uid set
55803 2025-10-05 03:01:05.016-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' (71,741) at 20250516080047900 to deleted uid set
55804 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/toradex.bmp' (71,742) at 20210308005003768 to deleted uid set
55805 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT.memhp' (71,743) at 20250902080039703 to deleted uid set
55806 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/VeraMono.ttf' (71,744) at 20210307205554370 to deleted uid set
55807 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-13.pcf.gz' (71,745) at 20210307205554594 to deleted uid set
55808 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-autotools-flow.png' (71,746) at 20210307205554362 to deleted uid set
55809 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' (71,747) at 20250516080047900 to deleted uid set
55810 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SPCR' (71,748) at 20240906080037556 to deleted uid set
55811 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/.openbmc-enforce-gitlint' (71,749) at 20220829030004071 to deleted uid set
55812 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/UEFISupport.png' (71,750) at 20230804080018091 to deleted uid set
55813 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/info.png' (71,751) at 20210307205554250 to deleted uid set
55814 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-9.pcf.gz' (71,752) at 20210307205554594 to deleted uid set
55815 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' (71,753) at 20250516080047900 to deleted uid set
55816 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/storage_dict.bin' (71,754) at 20220604030008508 to deleted uid set
55817 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SLIT' (71,755) at 20250902080039703 to deleted uid set
55818 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' (71,756) at 20250516080047900 to deleted uid set
55819 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/grub_mbr.raw.bz2' (71,757) at 20210308005046473 to deleted uid set
55820 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count' (71,758) at 20240906080037556 to deleted uid set
55821 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/RHCT' (71,759) at 20250902080039703 to deleted uid set
55822 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-generic-x' (71,760) at 20241211090212534 to deleted uid set
55823 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/sdbusplus/.shellcheck' (71,761) at 20210308005049757 to deleted uid set
55824 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system.dat' (71,762) at 20250122090018961 to deleted uid set
55825 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/FACP' (71,763) at 20250902080039703 to deleted uid set
55826 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/hiomapd/m4/.keep' (71,764) at 20210308005100993 to deleted uid set
55827 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-generic-x' (71,765) at 20241211090212534 to deleted uid set
55828 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/PPTT.topology' (71,766) at 20250902080039703 to deleted uid set
55829 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.png' (71,767) at 20210307205553914 to deleted uid set
55830 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' (71,768) at 20250516080047900 to deleted uid set
55831 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-13.pcf.gz' (71,769) at 20210307205554594 to deleted uid set
55832 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' (71,770) at 20250516080047900 to deleted uid set
55833 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-boxed-string.out' (71,771) at 20210308005046401 to deleted uid set
55834 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.out' (71,772) at 20210308005046397 to deleted uid set
55835 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bios-256k.bin' (71,773) at 20250902080039547 to deleted uid set
55836 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/compatible-layers.png' (71,774) at 20210307205554378 to deleted uid set
55837 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/u-boot-sam460-20100605.bin' (71,775) at 20210308005046213 to deleted uid set
55838 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/APIC' (71,776) at 20250902080039703 to deleted uid set
55839 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.out' (71,777) at 20210308005046405 to deleted uid set
55840 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/duplicate-key.out' (71,778) at 20210308005046405 to deleted uid set
55841 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/unclosed-string.out' (71,779) at 20210308005046413 to deleted uid set
55842 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.out' (71,780) at 20210308005046401 to deleted uid set
55843 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png' (71,781) at 20210307205554462 to deleted uid set
55844 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' (71,782) at 20250516080047900 to deleted uid set
55845 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' (71,783) at 20250516080047900 to deleted uid set
55846 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' (71,784) at 20250516080047900 to deleted uid set
55847 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_truncated.dat' (71,785) at 20250122090018961 to deleted uid set
55848 2025-10-05 03:01:05.017-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.out' (71,786) at 20220429100100882 to deleted uid set
55849 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-16.pcf.gz' (71,787) at 20210307205554594 to deleted uid set
55850 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/vgabios-vmware.bin' (71,788) at 20250902080039551 to deleted uid set
55851 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.out' (71,789) at 20210308005046401 to deleted uid set
55852 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory-web.png' (71,790) at 20210307205554294 to deleted uid set
55853 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-empty-features.out' (71,791) at 20240906080037560 to deleted uid set
55854 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2' (71,792) at 20210308005046473 to deleted uid set
55855 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.out' (71,793) at 20210927100127469 to deleted uid set
55856 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/loongarch64/vdso.so' (71,794) at 20241211090212378 to deleted uid set
55857 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-expand-row.png' (71,795) at 20220105012522967 to deleted uid set
55858 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.acpihmatvirt' (71,796) at 20240906080037556 to deleted uid set
55859 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-busybox.png' (71,797) at 20210307205554326 to deleted uid set
55860 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-if-invalid.out' (71,798) at 20210308005046405 to deleted uid set
55861 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-aarch64-code.fd.bz2' (71,799) at 20241211090212398 to deleted uid set
55862 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/template/poky-ref-manual.png' (71,800) at 20210307205554370 to deleted uid set
55863 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.memhp' (71,801) at 20240906080037560 to deleted uid set
55864 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_display.png' (71,802) at 20210307205554250 to deleted uid set
55865 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/encoded/drive_oem_enc.bin' (71,803) at 20220604030008508 to deleted uid set
55866 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/FACP.nosmm' (71,804) at 20240906080037556 to deleted uid set
55867 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-architecture-overview.png' (71,805) at 20210307205554302 to deleted uid set
55868 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/FACP' (71,806) at 20250902080039703 to deleted uid set
55869 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/redefined-command.out' (71,807) at 20210308005046409 to deleted uid set
55870 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/toaster-title.png' (71,808) at 20210307205554382 to deleted uid set
55871 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_large_size.dat' (71,809) at 20250122090018961 to deleted uid set
55872 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.xapic' (71,810) at 20240906080037556 to deleted uid set
55873 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png' (71,811) at 20210307205554270 to deleted uid set
55874 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-array-empty.out' (71,812) at 20210308005046401 to deleted uid set
55875 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' (71,813) at 20250516080047900 to deleted uid set
55876 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2' (71,814) at 20210308005046473 to deleted uid set
55877 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_178.dat' (71,815) at 20250122090018961 to deleted uid set
55878 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm.png' (71,816) at 20240309090012816 to deleted uid set
55879 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-invalid.out' (71,817) at 20210308005046401 to deleted uid set
55880 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/command-int.out' (71,818) at 20210308005046401 to deleted uid set
55881 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-batch-action-active.png' (71,819) at 20220105012522963 to deleted uid set
55882 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/ppc/vdso-64le.so' (71,820) at 20241211090212378 to deleted uid set
55883 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bios-microvm.bin' (71,821) at 20250902080039547 to deleted uid set
55884 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2.dat' (71,822) at 20250122090018961 to deleted uid set
55885 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-key4.db' (71,823) at 20210307205553986 to deleted uid set
55886 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/funny-char.out' (71,824) at 20210308005046405 to deleted uid set
55887 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt' (71,825) at 20210307205554446 to deleted uid set
55888 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count' (71,826) at 20240906080037556 to deleted uid set
55889 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/iptables.rules' (71,827) at 20210307205554562 to deleted uid set
55890 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.memhp' (71,828) at 20250902080039703 to deleted uid set
55891 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.cphp' (71,829) at 20240906080037560 to deleted uid set
55892 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-3.pcf.gz' (71,830) at 20210307205554594 to deleted uid set
55893 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureServices.png' (71,831) at 20241206090014206 to deleted uid set
55894 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png' (71,832) at 20210307205554462 to deleted uid set
55895 2025-10-05 03:01:05.018-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.out' (71,833) at 20210308005046401 to deleted uid set
55896 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/template/VeraMono.ttf' (71,834) at 20210307205554234 to deleted uid set
55897 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/HPET' (71,835) at 20240906080037556 to deleted uid set
55898 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-unknown.out' (71,836) at 20210308005046397 to deleted uid set
55899 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.cphp' (71,837) at 20240906080037556 to deleted uid set
55900 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.numamem' (71,838) at 20240906080037556 to deleted uid set
55901 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.out' (71,839) at 20210927100127469 to deleted uid set
55902 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpipcihp' (71,840) at 20250902080039703 to deleted uid set
55903 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' (71,841) at 20250516080047900 to deleted uid set
55904 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbrroot' (71,842) at 20250516080047900 to deleted uid set
55905 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.topology' (71,843) at 20250902080039703 to deleted uid set
55906 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' (71,844) at 20250516080047900 to deleted uid set
55907 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-yadro/.gitignore' (71,845) at 20210307205554218 to deleted uid set
55908 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/FACP' (71,846) at 20240906080037556 to deleted uid set
55909 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin' (71,847) at 20240906080037408 to deleted uid set
55910 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureFirmwareUpdate.png' (71,848) at 20221104030017429 to deleted uid set
55911 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-before-err.out' (71,849) at 20210308005046409 to deleted uid set
55912 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-processes.png' (71,850) at 20210307205554330 to deleted uid set
55913 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png' (71,851) at 20210307205554610 to deleted uid set
55914 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-good.err' (71,852) at 20210308005046401 to deleted uid set
55915 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/libbej/test/dictionaries/circuit_dict.bin' (71,853) at 20220604030008508 to deleted uid set
55916 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' (71,854) at 20250516080047900 to deleted uid set
55917 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/leading-comma-object.out' (71,855) at 20210308005046409 to deleted uid set
55918 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/table/table-search-empty.png' (71,856) at 20220105012522971 to deleted uid set
55919 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.out' (71,857) at 20210308005046401 to deleted uid set
55920 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT.numamem' (71,858) at 20250902080039703 to deleted uid set
55921 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' (71,859) at 20250516080047900 to deleted uid set
55922 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/dtb/petalogix-ml605.dtb' (71,860) at 20250902080039547 to deleted uid set
55923 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-union.out' (71,861) at 20210308005046401 to deleted uid set
55924 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/rest-dbus/resources/40px.png' (71,862) at 20210308004923384 to deleted uid set
55925 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT.topology' (71,863) at 20250902080039703 to deleted uid set
55926 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.topology' (71,864) at 20240906080037556 to deleted uid set
55927 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png' (71,865) at 20210307205554270 to deleted uid set
55928 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm.png' (71,866) at 20240309090012816 to deleted uid set
55929 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' (71,867) at 20250516080047900 to deleted uid set
55930 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_4.dat' (71,868) at 20250122090018961 to deleted uid set
55931 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-data.out' (71,869) at 20210927100127473 to deleted uid set
55932 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-led-manager/.shellcheck' (71,870) at 20210415000105072 to deleted uid set
55933 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips.png' (71,871) at 20240309090012816 to deleted uid set
55934 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2' (71,872) at 20210308005046389 to deleted uid set
55935 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/video/fonts/cantoraone_regular.ttf' (71,873) at 20210308005003528 to deleted uid set
55936 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/reserved-member-q.out' (71,874) at 20210308005046409 to deleted uid set
55937 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuppc.png' (71,875) at 20240309090012816 to deleted uid set
55938 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/linux-user/ppc/vdso-64.so' (71,876) at 20241211090212378 to deleted uid set
55939 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/FACP' (71,877) at 20250902080039703 to deleted uid set
55940 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.out' (71,878) at 20240906080037564 to deleted uid set
55941 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/toasts/toast-options.png' (71,879) at 20220105012522975 to deleted uid set
55942 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-bad-type.out' (71,880) at 20210308005046405 to deleted uid set
55943 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' (71,881) at 20250516080047900 to deleted uid set
55944 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-non-file.out' (71,882) at 20210308005046409 to deleted uid set
55945 2025-10-05 03:01:05.019-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.out' (71,883) at 20210927100127469 to deleted uid set
55946 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.out' (71,884) at 20210308005046405 to deleted uid set
55947 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/enum-int-member.out' (71,885) at 20210308005046405 to deleted uid set
55948 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file2' (71,886) at 20210307205554390 to deleted uid set
55949 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' (71,887) at 20250516080047900 to deleted uid set
55950 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-pcnet.rom' (71,888) at 20210308005046181 to deleted uid set
55951 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_16x16.png' (71,889) at 20210308005046549 to deleted uid set
55952 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-clash.out' (71,890) at 20210308005046397 to deleted uid set
55953 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/package-feeds.png' (71,891) at 20210307205554314 to deleted uid set
55954 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/include-no-file.out' (71,892) at 20210308005046409 to deleted uid set
55955 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count' (71,893) at 20240906080037560 to deleted uid set
55956 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips.png' (71,894) at 20240309090012816 to deleted uid set
55957 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.out' (71,895) at 20210308005046397 to deleted uid set
55958 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/dev-title.png' (71,896) at 20210307205554298 to deleted uid set
55959 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-base-any.out' (71,897) at 20220429100100882 to deleted uid set
55960 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/status-icon/appHeaderWithStatusIcon.png' (71,898) at 20220105012522963 to deleted uid set
55961 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-2.pcf.gz' (71,899) at 20210307205554594 to deleted uid set
55962 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-missing-space.out' (71,900) at 20210308005046405 to deleted uid set
55963 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/denied.png' (71,901) at 20210307205554250 to deleted uid set
55964 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/SLIT.memhp' (71,902) at 20240906080037556 to deleted uid set
55965 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_hover.png' (71,903) at 20210307205554250 to deleted uid set
55966 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk.png' (71,904) at 20210307205554314 to deleted uid set
55967 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-probe-do_fork-profile.png' (71,905) at 20210307205554330 to deleted uid set
55968 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/pcmcia/Kconfig' (71,906) at 20210308005003452 to deleted uid set
55969 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-11.pcf.gz' (71,907) at 20210307205554590 to deleted uid set
55970 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/IORT.its_off' (71,908) at 20250902080039703 to deleted uid set
55971 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/doc/chromium/devkeys/kernel_data_key.vbprivk' (71,909) at 20210308005003300 to deleted uid set
55972 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-clash-member.out' (71,910) at 20220429100100882 to deleted uid set
55973 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' (71,911) at 20250516080047900 to deleted uid set
55974 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/APIC.topology' (71,912) at 20250902080039703 to deleted uid set
55975 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT' (71,913) at 20250902080039703 to deleted uid set
55976 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.xapic' (71,914) at 20240906080037560 to deleted uid set
55977 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/Documentation/media/linker_lists.h.rst.exceptions' (71,915) at 20210308005002536 to deleted uid set
55978 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/riscv64/virt/MCFG' (71,916) at 20240906080037556 to deleted uid set
55979 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png' (71,917) at 20210307205554346 to deleted uid set
55980 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.memhp' (71,918) at 20240906080037560 to deleted uid set
55981 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' (71,919) at 20250516080047900 to deleted uid set
55982 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86.png' (71,920) at 20240309090012816 to deleted uid set
55983 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.dimmpxm' (71,921) at 20240906080037556 to deleted uid set
55984 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-raspberrypi/img/balena.png' (71,922) at 20220823030015959 to deleted uid set
55985 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/palcode-clipper' (71,923) at 20210927100127313 to deleted uid set
55986 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/dtb/petalogix-s3adsp1800.dtb' (71,924) at 20250902080039547 to deleted uid set
55987 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png' (71,925) at 20210307205554270 to deleted uid set
55988 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/redefined-predefined.out' (71,926) at 20210927100127469 to deleted uid set
55989 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.pxb' (71,927) at 20250902080039703 to deleted uid set
55990 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-overview-2-generic.png' (71,928) at 20210307205554302 to deleted uid set
55991 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/toaster_bw.png' (71,929) at 20210307205554278 to deleted uid set
55992 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_secure.gpg' (71,930) at 20210803000022008 to deleted uid set
55993 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/npcm7xx_bootrom.bin' (71,931) at 20250902080039547 to deleted uid set
55994 2025-10-05 03:01:05.020-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/WAET' (71,932) at 20240906080037556 to deleted uid set
55995 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-poky-img.png' (71,933) at 20230706080014781 to deleted uid set
55996 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/IORT' (71,934) at 20240906080037556 to deleted uid set
55997 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-KOI8-R.pcf.gz' (71,935) at 20210307205554590 to deleted uid set
55998 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT' (71,936) at 20250902080039703 to deleted uid set
55999 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/recipe-workflow.png' (71,937) at 20210307205554298 to deleted uid set
56000 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-14.pcf.gz' (71,938) at 20210307205554594 to deleted uid set
56001 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-noinitiator' (71,939) at 20240906080037560 to deleted uid set
56002 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-i386-code.fd.bz2' (71,940) at 20241211090212402 to deleted uid set
56003 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' (71,941) at 20250516080047900 to deleted uid set
56004 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/cursor_hidden.xpm' (71,942) at 20210308005046545 to deleted uid set
56005 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.numamem' (71,943) at 20240906080037560 to deleted uid set
56006 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.topology' (71,944) at 20250902080039703 to deleted uid set
56007 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.out' (71,945) at 20210308005046401 to deleted uid set
56008 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.out' (71,946) at 20210308005046413 to deleted uid set
56009 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' (71,947) at 20250516080047900 to deleted uid set
56010 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/non-objects.out' (71,948) at 20210308005046409 to deleted uid set
56011 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-proc-control/.shellcheck' (71,949) at 20210416000041935 to deleted uid set
56012 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.out' (71,950) at 20210308005046413 to deleted uid set
56013 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.out' (71,951) at 20210308005046401 to deleted uid set
56014 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/icons/qemu_128x128.png' (71,952) at 20210308005046549 to deleted uid set
56015 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.out' (71,953) at 20210308005046413 to deleted uid set
56016 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz' (71,954) at 20210307205554594 to deleted uid set
56017 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2' (71,955) at 20210308005046389 to deleted uid set
56018 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm.png' (71,956) at 20210307205554350 to deleted uid set
56019 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_0.dat' (71,957) at 20250122090018961 to deleted uid set
56020 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-choose-events.png' (71,958) at 20210307205554322 to deleted uid set
56021 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/estoraged/subprojects/.clang-tidy-ignore' (71,959) at 20230512080010312 to deleted uid set
56022 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pxe-e1000.rom' (71,960) at 20210308005046177 to deleted uid set
56023 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count2' (71,961) at 20240906080037556 to deleted uid set
56024 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-any.out' (71,962) at 20210308005046401 to deleted uid set
56025 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/returns-alternate.out' (71,963) at 20210308005046409 to deleted uid set
56026 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-no-list.out' (71,964) at 20210308005046405 to deleted uid set
56027 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.out' (71,965) at 20210308005046401 to deleted uid set
56028 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/variable-added.png' (71,966) at 20210307205554382 to deleted uid set
56029 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/smbios/type11_blob.legacy' (71,967) at 20240906080037560 to deleted uid set
56030 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.xapic' (71,968) at 20240906080037560 to deleted uid set
56031 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' (71,969) at 20250516080047900 to deleted uid set
56032 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/info-tooltip/info-tooltip.png' (71,970) at 20220105012522963 to deleted uid set
56033 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/unclosed-object.out' (71,971) at 20210308005046413 to deleted uid set
56034 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/poky-reference-distribution.png' (71,972) at 20210307205554314 to deleted uid set
56035 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/ui/cursor_left_ptr.xpm' (71,973) at 20210308005046549 to deleted uid set
56036 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/HMAT.acpihmat' (71,974) at 20240906080037556 to deleted uid set
56037 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dirtylog-10G-4M.vhdx.bz2' (71,975) at 20210308005046473 to deleted uid set
56038 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.type4-count' (71,976) at 20240906080037556 to deleted uid set
56039 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png' (71,977) at 20210307205554270 to deleted uid set
56040 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/pnv-pnor.bin' (71,978) at 20250516080047724 to deleted uid set
56041 2025-10-05 03:01:05.021-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v2.bz2' (71,979) at 20210308005046473 to deleted uid set
56042 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff' (71,980) at 20220105012522987 to deleted uid set
56043 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/APIC' (71,981) at 20240906080037556 to deleted uid set
56044 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol.bmp' (71,982) at 20210308005003768 to deleted uid set
56045 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' (71,983) at 20250516080047900 to deleted uid set
56046 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf' (71,984) at 20210307205554274 to deleted uid set
56047 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue.net' (71,985) at 20210307205554470 to deleted uid set
56048 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/bios.bin' (71,986) at 20250902080039547 to deleted uid set
56049 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.out' (71,987) at 20210308005046397
56050 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-cirrus.bin' (71,988) at 20250902080039551
56051 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/README' (71,989) at 20210307205554266
56052 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-tools/dbus-vis/scrnshot.png' (71,990) at 20211029100036568
56053 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file3' (71,991) at 20210307205554390
56054 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.acpihmatvirt' (71,992) at 20240906080037556
56055 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' (71,993) at 20250516080047900
56056 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-flow.png' (71,994) at 20210307205554302
56057 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-with-bitmap.bz2' (71,995) at 20210927100127505
56058 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/descriptor.bin' (71,996) at 20210308005003752
56059 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-array-branch.out' (71,997) at 20220429100100882
56060 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz' (71,998) at 20210307205554594
56061 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/MCFG' (71,999) at 20240906080037556
56062 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/lib/lg2_logger.cpp' (72,000) at 20251002080037460
56063 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-alternate.out' (72,001) at 20210308005046401
56064 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/docs/release/metrics/2022-07' (72,002) at 20230114040005626
56065 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/32px.png' (72,003) at 20210308004923384
56066 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2.dat' (72,004) at 20250122090018961
56067 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-host-ipmid/.shellcheck' (72,005) at 20210415000052104
56068 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' (72,006) at 20250516080047900
56069 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/.shellcheck' (72,007) at 20210308005049757
56070 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/skiboot.lid' (72,008) at 20250516080047748
56071 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/NFIT.dimmpxm' (72,009) at 20240906080037560
56072 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-overview-2-generic.png' (72,010) at 20210307205554302
56073 2025-10-05 03:01:05.022-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.cphp' (72,011) at 20240906080037556
56074 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-5.pcf.gz' (72,012) at 20210307205554590
56075 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/VIOT' (72,013) at 20240906080037556
56076 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-choose-events.png' (72,014) at 20210307205554322
56077 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.out' (72,015) at 20210308005046405
56078 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.out' (72,016) at 20210308005046405
56079 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-char.out' (72,017) at 20210308005046405
56080 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT.numamem' (72,018) at 20250902080039703
56081 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_display.png' (72,019) at 20210307205554250
56082 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-name.out' (72,020) at 20210308005046405
56083 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.out' (72,021) at 20210308005046401
56084 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-title.png' (72,022) at 20210307205554302
56085 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-1.pcf.gz' (72,023) at 20210307205554594
56086 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.out' (72,024) at 20210308005046413
56087 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s8047_baseboard.json' (72,025) at 20251002080008799
56088 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.out' (72,026) at 20210308005046397
56089 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.out' (72,027) at 20210308005046409
56090 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/FACP' (72,028) at 20240906080037556
56091 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' (72,029) at 20250516080047900
56092 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-objmgr_%.bbappend' (72,030) at 20251002080021580
56093 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.out' (72,031) at 20210308005046413
56094 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/VeraMono.ttf' (72,032) at 20210307205554370
56095 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/figures/define-generic.png' (72,033) at 20210307205554354
56096 2025-10-05 03:01:05.023-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/u-boot-sam460-20100605.bin' (72,034) at 20210308005046213
56097 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.nosmm' (72,035) at 20240906080037560
56098 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/.shellcheck' (72,036) at 20210415000044188
56099 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin' (72,037) at 20240906080037408
56100 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/DevicePresence.interface.yaml' (72,038) at 20251002080032068
56101 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.numamem' (72,039) at 20240906080037556
56102 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/drive_oem_dict.bin' (72,040) at 20220604030008508
56103 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count2' (72,041) at 20240906080037556
56104 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-search.png' (72,042) at 20220105012522975
56105 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s8036_baseboard.json' (72,043) at 20251002080008799
56106 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-base.out' (72,044) at 20210308005046401
56107 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' (72,045) at 20250516080047900
56108 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.out' (72,046) at 20210308005046401
56109 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.out' (72,047) at 20210308005046413
56110 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SLIT.memhp' (72,048) at 20240906080037556
56111 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.out' (72,049) at 20210308005046401
56112 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/YP-flow-diagram.png' (72,050) at 20210307205554306
56113 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/bios-256k.bin' (72,051) at 20250902080039547
56114 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-list.out' (72,052) at 20210308005046409
56115 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-bochs-display.bin' (72,053) at 20250902080039551
56116 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-arm-code.fd.bz2' (72,054) at 20241211090212402
56117 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/images.png' (72,055) at 20210307205554310
56118 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-i915-display.png' (72,056) at 20210307205554322
56119 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf' (72,057) at 20210308005003528
56120 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' (72,058) at 20250516080047900
56121 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/pointercal' (72,059) at 20210307205553874
56122 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/toradex.bmp' (72,060) at 20210308005003768
56123 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/img/balena.png' (72,061) at 20220823030015959
56124 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count' (72,062) at 20240906080037560
56125 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png' (72,063) at 20210307205554462
56126 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_48x48.png' (72,064) at 20210308005046549
56127 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2' (72,065) at 20210308005046473
56128 2025-10-05 03:01:05.024-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' (72,066) at 20250516080047900
56129 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.loongarch64.iso.qcow2' (72,067) at 20250902080039703
56130 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' (72,068) at 20250516080047900
56131 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_hover.png' (72,069) at 20210307205554250
56132 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/bypqs-title.png' (72,070) at 20210307205554290
56133 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.out' (72,071) at 20220429100100882
56134 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.out' (72,072) at 20210308005046401
56135 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_74.dat' (72,073) at 20250122090018961
56136 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/import-layer.png' (72,074) at 20210307205554378
56137 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-before-err.out' (72,075) at 20210308005046409
56138 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_hover.png' (72,076) at 20210307205554250
56139 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/warning.png' (72,077) at 20220105012522963
56140 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.pcie' (72,078) at 20250902080039703
56141 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.type4-count' (72,079) at 20240906080037556
56142 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/freescale.bmp' (72,080) at 20210308005003768
56143 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/ronetix.bmp' (72,081) at 20210308005003768
56144 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.out' (72,082) at 20210308005046405
56145 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/str_utility.hpp' (72,083) at 20251002080004967
56146 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat' (72,084) at 20240906080037560
56147 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/vdso-be.so' (72,085) at 20241211090212374
56148 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr4_ddimm.dat' (72,086) at 20250122090018961
56149 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' (72,087) at 20250516080047900
56150 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/topology.cpp' (72,088) at 20251002080008799
56151 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.cxl' (72,089) at 20240906080037556
56152 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/empty.err' (72,090) at 20210308005046405
56153 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.out' (72,091) at 20210308005046401
56154 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/pldm/files/host_eid' (72,092) at 20240517080012289
56155 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_177.dat' (72,093) at 20250122090018961
56156 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.type4-count' (72,094) at 20240906080037560
56157 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.out' (72,095) at 20220429100100882
56158 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/pldm/files/host_eid' (72,096) at 20231023080013923
56159 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/storage_enc.bin' (72,097) at 20221202040011011
56160 2025-10-05 03:01:05.025-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-processes.png' (72,098) at 20210307205554330
56161 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-clash.out' (72,099) at 20210308005046397
56162 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-3.pcf.gz' (72,100) at 20210307205554594
56163 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png' (72,101) at 20210307205554462
56164 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.out' (72,102) at 20210308005046405
56165 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.out' (72,103) at 20210308005046401
56166 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-9.pcf.gz' (72,104) at 20210307205554594
56167 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png' (72,105) at 20210307205554270
56168 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_max_pwr_rt.json' (72,106) at 20251002080008795
56169 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_ons_efuse_mps.json' (72,107) at 20251002080008795
56170 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png' (72,108) at 20210307205554270
56171 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.png' (72,109) at 20210307205553914
56172 2025-10-05 03:01:05.026-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.topology' (72,110) at 20240906080037556
56173 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_ti_pwr_ti.json' (72,111) at 20251002080008795
56174 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-virtio.rom' (72,112) at 20210308005046181
56175 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SLIT' (72,113) at 20250902080039703
56176 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/double-type.out' (72,114) at 20210308005046405
56177 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/test/dbus_passive_unittest.cpp' (72,115) at 20251002080040052
56178 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' (72,116) at 20250516080047900
56179 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/eventLogsWithSatusIcon.png' (72,117) at 20220105012522963
56180 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.topology' (72,118) at 20250902080039703
56181 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/configuration.cpp' (72,119) at 20251002080008799
56182 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-alternate.out' (72,120) at 20210308005046409
56183 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_32x32.png' (72,121) at 20210308005046549
56184 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-test.out' (72,122) at 20210308005046409
56185 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-makefile-flow.png' (72,123) at 20210307205554370
56186 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-space.out' (72,124) at 20210308005046405
56187 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-loongarch64-code.fd.bz2' (72,125) at 20241211090212410
56188 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-unknown-key.out' (72,126) at 20210308005046405
56189 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/smbios/type11_blob.legacy' (72,127) at 20240906080037560
56190 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureBootChain.png' (72,128) at 20241206090014206
56191 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.out' (72,129) at 20210308005046409
56192 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove.png' (72,130) at 20210307205554250
56193 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/package-feeds.png' (72,131) at 20210307205554314
56194 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.out' (72,132) at 20210308005046401
56195 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/figures/build-workspace-directory.png' (72,133) at 20210307205554354
56196 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.ioapic2' (72,134) at 20240906080037556
56197 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.dimmpxm' (72,135) at 20240906080037556
56198 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/machine/py.typed' (72,136) at 20210927100127329
56199 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.out' (72,137) at 20210308005046413
56200 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_hover.png' (72,138) at 20210307205554250
56201 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-repos.png' (72,139) at 20230503080014603
56202 2025-10-05 03:01:05.027-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.out' (72,140) at 20210308005046409
56203 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff' (72,141) at 20220105012522987
56204 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.out' (72,142) at 20210308005046397
56205 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof-nvram.bin' (72,143) at 20210927100127329
56206 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-9.pcf.gz' (72,144) at 20210307205554590
56207 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-10.pcf.gz' (72,145) at 20210307205554594
56208 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/recipe-workflow.png' (72,146) at 20210307205554298
56209 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/psu/PSUSensorMain.cpp' (72,147) at 20251002080006467
56210 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff' (72,148) at 20220105012522987
56211 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/smbios/type11_blob' (72,149) at 20240906080037560
56212 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-expand-row.png' (72,150) at 20220105012522967
56213 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-7.pcf.gz' (72,151) at 20210307205554594
56214 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-implicit.out' (72,152) at 20230925080040089
56215 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-noinitiator' (72,153) at 20240906080037556
56216 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/.shellcheck' (72,154) at 20210414100005994
56217 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' (72,155) at 20250516080047900
56218 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-5.pcf.gz' (72,156) at 20210307205554594
56219 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_178.dat' (72,157) at 20250122090018961
56220 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-empty.out' (72,158) at 20210308005046413
56221 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v1.bz2' (72,159) at 20210308005046473
56222 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu-nsis.bmp' (72,160) at 20210308005046185
56223 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_truncated.dat' (72,161) at 20250122090018961
56224 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/u-boot_logo.bmp' (72,162) at 20210308005003768
56225 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-object.out' (72,163) at 20210308005046413
56226 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-virtio.bin' (72,164) at 20250902080039551
56227 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/oem/ibm/configurations/host_eid' (72,165) at 20210311201857430
56228 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-simple.err' (72,166) at 20210308005046409
56229 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-case.out' (72,167) at 20210927100127473
56230 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-7.pcf.gz' (72,168) at 20210307205554594
56231 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-16.pcf.gz' (72,169) at 20210307205554590
56232 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png' (72,170) at 20210307205554270
56233 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.pxb' (72,171) at 20250902080039703
56234 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureFirmwareUpdate.png' (72,172) at 20221104030017429
56235 2025-10-05 03:01:05.028-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_f6f6f6_1x400.png' (72,173) at 20210307205554270
56236 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_display.png' (72,174) at 20210307205554250
56237 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm64.png' (72,175) at 20240309090012816
56238 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-base-clash.out' (72,176) at 20210308005046413
56239 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-int-member.out' (72,177) at 20210308005046405
56240 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.out' (72,178) at 20210308005046413
56241 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_32x32.bmp' (72,179) at 20210308005046549
56242 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.out' (72,180) at 20210308005046413
56243 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png' (72,181) at 20210307205554338
56244 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/cantoraone_regular.ttf' (72,182) at 20210308005003528
56245 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/bash-oecore.png' (72,183) at 20210307205554378
56246 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.out' (72,184) at 20210308005046405
56247 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/simple-configuration.png' (72,185) at 20210307205554382
56248 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/APIC.topology' (72,186) at 20250902080039703
56249 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/yp-download.png' (72,187) at 20230503080014607
56250 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_24x24.png' (72,188) at 20210308005046549
56251 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/HPET' (72,189) at 20240906080037556
56252 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.out' (72,190) at 20210308005046413
56253 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s7106_baseboard.json' (72,191) at 20251002080008795
56254 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-unknown.out' (72,192) at 20210308005046409
56255 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/APIC' (72,193) at 20240906080037556
56256 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/bios-microvm.bin' (72,194) at 20250902080039547
56257 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/annotation_dict.bin' (72,195) at 20220604030008508
56258 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu_vga.ndrv' (72,196) at 20210308005046185
56259 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-mboxd/m4/.keep' (72,197) at 20210308005108641
56260 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.out' (72,198) at 20210308005046401
56261 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/MCFG' (72,199) at 20240906080037560
56262 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-ident.out' (72,200) at 20210308005046401
56263 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-2.pcf.gz' (72,201) at 20210307205554590
56264 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.memhp' (72,202) at 20240906080037556
56265 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol.bmp' (72,203) at 20210308005003768
56266 2025-10-05 03:01:05.029-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT.topology' (72,204) at 20250902080039703
56267 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/alert.png' (72,205) at 20210307205554250
56268 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/linux_blackfin.tga' (72,206) at 20210308005003760
56269 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-object.out' (72,207) at 20210308005046409
56270 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpipcihp' (72,208) at 20250902080039703
56271 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count' (72,209) at 20240906080037556
56272 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_128x128.png' (72,210) at 20210308005046549
56273 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ip6tables.rules' (72,211) at 20210307205554562
56274 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/drive_oem_enc.bin' (72,212) at 20220604030008508
56275 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-any.out' (72,213) at 20210308005046401
56276 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-missing-data.out' (72,214) at 20210308005046405
56277 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' (72,215) at 20250516080047900
56278 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_arch.png' (72,216) at 20230629131804619
56279 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-section.out' (72,217) at 20210308005046401
56280 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/duplicate-key.out' (72,218) at 20210308005046405
56281 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/expected-schema-errors.txt' (72,219) at 20210308005114361
56282 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-qxl.bin' (72,220) at 20250902080039551
56283 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/VeraMoBd.ttf' (72,221) at 20210307205554370
56284 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-list.out' (72,222) at 20210308005046401
56285 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-too-many.out' (72,223) at 20250516080047912
56286 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/cross-development-toolchains.png' (72,224) at 20210307205554310
56287 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system.dat' (72,225) at 20250122090018961
56288 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/binman/test/files/ignored_dir.dat/ignore' (72,226) at 20210308005003756
56289 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_nct_adc_max_led_nxp_ons_efuse_max.json' (72,227) at 20251002080008795
56290 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-ati.bin' (72,228) at 20250902080039551
56291 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-escape.out' (72,229) at 20210308005046413
56292 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_display.png' (72,230) at 20210307205554254
56293 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.out' (72,231) at 20210308005046401
56294 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-nested.out' (72,232) at 20210308005046397
56295 2025-10-05 03:01:05.030-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.out' (72,233) at 20210308005046397
56296 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/platform-mc/terminus.cpp' (72,234) at 20251002080044676
56297 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuppc.png' (72,235) at 20240309090012816
56298 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-empty.out' (72,236) at 20210308005046401
56299 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt' (72,237) at 20210307205554446
56300 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips.png' (72,238) at 20240309090012816
56301 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.out' (72,239) at 20210308005046401
56302 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/dtb/canyonlands.dtb' (72,240) at 20250902080039547
56303 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-unknown.out' (72,241) at 20210308005046401
56304 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-10.pcf.gz' (72,242) at 20210307205554594
56305 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qboot.rom' (72,243) at 20221215040039234
56306 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-invalid.out' (72,244) at 20210308005046401
56307 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' (72,245) at 20250516080047900
56308 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count' (72,246) at 20240906080037560
56309 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.out' (72,247) at 20220429100100882
56310 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-arm-vars.fd.bz2' (72,248) at 20210308005046125
56311 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/TCPA.tis.tpm12' (72,249) at 20240906080037560
56312 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff' (72,250) at 20220105012522987
56313 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-data.out' (72,251) at 20210308005046401
56314 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-64le.so' (72,252) at 20241211090212378
56315 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-empty.out' (72,253) at 20210308005046401
56316 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-has.out' (72,254) at 20210308005046409
56317 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/btbridge/.shellcheck' (72,255) at 20210428000006034
56318 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-event.out' (72,256) at 20210308005046409
56319 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT.memhp' (72,257) at 20250902080039703
56320 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/profile-title.png' (72,258) at 20210307205554346
56321 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-any.out' (72,259) at 20210308005046397
56322 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' (72,260) at 20250516080047904
56323 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' (72,261) at 20250516080047900
56324 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/devtool-modify-flow.png' (72,262) at 20250415080017564
56325 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-bad-type.out' (72,263) at 20210308005046405
56326 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-good.err' (72,264) at 20210308005046401
56327 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.out' (72,265) at 20210308005046413
56328 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/bios.bin' (72,266) at 20250902080039547
56329 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/info.png' (72,267) at 20210307205554250
56330 2025-10-05 03:01:05.031-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-e1000.rom' (72,268) at 20210308005046137
56331 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-command-q.out' (72,269) at 20210308005046409
56332 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/WAET' (72,270) at 20240906080037560
56333 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-predefined.out' (72,271) at 20210927100127469
56334 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/weston.png' (72,272) at 20210307205554586
56335 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png' (72,273) at 20210307205554270
56336 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.out' (72,274) at 20220429100100882
56337 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk.png' (72,275) at 20210307205554314
56338 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png' (72,276) at 20210307205554346
56339 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' (72,277) at 20250516080047900
56340 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-title.png' (72,278) at 20210307205554290
56341 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-2.pcf.gz' (72,279) at 20210307205554594
56342 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/APIC' (72,280) at 20250902080039703
56343 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/test/test_topology.cpp' (72,281) at 20251002080008799
56344 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/dropbear_rsa_host_key' (72,282) at 20210307205554466
56345 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.openbmc-enforce-gitlint' (72,283) at 20220829030004071
56346 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/instance-db/default' (72,284) at 20230608150615691
56347 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc-build-scripts/.shellcheck' (72,285) at 20210308004942720
56348 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/poky-ref-manual.png' (72,286) at 20210307205554370
56349 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.out' (72,287) at 20240906080037564
56350 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove-hover.png' (72,288) at 20210307205554250
56351 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-127.out' (72,289) at 20210308005046409
56352 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.out' (72,290) at 20230925080040089
56353 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png' (72,291) at 20210307205554338
56354 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-self-cycle.out' (72,292) at 20210308005046409
56355 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-virtio.rom' (72,293) at 20210308005046141
56356 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-dict.out' (72,294) at 20210308005046401
56357 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-ne2k_pci.rom' (72,295) at 20210308005046137
56358 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/new-project.png' (72,296) at 20210307205554382
56359 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb' (72,297) at 20210307205554250
56360 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz' (72,298) at 20210307205554594
56361 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' (72,299) at 20250516080047900
56362 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.err' (72,300) at 20210308005046409
56363 2025-10-05 03:01:05.032-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-aarch64-code.fd.bz2' (72,301) at 20241211090212398
56364 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_mb.json' (72,302) at 20251002080008791
56365 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-ramfb.bin' (72,303) at 20250902080039551
56366 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue.net' (72,304) at 20210307205554470
56367 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/denied.png' (72,305) at 20210307205554250
56368 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-rtl8139.rom' (72,306) at 20210308005046181
56369 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DMAR.dmar' (72,307) at 20250516080047900
56370 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuriscv64.png' (72,308) at 20240309090012816
56371 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-9.pcf.gz' (72,309) at 20210307205554594
56372 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-int.out' (72,310) at 20210308005046401
56373 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_20.dat' (72,311) at 20250122090018961
56374 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-eepro100.rom' (72,312) at 20210308005046137
56375 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_19.dat' (72,313) at 20250122090018961
56376 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.slic' (72,314) at 20240906080037560
56377 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/slof.bin' (72,315) at 20250516080047756
56378 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_0.dat' (72,316) at 20250122090018961
56379 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/x86_64/vdso.so' (72,317) at 20240326080039566
56380 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/template/VeraMoBd.ttf' (72,318) at 20210307205554234
56381 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff' (72,319) at 20220105012522987
56382 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-clash-member.out' (72,320) at 20210308005046405
56383 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf' (72,321) at 20210307205554274
56384 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.out' (72,322) at 20210927100127469
56385 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_512x512.png' (72,323) at 20210308005046549
56386 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/poky-reference-distribution.png' (72,324) at 20210307205554314
56387 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/multiboot.bin' (72,325) at 20210308005046149
56388 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-cert9.db' (72,326) at 20210307205553986
56389 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' (72,327) at 20250516080047900
56390 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png' (72,328) at 20210307205554342
56391 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_large_size.dat' (72,329) at 20250122090018961
56392 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v2.bz2' (72,330) at 20210308005046473
56393 2025-10-05 03:01:05.033-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.out' (72,331) at 20210308005046401
56394 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_display.png' (72,332) at 20210307205554254
56395 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_20_666666_40x40.png' (72,333) at 20210307205554270
56396 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/qmp/py.typed' (72,334) at 20210927100127329
56397 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_max_pwr_ti.json' (72,335) at 20251002080008795
56398 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/HMAT.acpihmatvirt' (72,336) at 20240906080037556
56399 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory.png' (72,337) at 20210307205554298
56400 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuspassive.cpp' (72,338) at 20251002080040048
56401 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/HEST' (72,339) at 20250902080039703
56402 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meson.build' (72,340) at 20251002080008791
56403 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' (72,341) at 20250516080047900
56404 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_235.dat' (72,342) at 20250122090018961
56405 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/.shellcheck' (72,343) at 20210415000109176
56406 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.cphp' (72,344) at 20240906080037556
56407 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/chromium/devkeys/kernel.keyblock' (72,345) at 20210308005003300
56408 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/yocto-project-qs.png' (72,346) at 20210307205554374
56409 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2_3.dat' (72,347) at 20250122090018961
56410 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/overview-manual-title.png' (72,348) at 20210307205554314
56411 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/x509_ima.der' (72,349) at 20230520080014488
56412 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-x86_64-microvm.fd.bz2' (72,350) at 20241211090212418
56413 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' (72,351) at 20250516080047900
56414 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-batch-action.png' (72,352) at 20220105012522967
56415 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/denx-comp.bmp' (72,353) at 20210308005003768
56416 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-led-manager/.shellcheck' (72,354) at 20210415000105072
56417 2025-10-05 03:01:05.034-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-pagination.png' (72,355) at 20220105012522971
56418 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm.png' (72,356) at 20240309090012816
56419 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/dtb/petalogix-ml605.dtb' (72,357) at 20250902080039547
56420 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-colon.out' (72,358) at 20210308005046409
56421 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/figures/test-manual-title.png' (72,359) at 20210307205554374
56422 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/src/redfish.cpp' (72,360) at 20251002080004971
56423 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-empty.out' (72,361) at 20210308005046413
56424 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/subprojects/.clang-tidy-ignore' (72,362) at 20230510080006007
56425 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-callers.png' (72,363) at 20210307205554350
56426 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips.png' (72,364) at 20240309090012816
56427 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-case.out' (72,365) at 20210308005046401
56428 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-unknown.out' (72,366) at 20210308005046401
56429 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-noinitiator' (72,367) at 20240906080037560
56430 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk-generation.png' (72,368) at 20210307205554314
56431 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-11.pcf.gz' (72,369) at 20210307205554590
56432 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png' (72,370) at 20210307205554338
56433 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-15.pcf.gz' (72,371) at 20210307205554594
56434 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' (72,372) at 20250516080047900
56435 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.usb' (72,373) at 20240906080037556
56436 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-stdvga.bin' (72,374) at 20250902080039551
56437 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/logo.png' (72,375) at 20210307205554274
56438 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-member-case.out' (72,376) at 20210308005046405
56439 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/cursor_hidden.xpm' (72,377) at 20210308005046545
56440 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_hover.png' (72,378) at 20210307205554254
56441 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/dummy_simple_enc.bin' (72,379) at 20220604030008508
56442 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/simple-dmg.dmg.bz2' (72,380) at 20210308005046473
56443 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-search-active.png' (72,381) at 20220105012522971
56444 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/ExternalFlash.png' (72,382) at 20241221090017464
56445 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header.sig' (72,383) at 20210831100016398
56446 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot' (72,384) at 20210307205554274
56447 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if.out' (72,385) at 20210308005046401
56448 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/user-configuration.png' (72,386) at 20210307205554318
56449 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-objmgr/yosemite4-reboot.conf' (72,387) at 20251002080021580
56450 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin' (72,388) at 20240906080037408
56451 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2' (72,389) at 20210308005046389
56452 2025-10-05 03:01:05.035-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-riscv-code.fd.bz2' (72,390) at 20241211090212410
56453 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-from-user.png' (72,391) at 20210307205554354
56454 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.out' (72,392) at 20210308005046413
56455 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_small_size.dat' (72,393) at 20250122090018961
56456 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/CorstoneSubsystems.png' (72,394) at 20230804080018091
56457 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/APIC' (72,395) at 20250902080039703
56458 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/grub_mbr.raw.bz2' (72,396) at 20210308005046473
56459 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-probe-do_fork-profile.png' (72,397) at 20210307205554330
56460 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.numamem' (72,398) at 20240906080037556
56461 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/template/Vera.ttf' (72,399) at 20210307205554234
56462 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.dimmpxm' (72,400) at 20240906080037556
56463 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-sort.png' (72,401) at 20220105012522975
56464 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios.bin' (72,402) at 20250902080039551
56465 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.out' (72,403) at 20220429100100882
56466 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/estoraged/subprojects/.clang-tidy-ignore' (72,404) at 20230512080010312
56467 2025-10-05 03:01:05.036-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.out' (72,405) at 20230925080040089
56468 2025-10-05 03:01:05.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/fru_device/fru_device.cpp' (72,406) at 20251002080008799
56469 2025-10-05 03:01:05.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf' (72,407) at 20210308005003524
56470 2025-10-05 03:01:05.037-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT' (72,408) at 20240906080037556
56471 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.rtc' (72,409) at 20240906080037556
56472 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/Documentation/media/linker_lists.h.rst.exceptions' (72,410) at 20210308005002536
56473 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/toaster_bw.png' (72,411) at 20210307205554278
56474 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-type.out' (72,412) at 20210308005046409
56475 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-hwmon/.shellcheck' (72,413) at 20210415000058068
56476 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.viot' (72,414) at 20250902080039703
56477 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt' (72,415) at 20210307205554446
56478 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DBG2' (72,416) at 20240906080037556
56479 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/compatible-layers.png' (72,417) at 20210307205554378
56480 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' (72,418) at 20250516080047900
56481 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.memhp' (72,419) at 20250902080039703
56482 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_secure.gpg' (72,420) at 20210803000022008
56483 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/FACP' (72,421) at 20250902080039703
56484 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.out' (72,422) at 20210308005046401
56485 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.out' (72,423) at 20210308005046397
56486 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-15.pcf.gz' (72,424) at 20210307205554594
56487 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' (72,425) at 20250516080047900
56488 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-schema.out' (72,426) at 20210927100127469
56489 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pnv-pnor.bin' (72,427) at 20250516080047724
56490 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-16.pcf.gz' (72,428) at 20210307205554594
56491 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-input.png' (72,429) at 20210307205554318
56492 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_78_79.dat' (72,430) at 20250122090018961
56493 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-batch-action-active.png' (72,431) at 20220105012522963
56494 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-keys.out' (72,432) at 20220429100100882
56495 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_min_record.dat' (72,433) at 20250122090018961
56496 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png' (72,434) at 20210307205554270
56497 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/loongarch64/vdso.so' (72,435) at 20241211090212378
56498 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/issues.png' (72,436) at 20210307205554250
56499 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2' (72,437) at 20210308005046389
56500 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/throbber.gif' (72,438) at 20210308004923388
56501 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_hover.png' (72,439) at 20210307205554250
56502 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/public/favicon.ico' (72,440) at 20220105012522983
56503 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/aarch64/vdso-le.so' (72,441) at 20241211090212374
56504 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-non-file.out' (72,442) at 20210308005046409
56505 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/entity_manager.cpp' (72,443) at 20251002080008799
56506 2025-10-05 03:01:05.038-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/linuxboot_dma.bin' (72,444) at 20210308005046149
56507 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file4' (72,445) at 20210307205554390
56508 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-state-manager/.shellcheck' (72,446) at 20210415000117524
56509 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-type.out' (72,447) at 20210308005046409
56510 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/buttons/button.png' (72,448) at 20220105012522963
56511 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/compuware_cdr_9011_3m1_psu.json' (72,449) at 20251002080008791
56512 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.xapic' (72,450) at 20240906080037556
56513 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-riscv-vars.fd.bz2' (72,451) at 20240326080039594
56514 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_ons_efuse_max.json' (72,452) at 20251002080008795
56515 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86-64.png' (72,453) at 20240309090012816
56516 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.out' (72,454) at 20210308005046401
56517 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.out' (72,455) at 20210308005046401
56518 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2' (72,456) at 20240906080037560
56519 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-all.out' (72,457) at 20220429100100882
56520 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-raspberrypi/img/LF_17_02_Yocto-Badge-Update_Compatible_Final_Blank.png' (72,458) at 20220823030015959
56521 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' (72,459) at 20250516080047900
56522 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-report-cycles-u.png' (72,460) at 20210307205554330
56523 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm.dat' (72,461) at 20250122090018961
56524 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png' (72,462) at 20210307205554610
56525 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-bad-base.out' (72,463) at 20220429100100882
56526 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/TPM2.tis.tpm2' (72,464) at 20240906080037560
56527 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/ref-manual/figures/poky-title.png' (72,465) at 20210307205554358
56528 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-eepro100.rom' (72,466) at 20210308005046181
56529 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-architecture-overview.png' (72,467) at 20210307205554302
56530 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/ident-with-escape.out' (72,468) at 20210308005046409
56531 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.out' (72,469) at 20210308005046413
56532 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.out' (72,470) at 20210308005046401
56533 2025-10-05 03:01:05.039-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/layer-input.png' (72,471) at 20210307205554314
56534 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count' (72,472) at 20240906080037556
56535 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/plat-phosphor-multi-gpio-monitor.json' (72,473) at 20251002080021580
56536 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/indented-expr.err' (72,474) at 20210308005046409
56537 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.out' (72,475) at 20210308005046401
56538 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.out' (72,476) at 20210308005046401
56539 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-14.pcf.gz' (72,477) at 20210307205554594
56540 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/alerts/alert.png' (72,478) at 20220105012522963
56541 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/s390-ccw.img' (72,479) at 20250902080039551
56542 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/IORT.its_off' (72,480) at 20250902080039703
56543 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf' (72,481) at 20210307205554274
56544 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.out' (72,482) at 20210308005046401
56545 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count2' (72,483) at 20240906080037560
56546 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png' (72,484) at 20210307205554270
56547 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/kvmvapic.bin' (72,485) at 20210308005046149
56548 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-loongarch64-vars.fd.bz2' (72,486) at 20241211090212410
56549 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/FACS' (72,487) at 20240906080037556
56550 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuriscv64.png' (72,488) at 20240309090012816
56551 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin' (72,489) at 20210307205554550
56552 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/siemens.bmp' (72,490) at 20210308005003768
56553 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat' (72,491) at 20240906080037560
56554 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_bringup.gpg' (72,492) at 20210803000022008
56555 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/devtool-add-flow.png' (72,493) at 20250415080017564
56556 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.dimmpxm' (72,494) at 20240906080037560
56557 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png' (72,495) at 20210307205554610
56558 2025-10-05 03:01:05.040-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/HPET' (72,496) at 20240906080037560
56559 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.out' (72,497) at 20210308005046401
56560 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz' (72,498) at 20210307205554594
56561 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/confirmation.png' (72,499) at 20210307205554250
56562 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol_palfin.bmp' (72,500) at 20210308005003768
56563 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/command-int.out' (72,501) at 20210308005046401
56564 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_pcie_switch_board.json' (72,502) at 20251002080008791
56565 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s5549_baseboard.json' (72,503) at 20251002080008795
56566 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/funny-word.out' (72,504) at 20210308005046405
56567 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-array.err' (72,505) at 20221215040039362
56568 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-version3.vmdk.bz2' (72,506) at 20210308005046473
56569 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.mmio64' (72,507) at 20240906080037560
56570 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/cute-files-npm-example.png' (72,508) at 20220721030015857
56571 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.hpoffacpiindex' (72,509) at 20250902080039703
56572 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT.numamem' (72,510) at 20250902080039703
56573 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png' (72,511) at 20210307205554462
56574 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/non-objects.out' (72,512) at 20210308005046409
56575 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86-64.png' (72,513) at 20240309090012816
56576 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png' (72,514) at 20210307205554334
56577 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-10.pcf.gz' (72,515) at 20210307205554590
56578 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/rest-dbus/resources/40px.png' (72,516) at 20210308004923384
56579 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sphinx-static/favicon.ico' (72,517) at 20250724080015754
56580 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT' (72,518) at 20250902080039703
56581 2025-10-05 03:01:05.041-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-copy-to-user.png' (72,519) at 20210307205554326
56582 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-4.pcf.gz' (72,520) at 20210307205554590
56583 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-14.pcf.gz' (72,521) at 20210307205554590
56584 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/engicam.bmp' (72,522) at 20210308005003768
56585 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbrroot' (72,523) at 20250516080047900
56586 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.dimmpxm' (72,524) at 20240906080037556
56587 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_17.dat' (72,525) at 20250122090018961
56588 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-8.pcf.gz' (72,526) at 20210307205554590
56589 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_ti_pwr_rt.json' (72,527) at 20251002080008795
56590 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-x86_64-secure-code.fd.bz2' (72,528) at 20241211090212422
56591 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/variable-added.png' (72,566) at 20210307205554382
56592 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-inventory-manager/.shellcheck' (72,567) at 20210427000037897
56593 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/dbus/dbuspassive.hpp' (72,568) at 20251002080040052
56594 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt' (72,569) at 20250902080039703
56595 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips64.png' (72,570) at 20240309090012816
56596 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-title.png' (72,571) at 20210307205554370
56597 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz' (72,572) at 20210307205554594
56598 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/redefined-command.out' (72,573) at 20210308005046409
56599 2025-10-05 03:01:05.042-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-dict.out' (72,574) at 20210308005046409
56600 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/template/VeraMono.ttf' (72,575) at 20210307205554234
56601 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.out' (72,576) at 20210308005046401
56602 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-clash-member.out' (72,577) at 20220429100100882
56603 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-3.pcf.gz' (72,578) at 20210307205554594
56604 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-proc-control/.shellcheck' (72,579) at 20210416000041935
56605 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-before-include.out' (72,580) at 20210308005046401
56606 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/gateworks.bmp' (72,581) at 20210308005003768
56607 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.out' (72,582) at 20210308005046405
56608 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-boxed-string.out' (72,583) at 20210308005046401
56609 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm64.png' (72,584) at 20240309090012816
56610 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' (72,585) at 20250516080047900
56611 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.out' (72,586) at 20220429100100882
56612 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file2' (72,587) at 20210307205554390
56613 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/pcmcia/Kconfig' (72,588) at 20210308005003452
56614 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword.dat' (72,589) at 20250122090018961
56615 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/string-code-point-31.out' (72,590) at 20210308005046409
56616 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-poky-img.png' (72,591) at 20230706080014781
56617 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header-512.sig' (72,592) at 20210831100016398
56618 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-base.out' (72,593) at 20210308005046413
56619 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/fs/reiserfs/Kconfig' (72,594) at 20210308005003548
56620 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-bad-type.out' (72,595) at 20210927100127469
56621 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SSDT.dimmpxm' (72,596) at 20240906080037556
56622 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/circuit_enc.bin' (72,597) at 20220604030008508
56623 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-no-file.out' (72,598) at 20210308005046409
56624 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2' (72,599) at 20210308005046389
56625 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/NFIT.dimmpxm' (72,600) at 20240906080037556
56626 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm' (72,601) at 20210307205553750
56627 2025-10-05 03:01:05.043-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-13.pcf.gz' (72,602) at 20210307205554590
56628 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/log_services.hpp' (72,603) at 20251002080004971
56629 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT' (72,604) at 20250902080039703
56630 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/buttons/button-disabled.png' (72,605) at 20220105012522963
56631 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/QEMU,cgthree.bin' (72,606) at 20210308005046113
56632 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-empty.png' (72,607) at 20220105012522967
56633 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-nested-err.out' (72,608) at 20210308005046409
56634 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing.out' (72,609) at 20210308005046405
56635 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-3.pcf.gz' (72,610) at 20210307205554590
56636 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.acpihmatvirt' (72,611) at 20250902080039703
56637 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/RHCT' (72,612) at 20250902080039703
56638 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SLIT.numamem' (72,613) at 20250902080039703
56639 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.noacpihp' (72,614) at 20250516080047900
56640 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/microchip.bmp' (72,615) at 20210308005003768
56641 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/afl5.img.bz2' (72,616) at 20210308005046473
56642 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-base.out' (72,617) at 20210308005046397
56643 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/doc/chromium/devkeys/kernel_data_key.vbprivk' (72,618) at 20210308005003300
56644 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-2.pcf.gz' (72,619) at 20210307205554594
56645 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/PPTT' (72,620) at 20250902080039703
56646 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.pcie' (72,621) at 20240906080037556
56647 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pvh.bin' (72,622) at 20210308005046177
56648 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SSDT.memhp' (72,623) at 20241211090212530
56649 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/tick.png' (72,624) at 20210307205554250
56650 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' (72,625) at 20250516080047900
56651 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-dev-flow.png' (72,626) at 20210307205554290
56652 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC' (72,627) at 20240906080037556
56653 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table.png' (72,628) at 20220105012522975
56654 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/npcm8xx_bootrom.bin' (72,629) at 20250902080039547
56655 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-u.out' (72,630) at 20210308005046409
56656 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/MCFG' (72,631) at 20250902080039703
56657 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-any.out' (72,632) at 20220429100100882
56658 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_display.png' (72,633) at 20210307205554250
56659 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory-web.png' (72,634) at 20210307205554294
56660 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-type-list.out' (72,635) at 20210308005046409
56661 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-pcnet.rom' (72,636) at 20210308005046137
56662 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide.png' (72,637) at 20210307205554334
56663 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' (72,638) at 20250516080047900
56664 2025-10-05 03:01:05.044-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.out' (72,639) at 20210308005046401
56665 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuppc.png' (72,640) at 20240309090012816
56666 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff' (72,641) at 20220105012522987
56667 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sphinx-static/YoctoProject_Logo_RGB.jpg' (72,642) at 20210307205554370
56668 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.out' (72,643) at 20210308005046409
56669 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-q.out' (72,644) at 20210308005046409
56670 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.out' (72,645) at 20210308005046405
56671 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/.shellcheck' (72,646) at 20210308005112989
56672 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-7.pcf.gz' (72,647) at 20210307205554590
56673 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_ti_pwr_silergy.json' (72,648) at 20251002080008795
56674 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-generic-x' (72,649) at 20241211090212534
56675 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.out' (72,650) at 20210308005046405
56676 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff2' (72,651) at 20210307205554274
56677 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png' (72,652) at 20210307205554462
56678 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/test-manual/figures/ab-test-cluster.png' (72,653) at 20210307205554374
56679 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/QEMU,tcx.bin' (72,654) at 20210308005046113
56680 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb' (72,655) at 20210307205554250
56681 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpierst' (72,656) at 20250516080047900
56682 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.cphp' (72,657) at 20240906080037560
56683 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.out' (72,658) at 20210927100127469
56684 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.out' (72,659) at 20240906080037560
56685 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_64x64.png' (72,660) at 20210308005046549
56686 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86.png' (72,661) at 20240309090012816
56687 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/systems_logservices_dbus_eventlog.hpp' (72,662) at 20251002080004971
56688 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/COPYING.LIB' (72,663) at 20250902080039239
56689 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add-hover.png' (72,664) at 20210307205554250
56690 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-rtl8139.rom' (72,665) at 20210308005046137
56691 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/args-int.out' (72,666) at 20210308005046401 to deleted uid set
56692 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png' (72,667) at 20210307205554270
56693 2025-10-05 03:01:05.045-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.env' (72,668) at 20210307205554586 to deleted uid set
56694 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/cpld.json' (72,669) at 20251003080005897
56695 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file1' (72,670) at 20210307205554390 to deleted uid set
56696 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/phosphor-gpio-monitor/reset_btn' (72,671) at 20251003080018546
56697 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.acpihmat' (72,672) at 20240906080037556 to deleted uid set
56698 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue' (72,673) at 20210307205554470
56699 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/docs/guide/components/toasts/toast.png' (72,674) at 20220105012522975 to deleted uid set
56700 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/phosphor-gpio-monitor/reset_btn@.service' (72,675) at 20251003080018546
56701 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/u-boot/drivers/video/fonts/rufscript010.ttf' (72,676) at 20210308005003528 to deleted uid set
56702 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-yosemite5/plat-svc/files/yosemite5-sys-init.service' (72,677) at 20251003080018546
56703 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/doc/template/draft.png' (72,678) at 20210307205554234 to deleted uid set
56704 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/ERST.acpierst' (72,679) at 20240906080037560 to deleted uid set
56705 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dynamic-1G.vhdx.bz2' (72,680) at 20210308005046473 to deleted uid set
56706 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.out' (72,681) at 20230925080040089 to deleted uid set
56707 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml' (72,682) at 20251003080029230
56708 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/features-missing-name.out' (72,683) at 20210308005046405 to deleted uid set
56709 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/gigabyte/gigabyte_msx4_mg1.json' (72,684) at 20251003080005897
56710 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff' (72,685) at 20220105012522987 to deleted uid set
56711 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SLIC.slic' (72,686) at 20240906080037560
56712 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' (72,687) at 20251003080018550
56713 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/phosphor-gpio-monitor_%.bbappend' (72,688) at 20251003080018546
56714 2025-10-05 03:01:05.046-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' (72,689) at 20251003080018550
56715 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_mb.json' (72,690) at 20251003080005897
56716 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/platform/ampere-utils.bb' (72,691) at 20250930080406430
56717 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/src/environ/meson.build' (72,692) at 20250930080013380
56718 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/meson.build' (72,693) at 20250930080013380
56719 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/update_service.hpp' (72,694) at 20250930080003744
56720 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/dsp/base.cpp' (72,695) at 20250930080013380
56721 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP' (72,696) at 20240906080037560
56722 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm.png' (72,697) at 20210307205554350
56723 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/phosphor-webui/app/assets/images/favicon.ico' (72,698) at 20210308005107069 to deleted uid set
56724 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff' (72,699) at 20210307205554274
56725 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.out' (72,700) at 20220429100100882
56726 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/UEFISupport.png' (72,701) at 20230804080018091
56727 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-int-branch.out' (72,702) at 20220429100100882
56728 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/draft.png' (72,703) at 20210307205554370
56729 2025-10-05 03:01:05.047-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.applesmc' (72,704) at 20250516080047900
56730 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_max_pwr_silergy.json' (72,705) at 20251002080008795
56731 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.acpihmatvirt' (72,706) at 20240906080037556
56732 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/s390x/vdso.so' (72,707) at 20240326080039562
56733 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.out' (72,708) at 20210308005046401 to deleted uid set
56734 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE-CKSUM' (72,709) at 20210518000100501
56735 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-array-unknown.out' (72,710) at 20210308005046401
56736 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-no-list.out' (72,711) at 20210308005046405
56737 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/.shellcheck' (72,712) at 20220402030022195
56738 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/compulab.bmp' (72,713) at 20210308005003768
56739 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.out' (72,714) at 20210308005046401
56740 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/appHeaderWithStatusIcon.png' (72,715) at 20220105012522963
56741 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/supermicro-pws-920p-sq_psu.json' (72,716) at 20251002080008795
56742 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/.shellcheck' (72,717) at 20210415000106104
56743 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-1.pcf.gz' (72,718) at 20210307205554590
56744 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-empty.out' (72,719) at 20210308005046397
56745 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/machconfig' (72,720) at 20210307205554454
56746 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-i386-secure-code.fd.bz2' (72,721) at 20241211090212406
56747 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/PPTT.topology' (72,722) at 20250902080039703
56748 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/MCFG' (72,723) at 20240906080037556
56749 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/toaster-title.png' (72,724) at 20210307205554382
56750 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/encoded/chassis_enc.bin' (72,725) at 20240106090013589
56751 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-pcnet.rom' (72,726) at 20210308005046181
56752 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-key4.db' (72,727) at 20210307205553986
56753 2025-10-05 03:01:05.048-0500 FINEST t466 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' (72,728) at 20210307205553774
56754 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_16x16.png' (72,729) at 20210308005046549
56755 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-bad-member.out' (72,730) at 20210308005046405
56756 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/afl9.vmdk.bz2' (72,731) at 20210308005046473
56757 2025-10-05 03:01:05.048-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/openbios-sparc64' (72,732) at 20241211090212438
56758 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.out' (72,733) at 20210308005046405
56759 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/linuxboot.bin' (72,734) at 20210308005046149 to deleted uid set
56760 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/dummy_simple_dict.bin' (72,735) at 20220604030008508
56761 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/iptables.rules' (72,736) at 20210307205554562
56762 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_cxl_board.json' (72,737) at 20251002080008795
56763 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.out' (72,738) at 20220429100100882
56764 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-downloading.png' (72,739) at 20210307205554326
56765 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff' (72,740) at 20210307205554274
56766 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/IVRS.ivrs' (72,741) at 20240906080037560
56767 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vof.bin' (72,742) at 20210927100127329
56768 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SPCR' (72,743) at 20250902080039703
56769 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/platform-gpio-monitor' (72,744) at 20251002080021580
56770 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-busybox.png' (72,745) at 20210307205554326
56771 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/SPCR' (72,746) at 20250516080047900
56772 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE' (72,747) at 20210518000100501
56773 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-key.out' (72,748) at 20220429100100882
56774 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-vmxnet3.rom' (72,749) at 20210308005046141
56775 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/NFIT.memhp' (72,750) at 20240906080037556
56776 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tools/meson.build' (72,751) at 20230426080043956
56777 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_65_ffffff_1x400.png' (72,752) at 20210307205554270
56778 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/FACP' (72,753) at 20240906080037556
56779 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-4.pcf.gz' (72,754) at 20210307205554594 to deleted uid set
56780 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/dtb/petalogix-s3adsp1800.dtb' (72,755) at 20250902080039547
56781 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SPCR' (72,756) at 20240906080037556
56782 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.out' (72,757) at 20210308005046405
56783 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count2' (72,758) at 20240906080037556
56784 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/h1.bb' (72,759) at 20250724080015742
56785 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png' (72,760) at 20210307205554610
56786 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff' (72,761) at 20220105012522991
56787 2025-10-05 03:01:05.049-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/cursor_left_ptr.xpm' (72,762) at 20210308005046549
56788 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/efi-e1000e.rom' (72,763) at 20210308005046137
56789 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-unknown.out' (72,764) at 20210308005046413
56790 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/image-generation.png' (72,765) at 20210307205554310
56791 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-unknown.out' (72,766) at 20210308005046409
56792 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot' (72,767) at 20210307205554274
56793 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/ERST.acpierst' (72,768) at 20240906080037556
56794 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2' (72,769) at 20210308005046473
56795 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/hiomapd/m4/.keep' (72,770) at 20210308005100993
56796 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png' (72,771) at 20210307205554334
56797 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dirtylog-10G-4M.vhdx.bz2' (72,772) at 20210308005046473
56798 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT' (72,773) at 20250902080039703
56799 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.out' (72,774) at 20210308005046405
56800 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/template/Vera.ttf' (72,775) at 20210307205554370
56801 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/toasts/toast-options.png' (72,776) at 20220105012522975
56802 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/storage_dict.bin' (72,777) at 20220604030008508
56803 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/DSDT' (72,778) at 20250902080039703
56804 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/ERST.pcie' (72,779) at 20240906080037556
56805 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_nct_adc_max_led_nxp_ons_efuse_mps.json' (72,780) at 20251002080008795
56806 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/denx.bmp' (72,781) at 20210308005003768
56807 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.numamem' (72,782) at 20240906080037560
56808 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.cphp' (72,783) at 20240906080037560
56809 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/IORT' (72,784) at 20240906080037556
56810 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_display.png' (72,785) at 20210307205554250
56811 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.acpihmat-generic-x' (72,786) at 20241211090212534
56812 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.memhp' (72,787) at 20240906080037560
56813 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/intercontrol.bmp' (72,788) at 20210308005003768
56814 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.out' (72,789) at 20210308005046409
56815 2025-10-05 03:01:05.050-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-filter.png' (72,790) at 20220105012522967
56816 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend' (72,791) at 20251002080021580
56817 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/riscv/vdso-64.so' (72,792) at 20240326080039562
56818 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/riscv64/virt/SRAT.numamem' (72,793) at 20241211090212530
56819 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.out' (72,794) at 20221215040039362
56820 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' (72,795) at 20250516080047900
56821 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.out' (72,796) at 20210308005046405
56822 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-generic-x' (72,797) at 20241211090212534
56823 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.out' (72,798) at 20210308005046401
56824 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/dev-manual/figures/devtool-upgrade-flow.png' (72,799) at 20250415080017568 to deleted uid set
56825 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.cphp' (72,800) at 20240906080037556
56826 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.out' (72,801) at 20210308005046413
56827 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/hosted-service.png' (72,802) at 20210307205554378
56828 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT.topology' (72,803) at 20250902080039703
56829 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png' (72,804) at 20210307205554270
56830 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-networkd/.shellcheck' (72,805) at 20210415100052453
56831 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2' (72,806) at 20210308005046473
56832 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/atmel.bmp' (72,807) at 20210308005003768
56833 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.out' (72,808) at 20210927100127469
56834 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/esd.bmp' (72,809) at 20210308005003768
56835 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_display.png' (72,810) at 20210307205554250
56836 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' (72,811) at 20250516080047900
56837 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bb_multiconfig_files.png' (72,812) at 20210307205554234
56838 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.roothp' (72,813) at 20250516080047900
56839 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/.gitignore' (72,814) at 20210307205554218
56840 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/bad-if-not.out' (72,815) at 20220429100100882 to deleted uid set
56841 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.memhp' (72,816) at 20240906080037556
56842 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.out' (72,817) at 20210308005046405
56843 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' (72,818) at 20250516080047900
56844 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.topology' (72,819) at 20250902080039703
56845 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png' (72,820) at 20210307205554346
56846 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-user-manager/.openbmc-enforce-gitlint' (72,821) at 20221102030039781
56847 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png' (72,822) at 20210307205554270 to deleted uid set
56848 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2' (72,823) at 20210308005046473
56849 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT.memhp' (72,824) at 20250902080039703
56850 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/motd' (72,825) at 20210307205554470
56851 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_hover.png' (72,826) at 20210307205554250
56852 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SSDT.dimmpxm' (72,827) at 20240906080037560 to deleted uid set
56853 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/linux-user/ppc/vdso-64.so' (72,828) at 20241211090212378
56854 2025-10-05 03:01:05.051-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-e1000.rom' (72,829) at 20210308005046177
56855 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-logging/docs/structured-logging.md' (72,830) at 20251002080037460
56856 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.ioapic2' (72,831) at 20240906080037556
56857 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/VIOT.viot' (72,832) at 20240906080037560
56858 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/palcode-clipper' (72,833) at 20210927100127313
56859 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-union.out' (72,834) at 20210308005046401
56860 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.memhp' (72,835) at 20240906080037556
56861 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-pnor-code-mgmt/.shellcheck' (72,836) at 20210511000025977
56862 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat' (72,837) at 20240906080037556
56863 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' (72,838) at 20250516080047900
56864 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' (72,839) at 20250516080047900
56865 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.out' (72,840) at 20210308005046397 to deleted uid set
56866 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.out' (72,841) at 20210927100127469
56867 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff' (72,842) at 20220105012522987
56868 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/circuit_dict.bin' (72,843) at 20220604030008508
56869 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-4.pcf.gz' (72,844) at 20210307205554594
56870 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png' (72,845) at 20210307205554366
56871 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/HMAT.acpihmat' (72,846) at 20240906080037556
56872 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-type-bool.out' (72,847) at 20210308005046401
56873 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/multiconfig_files.png' (72,848) at 20210307205554298
56874 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' (72,849) at 20250516080047900
56875 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_test_arch.png' (72,850) at 20230629131804619
56876 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm.png' (72,851) at 20240309090012816
56877 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempMain.cpp' (72,852) at 20251002080006467
56878 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-1.pcf.gz' (72,853) at 20210307205554594
56879 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-if-invalid.out' (72,854) at 20210308005046405
56880 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/figures/yp-how-it-works-new-diagram.png' (72,855) at 20210316000012689
56881 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/ipmi_pass_32' (72,856) at 20230112040025886
56882 2025-10-05 03:01:05.052-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/secondary.png' (72,857) at 20220105012522963
56883 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png' (72,858) at 20210307205554610
56884 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/npcm7xx_bootrom.bin' (72,859) at 20250902080039547
56885 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/x86/q35/SLIC.slic' (72,860) at 20240906080037560 to deleted uid set
56886 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/ast27x0_bootrom.bin' (72,861) at 20250902080039543
56887 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.xapic' (72,862) at 20240906080037560
56888 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pam-ipmi/ipmi_pass_64' (72,863) at 20230112040025886
56889 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png' (72,864) at 20210307205554370
56890 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/success.png' (72,865) at 20220105012522963
56891 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/pldm/fw-update/test/test_pkg' (72,866) at 20211101000101059
56892 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-no-base.out' (72,867) at 20220429100100882
56893 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-data.out' (72,868) at 20210927100127473
56894 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-to-user.png' (72,869) at 20210307205554354
56895 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' (72,870) at 20250516080047900
56896 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/disable-tests' (72,871) at 20241206090014346
56897 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-13.pcf.gz' (72,872) at 20210307205554594
56898 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/refresh.png' (72,873) at 20210307205554250
56899 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/vgabios-vmware.bin' (72,874) at 20250902080039551
56900 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.acpihmat' (72,875) at 20240906080037556
56901 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/bitbake-build-flow.png' (72,876) at 20210307205554294
56902 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/info-tooltip/info-tooltip.png' (72,877) at 20220105012522963
56903 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-empty-features.out' (72,878) at 20240906080037560
56904 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/rotation' (72,879) at 20210307205554470
56905 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' (72,880) at 20250516080047900
56906 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/dtb/bamboo.dtb' (72,881) at 20250902080039547
56907 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.out' (72,882) at 20210308005046397
56908 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/wandboard.bmp' (72,883) at 20210308005003768
56909 2025-10-05 03:01:05.053-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/Utils.hpp' (72,884) at 20251002080006467
56910 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s8040_baseboard.json' (72,885) at 20251002080008799
56911 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/danger.png' (72,886) at 20220105012522963
56912 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT' (72,887) at 20250902080039703
56913 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/WAET' (72,888) at 20240906080037556
56914 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data.out' (72,889) at 20210308005046409
56915 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/nicole.cfg' (72,890) at 20210307205554222
56916 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/syteco.bmp' (72,891) at 20210308005003768
56917 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf' (72,892) at 20210307205554270
56918 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/tools/sdbusplus/templates/error.cpp.mako' (72,893) at 20230902080037613
56919 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/loongarch64/virt/FACP' (72,894) at 20250902080039703
56920 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-repetition.err' (72,895) at 20210308005046409
56921 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/missing-comma-list.out' (72,896) at 20210308005046409
56922 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/FACP.nosmm' (72,897) at 20240906080037556
56923 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped-unresolved-hidden.png' (72,898) at 20210307205554346
56924 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.out' (72,899) at 20210927100127469
56925 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libpldm/tests/fuzz/fd-fuzz-input1.dat' (72,900) at 20250116090011971
56926 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-case.out' (72,901) at 20210927100127469
56927 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.cphp' (72,902) at 20240906080037556
56928 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/.shellcheck' (72,903) at 20220105012522959
56929 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-autotools-flow.png' (72,904) at 20210307205554362
56930 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-search-empty.png' (72,905) at 20220105012522971
56931 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/multiboot_dma.bin' (72,906) at 20220429100100690
56932 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-8.pcf.gz' (72,907) at 20210307205554594
56933 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.out' (72,908) at 20210308005046405 to deleted uid set
56934 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile' (72,909) at 20210307205554390
56935 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_61.dat' (72,910) at 20250122090018961
56936 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' (72,911) at 20250516080047900
56937 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/libbej/test/dictionaries/chassis_dict.bin' (72,912) at 20240106090013589
56938 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.xapic' (72,913) at 20240906080037560
56939 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/dev-title.png' (72,914) at 20210307205554298
56940 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-13.pcf.gz' (72,915) at 20210307205554594
56941 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.nohpet' (72,916) at 20250516080047900
56942 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.out' (72,917) at 20210927100127469
56943 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B-ISO8859-14.pcf.gz' (72,918) at 20210307205554594
56944 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' (72,919) at 20250516080047900
56945 2025-10-05 03:01:05.054-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/tyan/tyan_s8030_baseboard.json' (72,920) at 20251002080008795
56946 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-all.png' (72,921) at 20210307205554322
56947 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-unknown.out' (72,922) at 20210308005046397
56948 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-i386-vars.fd.bz2' (72,923) at 20210308005046129
56949 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/src/entity_manager/topology.hpp' (72,924) at 20251002080008799
56950 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureServices.png' (72,925) at 20241206090014206
56951 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-KOI8-R.pcf.gz' (72,926) at 20210307205554590
56952 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-string.out' (72,927) at 20210308005046413
56953 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue' (72,928) at 20210307205554470 to deleted uid set
56954 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.out' (72,929) at 20210308005046401
56955 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-generic-x' (72,930) at 20241211090212534
56956 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_4.dat' (72,931) at 20250122090018961
56957 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-filter-active.png' (72,932) at 20220105012522967
56958 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/qemu-nsis.ico' (72,933) at 20210308005046185
56959 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACS' (72,934) at 20240906080037560
56960 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_hover.png' (72,935) at 20210307205554254
56961 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-power/.shellcheck' (72,936) at 20210420000053767
56962 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/pc-bios/edk2-x86_64-code.fd.bz2' (72,937) at 20241211090212414 to deleted uid set
56963 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-cycle.out' (72,938) at 20210308005046409
56964 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/leading-comma-object.out' (72,939) at 20210308005046409
56965 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.memhp' (72,940) at 20240906080037560
56966 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/easylogo/linux_logo.tga' (72,941) at 20210308005003760
56967 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/pybootchartgui-linux-yocto.png' (72,942) at 20210307205554346
56968 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.out' (72,943) at 20210927100127469
56969 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff' (72,944) at 20220105012522991 to deleted uid set
56970 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/FACP' (72,945) at 20240906080037556
56971 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.out' (72,946) at 20210927100127469
56972 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/GTDT' (72,947) at 20240906080037556
56973 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-environment.png' (72,948) at 20210307205554366
56974 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC' (72,949) at 20240906080037556 to deleted uid set
56975 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-i386-code.fd.bz2' (72,950) at 20241211090212402
56976 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.env' (72,951) at 20210307205554586
56977 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-output-display.png' (72,952) at 20210307205554326
56978 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/util/asio_server_class.hpp' (72,953) at 20251004080040296
56979 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/dbus_utility.cpp' (72,954) at 20251004080002907
56980 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file1' (72,955) at 20210307205554390
56981 2025-10-05 03:01:05.055-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/utility.hpp' (72,956) at 20251004080002903
56982 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/unclosed-list.out' (72,957) at 20210308005046413
56983 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.out' (72,958) at 20230925080040089
56984 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile' (72,959) at 20210307205554390
56985 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png' (72,960) at 20210307205554350
56986 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/video/fonts/rufscript010.ttf' (72,961) at 20210308005003528
56987 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' (72,962) at 20251004080012780
56988 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/common/include/pmbus.hpp' (72,963) at 20251004080031804
56989 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/mp5998.hpp' (72,964) at 20251004080031804
56990 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png' (72,965) at 20210307205554270
56991 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/util/association_objects.hpp' (72,966) at 20251004080040296
56992 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png' (72,967) at 20210307205554270
56993 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz' (72,968) at 20210307205554594
56994 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice_base_cpld.hpp' (72,969) at 20251004080031804
56995 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice_xo3_cpld.cpp' (72,970) at 20251004080031804
56996 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/images/fb-yosemite5-phosphor-image.inc' (72,971) at 20251003080018546
56997 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/webserver_cli.cpp' (72,972) at 20251003080002721
56998 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/meson.build' (72,973) at 20251003080029230
56999 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_evb_pdb2.json' (72,974) at 20251003080005897
57000 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' (72,975) at 20251003080018546
57001 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/bad-if-not.out' (72,976) at 20220429100100882
57002 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-phosphor/settings/phosphor-settings-manager_%.bbappend' (72,977) at 20251003080018546
57003 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml' (72,978) at 20251003080029230
57004 2025-10-05 03:01:05.056-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb' (72,979) at 20251003080018550
57005 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/legacy.json' (72,980) at 20251003080005897
57006 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/webserver_run.hpp' (72,981) at 20251003080002721
57007 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/schemas/firmware.json' (72,982) at 20251003080005897
57008 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.out' (72,983) at 20210308005046397
57009 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-nvidia/meta-nvl32-obmc/recipes-phosphor/settings/phosphor-settings-manager/powerrestore_settings.override.yml' (72,984) at 20251003080018546
57010 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/webserver_main.cpp' (72,985) at 20251003080002721
57011 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-yosemite5/plat-svc/plat-svc_0.1.bb' (72,986) at 20251003080018546
57012 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-4.pcf.gz' (72,987) at 20210307205554594
57013 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/smbpbi/SmbpbiSensor.cpp' (72,988) at 20251003080004549
57014 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/utility/make_dbus_args_tuple.hpp' (72,989) at 20251003080055426
57015 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeFunction.interface.yaml' (72,990) at 20251003080029230
57016 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/webserver_run.cpp' (72,991) at 20251003080002721
57017 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensor.cpp' (72,992) at 20251003080004549
57018 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/linuxboot.bin' (72,993) at 20210308005046149
57019 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SSDT.dimmpxm' (72,994) at 20240906080037560
57020 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/phosphor-gpio-monitor/yosemite5-phosphor-multi-gpio-monitor.json' (72,995) at 20251003080018546
57021 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/include/sdbusplus/asio/connection.hpp' (72,996) at 20251003080055426
57022 2025-10-05 03:01:05.057-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/platform/platform-init_git.bb' (72,997) at 20251004080012780
57023 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/utility_test.cpp' (72,998) at 20251004080002907
57024 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/i2cvr_software_manager.cpp' (72,999) at 20251004080031804
57025 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.out' (73,000) at 20210308005046405
57026 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out' (73,001) at 20210308005046401
57027 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/ERST.acpierst' (73,002) at 20240906080037560
57028 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice_cpld_factory.hpp' (73,003) at 20251004080031804
57029 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png' (73,004) at 20220105012522963
57030 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/comments.err' (73,005) at 20210308005046401
57031 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/overview-manual/figures/key-dev-elements.png' (73,006) at 20210307205554310
57032 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-santabarbara/plat-svc/files/santabarbara-early-sys-init' (73,007) at 20251004080012780
57033 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.out' (73,008) at 20210308005046409
57034 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/routing/trie.hpp' (73,009) at 20251004080002903
57035 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' (73,010) at 20240309090012816
57036 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/features-missing-name.out' (73,011) at 20210308005046405
57037 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out' (73,012) at 20230925080040089
57038 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC' (73,013) at 20240906080037556
57039 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/include/sub_route_trie.hpp' (73,014) at 20251004080002907
57040 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice_cpld_factory.cpp' (73,015) at 20251004080031804
57041 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (73,016) at 20251003080018550
57042 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.out' (73,017) at 20210308005046401
57043 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml' (73,018) at 20251003080029230
57044 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config.bb' (73,019) at 20251003080018546
57045 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/edk2-x86_64-code.fd.bz2' (73,020) at 20241211090212414
57046 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add.png' (73,021) at 20210307205554250 to deleted uid set
57047 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/NetworkInterface.interface.yaml' (73,022) at 20251003080029230
57048 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/PCIeFunction/meson.build' (73,023) at 20251003080029230
57049 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/overview-manual/figures/key-dev-elements.png' (73,024) at 20210307205554310 to deleted uid set
57050 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/meson.build' (73,025) at 20251003080055426
57051 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips64.png' (73,026) at 20240309090012816 to deleted uid set
57052 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/sdbusplus/test/utility/make_dbus_args_tuple.cpp' (73,027) at 20251003080055426
57053 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png' (73,028) at 20210307205554270 to deleted uid set
57054 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/error.png' (73,029) at 20210307205554250 to deleted uid set
57055 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/add-variable.png' (73,030) at 20210307205554374 to deleted uid set
57056 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/src/webserver_cli.hpp' (73,031) at 20251003080002721
57057 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/qemu/tests/qapi-schema/comments.err' (73,032) at 20210308005046401 to deleted uid set
57058 2025-10-05 03:01:05.058-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' (73,033) at 20251003080018546
57059 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' (73,109) at 20251003080018550
57060 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.out' (73,110) at 20210308005046405
57061 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff' (73,111) at 20220105012522991
57062 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_medusa_board.json' (73,112) at 20251003080005897
57063 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-webui/app/assets/images/favicon.ico' (73,113) at 20210308005107069
57064 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-yosemite5/plat-tool/files/yosemite5-common-functions' (73,114) at 20251003080018546
57065 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' (73,115) at 20251003080018550
57066 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/toaster-manual/figures/set-variable.png' (73,116) at 20210307205554382 to deleted uid set
57067 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/dev-manual/figures/devtool-upgrade-flow.png' (73,117) at 20250415080017568
57068 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC' (73,118) at 20240906080037556
57069 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-yosemite5/plat-tool/yosemite5-common-functions_0.1.bb' (73,119) at 20251003080018546
57070 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/gbmc-nic-cn.sh.in' (73,120) at 20251003080018546
57071 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-yosemite5/plat-svc/files/yosemite5-early-sys-init' (73,121) at 20251003080018546
57072 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png' (73,122) at 20210307205554342 to deleted uid set
57073 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-output-display.png' (73,123) at 20210307205554326 to deleted uid set
57074 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb' (73,124) at 20251003080018550
57075 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: adding '/openbmc/bmcweb/http/http2_connection.hpp' (73,125) at 20251003080002721 to deleted uid set
57076 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff' (73,126) at 20220105012522987
57077 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/config/bmcweb.service.in' (73,127) at 20251004080002903
57078 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2' (73,128) at 20210308005046389
57079 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/vr.cpp' (73,129) at 20251004080031804
57080 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/mp5998.cpp' (73,130) at 20251004080031804
57081 2025-10-05 03:01:05.059-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2' (73,131) at 20240906080037560
57082 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/cpld_interface.cpp' (73,132) at 20251004080031804
57083 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice_xo3_cpld.hpp' (73,133) at 20251004080031804
57084 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/http/http2_connection_test.cpp' (73,134) at 20251004080002907
57085 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/persistent_data.hpp' (73,135) at 20251004080002903
57086 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz' (73,136) at 20210307205554590
57087 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/set-variable.png' (73,137) at 20210307205554382
57088 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator' (73,138) at 20240906080037560
57089 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png' (73,139) at 20210307205554338
57090 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz' (73,140) at 20210307205554594
57091 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/toaster-manual/figures/add-variable.png' (73,141) at 20210307205554374
57092 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png' (73,142) at 20210307205554334
57093 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add.png' (73,143) at 20210307205554250
57094 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.out' (73,144) at 20230925080040089
57095 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png' (73,145) at 20210307205554342
57096 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/status-icon/info.png' (73,146) at 20220105012522963
57097 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint' (73,147) at 20220920030031760
57098 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/nghttp2_adapters.hpp' (73,148) at 20251004080002903
57099 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/meson.build' (73,149) at 20251004080031804
57100 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/python/qemu/utils/py.typed' (73,150) at 20210927100127329
57101 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/meson.build' (73,151) at 20251004080037120
57102 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off' (73,152) at 20250902080039703
57103 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/vr.hpp' (73,153) at 20251004080031804
57104 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dynamic-1G.vhdx.bz2' (73,154) at 20210308005046473
57105 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/redfish-core/lib/openbmc/openbmc_managers.hpp' (73,155) at 20251004080002907
57106 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out' (73,156) at 20210308005046409
57107 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out' (73,157) at 20210308005046397
57108 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png' (73,158) at 20220105012522971
57109 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.acpihmat' (73,159) at 20240906080037556
57110 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts.bb' (73,160) at 20251004080012780
57111 2025-10-05 03:01:05.060-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/tools/logos/solidrun.bmp' (73,161) at 20210308005003768
57112 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/union-base-union.out' (73,162) at 20220429100100882
57113 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png' (73,163) at 20210307205554462
57114 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom' (73,164) at 20210308005046181
57115 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-pid-control/swampd_diagram.png' (73,165) at 20210308005116217
57116 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png' (73,166) at 20210307205554290
57117 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/meson.build' (73,167) at 20251004080031804
57118 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice_base_cpld.cpp' (73,168) at 20251004080031804
57119 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/error.png' (73,169) at 20210307205554250
57120 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/test/meson.build' (73,170) at 20251004080002907
57121 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/webui-vue/docs/guide/components/toasts/toast.png' (73,171) at 20220105012522975
57122 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice_xo5_cpld.hpp' (73,172) at 20251004080031804
57123 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/http/http2_connection.hpp' (73,173) at 20251004080002903
57124 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/ui/icons/qemu_256x256.png' (73,221) at 20210308005046549
57125 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out' (73,222) at 20210308005046397
57126 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png' (73,223) at 20210307205554270
57127 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-objmgr/src/test/interfaces_added.cpp' (73,224) at 20251004080040296
57128 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice_xo5_cpld.cpp' (73,225) at 20251004080031804
57129 2025-10-05 03:01:05.061-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/args-int.out' (73,226) at 20210308005046401
57130 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out' (73,227) at 20210308005046409
57131 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png' (73,228) at 20210307205554610
57132 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.out' (73,229) at 20210308005046409
57133 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/template/draft.png' (73,230) at 20210307205554234
57134 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/espi-control/npcm7xx_espi_control.cpp' (73,231) at 20251004080006799
57135 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat' (73,232) at 20250122090018961
57136 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/google-misc/subprojects/dhcp-done/update-dhcp-status.cpp' (73,233) at 20251004080006799
57137 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips64.png' (73,234) at 20240309090012816
57138 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png' (73,235) at 20210307205554346
57139 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.out' (73,236) at 20210308005046409
57140 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png' (73,237) at 20210307205554234
57141 2025-10-05 03:01:05.062-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/bmcweb/include/dbus_utility.hpp' (73,238) at 20251004080002903
57142 2025-10-05 03:01:05.062-0500 FINEST t466 Statistics.logIt: found 984 deleted documents in MMapDirectory@/opengrok/data/index/openbmc lockFactory=org.apache.lucene.store.NoLockFactory@781b6bac (took 3.90 seconds)
57143 2025-10-05 03:01:05.108-0500 FINER t466 ObjectInputFilter$Config.traceFilter: Builtin factory: null -> new: null
57144 2025-10-05 03:01:05.109-0500 FINER t466 ObjectInputFilter$Config.traceFilter: Builtin factory: null -> new: org.opengrok.indexer.util.WhitelistObjectInputFilter@63178e8e
57145 2025-10-05 03:01:05.110-0500 FINER t466 ObjectInputStream.filterCheck: ObjectInputFilter ALLOWED: class org.opengrok.indexer.index.IndexAnalysisSettings3, array length: -1, nRefs: 1, depth: 1, bytes: 176, ex: n/a
57146 2025-10-05 03:01:05.180-0500 INFO t466 IndexDatabase.getIndexDownArgs: Starting file collection using history traversal for directory '/openbmc'
57147 2025-10-05 03:01:05.182-0500 FINEST t466 IndexDatabase.indexDownUsingHistory: collected sorted files: [/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc, /openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb, /openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb, /openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb, /openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb, /openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc, /openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb, /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb, /openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb, /openbmc/phosphor-certificate-manager/dist/meson.build, /openbmc/phosphor-state-manager/host_state_manager.hpp]
57148 2025-10-05 03:01:05.237-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc) done (1 hits) (took 40 ms)
57149 2025-10-05 03:01:05.247-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc': 1759651212674 1759244980023
57150 2025-10-05 03:01:05.259-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/.openbmc-enforce-gitlint' at 20220829030004071
57151 2025-10-05 03:01:05.260-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/.shellcheck' at 20210308005112989
57152 2025-10-05 03:01:05.260-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/config/bmcweb.service.in' at 20250919080007523
57153 2025-10-05 03:01:05.264-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/http2_connection.hpp' at 20250916080007510
57154 2025-10-05 03:01:05.264-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/http2_connection.hpp' at 20251003080002721
57155 2025-10-05 03:01:05.266-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/nghttp2_adapters.hpp' at 20250211090002863
57156 2025-10-05 03:01:05.266-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/routing/trie.hpp' at 20250404080002634
57157 2025-10-05 03:01:05.267-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/http/utility.hpp' at 20250319080002754
57158 2025-10-05 03:01:05.268-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/dbus_utility.hpp' at 20250411080002245
57159 2025-10-05 03:01:05.269-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/persistent_data.hpp' at 20250709080003870
57160 2025-10-05 03:01:05.269-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/str_utility.hpp' at 20250203090002616
57161 2025-10-05 03:01:05.270-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/include/webserver_run.hpp' at 20250121090002930
57162 2025-10-05 03:01:05.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/include/sub_route_trie.hpp' at 20250827080004142
57163 2025-10-05 03:01:05.283-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/log_services.hpp' at 20251001080002829
57164 2025-10-05 03:01:05.284-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/lib/openbmc/openbmc_managers.hpp' at 20250625080007606
57165 2025-10-05 03:01:05.356-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/redfish-core/src/redfish.cpp' at 20250916080007514
57166 2025-10-05 03:01:05.357-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/dbus_utility.cpp' at 20250429080002193
57167 2025-10-05 03:01:05.358-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/webserver_cli.cpp' at 20250919080007527
57168 2025-10-05 03:01:05.358-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/webserver_cli.hpp' at 20250919080007527
57169 2025-10-05 03:01:05.358-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/webserver_main.cpp' at 20250919080007527
57170 2025-10-05 03:01:05.358-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/src/webserver_run.cpp' at 20250827080004146
57171 2025-10-05 03:01:05.359-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/http2_connection_test.cpp' at 20250930080003744
57172 2025-10-05 03:01:05.360-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/http/utility_test.cpp' at 20250826080007127
57173 2025-10-05 03:01:05.360-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/include/dbus_utility_test.cpp' at 20250121090002954
57174 2025-10-05 03:01:05.361-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/bmcweb/test/meson.build' at 20250826080007127
57175 2025-10-05 03:01:05.366-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/btbridge/.shellcheck' at 20210428000006034
57176 2025-10-05 03:01:05.369-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/Utils.hpp' at 20250627080003988
57177 2025-10-05 03:01:05.371-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/hwmon-temp/HwmonTempMain.cpp' at 20250604080008690
57178 2025-10-05 03:01:05.372-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/intel-cpu/IntelCPUSensor.cpp' at 20250930080005492
57179 2025-10-05 03:01:05.378-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/psu/PSUSensorMain.cpp' at 20250919080009043
57180 2025-10-05 03:01:05.378-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/src/smbpbi/SmbpbiSensor.cpp' at 20250731080005978
57181 2025-10-05 03:01:05.379-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/dbus-sensors/subprojects/.clang-tidy-ignore' at 20230510080006007
57182 2025-10-05 03:01:05.390-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/docs/release/metrics/2022-07' at 20230114040005626
57183 2025-10-05 03:01:05.391-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/.shellcheck' at 20210414100005994
57184 2025-10-05 03:01:05.399-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/compuware_cdr_9011_3m1_psu.json' at 20240928080004681
57185 2025-10-05 03:01:05.402-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/gigabyte/gigabyte_msx4_mg1.json' at 20250917080010762
57186 2025-10-05 03:01:05.410-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meson.build' at 20250920080005733
57187 2025-10-05 03:01:05.419-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_evb_pdb2.json' at 20250920080005737
57188 2025-10-05 03:01:05.419-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_mb.json' at 20250920080005737
57189 2025-10-05 03:01:05.419-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/santabarbara/santabarbara_pcie_switch_board.json' at 20250920080005737
57190 2025-10-05 03:01:05.423-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_ons_efuse_max.json' at 20250917080010774
57191 2025-10-05 03:01:05.423-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_max_adc_ti_led_nxp_ons_efuse_mps.json' at 20250917080010778
57192 2025-10-05 03:01:05.424-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_nct_adc_max_led_nxp_ons_efuse_max.json' at 20250917080010778
57193 2025-10-05 03:01:05.424-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv4/fanboard/yosemite4_fanboard_fsc_nct_adc_max_led_nxp_ons_efuse_mps.json' at 20250917080010778
57194 2025-10-05 03:01:05.433-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_max_pwr_silergy.json' at 20250920080005737
57195 2025-10-05 03:01:05.434-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_max_pwr_ti.json' at 20250920080005737
57196 2025-10-05 03:01:05.435-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_ti_pwr_silergy.json' at 20250920080005737
57197 2025-10-05 03:01:05.436-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv4/spiderboard/yosemite4_spiderboard_adc_ti_pwr_ti.json' at 20250920080005737
57198 2025-10-05 03:01:05.439-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_mb.json' at 20250920080005737
57199 2025-10-05 03:01:05.440-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/meta/yv5/yosemite5_medusa_board.json' at 20250920080005737
57200 2025-10-05 03:01:05.445-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/supermicro-pws-920p-sq_psu.json' at 20230624080005339
57201 2025-10-05 03:01:05.445-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/tyan/tyan_s5549_baseboard.json' at 20250408080004478
57202 2025-10-05 03:01:05.445-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/tyan/tyan_s7106_baseboard.json' at 20250227090004712
57203 2025-10-05 03:01:05.446-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/tyan/tyan_s8030_baseboard.json' at 20250807080010758
57204 2025-10-05 03:01:05.446-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/tyan/tyan_s8036_baseboard.json' at 20250227090004712
57205 2025-10-05 03:01:05.446-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/tyan/tyan_s8040_baseboard.json' at 20250318080006238
57206 2025-10-05 03:01:05.447-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/configurations/tyan/tyan_s8047_baseboard.json' at 20250408080004478
57207 2025-10-05 03:01:05.449-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/schemas/cpld.json' at 20250716080004558
57208 2025-10-05 03:01:05.449-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/schemas/firmware.json' at 20250920080005737
57209 2025-10-05 03:01:05.450-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/schemas/legacy.json' at 20250930080006768
57210 2025-10-05 03:01:05.452-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/entity_manager/configuration.cpp' at 20250924080008635
57211 2025-10-05 03:01:05.453-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/entity_manager/entity_manager.cpp' at 20250924080008635
57212 2025-10-05 03:01:05.454-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/src/fru_device/fru_device.cpp' at 20250930150553181
57213 2025-10-05 03:01:05.457-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/test/expected-schema-errors.txt' at 20210308005114361
57214 2025-10-05 03:01:05.457-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/entity-manager/test/test_topology.cpp' at 20250906080005176
57215 2025-10-05 03:01:05.460-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/estoraged/subprojects/.clang-tidy-ignore' at 20230512080010312
57216 2025-10-05 03:01:05.471-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/dhcp-done/update-dhcp-status.cpp' at 20240724080006311
57217 2025-10-05 03:01:05.471-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/espi-control/npcm7xx_espi_control.cpp' at 20240817080006807
57218 2025-10-05 03:01:05.474-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_arch.png' at 20230629131804619
57219 2025-10-05 03:01:05.474-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/google-misc/subprojects/ncsid/doc/ncsid_test_arch.png' at 20230629131804619
57220 2025-10-05 03:01:05.478-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/hiomapd/m4/.keep' at 20210308005100993
57221 2025-10-05 03:01:05.507-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/annotation_dict.bin' at 20220604030008508
57222 2025-10-05 03:01:05.507-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/chassis_dict.bin' at 20240106090013589
57223 2025-10-05 03:01:05.507-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/circuit_dict.bin' at 20220604030008508
57224 2025-10-05 03:01:05.507-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/drive_oem_dict.bin' at 20220604030008508
57225 2025-10-05 03:01:05.507-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/dummy_simple_dict.bin' at 20220604030008508
57226 2025-10-05 03:01:05.507-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/dictionaries/storage_dict.bin' at 20220604030008508
57227 2025-10-05 03:01:05.507-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/chassis_enc.bin' at 20240106090013589
57228 2025-10-05 03:01:05.507-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/circuit_enc.bin' at 20220604030008508
57229 2025-10-05 03:01:05.507-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/drive_oem_enc.bin' at 20220604030008508
57230 2025-10-05 03:01:05.508-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/dummy_simple_enc.bin' at 20220604030008508
57231 2025-10-05 03:01:05.508-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libbej/test/encoded/storage_enc.bin' at 20221202040011011
57232 2025-10-05 03:01:05.531-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/instance-db/default' at 20230608150615691
57233 2025-10-05 03:01:05.539-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/libpldm/tests/fuzz/fd-fuzz-input1.dat' at 20250116090011971
57234 2025-10-05 03:01:05.542-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/Documentation/images/logo.gif' at 20240405153045221
57235 2025-10-05 03:01:05.542-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/drivers/staging/axis-fifo/README' at 20210307214930478
57236 2025-10-05 03:01:05.542-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/build/tests/ex/empty/Build' at 20210307214932470
57237 2025-10-05 03:01:05.542-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/tests/pe-file.exe' at 20210309003655944
57238 2025-10-05 03:01:05.542-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/perf/tests/pe-file.exe.debug' at 20210309003655944
57239 2025-10-05 03:01:05.542-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/linux/tools/testing/kunit/test_data/test_insufficient_memory.log' at 20210307214932626
57240 2025-10-05 03:01:05.553-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/pldm/files/host_eid' at 20231023080013923
57241 2025-10-05 03:01:05.578-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/CorstoneSubsystems.png' at 20230804080018091
57242 2025-10-05 03:01:05.578-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/ExternalFlash.png' at 20241221090017464
57243 2025-10-05 03:01:05.578-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureBootChain.png' at 20241206090014206
57244 2025-10-05 03:01:05.578-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureFirmwareUpdate.png' at 20221104030017429
57245 2025-10-05 03:01:05.578-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/SecureServices.png' at 20241206090014206
57246 2025-10-05 03:01:05.578-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/images/UEFISupport.png' at 20230804080018091
57247 2025-10-05 03:01:05.595-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-aspeed/recipes-kernel/linux/linux-aspeed_git.bb' at 20251001080013353
57248 2025-10-05 03:01:05.604-0500 FINEST t466 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
57249 2025-10-05 03:01:05.615-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/platform-gpio-monitor' at 20250808080019222
57250 2025-10-05 03:01:05.624-0500 FINEST t466 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 20250918080325066
57251 2025-10-05 03:01:05.631-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/sensors/phosphor-virtual-sensor/virtual_sensor_config.json' at 20250604080017514
57252 2025-10-05 03:01:05.643-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/images/fb-yosemite5-phosphor-image.inc' at 20250617080013506
57253 2025-10-05 03:01:05.648-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-facebook/recipes-phosphor/interfaces/bmcweb_%.bbappend' at 20250723080015676
57254 2025-10-05 03:01:05.661-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config.bb' at 20250827080012986
57255 2025-10-05 03:01:05.662-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_bringup.gpg' at 20210803000022008
57256 2025-10-05 03:01:05.662-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/platforms_gbmc_secure.gpg' at 20210803000022008
57257 2025-10-05 03:01:05.667-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header-512.sig' at 20210831100016398
57258 2025-10-05 03:01:05.667-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-hpe/meta-gxp/recipes-bsp/image/files/header.sig' at 20210831100016398
57259 2025-10-05 03:01:05.708-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-nuvoton/recipes-kernel/linux/linux-nuvoton_git.bb' at 20251001080013353
57260 2025-10-05 03:01:05.720-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm' at 20210307205553750
57261 2025-10-05 03:01:05.738-0500 FINEST t466 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
57262 2025-10-05 03:01:05.793-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/pointercal/pointercal/pointercal' at 20210307205553874
57263 2025-10-05 03:01:05.813-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.png' at 20210307205553914
57264 2025-10-05 03:01:05.852-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-cert9.db' at 20210307205553986
57265 2025-10-05 03:01:05.852-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/blank-key4.db' at 20210307205553986
57266 2025-10-05 03:01:05.895-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc'
57267 2025-10-05 03:01:05.899-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc'
57268 2025-10-05 03:01:05.916-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb) done (1 hits) (took 15 ms)
57269 2025-10-05 03:01:05.916-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb': 1759651212674 1740387614144
57270 2025-10-05 03:01:05.918-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb'
57271 2025-10-05 03:01:05.919-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb'
57272 2025-10-05 03:01:05.927-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb) done (1 hits) (took 5 ms)
57273 2025-10-05 03:01:05.927-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb': 1759651212678 1759305613353
57274 2025-10-05 03:01:05.929-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb'
57275 2025-10-05 03:01:05.930-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb'
57276 2025-10-05 03:01:05.939-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb) done (1 hits) (took 6 ms)
57277 2025-10-05 03:01:05.939-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb': 1759651212678 1759478418550
57278 2025-10-05 03:01:05.940-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' at 20250930150940023
57279 2025-10-05 03:01:05.940-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb'
57280 2025-10-05 03:01:05.941-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb'
57281 2025-10-05 03:01:05.948-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb) done (1 hits) (took 5 ms)
57282 2025-10-05 03:01:05.948-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb': 1759651212678 1754985622540
57283 2025-10-05 03:01:05.949-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb'
57284 2025-10-05 03:01:05.950-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb'
57285 2025-10-05 03:01:05.956-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc) done (1 hits) (took 4 ms)
57286 2025-10-05 03:01:05.956-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc': 1759651212678 1759478418550
57287 2025-10-05 03:01:05.959-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb' at 20250910080029787
57288 2025-10-05 03:01:05.960-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' at 20250930150940023
57289 2025-10-05 03:01:05.960-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc'
57290 2025-10-05 03:01:05.960-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc'
57291 2025-10-05 03:01:05.966-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb) done (1 hits) (took 4 ms)
57292 2025-10-05 03:01:05.966-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb': 1759651212678 1759478418550
57293 2025-10-05 03:01:05.968-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' at 20251001080013353
57294 2025-10-05 03:01:05.968-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb'
57295 2025-10-05 03:01:05.969-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb'
57296 2025-10-05 03:01:05.975-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb) done (1 hits) (took 4 ms)
57297 2025-10-05 03:01:05.975-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb': 1759651212678 1756972819299
57298 2025-10-05 03:01:05.977-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb'
57299 2025-10-05 03:01:05.978-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb'
57300 2025-10-05 03:01:05.983-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb) done (1 hits) (took 3 ms)
57301 2025-10-05 03:01:05.983-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb': 1759651212678 1759478418550
57302 2025-10-05 03:01:05.986-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb' at 20250930150940023
57303 2025-10-05 03:01:05.987-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/platform/platform-init_git.bb' at 20250921080300207
57304 2025-10-05 03:01:05.988-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/pldm/pldm_git.bb' at 20250930150940023
57305 2025-10-05 03:01:05.988-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts.bb' at 20241206090014274
57306 2025-10-05 03:01:05.988-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' at 20250930150940023
57307 2025-10-05 03:01:05.988-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb'
57308 2025-10-05 03:01:05.989-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb'
57309 2025-10-05 03:01:05.994-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-certificate-manager/dist/meson.build) done (1 hits) (took 3 ms)
57310 2025-10-05 03:01:05.994-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/phosphor-certificate-manager/dist/meson.build': 1759651222802 1740128422162
57311 2025-10-05 03:01:06.016-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-raspberrypi/img/LF_17_02_Yocto-Badge-Update_Compatible_Final_Blank.png' at 20220823030015959
57312 2025-10-05 03:01:06.016-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-raspberrypi/img/balena.png' at 20220823030015959
57313 2025-10-05 03:01:06.023-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-security/meta-integrity/data/debug-keys/x509_ima.der' at 20230520080014488
57314 2025-10-05 03:01:06.034-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-yadro/.gitignore' at 20210307205554218
57315 2025-10-05 03:01:06.034-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/nicole.cfg' at 20210307205554222
57316 2025-10-05 03:01:06.038-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bb_multiconfig_files.png' at 20210307205554234
57317 2025-10-05 03:01:06.039-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png.gz
57318 2025-10-05 03:01:06.039-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png'
57319 2025-10-05 03:01:06.039-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png'
57320 2025-10-05 03:01:06.039-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/template/Vera.ttf' at 20210307205554234
57321 2025-10-05 03:01:06.039-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/template/VeraMoBd.ttf' at 20210307205554234
57322 2025-10-05 03:01:06.039-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/template/VeraMono.ttf' at 20210307205554234
57323 2025-10-05 03:01:06.040-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/doc/template/draft.png' at 20210307205554234
57324 2025-10-05 03:01:06.046-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb' at 20210307205554250
57325 2025-10-05 03:01:06.046-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb' at 20210307205554250
57326 2025-10-05 03:01:06.046-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/h1.bb' at 20250724080015742
57327 2025-10-05 03:01:06.046-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_display.png' at 20210307205554250
57328 2025-10-05 03:01:06.046-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/images/images_hover.png' at 20210307205554250
57329 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add-hover.png' at 20210307205554250
57330 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/add.png' at 20210307205554250
57331 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/alert.png' at 20210307205554250
57332 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/confirmation.png' at 20210307205554250
57333 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/denied.png' at 20210307205554250
57334 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/error.png' at 20210307205554250
57335 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/info.png' at 20210307205554250
57336 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/issues.png' at 20210307205554250
57337 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/refresh.png' at 20210307205554250
57338 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove-hover.png' at 20210307205554250
57339 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/remove.png' at 20210307205554250
57340 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/indicators/tick.png' at 20210307205554250
57341 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_display.png' at 20210307205554250
57342 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/info/info_hover.png' at 20210307205554250
57343 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_display.png' at 20210307205554250
57344 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/layers/layers_hover.png' at 20210307205554250
57345 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_display.png' at 20210307205554250
57346 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/packages/packages_hover.png' at 20210307205554250
57347 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_display.png' at 20210307205554250
57348 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/recipe/recipe_hover.png' at 20210307205554250
57349 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_display.png' at 20210307205554254
57350 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/settings/settings_hover.png' at 20210307205554254
57351 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_display.png' at 20210307205554254
57352 2025-10-05 03:01:06.047-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/bb/ui/icons/templates/templates_hover.png' at 20210307205554254
57353 2025-10-05 03:01:06.054-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/README' at 20210307205554266
57354 2025-10-05 03:01:06.056-0500 FINEST t466 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
57355 2025-10-05 03:01:06.056-0500 FINEST t466 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
57356 2025-10-05 03:01:06.056-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png.gz
57357 2025-10-05 03:01:06.056-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png'
57358 2025-10-05 03:01:06.056-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png'
57359 2025-10-05 03:01:06.056-0500 FINEST t466 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
57360 2025-10-05 03:01:06.056-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png.gz
57361 2025-10-05 03:01:06.056-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png'
57362 2025-10-05 03:01:06.056-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png'
57363 2025-10-05 03:01:06.056-0500 FINEST t466 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
57364 2025-10-05 03:01:06.057-0500 FINEST t466 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
57365 2025-10-05 03:01:06.057-0500 FINEST t466 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
57366 2025-10-05 03:01:06.057-0500 FINEST t466 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
57367 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_222222_256x240.png' at 20210307205554270
57368 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_228ef1_256x240.png' at 20210307205554270
57369 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ef8c08_256x240.png' at 20210307205554270
57370 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffd27a_256x240.png' at 20210307205554270
57371 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-icons_ffffff_256x240.png' at 20210307205554270
57372 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/FontAwesome.otf' at 20210307205554270
57373 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.eot' at 20210307205554274
57374 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.ttf' at 20210307205554274
57375 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/fontawesome-webfont.woff' at 20210307205554274
57376 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.eot' at 20210307205554274
57377 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.ttf' at 20210307205554274
57378 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff' at 20210307205554274
57379 2025-10-05 03:01:06.057-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/glyphicons-halflings-regular.woff2' at 20210307205554274
57380 2025-10-05 03:01:06.058-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/logo.png' at 20210307205554274
57381 2025-10-05 03:01:06.058-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/img/toaster_bw.png' at 20210307205554278
57382 2025-10-05 03:01:06.065-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/bypqs-title.png' at 20210307205554290
57383 2025-10-05 03:01:06.065-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png.gz
57384 2025-10-05 03:01:06.065-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png'
57385 2025-10-05 03:01:06.065-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png'
57386 2025-10-05 03:01:06.065-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-dev-flow.png' at 20210307205554290
57387 2025-10-05 03:01:06.065-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/bsp-guide/figures/bsp-title.png' at 20210307205554290
57388 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/bitbake-build-flow.png' at 20210307205554294
57389 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory-web.png' at 20210307205554294
57390 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/buildhistory.png' at 20210307205554298
57391 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/cute-files-npm-example.png' at 20220721030015857
57392 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/dev-title.png' at 20210307205554298
57393 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/devtool-add-flow.png' at 20250415080017564
57394 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/devtool-modify-flow.png' at 20250415080017564
57395 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/devtool-upgrade-flow.png' at 20250415080017568
57396 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/multiconfig_files.png' at 20210307205554298
57397 2025-10-05 03:01:06.066-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/dev-manual/figures/recipe-workflow.png' at 20210307205554298
57398 2025-10-05 03:01:06.067-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/figures/yp-how-it-works-new-diagram.png' at 20210316000012689
57399 2025-10-05 03:01:06.067-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-architecture-overview.png' at 20210307205554302
57400 2025-10-05 03:01:06.067-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-flow.png' at 20210307205554302
57401 2025-10-05 03:01:06.067-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-dev-title.png' at 20210307205554302
57402 2025-10-05 03:01:06.067-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/kernel-dev/figures/kernel-overview-2-generic.png' at 20210307205554302
57403 2025-10-05 03:01:06.070-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/YP-flow-diagram.png' at 20210307205554306
57404 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/cross-development-toolchains.png' at 20210307205554310
57405 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/image-generation.png' at 20210307205554310
57406 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/images.png' at 20210307205554310
57407 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/key-dev-elements.png' at 20210307205554310
57408 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/layer-input.png' at 20210307205554314
57409 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/overview-manual-title.png' at 20210307205554314
57410 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/package-feeds.png' at 20210307205554314
57411 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/poky-reference-distribution.png' at 20210307205554314
57412 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk-generation.png' at 20210307205554314
57413 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/sdk.png' at 20210307205554314
57414 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-input.png' at 20210307205554318
57415 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/source-repos.png' at 20230503080014603
57416 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/user-configuration.png' at 20210307205554318
57417 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/overview-manual/figures/yp-download.png' at 20230503080014607
57418 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-all.png' at 20210307205554322
57419 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-choose-events.png' at 20210307205554322
57420 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-i915-display.png' at 20210307205554322
57421 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/kernelshark-output-display.png' at 20210307205554326
57422 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-busybox.png' at 20210307205554326
57423 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-copy-to-user.png' at 20210307205554326
57424 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-downloading.png' at 20210307205554326
57425 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/oprofileui-processes.png' at 20210307205554330
57426 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-probe-do_fork-profile.png' at 20210307205554330
57427 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-report-cycles-u.png' at 20210307205554330
57428 2025-10-05 03:01:06.071-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png.gz
57429 2025-10-05 03:01:06.071-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png'
57430 2025-10-05 03:01:06.072-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png'
57431 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide.png' at 20210307205554334
57432 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-menu.png' at 20210307205554334
57433 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-annotate-udhcpc.png' at 20210307205554334
57434 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-debuginfo.png' at 20210307205554338
57435 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom-menu.png' at 20210307205554338
57436 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png.gz
57437 2025-10-05 03:01:06.072-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png'
57438 2025-10-05 03:01:06.072-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png'
57439 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-expanded-stripped.png' at 20210307205554338
57440 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-flat-stripped.png' at 20210307205554342
57441 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-from-user-expanded-stripped.png' at 20210307205554342
57442 2025-10-05 03:01:06.072-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png.gz
57443 2025-10-05 03:01:06.072-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png'
57444 2025-10-05 03:01:06.073-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png'
57445 2025-10-05 03:01:06.073-0500 FINEST t466 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
57446 2025-10-05 03:01:06.073-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-stripped.png' at 20210307205554346
57447 2025-10-05 03:01:06.073-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/profile-title.png' at 20210307205554346
57448 2025-10-05 03:01:06.073-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/pybootchartgui-linux-yocto.png' at 20210307205554346
57449 2025-10-05 03:01:06.073-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm-nostrip.png' at 20210307205554346
57450 2025-10-05 03:01:06.073-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/pychart-linux-yocto-rpm.png' at 20210307205554350
57451 2025-10-05 03:01:06.073-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png.gz
57452 2025-10-05 03:01:06.073-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png'
57453 2025-10-05 03:01:06.073-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png'
57454 2025-10-05 03:01:06.073-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-callers.png' at 20210307205554350
57455 2025-10-05 03:01:06.073-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-from-user.png' at 20210307205554354
57456 2025-10-05 03:01:06.073-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/profile-manual/figures/sysprof-copy-to-user.png' at 20210307205554354
57457 2025-10-05 03:01:06.074-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/figures/build-workspace-directory.png' at 20210307205554354
57458 2025-10-05 03:01:06.074-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/figures/define-generic.png' at 20210307205554354
57459 2025-10-05 03:01:06.074-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/ref-manual/figures/poky-title.png' at 20210307205554358
57460 2025-10-05 03:01:06.074-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-autotools-flow.png' at 20210307205554362
57461 2025-10-05 03:01:06.074-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-environment.png' at 20210307205554366
57462 2025-10-05 03:01:06.074-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-extensible-sdk-directory.png' at 20210307205554366
57463 2025-10-05 03:01:06.074-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-installed-standard-sdk-directory.png' at 20210307205554370
57464 2025-10-05 03:01:06.074-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-makefile-flow.png' at 20210307205554370
57465 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sdk-manual/figures/sdk-title.png' at 20210307205554370
57466 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sphinx-static/YoctoProject_Logo_RGB.jpg' at 20210307205554370
57467 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/sphinx-static/favicon.ico' at 20250724080015754
57468 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/Vera.ttf' at 20210307205554370
57469 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/VeraMoBd.ttf' at 20210307205554370
57470 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/VeraMono.ttf' at 20210307205554370
57471 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/draft.png' at 20210307205554370
57472 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/poky-ref-manual.png' at 20210307205554370
57473 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/template/yocto-project-qs.png' at 20210307205554374
57474 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/test-manual/figures/ab-test-cluster.png' at 20210307205554374
57475 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/test-manual/figures/test-manual-title.png' at 20210307205554374
57476 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/add-variable.png' at 20210307205554374
57477 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/bash-oecore.png' at 20210307205554378
57478 2025-10-05 03:01:06.075-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/compatible-layers.png' at 20210307205554378
57479 2025-10-05 03:01:06.076-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/hosted-service.png' at 20210307205554378
57480 2025-10-05 03:01:06.076-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/import-layer.png' at 20210307205554378
57481 2025-10-05 03:01:06.076-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/new-project.png' at 20210307205554382
57482 2025-10-05 03:01:06.076-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/set-variable.png' at 20210307205554382
57483 2025-10-05 03:01:06.076-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/simple-configuration.png' at 20210307205554382
57484 2025-10-05 03:01:06.076-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/toaster-title.png' at 20210307205554382
57485 2025-10-05 03:01:06.076-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/documentation/toaster-manual/figures/variable-added.png' at 20210307205554382
57486 2025-10-05 03:01:06.112-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm.png' at 20240309090012816
57487 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuarm64.png' at 20240309090012816
57488 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips.png' at 20240309090012816
57489 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemumips64.png' at 20240309090012816
57490 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuppc.png' at 20240309090012816
57491 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemuriscv64.png' at 20240309090012816
57492 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86-64.png' at 20240309090012816
57493 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86.png' at 20240309090012816
57494 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm.png' at 20240309090012816
57495 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuarm64.png' at 20240309090012816
57496 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips.png' at 20240309090012816
57497 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemumips64.png' at 20240309090012816
57498 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuppc.png' at 20240309090012816
57499 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemuriscv64.png' at 20240309090012816
57500 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86-64.png' at 20240309090012816
57501 2025-10-05 03:01:06.113-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png.gz
57502 2025-10-05 03:01:06.113-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png'
57503 2025-10-05 03:01:06.113-0500 FINEST t466 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' is prohibited symlink
57504 2025-10-05 03:01:06.114-0500 WARNING t466 AbstractCache.clearFile: cannot get cached file for file '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' - the cache entry will not be cleared
57505 org.opengrok.indexer.history.CacheException: Failed to get path relative to source root for '/opengrok/src/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png'
57521 Caused by: org.opengrok.indexer.util.ForbiddenSymlinkException: '/opengrok/src/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' is prohibited symlink
57527 2025-10-05 03:01:06.116-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png'
57528 2025-10-05 03:01:06.116-0500 FINEST t466 IndexDatabase.acceptSymlink: Local '/opengrok/src/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-qemux86.png' has symlink from '/opengrok/src/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png'
57529 2025-10-05 03:01:06.127-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/A/file.txt' at 20210307205554446
57530 2025-10-05 03:01:06.127-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/diffoscope/B/file.txt' at 20210307205554446
57531 2025-10-05 03:01:06.132-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/machconfig' at 20210307205554454
57532 2025-10-05 03:01:06.135-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png.gz
57533 2025-10-05 03:01:06.135-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png'
57534 2025-10-05 03:01:06.136-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png'
57535 2025-10-05 03:01:06.136-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-02.png' at 20210307205554462
57536 2025-10-05 03:01:06.136-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-03.png' at 20210307205554462
57537 2025-10-05 03:01:06.136-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-04.png' at 20210307205554462
57538 2025-10-05 03:01:06.136-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-05.png' at 20210307205554462
57539 2025-10-05 03:01:06.139-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-connectivity/ssh-pregen-hostkeys/ssh-pregen-hostkeys/dropbear_rsa_host_key' at 20210307205554466
57540 2025-10-05 03:01:06.139-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue' at 20210307205554470
57541 2025-10-05 03:01:06.139-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/issue.net' at 20210307205554470
57542 2025-10-05 03:01:06.139-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/motd' at 20210307205554470
57543 2025-10-05 03:01:06.139-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/rotation' at 20210307205554470
57544 2025-10-05 03:01:06.148-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-core/psplash/files/psplash-poky-img.png' at 20230706080014781
57545 2025-10-05 03:01:06.168-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/powerpc_rom.bin' at 20210307205554550
57546 2025-10-05 03:01:06.174-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ip6tables.rules' at 20210307205554562
57547 2025-10-05 03:01:06.174-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/iptables.rules' at 20210307205554562
57548 2025-10-05 03:01:06.184-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston/weston.png' at 20210307205554586
57549 2025-10-05 03:01:06.185-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/wayland/weston-init/weston.env' at 20210307205554586
57550 2025-10-05 03:01:06.186-0500 FINEST t466 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
57551 2025-10-05 03:01:06.186-0500 FINEST t466 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
57552 2025-10-05 03:01:06.186-0500 FINEST t466 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
57553 2025-10-05 03:01:06.186-0500 FINEST t466 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
57554 2025-10-05 03:01:06.186-0500 FINEST t466 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
57555 2025-10-05 03:01:06.186-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz.gz
57556 2025-10-05 03:01:06.186-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz'
57557 2025-10-05 03:01:06.187-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz'
57558 2025-10-05 03:01:06.187-0500 FINEST t466 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
57559 2025-10-05 03:01:06.187-0500 FINEST t466 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
57560 2025-10-05 03:01:06.187-0500 FINEST t466 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
57561 2025-10-05 03:01:06.187-0500 FINEST t466 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
57562 2025-10-05 03:01:06.187-0500 FINEST t466 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
57563 2025-10-05 03:01:06.187-0500 FINEST t466 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
57564 2025-10-05 03:01:06.187-0500 FINEST t466 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
57565 2025-10-05 03:01:06.187-0500 FINEST t466 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
57566 2025-10-05 03:01:06.187-0500 FINEST t466 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
57567 2025-10-05 03:01:06.187-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13.pcf.gz' at 20210307205554594
57568 2025-10-05 03:01:06.187-0500 FINEST t466 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
57569 2025-10-05 03:01:06.187-0500 FINEST t466 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
57570 2025-10-05 03:01:06.187-0500 FINEST t466 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
57571 2025-10-05 03:01:06.187-0500 FINEST t466 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
57572 2025-10-05 03:01:06.187-0500 FINEST t466 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
57573 2025-10-05 03:01:06.187-0500 FINEST t466 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
57574 2025-10-05 03:01:06.187-0500 FINEST t466 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
57575 2025-10-05 03:01:06.187-0500 FINEST t466 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
57576 2025-10-05 03:01:06.187-0500 FINEST t466 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
57577 2025-10-05 03:01:06.187-0500 FINEST t466 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
57578 2025-10-05 03:01:06.187-0500 FINEST t466 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
57579 2025-10-05 03:01:06.187-0500 FINEST t466 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
57580 2025-10-05 03:01:06.187-0500 FINEST t466 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
57581 2025-10-05 03:01:06.188-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13B.pcf.gz' at 20210307205554594
57582 2025-10-05 03:01:06.188-0500 FINEST t466 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
57583 2025-10-05 03:01:06.188-0500 FINEST t466 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
57584 2025-10-05 03:01:06.188-0500 FINEST t466 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
57585 2025-10-05 03:01:06.188-0500 FINEST t466 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
57586 2025-10-05 03:01:06.188-0500 FINEST t466 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
57587 2025-10-05 03:01:06.188-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz.gz
57588 2025-10-05 03:01:06.188-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz'
57589 2025-10-05 03:01:06.188-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz'
57590 2025-10-05 03:01:06.188-0500 FINEST t466 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
57591 2025-10-05 03:01:06.188-0500 FINEST t466 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
57592 2025-10-05 03:01:06.188-0500 FINEST t466 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
57593 2025-10-05 03:01:06.188-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz.gz
57594 2025-10-05 03:01:06.188-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz'
57595 2025-10-05 03:01:06.188-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz'
57596 2025-10-05 03:01:06.188-0500 FINEST t466 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
57597 2025-10-05 03:01:06.189-0500 FINEST t466 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
57598 2025-10-05 03:01:06.189-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O.pcf.gz' at 20210307205554594
57599 2025-10-05 03:01:06.189-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/cursor.pcf.gz' at 20210307205554594
57600 2025-10-05 03:01:06.195-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png.gz
57601 2025-10-05 03:01:06.195-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png'
57602 2025-10-05 03:01:06.195-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png'
57603 2025-10-05 03:01:06.195-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-directory.png' at 20210307205554610
57604 2025-10-05 03:01:06.195-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-fs-regular.png' at 20210307205554610
57605 2025-10-05 03:01:06.195-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/gnome-mime-text-plain.png' at 20210307205554610
57606 2025-10-05 03:01:06.196-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/rxvt.png' at 20210307205554610
57607 2025-10-05 03:01:06.197-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta/recipes-support/curl/curl/disable-tests' at 20241206090014346
57608 2025-10-05 03:01:06.208-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile.gz
57609 2025-10-05 03:01:06.208-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile'
57610 2025-10-05 03:01:06.208-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile'
57611 2025-10-05 03:01:06.208-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile' at 20210307205554390
57612 2025-10-05 03:01:06.210-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file1' at 20210307205554390
57613 2025-10-05 03:01:06.210-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file2' at 20210307205554390
57614 2025-10-05 03:01:06.210-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file3' at 20210307205554390
57615 2025-10-05 03:01:06.210-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/useradd/useradd-example/file4' at 20210307205554390
57616 2025-10-05 03:01:06.219-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-build-scripts/.shellcheck' at 20210308004942720
57617 2025-10-05 03:01:06.238-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openbmc-tools/dbus-vis/scrnshot.png' at 20211029100036568
57618 2025-10-05 03:01:06.262-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-pnor-code-mgmt/.shellcheck' at 20210511000025977
57619 2025-10-05 03:01:06.264-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-proc-control/.shellcheck' at 20210416000041935
57620 2025-10-05 03:01:06.278-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr4_ddimm.dat' at 20250122090018961
57621 2025-10-05 03:01:06.278-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm.dat' at 20250122090018961
57622 2025-10-05 03:01:06.278-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2.dat' at 20250122090018961
57623 2025-10-05 03:01:06.278-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_235.dat' at 20250122090018961
57624 2025-10-05 03:01:06.278-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_2_3.dat' at 20250122090018961
57625 2025-10-05 03:01:06.278-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ddr5_ddimm_corrupted_index_4.dat' at 20250122090018961
57626 2025-10-05 03:01:06.278-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system.dat' at 20250122090018961
57627 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_17.dat' at 20250122090018961
57628 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_61.dat' at 20250122090018961
57629 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_74.dat' at 20250122090018961
57630 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_corrupted_index_78_79.dat' at 20250122090018961
57631 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_min_record.dat' at 20250122090018961
57632 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/ipz_system_truncated.dat' at 20250122090018961
57633 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword.dat' at 20250122090018961
57634 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_0.dat' at 20250122090018961
57635 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_177.dat' at 20250122090018961
57636 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_178.dat' at 20250122090018961
57637 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat.gz
57638 2025-10-05 03:01:06.279-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat'
57639 2025-10-05 03:01:06.279-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat'
57640 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_19.dat' at 20250122090018961
57641 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_20.dat' at 20250122090018961
57642 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_large_size.dat' at 20250122090018961
57643 2025-10-05 03:01:06.279-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_24_small_size.dat' at 20250122090018961
57644 2025-10-05 03:01:06.282-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pam-ipmi/ipmi_pass_32' at 20230112040025886
57645 2025-10-05 03:01:06.282-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pam-ipmi/ipmi_pass_64' at 20230112040025886
57646 2025-10-05 03:01:06.283-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/.shellcheck' at 20220402030022195
57647 2025-10-05 03:01:06.286-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/common/include/pmbus.hpp' at 20250929080428539
57648 2025-10-05 03:01:06.287-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/cpld/cpld_interface.cpp' at 20250624080017548
57649 2025-10-05 03:01:06.287-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/interface.cpp' at 20250624080017548
57650 2025-10-05 03:01:06.287-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/interface.hpp' at 20250529080034537
57651 2025-10-05 03:01:06.287-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice.cpp' at 20250929080428539
57652 2025-10-05 03:01:06.287-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/lattice.hpp' at 20250929080428539
57653 2025-10-05 03:01:06.287-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/cpld/meson.build' at 20250711080017748
57654 2025-10-05 03:01:06.288-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/i2cvr_software_manager.cpp' at 20251001080028822
57655 2025-10-05 03:01:06.288-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/meson.build' at 20250929080428543
57656 2025-10-05 03:01:06.289-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/vr.cpp' at 20251001080028822
57657 2025-10-05 03:01:06.289-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-bmc-code-mgmt/i2c-vr/vr.hpp' at 20251001080028822
57658 2025-10-05 03:01:06.291-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint.gz
57659 2025-10-05 03:01:06.291-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint'
57660 2025-10-05 03:01:06.291-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint'
57661 2025-10-05 03:01:06.292-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-certificate-manager/dist/meson.build'
57662 2025-10-05 03:01:06.293-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-certificate-manager/dist/meson.build'
57663 2025-10-05 03:01:06.297-0500 FINEST t466 Statistics.logIt: search via getDocument(/opengrok/src/openbmc/phosphor-state-manager/host_state_manager.hpp) done (1 hits) (took 3 ms)
57664 2025-10-05 03:01:06.297-0500 FINEST t466 IndexDatabase.isStrictlyNewerThanDocument: checking date for '/opengrok/src/openbmc/phosphor-state-manager/host_state_manager.hpp': 1759651233231 1718697640649
57665 2025-10-05 03:01:06.298-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/.shellcheck' at 20210415000044188
57666 2025-10-05 03:01:06.304-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/meson.build' at 20250913080022798
57667 2025-10-05 03:01:06.314-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml' at 20250704080021547
57668 2025-10-05 03:01:06.314-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/NetworkInterface.interface.yaml' at 20210610000035134
57669 2025-10-05 03:01:06.314-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml' at 20250816080017980
57670 2025-10-05 03:01:06.314-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml' at 20210610000035134
57671 2025-10-05 03:01:06.314-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Source/DevicePresence.interface.yaml' at 20250617080020490
57672 2025-10-05 03:01:06.341-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-host-ipmid/.shellcheck' at 20210415000052104
57673 2025-10-05 03:01:06.349-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-hwmon/.shellcheck' at 20210415000058068
57674 2025-10-05 03:01:06.351-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-inventory-manager/.shellcheck' at 20210427000037897
57675 2025-10-05 03:01:06.355-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/meson.build' at 20250827080022551
57676 2025-10-05 03:01:06.360-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-led-manager/.shellcheck' at 20210415000105072
57677 2025-10-05 03:01:06.366-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/.shellcheck' at 20210415000106104
57678 2025-10-05 03:01:06.366-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/docs/structured-logging.md' at 20241204090030111
57679 2025-10-05 03:01:06.372-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-logging/lib/lg2_logger.cpp' at 20250312080028116
57680 2025-10-05 03:01:06.377-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-mboxd/m4/.keep' at 20210308005108641
57681 2025-10-05 03:01:06.383-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-networkd/.shellcheck' at 20210415100052453
57682 2025-10-05 03:01:06.387-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/test/interfaces_added.cpp' at 20240820080028982
57683 2025-10-05 03:01:06.387-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/test/util/asio_server_class.hpp' at 20210819100045446
57684 2025-10-05 03:01:06.387-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-objmgr/src/test/util/association_objects.hpp' at 20250206090025255
57685 2025-10-05 03:01:06.388-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/.shellcheck' at 20210415000109176
57686 2025-10-05 03:01:06.388-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/dbus/dbuspassive.cpp' at 20250725080026911
57687 2025-10-05 03:01:06.388-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/dbus/dbuspassive.hpp' at 20250701080027554
57688 2025-10-05 03:01:06.391-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/phosphor-pid-control/swampd_diagram.png.gz
57689 2025-10-05 03:01:06.391-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-pid-control/swampd_diagram.png'
57690 2025-10-05 03:01:06.391-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-pid-control/swampd_diagram.png'
57691 2025-10-05 03:01:06.391-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-pid-control/test/dbus_passive_unittest.cpp' at 20250701080027558
57692 2025-10-05 03:01:06.393-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-power/.shellcheck' at 20210420000053767
57693 2025-10-05 03:01:06.409-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-state-manager/.shellcheck' at 20210415000117524
57694 2025-10-05 03:01:06.410-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/phosphor-state-manager/host_state_manager.hpp'
57695 2025-10-05 03:01:06.410-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/phosphor-state-manager/host_state_manager.hpp'
57696 2025-10-05 03:01:06.410-0500 INFO t466 Statistics.logIt: Done file collection for directory '/openbmc' (took 1.230 seconds)
57697 2025-10-05 03:01:06.414-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-user-manager/.openbmc-enforce-gitlint' at 20221102030039781
57698 2025-10-05 03:01:06.419-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/phosphor-webui/app/assets/images/favicon.ico' at 20210308005107069
57699 2025-10-05 03:01:06.433-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/fw-update/test/test_pkg' at 20211101000101059
57700 2025-10-05 03:01:06.436-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE' at 20210518000100501
57701 2025-10-05 03:01:06.437-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/libpldmresponder/test/files/NVRAM-IMAGE-CKSUM' at 20210518000100501
57702 2025-10-05 03:01:06.441-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/oem/ibm/configurations/host_eid' at 20210311201857430
57703 2025-10-05 03:01:06.444-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/pldm/platform-mc/terminus.cpp' at 20250918080349187
57704 2025-10-05 03:01:06.448-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/COPYING.LIB' at 20250902080039239
57705 2025-10-05 03:01:06.677-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/aarch64/vdso-be.so' at 20241211090212374
57706 2025-10-05 03:01:06.677-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/aarch64/vdso-le.so' at 20241211090212374
57707 2025-10-05 03:01:06.683-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/loongarch64/vdso.so' at 20241211090212378
57708 2025-10-05 03:01:06.687-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/ppc/vdso-64.so' at 20241211090212378
57709 2025-10-05 03:01:06.687-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/ppc/vdso-64le.so' at 20241211090212378
57710 2025-10-05 03:01:06.687-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/riscv/vdso-64.so' at 20240326080039562
57711 2025-10-05 03:01:06.688-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/s390x/vdso.so' at 20240326080039562
57712 2025-10-05 03:01:06.692-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/linux-user/x86_64/vdso.so' at 20240326080039566
57713 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/QEMU,cgthree.bin' at 20210308005046113
57714 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/QEMU,tcx.bin' at 20210308005046113
57715 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/ast27x0_bootrom.bin' at 20250902080039543
57716 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/bios-256k.bin' at 20250902080039547
57717 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/bios-microvm.bin' at 20250902080039547
57718 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/bios.bin' at 20250902080039547
57719 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/dtb/bamboo.dtb' at 20250902080039547
57720 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/dtb/canyonlands.dtb' at 20250902080039547
57721 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/dtb/petalogix-ml605.dtb' at 20250902080039547
57722 2025-10-05 03:01:06.702-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/dtb/petalogix-s3adsp1800.dtb' at 20250902080039547
57723 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-aarch64-code.fd.bz2' at 20241211090212398
57724 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-arm-code.fd.bz2' at 20241211090212402
57725 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-arm-vars.fd.bz2' at 20210308005046125
57726 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-i386-code.fd.bz2' at 20241211090212402
57727 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-i386-secure-code.fd.bz2' at 20241211090212406
57728 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-i386-vars.fd.bz2' at 20210308005046129
57729 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-loongarch64-code.fd.bz2' at 20241211090212410
57730 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-loongarch64-vars.fd.bz2' at 20241211090212410
57731 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-riscv-code.fd.bz2' at 20241211090212410
57732 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-riscv-vars.fd.bz2' at 20240326080039594
57733 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-x86_64-code.fd.bz2' at 20241211090212414
57734 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-x86_64-microvm.fd.bz2' at 20241211090212418
57735 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/edk2-x86_64-secure-code.fd.bz2' at 20241211090212422
57736 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-e1000.rom' at 20210308005046137
57737 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-e1000e.rom' at 20210308005046137
57738 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-eepro100.rom' at 20210308005046137
57739 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-ne2k_pci.rom' at 20210308005046137
57740 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-pcnet.rom' at 20210308005046137
57741 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-rtl8139.rom' at 20210308005046137
57742 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-virtio.rom' at 20210308005046141
57743 2025-10-05 03:01:06.703-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/efi-vmxnet3.rom' at 20210308005046141
57744 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/kvmvapic.bin' at 20210308005046149
57745 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/linuxboot.bin' at 20210308005046149
57746 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/linuxboot_dma.bin' at 20210308005046149
57747 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/multiboot.bin' at 20210308005046149
57748 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/multiboot_dma.bin' at 20220429100100690
57749 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/npcm7xx_bootrom.bin' at 20250902080039547
57750 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/npcm8xx_bootrom.bin' at 20250902080039547
57751 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/openbios-sparc64' at 20241211090212438
57752 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin' at 20240906080037408
57753 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin' at 20240906080037408
57754 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/palcode-clipper' at 20210927100127313
57755 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pnv-pnor.bin' at 20250516080047724
57756 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pvh.bin' at 20210308005046177
57757 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-e1000.rom' at 20210308005046177
57758 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-eepro100.rom' at 20210308005046181
57759 2025-10-05 03:01:06.704-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom.gz
57760 2025-10-05 03:01:06.705-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom'
57761 2025-10-05 03:01:06.705-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom'
57762 2025-10-05 03:01:06.705-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-pcnet.rom' at 20210308005046181
57763 2025-10-05 03:01:06.705-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-rtl8139.rom' at 20210308005046181
57764 2025-10-05 03:01:06.705-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/pxe-virtio.rom' at 20210308005046181
57765 2025-10-05 03:01:06.705-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/qboot.rom' at 20221215040039234
57766 2025-10-05 03:01:06.705-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/qemu-nsis.bmp' at 20210308005046185
57767 2025-10-05 03:01:06.705-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/qemu-nsis.ico' at 20210308005046185
57768 2025-10-05 03:01:06.705-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/qemu_vga.ndrv' at 20210308005046185
57769 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/s390-ccw.img' at 20250902080039551
57770 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/skiboot.lid' at 20250516080047748
57771 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/slof.bin' at 20250516080047756
57772 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/u-boot-sam460-20100605.bin' at 20210308005046213
57773 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-ati.bin' at 20250902080039551
57774 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-bochs-display.bin' at 20250902080039551
57775 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-cirrus.bin' at 20250902080039551
57776 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-qxl.bin' at 20250902080039551
57777 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-ramfb.bin' at 20250902080039551
57778 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-stdvga.bin' at 20250902080039551
57779 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-virtio.bin' at 20250902080039551
57780 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios-vmware.bin' at 20250902080039551
57781 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vgabios.bin' at 20250902080039551
57782 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vof-nvram.bin' at 20210927100127329
57783 2025-10-05 03:01:06.707-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/pc-bios/vof.bin' at 20210927100127329
57784 2025-10-05 03:01:06.709-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/python/qemu/machine/py.typed' at 20210927100127329
57785 2025-10-05 03:01:06.709-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/python/qemu/qmp/py.typed' at 20210927100127329
57786 2025-10-05 03:01:06.709-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/python/qemu/utils/py.typed.gz
57787 2025-10-05 03:01:06.709-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/python/qemu/utils/py.typed'
57788 2025-10-05 03:01:06.709-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/python/qemu/utils/py.typed'
57789 2025-10-05 03:01:06.799-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC' at 20240906080037556
57790 2025-10-05 03:01:06.799-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.acpihmatvirt' at 20240906080037556
57791 2025-10-05 03:01:06.799-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off.gz
57792 2025-10-05 03:01:06.799-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off'
57793 2025-10-05 03:01:06.799-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off'
57794 2025-10-05 03:01:06.799-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.topology' at 20240906080037556
57795 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DBG2' at 20240906080037556
57796 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT' at 20250902080039703
57797 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt' at 20250902080039703
57798 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.acpipcihp' at 20250902080039703
57799 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.hpoffacpiindex' at 20250902080039703
57800 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.memhp' at 20250902080039703
57801 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.pxb' at 20250902080039703
57802 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.topology' at 20250902080039703
57803 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/DSDT.viot' at 20250902080039703
57804 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/FACP' at 20240906080037556
57805 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/GTDT' at 20240906080037556
57806 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/HEST' at 20250902080039703
57807 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/HMAT.acpihmatvirt' at 20240906080037556
57808 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/IORT' at 20240906080037556
57809 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/IORT.its_off' at 20250902080039703
57810 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/MCFG' at 20240906080037556
57811 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/NFIT.memhp' at 20240906080037556
57812 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT' at 20250902080039703
57813 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.acpihmatvirt' at 20250902080039703
57814 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/PPTT.topology' at 20250902080039703
57815 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SLIT.memhp' at 20240906080037556
57816 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SPCR' at 20240906080037556
57817 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.acpihmatvirt' at 20240906080037556
57818 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.memhp' at 20240906080037556
57819 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SRAT.numamem' at 20240906080037556
57820 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/SSDT.memhp' at 20241211090212530
57821 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/aarch64/virt/VIOT' at 20240906080037556
57822 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/APIC' at 20250902080039703
57823 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/APIC.topology' at 20250902080039703
57824 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT' at 20250902080039703
57825 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT.memhp' at 20250902080039703
57826 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT.numamem' at 20250902080039703
57827 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/DSDT.topology' at 20250902080039703
57828 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/FACP' at 20250902080039703
57829 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/MCFG' at 20250902080039703
57830 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/PPTT' at 20250902080039703
57831 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/PPTT.topology' at 20250902080039703
57832 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SLIT' at 20250902080039703
57833 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SLIT.numamem' at 20250902080039703
57834 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SPCR' at 20250902080039703
57835 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT' at 20250902080039703
57836 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT.memhp' at 20250902080039703
57837 2025-10-05 03:01:06.800-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT.numamem' at 20250902080039703
57838 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/loongarch64/virt/SRAT.topology' at 20250902080039703
57839 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/APIC' at 20250902080039703
57840 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/DSDT' at 20250902080039703
57841 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/FACP' at 20250902080039703
57842 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/MCFG' at 20240906080037556
57843 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/RHCT' at 20250902080039703
57844 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/SPCR' at 20250516080047900
57845 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/riscv64/virt/SRAT.numamem' at 20241211090212530
57846 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.gz
57847 2025-10-05 03:01:06.801-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC'
57848 2025-10-05 03:01:06.801-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC'
57849 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.ioapic2' at 20240906080037556
57850 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.pcie' at 20240906080037556
57851 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT' at 20240906080037556
57852 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.ioapic2' at 20240906080037556
57853 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.pcie' at 20250902080039703
57854 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.rtc' at 20240906080037556
57855 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/DSDT.usb' at 20240906080037556
57856 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/ERST.pcie' at 20240906080037556
57857 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/microvm/FACP' at 20240906080037556
57858 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/APIC' at 20240906080037556
57859 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.acpihmat' at 20240906080037556
57860 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.cphp' at 20240906080037556
57861 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/APIC.dimmpxm' at 20240906080037556
57862 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT' at 20250516080047900
57863 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpierst' at 20250516080047900
57864 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.acpihmat' at 20250516080047900
57865 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.bridge' at 20250516080047900
57866 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.cphp' at 20250516080047900
57867 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.dimmpxm' at 20250516080047900
57868 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbridge' at 20250516080047900
57869 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.hpbrroot' at 20250516080047900
57870 2025-10-05 03:01:06.801-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.ipmikcs' at 20250516080047900
57871 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.memhp' at 20250516080047900
57872 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.nohpet' at 20250516080047900
57873 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.numamem' at 20250516080047900
57874 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/DSDT.roothp' at 20250516080047900
57875 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/ERST.acpierst' at 20240906080037556
57876 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/FACP' at 20240906080037556
57877 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/FACP.nosmm' at 20240906080037556
57878 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/FACS' at 20240906080037556
57879 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/HMAT.acpihmat' at 20240906080037556
57880 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/HPET' at 20240906080037556
57881 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/NFIT.dimmpxm' at 20240906080037556
57882 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.cphp' at 20240906080037556
57883 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SLIT.memhp' at 20240906080037556
57884 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.acpihmat' at 20240906080037556
57885 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.cphp' at 20240906080037556
57886 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.dimmpxm' at 20240906080037556
57887 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.memhp' at 20240906080037556
57888 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SRAT.numamem' at 20240906080037556
57889 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/SSDT.dimmpxm' at 20240906080037556
57890 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/pc/WAET' at 20240906080037556
57891 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC' at 20240906080037556
57892 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat' at 20240906080037556
57893 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-generic-x' at 20241211090212534
57894 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.acpihmat-noinitiator' at 20240906080037556
57895 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count' at 20240906080037556
57896 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.core-count2' at 20240906080037556
57897 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.cphp' at 20240906080037556
57898 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.dimmpxm' at 20240906080037556
57899 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count' at 20240906080037556
57900 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.thread-count2' at 20240906080037556
57901 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.type4-count' at 20240906080037556
57902 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/APIC.xapic' at 20240906080037556
57903 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.acpihmat-generic-x' at 20241211090212534
57904 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/CEDT.cxl' at 20240906080037556
57905 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DMAR.dmar' at 20250516080047900
57906 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT' at 20250516080047900
57907 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpierst' at 20250516080047900
57908 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat' at 20250516080047900
57909 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-generic-x' at 20250516080047900
57910 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.acpihmat-noinitiator' at 20250516080047900
57911 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.applesmc' at 20250516080047900
57912 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.bridge' at 20250516080047900
57913 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count' at 20250516080047900
57914 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.core-count2' at 20250516080047900
57915 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cphp' at 20250516080047900
57916 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.cxl' at 20250516080047900
57917 2025-10-05 03:01:06.802-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.dimmpxm' at 20250516080047900
57918 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmibt' at 20250516080047900
57919 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ipmismbus' at 20250516080047900
57920 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.ivrs' at 20250516080047900
57921 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.memhp' at 20250516080047900
57922 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.mmio64' at 20250516080047900
57923 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.multi-bridge' at 20250516080047900
57924 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.noacpihp' at 20250516080047900
57925 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.nohpet' at 20250516080047900
57926 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.numamem' at 20250516080047900
57927 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.pvpanic-isa' at 20250516080047900
57928 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count' at 20250516080047900
57929 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.thread-count2' at 20250516080047900
57930 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm12' at 20250516080047900
57931 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.tis.tpm2' at 20250516080047900
57932 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.type4-count' at 20250516080047900
57933 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.viot' at 20250516080047900
57934 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/DSDT.xapic' at 20250516080047904
57935 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/ERST.acpierst' at 20240906080037560
57936 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP' at 20240906080037560
57937 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count' at 20240906080037560
57938 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.core-count2' at 20240906080037560
57939 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.nosmm' at 20240906080037560
57940 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.slic' at 20240906080037560
57941 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count' at 20240906080037560
57942 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2.gz
57943 2025-10-05 03:01:06.803-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2'
57944 2025-10-05 03:01:06.803-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2'
57945 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.type4-count' at 20240906080037560
57946 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.xapic' at 20240906080037560
57947 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/FACS' at 20240906080037560
57948 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat' at 20240906080037560
57949 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-generic-x' at 20241211090212534
57950 2025-10-05 03:01:06.803-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/HMAT.acpihmat-noinitiator' at 20240906080037560
57951 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/HPET' at 20240906080037560
57952 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/IVRS.ivrs' at 20240906080037560
57953 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/MCFG' at 20240906080037560
57954 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/NFIT.dimmpxm' at 20240906080037560
57955 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SLIC.slic' at 20240906080037560
57956 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.cphp' at 20240906080037560
57957 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SLIT.memhp' at 20240906080037560
57958 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat' at 20240906080037560
57959 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-generic-x' at 20241211090212534
57960 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator.gz
57961 2025-10-05 03:01:06.804-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator'
57962 2025-10-05 03:01:06.804-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator'
57963 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.cphp' at 20240906080037560
57964 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.dimmpxm' at 20240906080037560
57965 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.memhp' at 20240906080037560
57966 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.mmio64' at 20240906080037560
57967 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.numamem' at 20240906080037560
57968 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.xapic' at 20240906080037560
57969 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/SSDT.dimmpxm' at 20240906080037560
57970 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/TCPA.tis.tpm12' at 20240906080037560
57971 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/TPM2.tis.tpm2' at 20240906080037560
57972 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/VIOT.viot' at 20240906080037560
57973 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/acpi/x86/q35/WAET' at 20240906080037560
57974 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/smbios/type11_blob' at 20240906080037560
57975 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/smbios/type11_blob.legacy' at 20240906080037560
57976 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2' at 20210308005046389
57977 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.arm.iso.qcow2' at 20210308005046389
57978 2025-10-05 03:01:06.804-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2.gz
57979 2025-10-05 03:01:06.804-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2'
57980 2025-10-05 03:01:06.805-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2'
57981 2025-10-05 03:01:06.805-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.loongarch64.iso.qcow2' at 20250902080039703
57982 2025-10-05 03:01:06.805-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.riscv64.iso.qcow2' at 20240906080037560
57983 2025-10-05 03:01:06.805-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.x86_64.iso.qcow2' at 20210308005046389
57984 2025-10-05 03:01:06.813-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/allow-preconfig-test.out' at 20210308005046397
57985 2025-10-05 03:01:06.813-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-any.out' at 20210308005046397
57986 2025-10-05 03:01:06.813-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-array.err' at 20221215040039362
57987 2025-10-05 03:01:06.813-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-base.out' at 20210308005046397
57988 2025-10-05 03:01:06.813-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-branch-if-invalid.out' at 20210308005046397
57989 2025-10-05 03:01:06.814-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-clash.out' at 20210308005046397
57990 2025-10-05 03:01:06.814-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-bool-string.out' at 20210308005046397
57991 2025-10-05 03:01:06.814-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-dict.out' at 20210308005046397
57992 2025-10-05 03:01:06.814-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-bool.out' at 20210308005046397
57993 2025-10-05 03:01:06.814-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-enum-int.out' at 20210308005046397
57994 2025-10-05 03:01:06.814-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-lists.out' at 20221215040039362
57995 2025-10-05 03:01:06.814-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-conflict-num-string.out' at 20210308005046397
57996 2025-10-05 03:01:06.814-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out.gz
57997 2025-10-05 03:01:06.814-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out'
57998 2025-10-05 03:01:06.814-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out'
57999 2025-10-05 03:01:06.814-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-data-invalid.out' at 20210927100127469
58000 2025-10-05 03:01:06.815-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-empty.out' at 20210308005046397
58001 2025-10-05 03:01:06.815-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out.gz
58002 2025-10-05 03:01:06.815-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out'
58003 2025-10-05 03:01:06.815-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out'
58004 2025-10-05 03:01:06.815-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-nested.out' at 20210308005046397
58005 2025-10-05 03:01:06.815-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/alternate-unknown.out' at 20210308005046397
58006 2025-10-05 03:01:06.815-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-alternate.out' at 20210308005046401
58007 2025-10-05 03:01:06.815-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-any.out' at 20210308005046401
58008 2025-10-05 03:01:06.815-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-array-empty.out' at 20210308005046401
58009 2025-10-05 03:01:06.815-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-array-unknown.out' at 20210308005046401
58010 2025-10-05 03:01:06.815-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-bad-boxed.out' at 20210308005046401
58011 2025-10-05 03:01:06.816-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-boxed-anon.out' at 20210308005046401
58012 2025-10-05 03:01:06.816-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-boxed-string.out' at 20210308005046401
58013 2025-10-05 03:01:06.816-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-if-implicit.out' at 20230925080040089
58014 2025-10-05 03:01:06.816-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out.gz
58015 2025-10-05 03:01:06.816-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out'
58016 2025-10-05 03:01:06.816-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out'
58017 2025-10-05 03:01:06.816-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-int.out' at 20210308005046401
58018 2025-10-05 03:01:06.816-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-invalid.out' at 20210308005046401
58019 2025-10-05 03:01:06.816-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-member-array-bad.out' at 20210308005046401
58020 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-member-case.out' at 20210308005046401
58021 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-member-unknown.out' at 20210308005046401
58022 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-union.out' at 20210308005046401
58023 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/args-unknown.out' at 20210308005046401
58024 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-base.out' at 20210308005046401
58025 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-data.out' at 20210308005046401
58026 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-ident.out' at 20210308005046401
58027 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-all.out' at 20220429100100882
58028 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-empty-list.out' at 20210308005046401
58029 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-empty.out' at 20210308005046401
58030 2025-10-05 03:01:06.817-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-key.out' at 20220429100100882
58031 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-keys.out' at 20220429100100882
58032 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-list.out' at 20210308005046401
58033 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if-not.out' at 20220429100100882
58034 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-if.out' at 20210308005046401
58035 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-type-bool.out' at 20210308005046401
58036 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-type-dict.out' at 20210308005046401
58037 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/bad-type-int.out' at 20210308005046401
58038 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/base-cycle-direct.out' at 20210308005046401
58039 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/base-cycle-indirect.out' at 20210308005046401
58040 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/command-int.out' at 20210308005046401
58041 2025-10-05 03:01:06.818-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/comments.err' at 20210308005046401
58042 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-alternate-member.out' at 20210308005046401
58043 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-boxed-command-arg.out' at 20210308005046401
58044 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-command-arg.out' at 20210308005046401
58045 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-enum-member.out' at 20210308005046401
58046 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-event-arg.out' at 20210308005046401
58047 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-feature.out' at 20210308005046401
58048 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-indent.out' at 20210308005046401
58049 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-symbol.out' at 20210308005046401
58050 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-bad-union-member.out' at 20210308005046401
58051 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-before-include.out' at 20210308005046401
58052 2025-10-05 03:01:06.819-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-before-pragma.out' at 20210308005046401
58053 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-duplicate-features.out' at 20240906080037560
58054 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-duplicated-arg.out' at 20210308005046401
58055 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-duplicated-return.out' at 20210308005046401
58056 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-duplicated-since.out' at 20210308005046401
58057 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-empty-arg.out' at 20210308005046401
58058 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-empty-features.out' at 20240906080037560
58059 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-empty-section.out' at 20210308005046401
58060 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-empty-symbol.out' at 20210308005046401
58061 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-good.err' at 20210308005046401
58062 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-interleaved-section.out' at 20210308005046401
58063 2025-10-05 03:01:06.820-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-end.out' at 20210308005046401
58064 2025-10-05 03:01:06.821-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-end2.out' at 20210308005046401
58065 2025-10-05 03:01:06.821-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-return.out' at 20210308005046401
58066 2025-10-05 03:01:06.821-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-return2.out' at 20240906080037564
58067 2025-10-05 03:01:06.821-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out.gz
58068 2025-10-05 03:01:06.821-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out'
58069 2025-10-05 03:01:06.821-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out'
58070 2025-10-05 03:01:06.821-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-invalid-start.out' at 20210308005046405
58071 2025-10-05 03:01:06.821-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-missing-colon.out' at 20210308005046405
58072 2025-10-05 03:01:06.821-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-missing-expr.out' at 20210308005046405
58073 2025-10-05 03:01:06.821-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-missing-space.out' at 20210308005046405
58074 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-missing.out' at 20210308005046405
58075 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-no-symbol.out' at 20210308005046405
58076 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/doc-undoc-feature.out' at 20210308005046405
58077 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/double-type.out' at 20210308005046405
58078 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/duplicate-key.out' at 20210308005046405
58079 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/empty.err' at 20210308005046405
58080 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-bad-member.out' at 20210308005046405
58081 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-bad-name.out' at 20210308005046405
58082 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-bad-prefix.out' at 20210308005046405
58083 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-clash-member.out' at 20210308005046405
58084 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-dict-member-unknown.out' at 20210308005046405
58085 2025-10-05 03:01:06.822-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-dict-no-name.out' at 20210927100127469
58086 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-if-invalid.out' at 20210308005046405
58087 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-int-member.out' at 20210308005046405
58088 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-member-case.out' at 20210308005046405
58089 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-missing-data.out' at 20210308005046405
58090 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/enum-wrong-data.out' at 20210308005046405
58091 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/event-args-if-unboxed.out' at 20230925080040089
58092 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/event-boxed-empty.out' at 20210308005046405
58093 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/event-case.out' at 20210927100127469
58094 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/event-member-invalid-dict.out' at 20210308005046405
58095 2025-10-05 03:01:06.823-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/event-nest-struct.out.gz
58096 2025-10-05 03:01:06.823-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.out'
58097 2025-10-05 03:01:06.823-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.out'
58098 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-bad-type.out' at 20210308005046405
58099 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-deprecated-type.out' at 20210308005046405
58100 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-duplicate-name.out' at 20210308005046405
58101 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-if-invalid.out' at 20210308005046405
58102 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-missing-name.out' at 20210308005046405
58103 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-name-bad-type.out' at 20210308005046405
58104 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-no-list.out' at 20210308005046405
58105 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-too-many.out' at 20250516080047912
58106 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/features-unknown-key.out' at 20210308005046405
58107 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/funny-char.out' at 20210308005046405
58108 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/funny-word.out' at 20210308005046405
58109 2025-10-05 03:01:06.824-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/ident-with-escape.out' at 20210308005046409
58110 2025-10-05 03:01:06.825-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-before-err.out' at 20210308005046409
58111 2025-10-05 03:01:06.825-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-cycle.out' at 20210308005046409
58112 2025-10-05 03:01:06.825-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/include-extra-junk.out.gz
58113 2025-10-05 03:01:06.825-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.out'
58114 2025-10-05 03:01:06.825-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.out'
58115 2025-10-05 03:01:06.825-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-nested-err.out' at 20210308005046409
58116 2025-10-05 03:01:06.825-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-no-file.out' at 20210308005046409
58117 2025-10-05 03:01:06.825-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-non-file.out' at 20210308005046409
58118 2025-10-05 03:01:06.825-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-repetition.err' at 20210308005046409
58119 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-self-cycle.out' at 20210308005046409
58120 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/include-simple.err' at 20210308005046409
58121 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/indented-expr.err' at 20210308005046409
58122 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/leading-comma-list.out' at 20210308005046409
58123 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/leading-comma-object.out' at 20210308005046409
58124 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-array-rsqb.out' at 20210927100127469
58125 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-colon.out' at 20210308005046409
58126 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-comma-list.out' at 20210308005046409
58127 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-comma-object.out' at 20210308005046409
58128 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-object-member-element.out' at 20210927100127469
58129 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-schema.out' at 20210927100127469
58130 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/missing-type.out' at 20210308005046409
58131 2025-10-05 03:01:06.826-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out.gz
58132 2025-10-05 03:01:06.826-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out'
58133 2025-10-05 03:01:06.827-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out'
58134 2025-10-05 03:01:06.827-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/nested-struct-data.out' at 20210308005046409
58135 2025-10-05 03:01:06.827-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/non-objects.out' at 20210308005046409
58136 2025-10-05 03:01:06.827-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/oob-coroutine.out.gz
58137 2025-10-05 03:01:06.827-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.out'
58138 2025-10-05 03:01:06.827-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.out'
58139 2025-10-05 03:01:06.827-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/oob-test.out' at 20210308005046409
58140 2025-10-05 03:01:06.827-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-extra-junk.out' at 20210308005046409
58141 2025-10-05 03:01:06.827-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-non-dict.out' at 20210308005046409
58142 2025-10-05 03:01:06.827-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-unknown.out' at 20210308005046409
58143 2025-10-05 03:01:06.827-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-value-not-bool.out' at 20210927100127469
58144 2025-10-05 03:01:06.827-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list-of-str.out' at 20210927100127469
58145 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/pragma-value-not-list.out' at 20210927100127469
58146 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/qapi-schema-test.err' at 20210308005046409
58147 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/quoted-structural-chars.out' at 20210308005046409
58148 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/redefined-command.out' at 20210308005046409
58149 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/redefined-event.out' at 20210308005046409
58150 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/redefined-predefined.out' at 20210927100127469
58151 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/redefined-type.out' at 20210308005046409
58152 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-command-q.out' at 20210308005046409
58153 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-enum-q.out' at 20210308005046409
58154 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-member-has.out' at 20210308005046409
58155 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-member-q.out' at 20210308005046409
58156 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-member-u.out' at 20210308005046409
58157 2025-10-05 03:01:06.828-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out.gz
58158 2025-10-05 03:01:06.829-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out'
58159 2025-10-05 03:01:06.829-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out'
58160 2025-10-05 03:01:06.829-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/reserved-type-list.out' at 20210308005046409
58161 2025-10-05 03:01:06.829-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/returns-alternate.out' at 20210308005046409
58162 2025-10-05 03:01:06.829-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/returns-array-bad.out.gz
58163 2025-10-05 03:01:06.829-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.out'
58164 2025-10-05 03:01:06.829-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.out'
58165 2025-10-05 03:01:06.829-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/returns-bad-type.out' at 20210927100127469
58166 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/returns-dict.out' at 20210308005046409
58167 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/returns-unknown.out' at 20210308005046409
58168 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/string-code-point-127.out' at 20210308005046409
58169 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/string-code-point-31.out' at 20210308005046409
58170 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-base-clash-deep.out' at 20210308005046409
58171 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-base-clash.out' at 20210308005046413
58172 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-data-invalid.out' at 20210308005046413
58173 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/struct-data-typename.out.gz
58174 2025-10-05 03:01:06.830-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.out'
58175 2025-10-05 03:01:06.830-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.out'
58176 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-member-if-invalid.out' at 20210308005046413
58177 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-member-invalid-dict.out' at 20210308005046413
58178 2025-10-05 03:01:06.830-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-member-invalid.out' at 20210308005046413
58179 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/struct-member-name-clash.out' at 20210927100127469
58180 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/trailing-comma-list.out' at 20210308005046413
58181 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/trailing-comma-object.out' at 20210308005046413
58182 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/type-bypass-bad-gen.out' at 20210308005046413
58183 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/type-case.out' at 20210927100127473
58184 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/unclosed-list.out.gz
58185 2025-10-05 03:01:06.831-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/unclosed-list.out'
58186 2025-10-05 03:01:06.831-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/unclosed-list.out'
58187 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/unclosed-object.out' at 20210308005046413
58188 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/unclosed-string.out' at 20210308005046413
58189 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-array-branch.out' at 20220429100100882
58190 2025-10-05 03:01:06.831-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-bad-base.out' at 20220429100100882
58191 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-bad-discriminator.out' at 20220429100100882
58192 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-base-any.out' at 20220429100100882
58193 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-base-empty.out' at 20210308005046413
58194 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-base-no-discriminator.out' at 20210308005046413
58195 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/tests/qapi-schema/union-base-union.out.gz
58196 2025-10-05 03:01:06.832-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/tests/qapi-schema/union-base-union.out'
58197 2025-10-05 03:01:06.832-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/tests/qapi-schema/union-base-union.out'
58198 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-branch-if-invalid.out' at 20210308005046413
58199 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-branch-invalid-dict.out' at 20210308005046413
58200 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-clash-member.out' at 20220429100100882
58201 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-discriminator-bad-name.out' at 20220429100100882
58202 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-empty.out' at 20210308005046413
58203 2025-10-05 03:01:06.832-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-inline-invalid-dict.out' at 20220429100100882
58204 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-int-branch.out' at 20220429100100882
58205 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-base.out' at 20210308005046413
58206 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-branch-key.out' at 20220429100100882
58207 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-data.out' at 20210927100127473
58208 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-discriminator.out' at 20220429100100882
58209 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-if-discriminator.out' at 20220429100100882
58210 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subfield.out' at 20230925080040089
58211 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-invalid-union-subtype.out' at 20230925080040089
58212 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-no-base.out' at 20220429100100882
58213 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-optional-discriminator.out' at 20220429100100882
58214 2025-10-05 03:01:06.833-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-string-discriminator.out' at 20220429100100882
58215 2025-10-05 03:01:06.834-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/union-unknown.out' at 20210308005046413
58216 2025-10-05 03:01:06.834-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/unknown-escape.out' at 20210308005046413
58217 2025-10-05 03:01:06.834-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qapi-schema/unknown-expr-key.out' at 20210308005046413
58218 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/afl5.img.bz2' at 20210308005046473
58219 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/afl9.vmdk.bz2' at 20210308005046473
58220 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/d2v-zerofilled.vhd.bz2' at 20210308005046473
58221 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/grub_mbr.raw.bz2' at 20210308005046473
58222 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/hyperv2012r2-dynamic.vhd.bz2' at 20210308005046473
58223 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dirtylog-10G-4M.vhdx.bz2' at 20210308005046473
58224 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-dynamic-1G.vhdx.bz2' at 20210308005046473
58225 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/iotest-version3.vmdk.bz2' at 20210308005046473
58226 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v1.bz2' at 20210308005046473
58227 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-v2.bz2' at 20210308005046473
58228 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/parallels-with-bitmap.bz2' at 20210927100127505
58229 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/simple-dmg.dmg.bz2' at 20210308005046473
58230 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/test-disk2vhd.vhdx.bz2' at 20210308005046473
58231 2025-10-05 03:01:06.848-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tests/qemu-iotests/sample_images/virtualpc-dynamic.vhd.bz2' at 20210308005046473
58232 2025-10-05 03:01:06.898-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/tools/meson.build' at 20230426080043956
58233 2025-10-05 03:01:06.899-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/cursor_hidden.xpm' at 20210308005046545
58234 2025-10-05 03:01:06.899-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/cursor_left_ptr.xpm' at 20210308005046549
58235 2025-10-05 03:01:06.900-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_128x128.png' at 20210308005046549
58236 2025-10-05 03:01:06.900-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_16x16.png' at 20210308005046549
58237 2025-10-05 03:01:06.900-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_24x24.png' at 20210308005046549
58238 2025-10-05 03:01:06.900-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/qemu/ui/icons/qemu_256x256.png.gz
58239 2025-10-05 03:01:06.900-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/qemu/ui/icons/qemu_256x256.png'
58240 2025-10-05 03:01:06.900-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/qemu/ui/icons/qemu_256x256.png'
58241 2025-10-05 03:01:06.901-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_32x32.bmp' at 20210308005046549
58242 2025-10-05 03:01:06.901-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_32x32.png' at 20210308005046549
58243 2025-10-05 03:01:06.901-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_48x48.png' at 20210308005046549
58244 2025-10-05 03:01:06.901-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_512x512.png' at 20210308005046549
58245 2025-10-05 03:01:06.901-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/qemu/ui/icons/qemu_64x64.png' at 20210308005046549
58246 2025-10-05 03:01:06.909-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/rest-dbus/resources/32px.png' at 20210308004923384
58247 2025-10-05 03:01:06.909-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/rest-dbus/resources/40px.png' at 20210308004923384
58248 2025-10-05 03:01:06.910-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/rest-dbus/resources/throbber.gif' at 20210308004923388
58249 2025-10-05 03:01:06.911-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/.shellcheck' at 20210308005049757
58250 2025-10-05 03:01:06.912-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/include/sdbusplus/asio/connection.hpp' at 20250919080404333
58251 2025-10-05 03:01:06.919-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/test/meson.build' at 20250711080031812
58252 2025-10-05 03:01:06.920-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/sdbusplus/tools/sdbusplus/templates/error.cpp.mako' at 20230902080037613
58253 2025-10-05 03:01:06.936-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/Documentation/media/linker_lists.h.rst.exceptions' at 20210308005002536
58254 2025-10-05 03:01:07.255-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/doc/chromium/devkeys/kernel.keyblock' at 20210308005003300
58255 2025-10-05 03:01:07.255-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/doc/chromium/devkeys/kernel_data_key.vbprivk' at 20210308005003300
58256 2025-10-05 03:01:07.315-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/pcmcia/Kconfig' at 20210308005003452
58257 2025-10-05 03:01:07.357-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/video/fonts/ankacoder_c75_r.ttf' at 20210308005003524
58258 2025-10-05 03:01:07.357-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/video/fonts/cantoraone_regular.ttf' at 20210308005003528
58259 2025-10-05 03:01:07.357-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/video/fonts/nimbus_sans_l_regular.ttf' at 20210308005003528
58260 2025-10-05 03:01:07.357-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/drivers/video/fonts/rufscript010.ttf' at 20210308005003528
58261 2025-10-05 03:01:07.369-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/fs/reiserfs/Kconfig' at 20210308005003548
58262 2025-10-05 03:01:07.478-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/binman/test/descriptor.bin' at 20210308005003752
58263 2025-10-05 03:01:07.478-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/binman/test/files/ignored_dir.dat/ignore' at 20210308005003756
58264 2025-10-05 03:01:07.480-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/easylogo/linux_blackfin.tga' at 20210308005003760
58265 2025-10-05 03:01:07.480-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/easylogo/linux_logo.tga' at 20210308005003760
58266 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/atmel.bmp' at 20210308005003768
58267 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/compulab.bmp' at 20210308005003768
58268 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/denx-comp.bmp' at 20210308005003768
58269 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/denx.bmp' at 20210308005003768
58270 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/engicam.bmp' at 20210308005003768
58271 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/esd.bmp' at 20210308005003768
58272 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/freescale.bmp' at 20210308005003768
58273 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/gateworks.bmp' at 20210308005003768
58274 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/intercontrol.bmp' at 20210308005003768
58275 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol.bmp' at 20210308005003768
58276 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/linux_logo_ttcontrol_palfin.bmp' at 20210308005003768
58277 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/microchip.bmp' at 20210308005003768
58278 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/ronetix.bmp' at 20210308005003768
58279 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/siemens.bmp' at 20210308005003768
58280 2025-10-05 03:01:07.483-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/u-boot/tools/logos/solidrun.bmp.gz
58281 2025-10-05 03:01:07.483-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/u-boot/tools/logos/solidrun.bmp'
58282 2025-10-05 03:01:07.484-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/u-boot/tools/logos/solidrun.bmp'
58283 2025-10-05 03:01:07.484-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/syteco.bmp' at 20210308005003768
58284 2025-10-05 03:01:07.484-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/toradex.bmp' at 20210308005003768
58285 2025-10-05 03:01:07.484-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/u-boot_logo.bmp' at 20210308005003768
58286 2025-10-05 03:01:07.484-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/u-boot/tools/logos/wandboard.bmp' at 20210308005003768
58287 2025-10-05 03:01:07.487-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/.shellcheck' at 20220105012522959
58288 2025-10-05 03:01:07.488-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/alerts/alert.png' at 20220105012522963
58289 2025-10-05 03:01:07.488-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/buttons/button-disabled.png' at 20220105012522963
58290 2025-10-05 03:01:07.488-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/buttons/button.png' at 20220105012522963
58291 2025-10-05 03:01:07.488-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png.gz
58292 2025-10-05 03:01:07.488-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png'
58293 2025-10-05 03:01:07.488-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png'
58294 2025-10-05 03:01:07.488-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/info-tooltip/info-tooltip.png' at 20220105012522963
58295 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/appHeaderWithStatusIcon.png' at 20220105012522963
58296 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/danger.png' at 20220105012522963
58297 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/eventLogsWithSatusIcon.png' at 20220105012522963
58298 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/webui-vue/docs/guide/components/status-icon/info.png.gz
58299 2025-10-05 03:01:07.489-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/webui-vue/docs/guide/components/status-icon/info.png'
58300 2025-10-05 03:01:07.489-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/webui-vue/docs/guide/components/status-icon/info.png'
58301 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/secondary.png' at 20220105012522963
58302 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/success.png' at 20220105012522963
58303 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/status-icon/warning.png' at 20220105012522963
58304 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-batch-action-active.png' at 20220105012522963
58305 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-batch-action.png' at 20220105012522967
58306 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-empty.png' at 20220105012522967
58307 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-expand-row.png' at 20220105012522967
58308 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-filter-active.png' at 20220105012522967
58309 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-filter.png' at 20220105012522967
58310 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-pagination.png' at 20220105012522971
58311 2025-10-05 03:01:07.489-0500 FINEST t466 IndexDatabase.xrefExistsFor: Missing /opengrok/data/xref/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png.gz
58312 2025-10-05 03:01:07.489-0500 FINE t466 DefaultIndexChangedListener.fileRemove: Remove: '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png'
58313 2025-10-05 03:01:07.489-0500 FINER t466 DefaultIndexChangedListener.fileRemoved: Removed: '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png'
58314 2025-10-05 03:01:07.490-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-search-active.png' at 20220105012522971
58315 2025-10-05 03:01:07.490-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-search-empty.png' at 20220105012522971
58316 2025-10-05 03:01:07.490-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-search.png' at 20220105012522975
58317 2025-10-05 03:01:07.490-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table-sort.png' at 20220105012522975
58318 2025-10-05 03:01:07.490-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/table/table.png' at 20220105012522975
58319 2025-10-05 03:01:07.490-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/toasts/toast-options.png' at 20220105012522975
58320 2025-10-05 03:01:07.490-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/docs/guide/components/toasts/toast.png' at 20220105012522975
58321 2025-10-05 03:01:07.495-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/public/favicon.ico' at 20220105012522983
58322 2025-10-05 03:01:07.496-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.woff' at 20220105012522987
58323 2025-10-05 03:01:07.496-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.woff' at 20220105012522987
58324 2025-10-05 03:01:07.496-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.woff' at 20220105012522987
58325 2025-10-05 03:01:07.496-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.woff' at 20220105012522987
58326 2025-10-05 03:01:07.496-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.woff' at 20220105012522987
58327 2025-10-05 03:01:07.496-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.woff' at 20220105012522987
58328 2025-10-05 03:01:07.496-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Bold-webfont.woff' at 20220105012522987
58329 2025-10-05 03:01:07.496-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Light-webfont.woff' at 20220105012522991
58330 2025-10-05 03:01:07.496-0500 FINEST t466 IndexDatabase.logIgnoredUid: ignoring deleted document for '/openbmc/webui-vue/src/env/assets/fonts/Intel_Clear/IntelClear-Regular-webfont.woff' at 20220105012522991
58331 2025-10-05 03:01:07.505-0500 INFO t466 IndexDatabase.update: Starting indexing of directory '/openbmc'
58332 2025-10-05 03:01:07.517-0500 FINEST t665 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png': chosen by suffix: ImageAnalyzerFactory
58333 2025-10-05 03:01:07.517-0500 FINEST t663 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.out': fallback FileAnalyzer
58334 2025-10-05 03:01:07.517-0500 FINEST t661 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out': fallback FileAnalyzer
58335 2025-10-05 03:01:07.517-0500 FINEST t664 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out': fallback FileAnalyzer
58336 2025-10-05 03:01:07.517-0500 FINEST t669 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png': chosen by suffix: ImageAnalyzerFactory
58337 2025-10-05 03:01:07.517-0500 FINEST t659 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png': chosen by suffix: ImageAnalyzerFactory
58338 2025-10-05 03:01:07.517-0500 FINEST t662 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz': chosen by suffix: GZIPAnalyzerFactory
58339 2025-10-05 03:01:07.517-0500 FINEST t660 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-state-manager/host_state_manager.hpp': chosen by suffix: CxxAnalyzerFactory
58340 2025-10-05 03:01:07.519-0500 FINE t662 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz' (GZIPAnalyzer)
58341 2025-10-05 03:01:07.518-0500 FINE t659 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png' (FileAnalyzer)
58342 2025-10-05 03:01:07.518-0500 FINE t669 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png' (FileAnalyzer)
58343 2025-10-05 03:01:07.518-0500 FINE t664 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out' (FileAnalyzer)
58344 2025-10-05 03:01:07.518-0500 FINE t661 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out' (FileAnalyzer)
58345 2025-10-05 03:01:07.518-0500 FINE t663 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.out' (FileAnalyzer)
58346 2025-10-05 03:01:07.517-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png' (FileAnalyzer)
58347 2025-10-05 03:01:07.519-0500 FINE t660 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-state-manager/host_state_manager.hpp' (CxxAnalyzer)
58348 2025-10-05 03:01:07.522-0500 FINEST t668 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC': fallback FileAnalyzer
58349 2025-10-05 03:01:07.522-0500 FINEST t670 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb': chosen by imprecise magic: PlainAnalyzerFactory
58350 2025-10-05 03:01:07.522-0500 FINEST t666 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb': chosen by imprecise magic: PlainAnalyzerFactory
58351 2025-10-05 03:01:07.522-0500 FINEST t667 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off': fallback FileAnalyzer
58352 2025-10-05 03:01:07.522-0500 FINE t666 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' (PlainAnalyzer)
58353 2025-10-05 03:01:07.522-0500 FINE t670 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb' (PlainAnalyzer)
58354 2025-10-05 03:01:07.522-0500 FINE t668 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC' (FileAnalyzer)
58355 2025-10-05 03:01:07.522-0500 FINE t667 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off' (FileAnalyzer)
58356 2025-10-05 03:01:07.541-0500 FINER t660 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-state-manager/host_state_manager.hpp'
58357 2025-10-05 03:01:07.541-0500 FINER t662 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz'
58358 2025-10-05 03:01:07.541-0500 FINER t664 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out'
58359 2025-10-05 03:01:07.541-0500 FINER t670 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb'
58360 2025-10-05 03:01:07.541-0500 FINER t661 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out'
58361 2025-10-05 03:01:07.541-0500 FINER t666 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb'
58362 2025-10-05 03:01:07.541-0500 FINER t668 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/data/acpi/x86/microvm/APIC'
58363 2025-10-05 03:01:07.541-0500 FINER t667 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off'
58364 2025-10-05 03:01:07.541-0500 FINER t669 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png'
58365 2025-10-05 03:01:07.541-0500 FINER t667 IndexDatabase.addFile: xref for /openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off would be empty, will remove
58366 2025-10-05 03:01:07.541-0500 FINER t669 IndexDatabase.addFile: xref for /openbmc/webui-vue/docs/guide/components/table/table-row-actions.png would be empty, will remove
58367 2025-10-05 03:01:07.541-0500 FINER t663 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/include-extra-junk.out'
58368 2025-10-05 03:01:07.541-0500 FINER t668 IndexDatabase.addFile: xref for /openbmc/qemu/tests/data/acpi/x86/microvm/APIC would be empty, will remove
58369 2025-10-05 03:01:07.541-0500 FINER t661 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out would be empty, will remove
58370 2025-10-05 03:01:07.541-0500 FINER t664 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out would be empty, will remove
58371 2025-10-05 03:01:07.541-0500 FINER t659 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png'
58372 2025-10-05 03:01:07.541-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png'
58373 2025-10-05 03:01:07.542-0500 FINER t659 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png would be empty, will remove
58374 2025-10-05 03:01:07.541-0500 FINER t663 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/include-extra-junk.out would be empty, will remove
58375 2025-10-05 03:01:07.542-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png would be empty, will remove
58376 2025-10-05 03:01:07.542-0500 FINEST t662 AnalyzerGuru.getAnalyzer: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf': fallback FileAnalyzer
58377 2025-10-05 03:01:07.542-0500 FINER t662 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz would be empty, will remove
58378 2025-10-05 03:01:07.546-0500 FINE t660 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58379 2025-10-05 03:01:07.547-0500 FINE t666 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58380 2025-10-05 03:01:07.547-0500 FINE t670 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58381 2025-10-05 03:01:07.557-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58382 2025-10-05 03:01:07.557-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58383 2025-10-05 03:01:07.558-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58384 2025-10-05 03:01:07.557-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58385 2025-10-05 03:01:07.557-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58386 2025-10-05 03:01:07.559-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58387 2025-10-05 03:01:07.559-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58388 2025-10-05 03:01:07.559-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58389 2025-10-05 03:01:07.559-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58390 2025-10-05 03:01:07.559-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58391 2025-10-05 03:01:07.559-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58392 2025-10-05 03:01:07.559-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58393 2025-10-05 03:01:07.559-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58394 2025-10-05 03:01:07.559-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58395 2025-10-05 03:01:07.559-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58396 2025-10-05 03:01:07.559-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58397 2025-10-05 03:01:07.559-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58398 2025-10-05 03:01:07.560-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58399 2025-10-05 03:01:07.561-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58400 2025-10-05 03:01:07.561-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58401 2025-10-05 03:01:07.561-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58402 2025-10-05 03:01:07.561-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58403 2025-10-05 03:01:07.561-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58404 2025-10-05 03:01:07.561-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58405 2025-10-05 03:01:07.561-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58406 2025-10-05 03:01:07.561-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58407 2025-10-05 03:01:07.561-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58408 2025-10-05 03:01:07.561-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58409 2025-10-05 03:01:07.561-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58410 2025-10-05 03:01:07.561-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58411 2025-10-05 03:01:07.561-0500 WARNING t671 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58412 2025-10-05 03:01:07.562-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58413 2025-10-05 03:01:07.562-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58414 2025-10-05 03:01:07.562-0500 WARNING t674 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58415 2025-10-05 03:01:07.562-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58416 2025-10-05 03:01:07.562-0500 WARNING t676 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58417 2025-10-05 03:01:07.577-0500 FINEST t35 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/phosphor-state-manager/host_state_manager.hpp'
58418 2025-10-05 03:01:07.595-0500 FINEST t669 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png' or not xref-able
58419 2025-10-05 03:01:07.595-0500 FINER t669 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png}'
58420 2025-10-05 03:01:07.595-0500 FINEST t669 Statistics.logIt: Added: '/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png' (FileAnalyzer) (took 75 ms)
58421 2025-10-05 03:01:07.595-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png' or not xref-able
58422 2025-10-05 03:01:07.595-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png}'
58423 2025-10-05 03:01:07.596-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png' (FileAnalyzer) (took 75 ms)
58424 2025-10-05 03:01:07.596-0500 FINEST t665 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out': fallback FileAnalyzer
58425 2025-10-05 03:01:07.596-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out' (FileAnalyzer)
58426 2025-10-05 03:01:07.596-0500 FINEST t669 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/union-base-union.out': fallback FileAnalyzer
58427 2025-10-05 03:01:07.597-0500 FINE t669 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/union-base-union.out' (FileAnalyzer)
58428 2025-10-05 03:01:07.599-0500 FINEST t659 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png' or not xref-able
58429 2025-10-05 03:01:07.599-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out'
58430 2025-10-05 03:01:07.599-0500 FINER t659 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png}'
58431 2025-10-05 03:01:07.599-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/args-if-unboxed.out would be empty, will remove
58432 2025-10-05 03:01:07.599-0500 FINEST t662 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz' or not xref-able
58433 2025-10-05 03:01:07.599-0500 FINER t662 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz}'
58434 2025-10-05 03:01:07.599-0500 FINEST t659 Statistics.logIt: Added: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png' (FileAnalyzer) (took 79 ms)
58435 2025-10-05 03:01:07.599-0500 FINEST t662 Statistics.logIt: Added: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz' (GZIPAnalyzer) (took 80 ms)
58436 2025-10-05 03:01:07.600-0500 FINEST t662 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png': chosen by suffix: ImageAnalyzerFactory
58437 2025-10-05 03:01:07.600-0500 FINE t662 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png' (FileAnalyzer)
58438 2025-10-05 03:01:07.600-0500 FINEST t659 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc': chosen by imprecise magic: PlainAnalyzerFactory
58439 2025-10-05 03:01:07.600-0500 FINE t659 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' (PlainAnalyzer)
58440 2025-10-05 03:01:07.601-0500 FINER t669 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/union-base-union.out'
58441 2025-10-05 03:01:07.602-0500 FINER t669 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/union-base-union.out would be empty, will remove
58442 2025-10-05 03:01:07.602-0500 FINEST t661 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out' or not xref-able
58443 2025-10-05 03:01:07.602-0500 FINER t661 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out}'
58444 2025-10-05 03:01:07.602-0500 FINEST t661 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out' (FileAnalyzer) (took 82 ms)
58445 2025-10-05 03:01:07.602-0500 FINEST t661 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/webui-vue/docs/guide/components/status-icon/info.png': chosen by suffix: ImageAnalyzerFactory
58446 2025-10-05 03:01:07.602-0500 FINE t661 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/webui-vue/docs/guide/components/status-icon/info.png' (FileAnalyzer)
58447 2025-10-05 03:01:07.603-0500 FINER t662 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png'
58448 2025-10-05 03:01:07.603-0500 FINER t662 IndexDatabase.addFile: xref for /openbmc/webui-vue/docs/guide/components/file-upload/formfile.png would be empty, will remove
58449 2025-10-05 03:01:07.604-0500 FINER t659 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc'
58450 2025-10-05 03:01:07.604-0500 FINER t661 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/webui-vue',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/webui-vue/docs/guide/components/status-icon/info.png'
58451 2025-10-05 03:01:07.604-0500 FINER t661 IndexDatabase.addFile: xref for /openbmc/webui-vue/docs/guide/components/status-icon/info.png would be empty, will remove
58452 2025-10-05 03:01:07.605-0500 FINEST t662 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png' or not xref-able
58453 2025-10-05 03:01:07.605-0500 FINER t662 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png}'
58454 2025-10-05 03:01:07.605-0500 FINEST t662 Statistics.logIt: Added: '/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png' (FileAnalyzer) (took 4 ms)
58455 2025-10-05 03:01:07.605-0500 FINEST t661 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/webui-vue/docs/guide/components/status-icon/info.png' or not xref-able
58456 2025-10-05 03:01:07.605-0500 FINER t661 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/webui-vue/docs/guide/components/status-icon/info.png}'
58457 2025-10-05 03:01:07.605-0500 FINEST t662 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc': chosen by imprecise magic: PlainAnalyzerFactory
58458 2025-10-05 03:01:07.605-0500 FINEST t661 Statistics.logIt: Added: '/openbmc/webui-vue/docs/guide/components/status-icon/info.png' (FileAnalyzer) (took 2 ms)
58459 2025-10-05 03:01:07.605-0500 FINE t662 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (PlainAnalyzer)
58460 2025-10-05 03:01:07.606-0500 FINEST t661 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb': chosen by imprecise magic: PlainAnalyzerFactory
58461 2025-10-05 03:01:07.606-0500 FINE t661 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb' (PlainAnalyzer)
58462 2025-10-05 03:01:07.606-0500 FINE t659 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58463 2025-10-05 03:01:07.606-0500 FINEST t663 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/include-extra-junk.out' or not xref-able
58464 2025-10-05 03:01:07.607-0500 FINER t663 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/include-extra-junk.out}'
58465 2025-10-05 03:01:07.607-0500 FINEST t663 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/include-extra-junk.out' (FileAnalyzer) (took 86 ms)
58466 2025-10-05 03:01:07.607-0500 FINEST t664 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out' or not xref-able
58467 2025-10-05 03:01:07.607-0500 FINER t664 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out}'
58468 2025-10-05 03:01:07.607-0500 FINEST t664 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out' (FileAnalyzer) (took 87 ms)
58469 2025-10-05 03:01:07.607-0500 FINEST t663 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb': chosen by imprecise magic: PlainAnalyzerFactory
58470 2025-10-05 03:01:07.607-0500 FINEST t664 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png': chosen by suffix: ImageAnalyzerFactory
58471 2025-10-05 03:01:07.607-0500 FINE t663 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' (PlainAnalyzer)
58472 2025-10-05 03:01:07.607-0500 FINE t664 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png' (FileAnalyzer)
58473 2025-10-05 03:01:07.608-0500 FINER t661 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb'
58474 2025-10-05 03:01:07.608-0500 FINEST t668 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/data/acpi/x86/microvm/APIC' or not xref-able
58475 2025-10-05 03:01:07.609-0500 FINER t668 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/data/acpi/x86/microvm/APIC}'
58476 2025-10-05 03:01:07.609-0500 FINEST t668 Statistics.logIt: Added: '/openbmc/qemu/tests/data/acpi/x86/microvm/APIC' (FileAnalyzer) (took 86 ms)
58477 2025-10-05 03:01:07.609-0500 FINEST t668 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png': chosen by suffix: ImageAnalyzerFactory
58478 2025-10-05 03:01:07.609-0500 FINE t668 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png' (FileAnalyzer)
58479 2025-10-05 03:01:07.609-0500 FINER t664 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png'
58480 2025-10-05 03:01:07.609-0500 FINER t664 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png would be empty, will remove
58481 2025-10-05 03:01:07.610-0500 FINER t662 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc'
58482 2025-10-05 03:01:07.611-0500 FINE t661 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58483 2025-10-05 03:01:07.611-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58484 2025-10-05 03:01:07.611-0500 FINER t668 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png'
58485 2025-10-05 03:01:07.611-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58486 2025-10-05 03:01:07.611-0500 FINER t668 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png would be empty, will remove
58487 2025-10-05 03:01:07.611-0500 FINER t663 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb'
58488 2025-10-05 03:01:07.611-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58489 2025-10-05 03:01:07.611-0500 FINEST t669 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/union-base-union.out' or not xref-able
58490 2025-10-05 03:01:07.611-0500 FINER t669 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/union-base-union.out}'
58491 2025-10-05 03:01:07.611-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58492 2025-10-05 03:01:07.612-0500 FINEST t664 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png' or not xref-able
58493 2025-10-05 03:01:07.612-0500 FINER t664 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png}'
58494 2025-10-05 03:01:07.612-0500 FINEST t669 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/union-base-union.out' (FileAnalyzer) (took 14 ms)
58495 2025-10-05 03:01:07.612-0500 FINEST t664 Statistics.logIt: Added: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png' (FileAnalyzer) (took 4 ms)
58496 2025-10-05 03:01:07.612-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58497 2025-10-05 03:01:07.612-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58498 2025-10-05 03:01:07.612-0500 FINEST t664 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/qemu/ui/icons/qemu_256x256.png': chosen by suffix: ImageAnalyzerFactory
58499 2025-10-05 03:01:07.612-0500 FINEST t669 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.out': fallback FileAnalyzer
58500 2025-10-05 03:01:07.612-0500 FINE t664 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/ui/icons/qemu_256x256.png' (FileAnalyzer)
58501 2025-10-05 03:01:07.612-0500 FINE t669 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.out' (FileAnalyzer)
58502 2025-10-05 03:01:07.613-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58503 2025-10-05 03:01:07.613-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58504 2025-10-05 03:01:07.613-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58505 2025-10-05 03:01:07.613-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58506 2025-10-05 03:01:07.613-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58507 2025-10-05 03:01:07.613-0500 WARNING t686 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58508 2025-10-05 03:01:07.613-0500 FINEST t668 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png' or not xref-able
58509 2025-10-05 03:01:07.613-0500 FINER t668 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png}'
58510 2025-10-05 03:01:07.613-0500 FINEST t668 Statistics.logIt: Added: '/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png' (FileAnalyzer) (took 4 ms)
58511 2025-10-05 03:01:07.614-0500 FINE t662 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58512 2025-10-05 03:01:07.614-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out' or not xref-able
58513 2025-10-05 03:01:07.614-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out}'
58514 2025-10-05 03:01:07.614-0500 FINEST t668 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb': chosen by imprecise magic: PlainAnalyzerFactory
58515 2025-10-05 03:01:07.614-0500 FINE t663 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58516 2025-10-05 03:01:07.614-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out' (FileAnalyzer) (took 17 ms)
58517 2025-10-05 03:01:07.614-0500 FINE t668 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' (PlainAnalyzer)
58518 2025-10-05 03:01:07.614-0500 FINEST t665 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png': chosen by suffix: ImageAnalyzerFactory
58519 2025-10-05 03:01:07.614-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png' (FileAnalyzer)
58520 2025-10-05 03:01:07.614-0500 FINER t664 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/ui/icons/qemu_256x256.png'
58521 2025-10-05 03:01:07.614-0500 FINER t664 IndexDatabase.addFile: xref for /openbmc/qemu/ui/icons/qemu_256x256.png would be empty, will remove
58522 2025-10-05 03:01:07.616-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png'
58523 2025-10-05 03:01:07.616-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png would be empty, will remove
58524 2025-10-05 03:01:07.617-0500 FINER t669 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/returns-array-bad.out'
58525 2025-10-05 03:01:07.617-0500 FINER t669 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/returns-array-bad.out would be empty, will remove
58526 2025-10-05 03:01:07.618-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58527 2025-10-05 03:01:07.618-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58528 2025-10-05 03:01:07.618-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58529 2025-10-05 03:01:07.619-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png' or not xref-able
58530 2025-10-05 03:01:07.619-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png}'
58531 2025-10-05 03:01:07.619-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58532 2025-10-05 03:01:07.619-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png' (FileAnalyzer) (took 4 ms)
58533 2025-10-05 03:01:07.619-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58534 2025-10-05 03:01:07.619-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58535 2025-10-05 03:01:07.619-0500 FINEST t665 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz': chosen by suffix: GZIPAnalyzerFactory
58536 2025-10-05 03:01:07.619-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz' (GZIPAnalyzer)
58537 2025-10-05 03:01:07.619-0500 FINER t668 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb'
58538 2025-10-05 03:01:07.620-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58539 2025-10-05 03:01:07.620-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58540 2025-10-05 03:01:07.620-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58541 2025-10-05 03:01:07.620-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58542 2025-10-05 03:01:07.620-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58543 2025-10-05 03:01:07.620-0500 WARNING t693 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58544 2025-10-05 03:01:07.620-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz'
58545 2025-10-05 03:01:07.621-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58546 2025-10-05 03:01:07.621-0500 FINE t668 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58547 2025-10-05 03:01:07.621-0500 FINEST t665 AnalyzerGuru.getAnalyzer: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf': fallback FileAnalyzer
58548 2025-10-05 03:01:07.621-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58549 2025-10-05 03:01:07.622-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz would be empty, will remove
58550 2025-10-05 03:01:07.622-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58551 2025-10-05 03:01:07.623-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58552 2025-10-05 03:01:07.623-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58553 2025-10-05 03:01:07.623-0500 FINEST t664 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/ui/icons/qemu_256x256.png' or not xref-able
58554 2025-10-05 03:01:07.623-0500 FINER t664 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/ui/icons/qemu_256x256.png}'
58555 2025-10-05 03:01:07.623-0500 FINEST t664 Statistics.logIt: Added: '/openbmc/qemu/ui/icons/qemu_256x256.png' (FileAnalyzer) (took 10 ms)
58556 2025-10-05 03:01:07.624-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58557 2025-10-05 03:01:07.624-0500 FINEST t664 AnalyzerGuru.getAnalyzer: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat': fallback FileAnalyzer
58558 2025-10-05 03:01:07.624-0500 FINE t664 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat' (FileAnalyzer)
58559 2025-10-05 03:01:07.624-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58560 2025-10-05 03:01:07.624-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58561 2025-10-05 03:01:07.624-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58562 2025-10-05 03:01:07.626-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz' or not xref-able
58563 2025-10-05 03:01:07.626-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz}'
58564 2025-10-05 03:01:07.626-0500 FINER t664 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openpower-vpd-parser',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat'
58565 2025-10-05 03:01:07.626-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz' (GZIPAnalyzer) (took 6 ms)
58566 2025-10-05 03:01:07.626-0500 FINER t664 IndexDatabase.addFile: xref for /openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat would be empty, will remove
58567 2025-10-05 03:01:07.626-0500 FINEST t665 AnalyzerGuru.getAnalyzer: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile': fallback FileAnalyzer
58568 2025-10-05 03:01:07.626-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile' (FileAnalyzer)
58569 2025-10-05 03:01:07.626-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58570 2025-10-05 03:01:07.626-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58571 2025-10-05 03:01:07.626-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58572 2025-10-05 03:01:07.626-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58573 2025-10-05 03:01:07.627-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58574 2025-10-05 03:01:07.627-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58575 2025-10-05 03:01:07.627-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58576 2025-10-05 03:01:07.627-0500 WARNING t690 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58577 2025-10-05 03:01:07.627-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58578 2025-10-05 03:01:07.627-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58579 2025-10-05 03:01:07.628-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile'
58580 2025-10-05 03:01:07.628-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58581 2025-10-05 03:01:07.628-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile would be empty, will remove
58582 2025-10-05 03:01:07.628-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58583 2025-10-05 03:01:07.628-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58584 2025-10-05 03:01:07.628-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58585 2025-10-05 03:01:07.629-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58586 2025-10-05 03:01:07.629-0500 FINEST t664 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat' or not xref-able
58587 2025-10-05 03:01:07.629-0500 FINER t664 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat}'
58588 2025-10-05 03:01:07.629-0500 FINEST t664 Statistics.logIt: Added: '/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat' (FileAnalyzer) (took 5 ms)
58589 2025-10-05 03:01:07.629-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58590 2025-10-05 03:01:07.629-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58591 2025-10-05 03:01:07.630-0500 FINEST t664 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator': fallback FileAnalyzer
58592 2025-10-05 03:01:07.630-0500 FINE t664 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator' (FileAnalyzer)
58593 2025-10-05 03:01:07.630-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58594 2025-10-05 03:01:07.630-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58595 2025-10-05 03:01:07.630-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58596 2025-10-05 03:01:07.630-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58597 2025-10-05 03:01:07.630-0500 WARNING t696 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58598 2025-10-05 03:01:07.630-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58599 2025-10-05 03:01:07.630-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58600 2025-10-05 03:01:07.631-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58601 2025-10-05 03:01:07.631-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58602 2025-10-05 03:01:07.631-0500 WARNING t700 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58603 2025-10-05 03:01:07.631-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile' or not xref-able
58604 2025-10-05 03:01:07.631-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile}'
58605 2025-10-05 03:01:07.631-0500 FINER t664 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator'
58606 2025-10-05 03:01:07.631-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile' (FileAnalyzer) (took 5 ms)
58607 2025-10-05 03:01:07.631-0500 FINER t664 IndexDatabase.addFile: xref for /openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator would be empty, will remove
58608 2025-10-05 03:01:07.632-0500 FINEST t665 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out': fallback FileAnalyzer
58609 2025-10-05 03:01:07.632-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out' (FileAnalyzer)
58610 2025-10-05 03:01:07.633-0500 FINEST t669 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/returns-array-bad.out' or not xref-able
58611 2025-10-05 03:01:07.633-0500 FINER t669 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/returns-array-bad.out}'
58612 2025-10-05 03:01:07.633-0500 FINEST t669 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/returns-array-bad.out' (FileAnalyzer) (took 20 ms)
58613 2025-10-05 03:01:07.633-0500 FINEST t669 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/python/qemu/utils/py.typed': fallback FileAnalyzer
58614 2025-10-05 03:01:07.633-0500 FINE t669 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/python/qemu/utils/py.typed' (FileAnalyzer)
58615 2025-10-05 03:01:07.633-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out'
58616 2025-10-05 03:01:07.633-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out would be empty, will remove
58617 2025-10-05 03:01:07.636-0500 FINER t669 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/python/qemu/utils/py.typed'
58618 2025-10-05 03:01:07.636-0500 FINER t669 IndexDatabase.addFile: xref for /openbmc/qemu/python/qemu/utils/py.typed would be empty, will remove
58619 2025-10-05 03:01:07.647-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out' or not xref-able
58620 2025-10-05 03:01:07.647-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out}'
58621 2025-10-05 03:01:07.647-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out' (FileAnalyzer) (took 15 ms)
58622 2025-10-05 03:01:07.648-0500 FINEST t665 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/u-boot/tools/logos/solidrun.bmp': chosen by suffix: ImageAnalyzerFactory
58623 2025-10-05 03:01:07.648-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/u-boot/tools/logos/solidrun.bmp' (FileAnalyzer)
58624 2025-10-05 03:01:07.649-0500 FINEST t669 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/python/qemu/utils/py.typed' or not xref-able
58625 2025-10-05 03:01:07.649-0500 FINER t669 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/python/qemu/utils/py.typed}'
58626 2025-10-05 03:01:07.649-0500 FINEST t669 Statistics.logIt: Added: '/openbmc/qemu/python/qemu/utils/py.typed' (FileAnalyzer) (took 15 ms)
58627 2025-10-05 03:01:07.649-0500 FINEST t669 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png': chosen by suffix: ImageAnalyzerFactory
58628 2025-10-05 03:01:07.649-0500 FINE t669 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' (FileAnalyzer)
58629 2025-10-05 03:01:07.650-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/u-boot',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/u-boot/tools/logos/solidrun.bmp'
58630 2025-10-05 03:01:07.650-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/u-boot/tools/logos/solidrun.bmp would be empty, will remove
58631 2025-10-05 03:01:07.650-0500 FINEST t669 PathUtils.getRelativeToCanonical: '/opengrok/src/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' is prohibited symlink
58632 2025-10-05 03:01:07.650-0500 FINER t669 HistoryGuru.getHistory: Failed to get path relative to source root for '/opengrok/src/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png'
58633 2025-10-05 03:01:07.650-0500 FINER t669 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png would be empty, will remove
58634 2025-10-05 03:01:07.650-0500 FINEST t669 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' or not xref-able
58635 2025-10-05 03:01:07.650-0500 FINER t669 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png}'
58636 2025-10-05 03:01:07.651-0500 FINEST t669 Statistics.logIt: Added: '/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png' (FileAnalyzer) (took 1 ms)
58637 2025-10-05 03:01:07.651-0500 FINEST t669 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz': chosen by suffix: GZIPAnalyzerFactory
58638 2025-10-05 03:01:07.651-0500 FINE t669 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz' (GZIPAnalyzer)
58639 2025-10-05 03:01:07.652-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/u-boot/tools/logos/solidrun.bmp' or not xref-able
58640 2025-10-05 03:01:07.652-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/u-boot/tools/logos/solidrun.bmp}'
58641 2025-10-05 03:01:07.652-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/u-boot/tools/logos/solidrun.bmp' (FileAnalyzer) (took 4 ms)
58642 2025-10-05 03:01:07.652-0500 FINEST t665 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/phosphor-pid-control/swampd_diagram.png': chosen by suffix: ImageAnalyzerFactory
58643 2025-10-05 03:01:07.652-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-pid-control/swampd_diagram.png' (FileAnalyzer)
58644 2025-10-05 03:01:07.653-0500 FINER t669 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz'
58645 2025-10-05 03:01:07.653-0500 FINEST t664 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator' or not xref-able
58646 2025-10-05 03:01:07.653-0500 FINER t664 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator}'
58647 2025-10-05 03:01:07.653-0500 FINEST t664 Statistics.logIt: Added: '/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator' (FileAnalyzer) (took 23 ms)
58648 2025-10-05 03:01:07.653-0500 FINEST t664 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out': fallback FileAnalyzer
58649 2025-10-05 03:01:07.653-0500 FINE t664 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out' (FileAnalyzer)
58650 2025-10-05 03:01:07.654-0500 FINEST t669 AnalyzerGuru.getAnalyzer: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf': fallback FileAnalyzer
58651 2025-10-05 03:01:07.654-0500 FINER t669 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz would be empty, will remove
58652 2025-10-05 03:01:07.654-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-pid-control',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-pid-control/swampd_diagram.png'
58653 2025-10-05 03:01:07.654-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/phosphor-pid-control/swampd_diagram.png would be empty, will remove
58654 2025-10-05 03:01:07.655-0500 FINER t664 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out'
58655 2025-10-05 03:01:07.655-0500 FINER t664 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out would be empty, will remove
58656 2025-10-05 03:01:07.657-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/phosphor-pid-control/swampd_diagram.png' or not xref-able
58657 2025-10-05 03:01:07.658-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/phosphor-pid-control/swampd_diagram.png}'
58658 2025-10-05 03:01:07.658-0500 FINEST t669 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz' or not xref-able
58659 2025-10-05 03:01:07.658-0500 FINER t669 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz}'
58660 2025-10-05 03:01:07.658-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/phosphor-pid-control/swampd_diagram.png' (FileAnalyzer) (took 5 ms)
58661 2025-10-05 03:01:07.658-0500 FINEST t669 Statistics.logIt: Added: '/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz' (GZIPAnalyzer) (took 6 ms)
58662 2025-10-05 03:01:07.658-0500 FINEST t665 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.out': fallback FileAnalyzer
58663 2025-10-05 03:01:07.658-0500 FINEST t669 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out': fallback FileAnalyzer
58664 2025-10-05 03:01:07.658-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.out' (FileAnalyzer)
58665 2025-10-05 03:01:07.658-0500 FINE t669 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out' (FileAnalyzer)
58666 2025-10-05 03:01:07.660-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/event-nest-struct.out'
58667 2025-10-05 03:01:07.660-0500 FINER t669 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out'
58668 2025-10-05 03:01:07.661-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/event-nest-struct.out would be empty, will remove
58669 2025-10-05 03:01:07.661-0500 FINER t669 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/doc-invalid-section.out would be empty, will remove
58670 2025-10-05 03:01:07.674-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/event-nest-struct.out' or not xref-able
58671 2025-10-05 03:01:07.674-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/event-nest-struct.out}'
58672 2025-10-05 03:01:07.674-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/event-nest-struct.out' (FileAnalyzer) (took 15 ms)
58673 2025-10-05 03:01:07.674-0500 FINEST t665 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.out': fallback FileAnalyzer
58674 2025-10-05 03:01:07.674-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.out' (FileAnalyzer)
58675 2025-10-05 03:01:07.676-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/oob-coroutine.out'
58676 2025-10-05 03:01:07.676-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/oob-coroutine.out would be empty, will remove
58677 2025-10-05 03:01:07.679-0500 FINEST t664 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out' or not xref-able
58678 2025-10-05 03:01:07.679-0500 FINER t664 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out}'
58679 2025-10-05 03:01:07.679-0500 FINEST t664 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out' (FileAnalyzer) (took 25 ms)
58680 2025-10-05 03:01:07.679-0500 FINEST t664 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb': chosen by imprecise magic: PlainAnalyzerFactory
58681 2025-10-05 03:01:07.679-0500 FINE t664 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb' (PlainAnalyzer)
58682 2025-10-05 03:01:07.680-0500 FINEST t669 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out' or not xref-able
58683 2025-10-05 03:01:07.680-0500 FINER t669 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out}'
58684 2025-10-05 03:01:07.680-0500 FINEST t669 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out' (FileAnalyzer) (took 21 ms)
58685 2025-10-05 03:01:07.680-0500 FINEST t669 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb': chosen by imprecise magic: PlainAnalyzerFactory
58686 2025-10-05 03:01:07.680-0500 FINE t669 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (PlainAnalyzer)
58687 2025-10-05 03:01:07.681-0500 FINER t664 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb'
58688 2025-10-05 03:01:07.681-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/oob-coroutine.out' or not xref-able
58689 2025-10-05 03:01:07.681-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/oob-coroutine.out}'
58690 2025-10-05 03:01:07.681-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/oob-coroutine.out' (FileAnalyzer) (took 6 ms)
58691 2025-10-05 03:01:07.681-0500 FINEST t667 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off' or not xref-able
58692 2025-10-05 03:01:07.681-0500 FINER t667 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off}'
58693 2025-10-05 03:01:07.681-0500 FINEST t667 Statistics.logIt: Added: '/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off' (FileAnalyzer) (took 158 ms)
58694 2025-10-05 03:01:07.681-0500 FINEST t665 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png': chosen by suffix: ImageAnalyzerFactory
58695 2025-10-05 03:01:07.681-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png' (FileAnalyzer)
58696 2025-10-05 03:01:07.681-0500 FINEST t667 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.out': fallback FileAnalyzer
58697 2025-10-05 03:01:07.681-0500 FINE t667 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.out' (FileAnalyzer)
58698 2025-10-05 03:01:07.682-0500 FINE t664 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58699 2025-10-05 03:01:07.683-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png'
58700 2025-10-05 03:01:07.683-0500 FINER t665 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png would be empty, will remove
58701 2025-10-05 03:01:07.683-0500 FINER t669 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb'
58702 2025-10-05 03:01:07.684-0500 FINER t667 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/struct-data-typename.out'
58703 2025-10-05 03:01:07.685-0500 FINE t669 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58704 2025-10-05 03:01:07.685-0500 FINER t667 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/struct-data-typename.out would be empty, will remove
58705 2025-10-05 03:01:07.687-0500 FINEST t665 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png' or not xref-able
58706 2025-10-05 03:01:07.687-0500 FINER t665 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png}'
58707 2025-10-05 03:01:07.687-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png' (FileAnalyzer) (took 5 ms)
58708 2025-10-05 03:01:07.688-0500 FINEST t665 AnalyzerGuru.lambda$findFactoryUsingMatcher$14: '/openbmc/phosphor-certificate-manager/dist/meson.build': chosen by imprecise magic: PlainAnalyzerFactory
58709 2025-10-05 03:01:07.688-0500 FINE t665 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-certificate-manager/dist/meson.build' (PlainAnalyzer)
58710 2025-10-05 03:01:07.689-0500 FINER t665 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-certificate-manager/dist/meson.build'
58711 2025-10-05 03:01:07.690-0500 FINE t665 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=ocaml:+.ml.Ml.ML --langmap=ocaml:+.mli.Mli.MLI --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]*)']
58712 2025-10-05 03:01:07.693-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58713 2025-10-05 03:01:07.693-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58714 2025-10-05 03:01:07.693-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58715 2025-10-05 03:01:07.694-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58716 2025-10-05 03:01:07.695-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58717 2025-10-05 03:01:07.695-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58718 2025-10-05 03:01:07.695-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.asax.Asax.ASAX" in "langmap" option
58719 2025-10-05 03:01:07.695-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58720 2025-10-05 03:01:07.695-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.ascx.Ascx.ASCX" in "langmap" option
58721 2025-10-05 03:01:07.695-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58722 2025-10-05 03:01:07.695-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58723 2025-10-05 03:01:07.695-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.aspx.Aspx.ASPX" in "langmap" option
58724 2025-10-05 03:01:07.696-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58725 2025-10-05 03:01:07.696-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58726 2025-10-05 03:01:07.696-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58727 2025-10-05 03:01:07.697-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.htm.Htm.HTM" in "langmap" option
58728 2025-10-05 03:01:07.697-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58729 2025-10-05 03:01:07.697-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.html.Html.HTML" in "langmap" option
58730 2025-10-05 03:01:07.697-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58731 2025-10-05 03:01:07.697-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58732 2025-10-05 03:01:07.697-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58733 2025-10-05 03:01:07.697-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58734 2025-10-05 03:01:07.697-0500 WARNING t712 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58735 2025-10-05 03:01:07.698-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.master.Master.MASTER" in "langmap" option
58736 2025-10-05 03:01:07.698-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58737 2025-10-05 03:01:07.698-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58738 2025-10-05 03:01:07.698-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58739 2025-10-05 03:01:07.698-0500 FINEST t667 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/struct-data-typename.out' or not xref-able
58740 2025-10-05 03:01:07.698-0500 FINER t667 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/struct-data-typename.out}'
58741 2025-10-05 03:01:07.698-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58742 2025-10-05 03:01:07.698-0500 FINEST t667 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/struct-data-typename.out' (FileAnalyzer) (took 16 ms)
58743 2025-10-05 03:01:07.699-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58744 2025-10-05 03:01:07.699-0500 WARNING t706 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58745 2025-10-05 03:01:07.699-0500 FINEST t667 AnalyzerGuru.getAnalyzer: '/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint': fallback FileAnalyzer
58746 2025-10-05 03:01:07.699-0500 FINE t667 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint' (FileAnalyzer)
58747 2025-10-05 03:01:07.700-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tf.Tf.TF" in "langmap" option
58748 2025-10-05 03:01:07.700-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "terraform:+.tfvars.Tfvars.TFVARS" in "langmap" option
58749 2025-10-05 03:01:07.700-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xaml.Xaml.XAML" in "langmap" option
58750 2025-10-05 03:01:07.700-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "XML:+.xml.Xml.XML" in "langmap" option
58751 2025-10-05 03:01:07.701-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yaml.Yaml.YAML" in "langmap" option
58752 2025-10-05 03:01:07.701-0500 WARNING t709 Ctags.lambda$run$0: Error from ctags: ctags: Warning: Unknown language "Yaml:+.yml.Yml.YML" in "langmap" option
58753 2025-10-05 03:01:07.701-0500 FINER t667 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint'
58754 2025-10-05 03:01:07.701-0500 FINER t667 IndexDatabase.addFile: xref for /openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint would be empty, will remove
58755 2025-10-05 03:01:07.703-0500 FINEST t667 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint' or not xref-able
58756 2025-10-05 03:01:07.704-0500 FINER t667 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint}'
58757 2025-10-05 03:01:07.704-0500 FINEST t667 Statistics.logIt: Added: '/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint' (FileAnalyzer) (took 4 ms)
58758 2025-10-05 03:01:07.704-0500 FINEST t667 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png': chosen by suffix: ImageAnalyzerFactory
58759 2025-10-05 03:01:07.704-0500 FINE t667 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png' (FileAnalyzer)
58760 2025-10-05 03:01:07.706-0500 FINER t667 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png'
58761 2025-10-05 03:01:07.706-0500 FINER t667 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png would be empty, will remove
58762 2025-10-05 03:01:07.709-0500 FINEST t667 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png' or not xref-able
58763 2025-10-05 03:01:07.709-0500 FINER t667 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png}'
58764 2025-10-05 03:01:07.709-0500 FINEST t667 Statistics.logIt: Added: '/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png' (FileAnalyzer) (took 5 ms)
58765 2025-10-05 03:01:07.710-0500 FINEST t667 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png': chosen by suffix: ImageAnalyzerFactory
58766 2025-10-05 03:01:07.710-0500 FINE t667 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png' (FileAnalyzer)
58767 2025-10-05 03:01:07.711-0500 FINER t667 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png'
58768 2025-10-05 03:01:07.711-0500 FINER t667 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png would be empty, will remove
58769 2025-10-05 03:01:07.712-0500 FINEST t667 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png' or not xref-able
58770 2025-10-05 03:01:07.713-0500 FINER t667 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png}'
58771 2025-10-05 03:01:07.713-0500 FINEST t667 Statistics.logIt: Added: '/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png' (FileAnalyzer) (took 2 ms)
58772 2025-10-05 03:01:07.713-0500 FINEST t667 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png': chosen by suffix: ImageAnalyzerFactory
58773 2025-10-05 03:01:07.713-0500 FINE t667 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png' (FileAnalyzer)
58774 2025-10-05 03:01:07.714-0500 FINER t667 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png'
58775 2025-10-05 03:01:07.714-0500 FINER t667 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png would be empty, will remove
58776 2025-10-05 03:01:07.715-0500 FINEST t667 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png' or not xref-able
58777 2025-10-05 03:01:07.715-0500 FINER t667 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png}'
58778 2025-10-05 03:01:07.715-0500 FINEST t667 Statistics.logIt: Added: '/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png' (FileAnalyzer) (took 2 ms)
58779 2025-10-05 03:01:07.716-0500 FINEST t667 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom': fallback FileAnalyzer
58780 2025-10-05 03:01:07.716-0500 FINE t667 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom' (FileAnalyzer)
58781 2025-10-05 03:01:07.718-0500 FINER t667 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom'
58782 2025-10-05 03:01:07.718-0500 FINER t667 IndexDatabase.addFile: xref for /openbmc/qemu/pc-bios/pxe-ne2k_pci.rom would be empty, will remove
58783 2025-10-05 03:01:07.719-0500 FINEST t667 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom' or not xref-able
58784 2025-10-05 03:01:07.719-0500 FINER t667 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom}'
58785 2025-10-05 03:01:07.720-0500 FINEST t667 Statistics.logIt: Added: '/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom' (FileAnalyzer) (took 3 ms)
58786 2025-10-05 03:01:07.720-0500 FINEST t667 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2': fallback FileAnalyzer
58787 2025-10-05 03:01:07.720-0500 FINE t667 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2' (FileAnalyzer)
58788 2025-10-05 03:01:07.721-0500 FINER t667 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2'
58789 2025-10-05 03:01:07.722-0500 FINER t667 IndexDatabase.addFile: xref for /openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2 would be empty, will remove
58790 2025-10-05 03:01:07.726-0500 FINER t664 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb'
58791 2025-10-05 03:01:07.726-0500 FINEST t664 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb' (PlainAnalyzer) (took 46 ms)
58792 2025-10-05 03:01:07.726-0500 FINEST t664 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png': chosen by suffix: ImageAnalyzerFactory
58793 2025-10-05 03:01:07.726-0500 FINE t664 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png' (FileAnalyzer)
58794 2025-10-05 03:01:07.727-0500 FINEST t667 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2' or not xref-able
58795 2025-10-05 03:01:07.727-0500 FINER t667 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2}'
58796 2025-10-05 03:01:07.727-0500 FINEST t667 Statistics.logIt: Added: '/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2' (FileAnalyzer) (took 6 ms)
58797 2025-10-05 03:01:07.727-0500 FINEST t667 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2': fallback FileAnalyzer
58798 2025-10-05 03:01:07.727-0500 FINE t667 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2' (FileAnalyzer)
58799 2025-10-05 03:01:07.728-0500 FINER t664 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png'
58800 2025-10-05 03:01:07.728-0500 FINER t664 IndexDatabase.addFile: xref for /openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png would be empty, will remove
58801 2025-10-05 03:01:07.728-0500 FINER t667 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2'
58802 2025-10-05 03:01:07.729-0500 FINER t667 IndexDatabase.addFile: xref for /openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2 would be empty, will remove
58803 2025-10-05 03:01:07.729-0500 FINEST t664 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png' or not xref-able
58804 2025-10-05 03:01:07.729-0500 FINER t664 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png}'
58805 2025-10-05 03:01:07.729-0500 FINEST t664 Statistics.logIt: Added: '/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png' (FileAnalyzer) (took 2 ms)
58806 2025-10-05 03:01:07.729-0500 FINEST t664 AnalyzerGuru.getAnalyzer: '/openbmc/qemu/tests/qapi-schema/unclosed-list.out': fallback FileAnalyzer
58807 2025-10-05 03:01:07.729-0500 FINE t664 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/qemu/tests/qapi-schema/unclosed-list.out' (FileAnalyzer)
58808 2025-10-05 03:01:07.731-0500 FINER t664 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/qemu',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} supports history for directories, skipping '/opengrok/src/openbmc/qemu/tests/qapi-schema/unclosed-list.out'
58809 2025-10-05 03:01:07.731-0500 FINER t664 IndexDatabase.addFile: xref for /openbmc/qemu/tests/qapi-schema/unclosed-list.out would be empty, will remove
58810 2025-10-05 03:01:07.731-0500 FINER t665 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-certificate-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-certificate-manager/dist/meson.build'
58811 2025-10-05 03:01:07.731-0500 FINEST t665 Statistics.logIt: Added: '/openbmc/phosphor-certificate-manager/dist/meson.build' (PlainAnalyzer) (took 43 ms)
58812 2025-10-05 03:01:07.731-0500 FINEST t664 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/qapi-schema/unclosed-list.out' or not xref-able
58813 2025-10-05 03:01:07.732-0500 FINER t664 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/qapi-schema/unclosed-list.out}'
58814 2025-10-05 03:01:07.732-0500 FINEST t664 Statistics.logIt: Added: '/openbmc/qemu/tests/qapi-schema/unclosed-list.out' (FileAnalyzer) (took 2 ms)
58815 2025-10-05 03:01:07.735-0500 FINEST t667 HistoryGuru.hasAnnotation: no file type found in document for '/opengrok/src/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2' or not xref-able
58816 2025-10-05 03:01:07.735-0500 FINER t667 IndexDatabase.createAnnotationCache: skipped creating annotation cache for file '/opengrok/src/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2}'
58817 2025-10-05 03:01:07.735-0500 FINEST t667 Statistics.logIt: Added: '/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2' (FileAnalyzer) (took 7 ms)
58818 2025-10-05 03:01:07.738-0500 FINER t661 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb'
58819 2025-10-05 03:01:07.738-0500 FINEST t661 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb' (PlainAnalyzer) (took 132 ms)
58820 2025-10-05 03:01:07.747-0500 FINER t660 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/phosphor-state-manager',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/phosphor-state-manager/host_state_manager.hpp'
58821 2025-10-05 03:01:07.747-0500 FINEST t660 Statistics.logIt: Added: '/openbmc/phosphor-state-manager/host_state_manager.hpp' (CxxAnalyzer) (took 226 ms)
58822 2025-10-05 03:01:07.765-0500 FINER t659 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc'
58823 2025-10-05 03:01:07.766-0500 FINEST t659 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc' (PlainAnalyzer) (took 165 ms)
58824 2025-10-05 03:01:07.800-0500 FINER t662 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc'
58825 2025-10-05 03:01:07.800-0500 FINEST t662 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc' (PlainAnalyzer) (took 194 ms)
58826 2025-10-05 03:01:07.811-0500 FINER t670 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb'
58827 2025-10-05 03:01:07.811-0500 FINEST t670 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb' (PlainAnalyzer) (took 288 ms)
58828 2025-10-05 03:01:07.827-0500 FINER t666 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb'
58829 2025-10-05 03:01:07.827-0500 FINEST t666 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb' (PlainAnalyzer) (took 304 ms)
58830 2025-10-05 03:01:07.827-0500 FINER t663 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb'
58831 2025-10-05 03:01:07.827-0500 FINEST t663 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb' (PlainAnalyzer) (took 220 ms)
58832 2025-10-05 03:01:07.836-0500 FINER t669 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb'
58833 2025-10-05 03:01:07.836-0500 FINEST t669 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb' (PlainAnalyzer) (took 155 ms)
58834 2025-10-05 03:01:07.843-0500 FINER t668 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/openbmc',type=git,history=on,historyCache=on,merge=true,annotationCache=off,tagsEnabled=on} does not allow to create annotation cache for '/opengrok/src/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb'
58835 2025-10-05 03:01:07.843-0500 FINEST t668 Statistics.logIt: Added: '/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb' (PlainAnalyzer) (took 228 ms)
58836 2025-10-05 03:01:07.845-0500 INFO t466 Statistics.logIt: Done indexing of directory '/openbmc' (took 339 ms)
58837 2025-10-05 03:01:07.894-0500 FINE t466 IndexDatabase.finishWriting: preparing to commit changes to index database for project 'openbmc'
58838 2025-10-05 03:01:08.275-0500 FINER t466 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile.gz.org_opengrok'
58839 2025-10-05 03:01:08.275-0500 FINER t734 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/nested-struct-data-invalid-dict.out.gz.org_opengrok'
58840 2025-10-05 03:01:08.275-0500 FINER t718 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/phosphor-pid-control/swampd_diagram.png.gz.org_opengrok'
58841 2025-10-05 03:01:08.275-0500 FINER t723 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/unclosed-list.out.gz.org_opengrok'
58842 2025-10-05 03:01:08.275-0500 FINER t466 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/pc-bios/pxe-ne2k_pci.rom.gz.org_opengrok'
58843 2025-10-05 03:01:08.275-0500 FINER t732 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/data/acpi/x86/q35/FACP.thread-count2.gz.org_opengrok'
58844 2025-10-05 03:01:08.275-0500 FINER t728 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-systemwide-libc.png.gz.org_opengrok'
58845 2025-10-05 03:01:08.275-0500 FINER t729 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/u-boot/tools/logos/solidrun.bmp.gz.org_opengrok'
58846 2025-10-05 03:01:08.276-0500 FINER t211 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-5.pcf.gz.gz.org_opengrok'
58847 2025-10-05 03:01:08.275-0500 FINER t730 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/webui-vue/docs/guide/components/file-upload/formfile.png.gz.org_opengrok'
58848 2025-10-05 03:01:08.277-0500 FINER t740 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/data/uefi-boot-images/bios-tables-test.i386.iso.qcow2.gz.org_opengrok'
58849 2025-10-05 03:01:08.275-0500 FINER t733 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/data/acpi/aarch64/virt/APIC.its_off.gz.org_opengrok'
58850 2025-10-05 03:01:08.275-0500 FINER t722 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/data/acpi/x86/microvm/APIC.gz.org_opengrok'
58851 2025-10-05 03:01:08.278-0500 FINER t755 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/python/qemu/utils/py.typed.gz.org_opengrok'
58852 2025-10-05 03:01:08.278-0500 FINER t730 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/alternate-conflict-string.out.gz.org_opengrok'
58853 2025-10-05 03:01:08.277-0500 FINER t737 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures/yocto-project-transp.png.gz.org_opengrok'
58854 2025-10-05 03:01:08.276-0500 FINER t211 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/include-extra-junk.out.gz.org_opengrok'
58855 2025-10-05 03:01:08.279-0500 FINER t737 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/.openbmc-enforce-gitlint.gz.org_opengrok'
58856 2025-10-05 03:01:08.276-0500 FINER t729 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/struct-data-typename.out.gz.org_opengrok'
58857 2025-10-05 03:01:08.276-0500 FINER t732 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-g-copy-to-user-expanded-debuginfo.png.gz.org_opengrok'
58858 2025-10-05 03:01:08.279-0500 FINER t747 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/oob-coroutine.out.gz.org_opengrok'
58859 2025-10-05 03:01:08.276-0500 FINER t736 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/ui/icons/qemu_256x256.png.gz.org_opengrok'
58860 2025-10-05 03:01:08.276-0500 FINER t466 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures/perf-wget-busybox-dso-zoom.png.gz.org_opengrok'
58861 2025-10-05 03:01:08.276-0500 FINER t208 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13-ISO8859-15.pcf.gz.gz.org_opengrok'
58862 2025-10-05 03:01:08.280-0500 FINER t466 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures/sched-wakeup-profile.png.gz.org_opengrok'
58863 2025-10-05 03:01:08.276-0500 FINER t734 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/data/acpi/x86/q35/SRAT.acpihmat-noinitiator.gz.org_opengrok'
58864 2025-10-05 03:01:08.276-0500 FINER t735 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/reserved-member-underscore.out.gz.org_opengrok'
58865 2025-10-05 03:01:08.275-0500 FINER t718 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_glass_100_fdf5ce_1x400.png.gz.org_opengrok'
58866 2025-10-05 03:01:08.280-0500 FINER t738 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openpower-vpd-parser/test/vpd_files/keyword_corrupted_index_179.dat.gz.org_opengrok'
58867 2025-10-05 03:01:08.280-0500 FINER t747 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/returns-array-bad.out.gz.org_opengrok'
58868 2025-10-05 03:01:08.279-0500 FINER t746 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/doc-invalid-section.out.gz.org_opengrok'
58869 2025-10-05 03:01:08.279-0500 FINER t720 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/alternate-invalid-dict.out.gz.org_opengrok'
58870 2025-10-05 03:01:08.279-0500 FINER t209 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/webui-vue/docs/guide/components/status-icon/info.png.gz.org_opengrok'
58871 2025-10-05 03:01:08.279-0500 FINER t737 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/webui-vue/docs/guide/components/table/table-row-actions.png.gz.org_opengrok'
58872 2025-10-05 03:01:08.279-0500 FINER t211 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/6x13O-ISO8859-16.pcf.gz.gz.org_opengrok'
58873 2025-10-05 03:01:08.279-0500 FINER t745 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images/ui-bg_flat_10_000000_40x100.png.gz.org_opengrok'
58874 2025-10-05 03:01:08.279-0500 FINER t730 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/union-base-union.out.gz.org_opengrok'
58875 2025-10-05 03:01:08.278-0500 FINER t755 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/meta/files/screenshot-tests/core-image-sato-sdk-qemux86.png.gz.org_opengrok'
58876 2025-10-05 03:01:08.282-0500 FINER t727 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/event-nest-struct.out.gz.org_opengrok'
58877 2025-10-05 03:01:08.282-0500 FINER t741 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures/bitbake-title.png.gz.org_opengrok'
58878 2025-10-05 03:01:08.282-0500 FINER t210 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/args-if-unboxed.out.gz.org_opengrok'
58879 2025-10-05 03:01:08.281-0500 FINER t719 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/emblem-symbolic-link.png.gz.org_opengrok'
58880 2025-10-05 03:01:08.283-0500 FINER t733 PendingFileCompleter.doDelete: Deleted obsolete file: '/opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images/connman-signal-01.png.gz.org_opengrok'
58881 2025-10-05 03:01:08.290-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/images'
58882 2025-10-05 03:01:08.290-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/images'
58883 2025-10-05 03:01:08.291-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/fonts.dir.gz'
58884 2025-10-05 03:01:08.291-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/figures'
58885 2025-10-05 03:01:08.291-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/meta-selftest/recipes-test/recipeutils/recipeutils-test'
58886 2025-10-05 03:01:08.291-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/openbmc/poky/meta/recipes-sato/pcmanfm/files/no-desktop.patch.gz'
58887 2025-10-05 03:01:08.291-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/qemu/tests/data/acpi/aarch64/virt'
58888 2025-10-05 03:01:08.291-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/qemu/tests/data/acpi/x86/microvm'
58889 2025-10-05 03:01:08.291-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/qemu/tests/data/acpi/x86/q35'
58890 2025-10-05 03:01:08.291-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/documentation/brief-yoctoprojectqs/figures'
58891 2025-10-05 03:01:08.292-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/documentation/profile-manual/figures'
58892 2025-10-05 03:01:08.292-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openbmc/poky/meta/files/screenshot-tests'
58893 2025-10-05 03:01:08.292-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/webui-vue/docs/guide/components/file-upload/readme.md.gz'
58894 2025-10-05 03:01:08.292-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/webui-vue/docs/guide/components/status-icon/readme.md.gz'
58895 2025-10-05 03:01:08.292-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/webui-vue/docs/guide/components/table/index.md.gz'
58896 2025-10-05 03:01:08.292-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/python/qemu/utils/__init__.py.gz'
58897 2025-10-05 03:01:08.292-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/qemu/tests/data/uefi-boot-images'
58898 2025-10-05 03:01:08.292-0500 FINE t466 PendingFileCompleter.tryDeleteDirectory: Removed empty parent directory: '/opengrok/data/xref/openbmc/openpower-vpd-parser/test/vpd_files'
58899 2025-10-05 03:01:08.293-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/struct-base-clash.err.gz'
58900 2025-10-05 03:01:08.295-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/include/sub-module.json.gz'
58901 2025-10-05 03:01:08.295-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/qemu/tests/qapi-schema/include'
58902 2025-10-05 03:01:08.295-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/ui/icons/qemu.svg.gz'
58903 2025-10-05 03:01:08.295-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/u-boot/tools/logos/u-boot_logo.svg.gz'
58904 2025-10-05 03:01:08.295-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/pc-bios/qemu_logo.svg.gz'
58905 2025-10-05 03:01:08.295-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/pc-bios/descriptors/60-edk2-i386.json.gz'
58906 2025-10-05 03:01:08.295-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/qemu/pc-bios/descriptors'
58907 2025-10-05 03:01:08.295-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/pc-bios/optionrom/kvmvapic.S.gz'
58908 2025-10-05 03:01:08.295-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/qemu/pc-bios/optionrom'
58909 2025-10-05 03:01:08.296-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/pc-bios/keymaps/no.gz'
58910 2025-10-05 03:01:08.296-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/qemu/pc-bios/keymaps'
58911 2025-10-05 03:01:08.296-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/pc-bios/s390-ccw/menu.c.gz'
58912 2025-10-05 03:01:08.296-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/qemu/pc-bios/s390-ccw'
58913 2025-10-05 03:01:08.296-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/pc-bios/vof/vof.h.gz'
58914 2025-10-05 03:01:08.296-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/qemu/pc-bios/vof'
58915 2025-10-05 03:01:08.296-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/qemu/pc-bios/dtb/petalogix-ml605.dts.gz'
58916 2025-10-05 03:01:08.296-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/qemu/pc-bios/dtb'
58917 2025-10-05 03:01:08.296-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/README.md.gz'
58918 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/dist/meson.build.gz.org_opengrok'
58919 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/dist/busconfig/phosphor-authority-cert-config.conf.gz'
58920 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/dist/busconfig'
58921 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/dist/env/bmcweb.gz'
58922 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/dist/env'
58923 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/dist'
58924 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/subprojects/phosphor-dbus-interfaces.wrap.gz'
58925 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/subprojects'
58926 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/test/.clang-tidy.gz'
58927 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/test'
58928 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ca_certs_manager.cpp.gz'
58929 2025-10-05 03:01:08.297-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/bmc-vmi-ca'
58930 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/tools/fan_rpm_loop_unittest.sh.gz'
58931 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/tools'
58932 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/main.cpp.gz'
58933 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/dbus/dbuswrite.cpp.gz'
58934 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/dbus'
58935 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/buildjson/buildjson.cpp.gz'
58936 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/buildjson'
58937 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/sysfs/util.cpp.gz'
58938 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/sysfs'
58939 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/examples/fan-info.json.gz'
58940 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/examples'
58941 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/subprojects/phosphor-dbus-interfaces.wrap.gz'
58942 2025-10-05 03:01:08.298-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/subprojects'
58943 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/test/sensors_json_unittest.cpp.gz'
58944 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/test'
58945 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/notimpl/writeonly.hpp.gz'
58946 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/notimpl'
58947 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/experiments/drive.cpp.gz'
58948 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/experiments'
58949 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/pid/stepwisecontroller.hpp.gz'
58950 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/pid/ec/pid.cpp.gz'
58951 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/pid/ec'
58952 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/pid'
58953 2025-10-05 03:01:08.299-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/sensors/manager.hpp.gz'
58954 2025-10-05 03:01:08.300-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/sensors'
58955 2025-10-05 03:01:08.300-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/failsafeloggers/failsafe_logger_utility.cpp.gz'
58956 2025-10-05 03:01:08.300-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/failsafeloggers'
58957 2025-10-05 03:01:08.300-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/errors/exception.hpp.gz'
58958 2025-10-05 03:01:08.300-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/errors'
58959 2025-10-05 03:01:08.300-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: not file-less due to: '/opengrok/data/xref/openbmc/phosphor-pid-control/ipmi/control.hpp.gz'
58960 2025-10-05 03:01:08.300-0500 FINEST t466 PendingFileCompleter.findFilelessChildren: its children prevent delete: '/opengrok/data/xref/openbmc/phosphor-pid-control/ipmi'
58961 2025-10-05 03:01:08.300-0500 FINE t466 PendingFileCompleter.completeInner: deleted 86 file(s) for project openbmc:indexed=true,history=true (took 32 ms)
58962 2025-10-05 03:01:08.303-0500 FINEST t729 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-extended/sdbusplus/sdbusplus-rev.inc.gz'
58963 2025-10-05 03:01:08.303-0500 FINEST t739 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-dbus-interfaces_git.bb.gz'
58964 2025-10-05 03:01:08.303-0500 FINEST t768 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb.gz'
58965 2025-10-05 03:01:08.303-0500 FINEST t466 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb.gz'
58966 2025-10-05 03:01:08.303-0500 FINEST t767 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb.gz'
58967 2025-10-05 03:01:08.303-0500 FINEST t736 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/sensors/dbus-sensors_git.bb.gz'
58968 2025-10-05 03:01:08.303-0500 FINEST t759 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-state-manager/host_state_manager.hpp.gz'
58969 2025-10-05 03:01:08.303-0500 FINEST t731 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb.gz'
58970 2025-10-05 03:01:08.303-0500 FINEST t732 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/dbus/phosphor-objmgr_git.bb.gz'
58971 2025-10-05 03:01:08.303-0500 FINEST t770 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/openbmc/meta-phosphor/recipes-phosphor/flash/phosphor-software-manager.inc.gz'
58972 2025-10-05 03:01:08.303-0500 FINEST t748 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/phosphor-certificate-manager/dist/meson.build.gz'
58973 2025-10-05 03:01:08.305-0500 FINE t466 PendingFileCompleter.completeInner: renamed 11 file(s) for project openbmc:indexed=true,history=true (took 4 ms)
58974 2025-10-05 03:01:08.306-0500 FINE t466 PendingFileCompleter.completeInner: affirmed links for 0 path(s) for project openbmc:indexed=true,history=true (took 0 ms)
58975 2025-10-05 03:01:08.306-0500 FINE t466 Statistics.logIt: completed 97 object(s) for project openbmc:indexed=true,history=true (took 38 ms)
58976 2025-10-05 03:01:08.314-0500 INFO t1 Statistics.logIt: Done indexing data of all repositories (took 6.573 seconds)
58977 2025-10-05 03:01:08.315-0500 FINE t1 Ctags.close: Destroying ctags command
58978 2025-10-05 03:01:08.316-0500 FINE t1 Ctags.close: Destroying ctags command
58979 2025-10-05 03:01:08.316-0500 FINE t1 Ctags.close: Destroying ctags command
58980 2025-10-05 03:01:08.316-0500 FINE t1 Ctags.close: Destroying ctags command
58981 2025-10-05 03:01:08.316-0500 FINE t1 Ctags.close: Destroying ctags command
58982 2025-10-05 03:01:08.317-0500 FINE t1 Ctags.close: Destroying ctags command
58983 2025-10-05 03:01:08.317-0500 FINE t1 Ctags.close: Destroying ctags command
58984 2025-10-05 03:01:08.317-0500 FINE t1 Ctags.close: Destroying ctags command
58985 2025-10-05 03:01:08.317-0500 FINE t1 Ctags.close: Destroying ctags command
58986 2025-10-05 03:01:08.317-0500 FINE t1 Ctags.close: Destroying ctags command
58987 2025-10-05 03:01:08.317-0500 FINE t1 Ctags.close: Destroying ctags command
58988 2025-10-05 03:01:08.321-0500 FINER t1 CtagsUtil.deleteTempFiles: deleting Ctags temporary files in directory '/tmp'
58989 2025-10-05 03:01:08.361-0500 INFO t1 Indexer.writeConfigToFile: Writing configuration to '/opengrok/etc/configuration.xml'
58990 2025-10-05 03:01:08.462-0500 INFO t1 Indexer.writeConfigToFile: Done writing configuration to '/opengrok/etc/configuration.xml'
58991 2025-10-05 03:01:08.470-0500 INFO t1 Statistics.logIt: Indexer finished (took 9.220 seconds)
58992 2025-10-05 03:01:08.470-0500 INFO t1 Indexer.runMain: Indexer finished with success